@charset "UTF-8";
/* CSS Document */


/*
Theme Name: scorcha
Theme URI: http://wordpress.org/
Description: custom wordpress theme designed by sarah richardson
Version: 1.0
Author: sarah richardson
Author URI: http://scorcha.net/
Tags: custom header

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body {
	background-color: 	#f9ebda;
	font-family:		Geneva, Arial, Helvetica, sans-serif;
	font-size:			11px;
	color: 				#330000;
	padding: 			0;
	background-image:	url(images/rays2.jpg);
	background-position:top;
	background-repeat: 	no-repeat;
	width: 				100%;
	margin:				0;
	overflow-x: 		hidden; 
	min-height: 		700px; 
}
	
	
#maincontainer { 
	width: 				933px;
	margin:				auto;
	height:				100%;
	padding-bottom: 	100px;
}


#header {
	height: 			250px;
}

		 
#navlist {
	position: 			relative;
	padding: 			0;
	top: 				-90px;
	left: 				525px;
	width:				400px;
	z-index: 			87;
}


#navlist a {
	color: 				#ecb168;
}

#navlist a:hover { 
	color: 				#7db5cb;
	text-decoration:	none;
}


#navlist a:visited { 
	color: 				#ecb168;
	text-decoration:	none;
}


p {
	padding-top: 		.5em;
	padding-bottom: 	1em;
}


ul li {
	padding-left:		8px;
	padding-right: 		8px;
	list-style-type: 	none;
}


#active {
	color:				#7db5cb;
	font-size:			13px;
}


a {
	font-size:			13px;
}


a:link { 
	color: 				#330000;
	text-decoration:	none;
}
 
 
a:visited { 
	color: 				#330000;
	text-decoration:	none;
}


a:hover { 
	color: 				#7db5cb;
	text-decoration:	none;
}


.entry a {
	color: 				#ecb168;
	font-size:			11px;
	text-decoration:	underline;
}


img {
	border: none
}


#sidebar {
	background-color:#ECB168;
	clear:right;
	float:right;
	min-height:100px;
	padding:20px;
	position:relative;
	width:200px;
}

#sidebar a {
	font-size:			11px;
}


#sideimg {
	position: 			relative;
	right:				-55px;
	top:				80px;
}


#bodyleft {
	float:				left;
	height:				auto;
	margin-left:		20px;
	margin-right:		15px;
	padding:			20px 40px 40px 150px;
	width:				400px;
}


.post-title a {
	color: 				#ecb168;
	font-size:			16px;
}


.post-month {
	font-size:			10px;
}


.post-day {
	font-size:			10px;
}

.post-cat a {
	color:				#7db5cb;
	font-size:			9px;
}

.comment-meta a {
	font-size:			9px;
}

.post-comments a {
	color:				#7db5cb;
	font-size:			9px;
}


.cat-item a {
	color: #330000;
}


.cat-item a:hover {
	color:				#7db5cb;
	font-size:			9px;
}


#accent {
	padding-top:		50px;
	padding-left: 		20px;
}


#navlist li {
	display: 			inline;
}

#liheader {
	font-size: 			13px;
	font-weight:		bold;
	color: 				#330000;
}


.linkcat {
	font-size: 			13px;
	font-weight:		bold;
	color: 				#330000;
}

.xoxo.blogroll li {
	margin-left:		-47px;
}


.xoxo.blogroll li a {
	font-size:			11px;
	color:				#330000;
	text-decoration:	none;
	list-style-type:	none;
	font-family:		Geneva,Arial,Helvetica,sans-serif;	
	font-weight:		normal;
}


#tasty {
	padding-left:		60px;
	position:			absolute;
	bottom:				77px;
	left:				200px;
	z-index:			99;
}


#footer {
	background-color: 	#7db5cb;
	width: 				100%;
	margin-top:			-100;
	margin:				0;
	text-align:       	center;
	padding:          	20px;
	position:			relative;
	left:				0;
	bottom:				0;
	height: 			100px;
	clear: 				both;
}


#copy {
	font-size:			8px;
	text-align:			center;
	color: 				#330000;
}


#flist li{
	display: 			inline;
    list-style-type: 	none;
}


#flist a:link {
	color:				#330000;
}


#flist a:hover {
	color:				#f9ebda;
}


#flist a:visited {
	color:				#330000;
}


#finfo { 	
	position: 			relative;
	padding: 			1px;
}

.image, img.image {
	behavior: url("/js/iepngfix.htc")
}
