/*  
Theme Name: Incision
Theme URI: http://ifelse.co.uk/treba/
Description: A clean theme
Version: 1.01
Author: Phu Ly, significantly modified by David Hellman
Author URI: http://ifelse.co.uk/
*/

/*************************************
 +Containers
 *************************************/
body{
	background:#5b626a /* was 5e6066 */ url(./images/background0.jpg) repeat-x;
	color:#333;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size:70%;
	line-height:1.7;
	text-align:center;
	margin:0;
	border-top:20px solid #050505;
}
#content{
	background:#c0beb8 /* was bbb */ url(./images/main1.gif) repeat-x;
	border:0px solid #000; /* was a4a4a4 */
	border-right:8px solid #000;
	border-top:2px solid #000;
	border-left:5px dashed #5b626a;
	border-bottom:none;

	float:left;
	padding:10px;
	width:550px;
font-size:0.9em;
}
#footer{
	
	color:#a4a4a4;
	font-size:0.8em;
	margin:15px;
	padding:3px;
}
#header{
	margin-top:20px;
	margin-left:20px;
}
#sidebar{
	color:#333;
	font-size:1.1em;
	float:left;
	margin-left:30px;
	width:200px;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:850px;
}


/*************************************
 +Hn
 *************************************/
#sidebar h2{
	color:#222; /* was 333231 */
	font-size:1.4em;
	margin-bottom:10px;
	font-weight:normal;
}
#header h1{
	display:inline;
	font-size:5em; /* was 2.4 em */
	line-height:2; /* was 1 */
	margin:0;
	letter-spacing: 30px; /* i added this */
}
#header h1 a{
	color:#807d7c; /* was a4a4a4, then c0beb8 */
}
#header h1 a:hover{
	color:#807d7c; /* was a4a4a4, then c0beb8 */ text-decoration:none;
}
h1, h2, h3{
font-family: Sylfaen, Georgia, "Times New Roman", Times, serif;
letter-spacing: 0px;
}
h2{
font-size:1.5em;
padding-right:5px;
}
h3{
font-size:1.2em;
}
#header h1{
font-weight:normal;
}
.entrytitle h2, .entrytitle h3{
display:inline;
font-weight:normal;
}
.entrytitle h2{
color:#C04422;
}
.entrytitle h3{
font-weight:normal;
}
/*************************************
 +Lists
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li a{
	color:#c0beb8; /* was a4a4a4 */
}
#sidebar ul li a:hover{
	color:##c0beb8; /* was a4a4a4 */
}
/*************************************
 +Misc
 *************************************/
a{
text-decoration:none;
color:#de6000; /* most links, was 9e9e9e, then 759999 */
}
a:hover{
color:#de6000; /* was ab9, then 57634B, then 97BFBF */text-decoration:underline;
}
#footer a{
color:#777;
}
#header {
	margin-bottom:5px;
}

#header p{ // tagline under title
	color:#eee;
	margin:0;
}
.navigation{
padding:3px;
text-align:center;
}
/*************************************
 +Entry
 *************************************/
.entry{
	background:#e4e3db; /* was ddd */
	border:2px dashed #eee; /* there's a border you can 'turn on' */
	border-left:none;
	border-bottom:5px solid #fff;
	font-size:1.2em;
	margin:5px;
	padding:10px;
	margin-left:30px;
	margin-right:10px;
}
.entrytitle{
}
.entrytitle a {color:#de6000; text-decoration:none;} /* most post headers */
.entrytitle a:hover{
	color:#de6000; /* was 57634B */text-decoration:underline;
}
.entrymeta{ /* "Posted In" and "|" */
	color:#fff;
	font-size:0.9em;
	padding:3px 8px;
}
.entrymeta a{
	color:#de6000;
}
.entry-1{ /* body of first post */
	color:#131313; /* text of first post */
	font-size:1.2em;
	-moz-border-radius:3px;
}
.entry-1 .entrymeta{ /* "Posted In" and "|" in just the first post */
	color:#fff;
}
.entry-1 .entrymeta a{ /* links between "Posted in" and "|" in just the first post */
	color:#de6000; /* was a4a4a4 */
}
.entry-1 .entrytitle{
	border-bottom:none;
}
.entry-1 .entrytitle a{ /* header for first post, color 697557 */
	color:#de6000;;
	font-size:1.2em;
}
.entry-1 .entrytitle a:hover{
	color:#de6000; /* was 57634B */text-decoration:underline;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:5px;
	padding:10px;
}
.commentsblock textarea{
	width:420px;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
.even{
	background:#ccc; /* was 3F464A */
	border:1px solid #000; /* was 43494D */
}
.alt{
	background:#bbb; /* WAS FCFAF4 */
	border:1px solid #bbb;
	padding:5px;
}
