/*-----------------------------------------------------------------------------
	Blueprint-WP Theme
	By: Joshua Sowin (fireandknowledge.org)
-----------------------------------------------------------------------------*/

body 	{
	background: #FFFFFF url(../img/body-bg.jpg) repeat-x;
}

/* Blueprint width setting */
#container 	{ margin: 25px auto; }			

#page {
	background:#684b2c;
	clear: both;
	padding: 5px;
}

blockquote {
	font-style: normal;
	padding: 0 0 0 0;
	color: #000;
	background: url('../img/quote.png') .5em top no-repeat;
}

a 				{ color: #3E4967; }
a:hover			{ color: #000; }
blockquote p 	{ padding: 0 20px 0 30px; }
hr 				{ background: #CCC; height: 1px; }
img				{ margin: 0; }
p img			{ float: none; }
a.button 		{ float: left; } /* Fix for buttons */
input 			{ padding-left: 0; border: 1px solid #CCCCCC;  }
ul 				{ margin-left: 15px; list-style-type: none; }
ul li 			{ padding: 2px 0 2px 9px; /*background: url('../img/icons/bullet_square_grey.gif') left 5px no-repeat;*/ }
ol				{ margin-left: 35px; }
label			{ font-weight: normal; }
textarea		{ height: 200px; width: 500px;}
.small			{ font-size: .9em; }
.nomargin		{ margin: 0; }
a.button, button { font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande",Verdana,sans-serif;
	color: #777;
	clear: both;
}

h3, h3 a {
	font-size: 1.3em;
	line-height: 1.2;
	color: #2400ff;
 	letter-spacing: 0px;
	text-decoration: none;
}
#maincontent h1 		{ font-size:2.2em; color: #2400ff; border-bottom: 1px solid #2400ff; margin-bottom: 25px; }
h1 a 					{ color: #2400ff; text-decoration: none; }
#maincontent .post h1	{ margin-bottom: 5px; }

#maincontent h2 		{ font-size:1.65em;color: #270060; border-bottom: 1px dotted #2400ff; margin-bottom: 15px; }
h2 a 					{ color: #270060; text-decoration: none; }
#maincontent .post h2	{ margin-bottom: 5px; }
						/* Padding inside columns */
#maincontent	{ padding: 5px; margin: 0; }

/*-----------------------------------------------------------------------------
	Main Content Clipboard
-----------------------------------------------------------------------------*/
#three-piece { float:left; padding:0; margin:0; }
#content-top { padding: 0px 30px 0px 30px; width: 581px; height:115px; /*float: left;*/ background:url(../img/clipboard-top.jpg) no-repeat; }
#content 	{ padding: 25px 30px 20px 30px; width: 581px; /*float: left;*/ /*border:solid 2px #FFFF00;*/ background:url(../img/clipboard-middle.jpg) repeat-y; }
#content-bottom { padding: 10px 30px 10px 30px; width: 581px; /*float: left;*/ background:url(../img/clipboard-bottom.jpg) no-repeat; }	

.navigation, 
.navigation a			{ color: #AAA; }
.alignright 			{ float: right; margin: 0 0 10px 10px; }
.alignleft 				{ float: left; margin: 0 10px 10px 0; }

.post					{ margin-bottom: 25px; }

/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/

#header {
	height: 150px;
	background-color: transparent;
	background-image: url(../img/header-bg.png);
	background-repeat: no-repeat;
}

#header .description {
	padding-left: 110px;
	margin: 0;
	line-height: 1em;
}
#header a {
	margin-left: 25px;
}
#header .logo {
	text-indent: -9999px;
	display: block;
	height: 120px;
	width: 375px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: bottom;
}


/*-----------------------------------------------------------------------------
	Navigation 
-----------------------------------------------------------------------------*/

#nav	{
	padding: 0;
	margin: 0;
	background: #ffcc00;
	height:2.4em;
}

.zdmenu {
	margin: 0px;
	padding: 0px;
	float: left;
}
.zdmenu li { display: inline; background:none; margin: 0px; padding: 0 10px 0 10px; }

.zdmenu li a { float:left; display:block; text-align: center; color: #2a00ff; font-weight:bold; padding: 5px 10px; margin: 0; border-right: 1px solid #fff; text-decoration: none; }

.zdmenu li a:hover { color: #FFF; background: #b74200; }


/*-----------------------------------------------------------------------------
	Sidebar
-----------------------------------------------------------------------------*/


#sidebar 	{
	float: right;
	width: 270px;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar h2 {
	font-size: 1.3em;
	line-height: 1.2;
	background-image: url(../img/sidebar-h2.png);
	background-repeat: no-repeat;
	border: none;
	height: 27px;
	width: 257px;
	padding-left: 15px;
	padding-top: 5px;
	color: #4b4737;
}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 25px 20px 0 20px;
}
#sidebar ul a {
	color: #b6c6ff;
	padding-left: 15px;
}

#sidebar ul a:hover {
	color: #ffcc00;
}

#sidebar ul li	{
	padding: 0;
}

#sidebar ul li ul {
	padding-top: 0;
}

#sidebar ul li ul li {
	margin: 0 0 0 -18px;
	padding: 2px 0 2px 9px;
	/*background: url('../img/icons/bullet_square_grey.gif') left 3px no-repeat;*/
	font-size: 0.9em;
	list-style-type: none;
}


.feedlink {
	padding: 2px 0 2px 20px;
	background: url('../img/icons/feed_small.png') left center no-repeat;
}

#sidebar ul li, #sidebar ul li#subscribe ul li {
	list-style-type: none;
	background: none;
	margin-bottom: 20px;
}

#sidebar ul li#subscribe ul li { margin: 0 0 0 -30px; }

#sidebar #search				{ float: left; }
#sidebar #search #s 			{ background: transparent url('../img/icons/search_grey.gif') 0px center no-repeat;
 				  	  padding: 2px 0 2px 17px; width: 135px; color: #CCCCCC; font-size: 0.9em;}
#sidebar #search #s:hover 	{ color: #000; }
#sidebar .search-excerpt 	{ margin: 0; }

#bottom-image{
	background-image: url(../img/delivery-man.png);
	background-repeat: no-repeat;
	height: 287px;
	width: 155px;
	margin: auto;
}

/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/

#footer 		{ height:50px; text-align: center; font-size: .9em; margin: 0; padding: 0; clear: both; background:url(../img/footer-bg.png) no-repeat; color:#fcfcfc; }

#footer a { color:#b6c6ff; text-decoration: none; }
#footer a:hover { color:#ffcc00; text-decoration: underline; }

/*-----------------------------------------------------------------------------
	Search
-----------------------------------------------------------------------------*/

#search				{ float: right; }
#search #s 			{ background: transparent url('../img/icons/search_grey.gif') 0px center no-repeat;
 				  	  padding: 2px 0 2px 17px; width: 135px; color: #CCCCCC; font-size: 0.9em; margin-right: 20px;}
#search #s:hover 	{ color: #000; }
.search-excerpt 	{ margin: 0; }


/*-----------------------------------------------------------------------------
	Comments
-----------------------------------------------------------------------------*/

.commentlist li { padding: 8px 15px; } 
.comments-alt 	{ background: #EEE;}

/*-----------------------------------------------------------------------------
	Extras
-----------------------------------------------------------------------------*/

.bluebox { width:90%; background-color:#0000FF; color:#FFFFFF; padding: 10px; font-size:16px; }
.yellowbox { width:90%; background-color:#FFCC00; color:#000000; padding: 10px; }
.redtext { color:#FF0000; }
.bluetext { color:#0000FF; }
