
/********* Tag Cloud *********/
ul#tagcloud { padding:0; margin:0; text-align:center; list-style:none; }
ul#tagcloud li { display:inline; font-size:70%; color:#ccc;}

ul#tagcloud li.t1 a {
	color: #5B5B5B;
	font-size: 120%;
}
ul#tagcloud li.t2 a {
	color: #6D6D6D;
	font-size: 160%;
}
ul#tagcloud li.t3 a {
	color: #868686;
	font-size: 190%;
}
ul#tagcloud li.t4 a {
	color: #909090;
	font-size: 210%;
}
ul#tagcloud li.t5 a {
	color: #A0A0A0;
	font-size: 230%;
}
ul#tagcloud li.t6 a {
	color: #ACACAC;
	font-size: 250%;
}
ul#tagcloud li.t7 a {
	color: #B9B9B9;
	font-size: 270%;
}
ul#tagcloud li.t8 a {
	color: #CECECE;
	font-size: 290%;
}
ul#tagcloud li.t9 a {
	color: #E0E0E0;
	font-size: 310%;
}
ul#tagcloud li.t10 a {
	color: #F9F9F9;
	font-size: 330%;
}

ul#tagcloud a
{
text-decoration:none;
border-bottom: 0px solid;
}

ul#tagcloud a:hover
{
text-decoration:none;
border-bottom:1px dashed;
}
/********* Related Tags *********/
li#relatedtags ul li {
text-indent: 0;
list-style:none;
background: 0 none;
font-size: 120%;
}
li#relatedtags ul li:before {
content: “”
}
li#relatedtags ul li span {
margin-right: .5em;
}
#content .post-tags
{
font-size:0.9em;
margin:0;
color:#998;
background:#f9fcf9;
}
#content .post-tags a
{
text-decoration:none;
border-bottom: 0px solid;
color:#998;
}
#content .post-tags a:hover
{
text-decoration:none;
border-bottom:1px dashed;
color:#666;
}






/*  
Theme Name: Simpla
Theme URI: http://ifelse.co.uk/simpla/
Description: A clean, minimalist theme
Version: 1.01
Author: Phu Ly
Author URI: http://ifelse.co.uk/
*/

/*************************************
 +Containers
 *************************************/
body{
	background: #4F4F4F url(./images/) repeat-x;
	border-top: 5px solid #333;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-align: center;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:76em;	
}
#content{
	font-size:1.2em;
	float:left;
	padding:1em;
	width:40em;
}
#sidebar{
	font-size:1.1em;
	float:right;
	padding-top:2em;
	width:20em;
}
#header{
	padding:3em 1em;
}
#footer{
	color: #333;
	clear: both;
	font-size: 0.9em;
	padding: 0 0 3em 6em;
	text-align: left;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
h1{
	font-size:180%;
}

h2{
	font-size:140%;
}
#header h1{
	font-family: Arial;
	font-size:200%;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#E87830;
}
#header h1 a:hover{
	color:#CC0000;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size:200%;
}
.entrytitle h2 a
{
	color:#B4C24B;
}
.entrytitle h2 a:hover{
	color:#58BBEB;
}
.entrytitle h3{
	font-size:1.8em;
	color:#6F6F6F;
}
#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background: url() no-repeat;
	padding:3px;
	padding-left:0px;
}
.filedto{
	background: url() no-repeat;
	padding:3px;
	padding-left:0px;
}
.commentslink{
	background: url(./images/packaged.gif) no-repeat;
	padding: 0px 0px 0px 14px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin-bottom:0.5em;
	padding:0;
}

#sidebar ul li{
	margin-bottom:0.3em;
	padding:0.3em;
}

#sidebar ul ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	padding:0.3em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color: #99CC00;
	text-decoration: underline;
}
a:hover{
	color:#5F7D00;
}

