/*
Theme Name: JeffreyDesign
Description: Custom theme for jeffreydesignllc.com.
Version: 0.1
Author: Joshua Milford, Brady Mills Graphics
Author URI: http://bradymills.com
*/



body, h1, h2, h3, h4, h5, h6, ul, li, p, fieldset, legend{
	margin:0;
	padding:0;
}

fieldset{
	border:none;
}

body{
	background:#ffffff;
	/* color:#664e3e; */
	color:#000000;
	font-family:arial, sans;
	font-size:12px;
	text-align:center;
	line-height:1.75em;
}

p, ul{
	margin-bottom:1em;
}

h2, h3, h4, h5, h6{
	margin-bottom:.25em;
}

h1{font-size:100%;}

h2{font-size:150%;}

h3{font-size:125%;}

h4{font-size:120%;}

h5{font-size:110%;}

h6{font-size:100%;}

ul{
	margin-left:1em;
	padding-left:1em;
}


#navigation a, #footer a{
	color:#cc3c2b;
}

.dark a{
	color:#b1ced6;
}

.dark{
	color:#fff;
}

a:hover, #navigation a:hover, #footer a:hover{
	color:#000;
	text-decoration:none;
}

h2{
	font-weight:normal;
}

#container{
	width:980px;
	margin:0 auto;
	text-align:left;
	background:#664E3E url("images/bg.png") right top repeat-y;
}

#mainContent{
	width:700px;
	padding:10px 20px 10px 20px;
	float:left;
}

#header{
	background:#ffffff;
	overflow:hidden;
	padding-bottom:10px;
}

#header h1{
	text-indent:-999999px;
}

#header h1 a{
	float:left;
	width:370px;
	height:125px;
	background:url("/style/images/logo.gif") left top no-repeat;
}

p#description{
	float:right;
	text-align:right;
	font-style:italic;
	margin-top:100px;
}

div#footer{
	clear:both;
	text-align:left;
	padding-top:10px;
	padding-left:10px;
	background:#ffffff url("/style/images/footerbg.gif") right 10px no-repeat;
	margin-bottom:0;
}


.clear{
	clear:both;
}

#sidebar{
	width:178px;
	float:left;
	background:#fff;
	margin:10px 30px 10px 10px;
	border:solid 1px #52433a;
	padding:10px;
}


#sidebar ul{
	margin-left:0;
	padding-left:0;
	list-style:none;
}

#sidebar h2, #sidebar a:hover{color:#664E3E;}
#sidebar a{color:#CC3C2B;}

div.post{
	border-bottom:solid 1px #52433a;
	margin-bottom:1em;
}

p.postDate{
	font-style:italic
}

p.postmetadata{
	font-size:90%;
	padding:10px;
	font-style:italic;
}

ol.commentlist{
	margin-left:0;
	padding-left:0;
	list-style:none;
}

ol.commentlist img{
	float:left;
	margin:0 5px 5px 0;
}

img{
	background:#fff;
	border:solid 1px #52433a;
	padding:3px;
}

.alignleft{
	float:left;
	margin:0 1em 1em 0;
}

.alignright{
	float:right;
	margin:0 1em 0 1em;
}

.aligncenter{
	text-align:center;
	display:block;
	margin:0 auto 1em auto;
}

.postNavigation{
	width:100%;
	overflow:hidden;
}