/*  
Theme Name: Orange Spark
Author URI: http://www.serverpoint.com/
Version: 1.0 September 5, 2007
Author: Sandra
Description: Get More Free Wordpress Themes By Visiting <a href="http://www.wordpress.pro">Wordpress Themes</a>
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

html { margin: 0px; padding: 0px; background: url(images/html-bg.jpg) top center repeat-y; }
body {
	margin: 0px; padding: 0px;
	background: url(images/body-bg.jpg) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
body * {margin: 0px; padding: 0px;}
p, ul, ol, blockquote {color: #333;}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	border-left: 1px solid #000;
}
p {
	padding: 0px 0px;
	margin: 0px 10px 15px 20px;
}
a {
	color: #864707;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h1 a, h2, h2 a, h3, h3 a {
	color: #864707;
	font-size: 22px;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
h1 {
	margin: 0px 0px 25px 15px;
}
h2, h2 a {
	font-size: 25px;
}
h2 {
	border-bottom: 1px solid #B7B7B7;
}
h3, h3 a {
	margin: 0px 15px 25px 15px;
	border-bottom: 1px solid #B7B7B7;
	font-size: 20px;
}
#container {
	text-align: left;
	margin: 0px auto;
	width: 849px;
	padding: 0px;
}
#header {
	border: 0px solid black;
	background: none;
	margin: 0px;
	padding: 0px 0px 0px 40px;
	display: block;
	position: relative;
	height: 90px;
}
#header .title {
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 25px;
	color: #0064B6;
	letter-spacing: -1px;
	text-decoration: none;
}
#header .title a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#header .title a:hover {
	color: #000;
	text-decoration: underline;
}
#header #search {
	margin: 15px 200px 0px 0px;
	float: right;
	width: 200px;
}
#header #search .submit {
	margin: 0px 0px 0px 0px;
	float: right;
}
#header #search .s {
	margin: 4px 0 0 0px; padding: 0px;
	float: left;
}
.postspace {
	margin: 10px 0px;
	clear: both;
}
.postspace2 {
	margin: 10px 0px;
	clear: both;
}
#content {
	margin: 10px 0px 0px 43px;
	width: 632px;
	display: block;
	float: left;
	border: 0px solid black;
	padding: 0px 0px 300px 0px;
	display:inline;
	position: relative;
}
#content a:hover {
	text-decoration: underline;
}
.contentdate {
	background: #FFFFFF url(images/date.jpg);
	float: left;
	display: inline;
	width: 56px;
	height: 53px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	}
	
.contentdate .month {
	color: #864707;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
	}
	
.contentdate .day {
	color: #864707;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 4px 0px 0px;
	margin: 0px;
	text-align: center;
	}
.contenttitle {
	float: left;
	margin: 0px 0px 10px 8px;
	width: 525px;
}
.contenttitle .postmeta {
	margin: 6px 0px 0px 0px;
}
.contenttitle .postmeta a {
}
.contenttitle .postmeta .comm {
	background: url(images/comm.gif) 0px 4px no-repeat;
	padding: 5px 5px 5px 25px;
}
.contenttitle .postmeta .cat {
	background: url(images/cat.gif) 0px 4px no-repeat;
	padding: 5px 5px 5px 25px;
}
.contenttitle .postmeta .auth {
	background: url(images/auth.gif) 0px 4px no-repeat;
	padding: 5px 5px 5px 25px;
}
#bottom-sidebars {
	background: #F0C8A4 url(images/bottom-sidebars.jpg) repeat-y;
	width: 631px;
	padding: 10px 0px;
	margin: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
/***********************************
	Left Sidebar
************************************/
#l_sidebar {
	width: 300px;
}
#l_sidebar ul, #l_sidebar ul li {
	margin: 0px; padding: 0px;
	list-style-type: none;
}
#l_sidebar h2 {
	font-size: 18px;
	margin: 15px 0px 5px 0px;
	padding: 0px 30px;
	border: none;
}
#l_sidebar h2.comm {
	font-size: 18px;
	margin: 15px 0px 5px 15px;
	padding: 0px 30px;
	background: url(images/recentcomments.jpg) no-repeat;
	border: none;
}
#l_sidebar ul li ul li {
	list-style-type: square;
	margin: 0px 0px 5px 30px;
}
/***********************************
	Middle Sidebar
************************************/
#m_sidebar {
	width: 300px;
	margin: 0px 0px 0px 0px;
	float: right;
}
#m_sidebar ul, #m_sidebar ul li {
	margin: 0px; padding: 0px;
	list-style-type: none;
}
#m_sidebar h2 {
	font-size: 18px;
	margin: 15px 0px 5px 0px;
	padding: 0px 30px;
	border: none;
}
#m_sidebar h2.posts {
	font-size: 18px;
	margin: 15px 0px 5px 15px;
	padding: 0px 30px;
	background: url(images/recentposts.jpg) no-repeat;
	border: none;
}
#m_sidebar ul li ul li {
	list-style-type: square;
	margin: 0px 0px 5px 30px;
}
/***********************************
	Right Sidebar
************************************/
#r_sidebar {
	border: 0px solid black;
	width: 160px;
	margin: 0px 0px 0px 0px;
	float: left;
	display: block; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */
}
#r_sidebar { 
	float: right;
	margin: 15px 14px 0px 0px; 
}
#r_sidebar h2, #r_sidebar .page_item {
	font-size: 15px;
	color: #864707;
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 3px 0px 3px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	background: url(images/sidebar-header.jpg) no-repeat;
	display: block;
	height: 24px;
	border: 0px;
}
#r_sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#r_sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
}
#r_sidebar ul li ul {
	padding: 0px 0px 0px 7px;
}
#r_sidebar ul li ul li, #r_sidebar ul li ul li ul li {
	margin: 0px;
}

.comments {
	padding: 8px;
	width: 600px;
}
.comments * {
	font-size: 13px;
}
.comments h3 {
	margin: 0px 0px 25px 15px;
	border-bottom: 1px solid #B7B7B7;
	font-size: 20px;
}
.comments .even {
	margin: 5px 0px 5px 15px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}
.comments .odd {
	margin: 5px 0px 5px 15px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}
#footer {
	background: url(images/footer.jpg) top center no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;
	clear: both;
	height: 123px;
}
#footer .footer-info {
	width: 725px;
	text-align: left;
	margin: 0px auto;
	padding: 45px 0px 0px 220px;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}
#footer a:hover {
	color: #0000000;
	text-decoration: none;
}