/*
Theme Name: Simpla
Theme URI: http://ifelse.co.uk/simpla/
Description: A clean, minimalist theme
Version: 1.0
Author: Phu Ly
Author URI: http://ifelse.co.uk/
*/

/*************************************
 +Containers
 *************************************/
body{
	background:#fff url(/images/bg.png) repeat-x;
	border-top:5px solid #333;
	color:#555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
img {
	border: 0;
}

#accessibility{
        position: absolute;
        top: -10000px;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:76em;
	display: table;
	
}
#content{
	font-size:1.2em;
	float:left;
	padding:1em;
	width:40em;
}
#front_wrap{
	font-size:1.2em;
	float:left;
	margin: 30px auto;
	width:62em;
	padding-left: 5px;
}

#sidebar{
	font-size:1.1em;
	float:right;
	padding-top:2em;
	width:20em;
}
#header{
	padding: 10px;
	height: 60px;
}
#footer{
	background:#333;
	border-top:1px solid #777;
	color:#888;
	clear: both;
	height: 22px;
	font-size:0.9em;
}
#footer_wrap {
	margin: 0px auto;
	width:76em;
	height: 19px;
	padding-top: 3px;
}


/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
	padding-bottom: 10px;
}
#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#E87830;
}
#header h1 a:hover{
	color:#CC0000;
}
#header p{
	color:#333;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size:2.2em;
}
.entrytitle h2 a
{
	color:#C6AC01;
}
.entrytitle h2 a:hover{
	color:#514CB3;
}
.entrytitle h3{
	font-size:1.8em;
	color:#6F6F6F;
}
#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrybody p {
	padding-bottom: 20px;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:#fff url(/textpattern/txp_workingtribe/images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(/textpattern/txp_workingtribe/images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(/textpattern/txp_workingtribe/images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	padding:0.3em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:28em;
}
.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.comments{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.comments li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.even{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comment{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
p {
	padding-bottom: 10px;
}
a{
	color:#579;
	text-decoration:none;
}
a:hover{
	color:#CC0000;
}

input {
	font-size: 11px;
}

.btn_wrap {
	float: right;
	width: 470px;
	height: 22px;
	margin-top: 20px;
	margin-right: -4px;
	display: inline;
}

.btn_main {
	float: left;
	display:inline;
	width: 90px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background: #666;
	margin-right: 4px;
}
.btn_main a, .btn_main a:link, .btn_main a:visited, .btn_main a:active {
	display: block;
	height: 18px;
	padding-top: 4px;
	color: #FFFFFF;
	text-decoration: none;
}
.btn_main a:hover {
	background: #514EB0;
}

.fc_srch, {
	padding-right: 22px;
}

.fr_block {
	float:left;
	display:inline;
	width: 233px;
	height: 160px;
	border: 1px solid #CCC;
	font: 11px "Courier New", Courier, monospace;
	margin: 5px;
}

.fr_title {
	width: 223px;
	height: 26px;
	background: #C6AC01;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	padding: 6px 0px 0px 10px;
}
.fr_stitle {
	color: #C6AC01;
	font-weight:bold;
	font-size:13px;
	font-family: Tahoma;
}
.fr_stitle a, .fr_stitle a:link, .fr_stitle a:visited, .fr_stitle a:active {
	color: #000;
	text-decoration: none;
}
.fr_stitle a:hover {
	color: #4945AD;
}
.fr_excerpt {
	font: 10px/16px Georgia, "Times New Roman", Times, serif;
	width:213px;
	height: 88px;
	padding: 10px;
	overflow: hidden;
}
.fr_excerpt2 {
	width: 213px;
	height: 98px;
	padding: 10px;
	font: 10px/16px Georgia, "Times New Roman", Times, serif;
	color: #333;
	overflow: hidden;
}

.fr_link {
	width: 223px;
	height: 16px;
	padding-top: 4px;
	text-align: right;
}
.fr_link a, .fr_link a:link, .fr_link a:visited, .fr_link a:active {
	color: #000;
	text-decoration: none;
}
.fr_link a:hover {
	color: #000;
	text-decoration: underline;
}

