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

body 	{
	margin-bottom: 0;
	margin-top: 0;
	background-color: #e3e3e3;
	background-image: url(../images/bg-main.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

/* Blueprint width setting */
.container 	{
	width: 820px;
	padding-top: 10px;
	background-image: url(../images/fade-mid.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-left:6px;
	padding-right:6px;
}			

#page {
	float: left;
	margin-bottom: 20px;
}

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

a 				{
	color: #990000;
}
a:hover			{ color: #000; }
blockquote p 	{ padding: 0 20px 0 30px; }
hr 				{ background: #CCC; height: 1px; }
img				{ margin: 0; }
p img			{ float: none; border:1px solid gray; }
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('../images/icons/bullet_square_grey.gif') left 5px no-repeat; }
ol				{ margin-left: 35px; }
label			{ font-weight: normal; }
textarea		{ height: 200px; width: 400px;}
.small			{ font-size: .9em; }
.nomargin		{ margin: 0; }
a.button, button { font-weight: normal; }

h3, h3 a {
	font-size: 1.3em;
	line-height: 1.2;
	color: #990000;
	letter-spacing: 0px;
	text-decoration: none;
}

#maincontent h2 		{
	color: #990000;
	border-bottom: 2px dotted #AAA;
	margin-bottom: 15px;
	font-weight: normal !important;
}
h2 a 					{
	color: #990000;
	text-decoration: none;
}
#maincontent .post h2	{ margin-bottom: 5px; }
						/* Padding inside columns */
#maincontent .content 	{ padding: 25px 30px 20px 48px; }	

.navigation, 
.navigation a			{ color: #AAA; }
.alignright 			{ float: right; }
.alignleft 				{ float: left; }
img.alignright 			{ float: right; margin-left:15px; margin-bottom:15px; }
img.alignleft 				{ float: left; margin-right:15px; margin-bottom:15px; }

.post					{ margin-bottom: 25px; }

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

#header {
	padding-top:10px; padding-bottom:10px; margin-top:5px; margin-bottom:10px; border-top: 3px solid #990000; border-bottom:3px solid #990000
}

#header h1, #header .description {
	padding-left: 50px;
	margin: 0;
	line-height: 1em;
}

#maincontent, #sidebar { padding: 0 0 20px 0; }


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

#nav, #subnav	{ padding: 0; background: #668040; float: left; width: 100%; line-height: 1.5em; }

#nav ul,
#subnav ul		{ margin: 0; padding: 0; list-style: none; }

#nav li,
#subnav li		{ margin: 0; padding: 0; float: left; background-image: none; }

#nav li a,
#subnav li a 	{ color: #F2FFDF; padding: 5px 15px; float: left; text-decoration: none; }

#nav li.current_page_item a,
#nav li a:hover 	{ background: #485A2D; color: #F2FFDF; }

#subnav				{ background: #616161; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #F2FFDF; }

#nav li.first a { margin-left: 50px; }

	/*-------------------------------------------------------------------------
		Navigation bar in posts (use main nav html inside a post)
	-------------------------------------------------------------------------*/

	.entry #nav .content {
		padding: 0;
		margin: auto;
	}

	.entry #nav {
		margin-bottom: 15px;
		background: #FFF;

	}

	.entry #nav li a 		{ color: #FFF; border-right: 1px solid #AAA; background: #666; }
	.entry #nav li.last a	{ border-right: none; }
	.entry #nav li a:hover 	{ background: #333; color: #FFF;}

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

#page 		{
	background: url(../images/sidebar_bg.gif) no-repeat right top; /* fake bg */
}
#sidebar 	{ margin-left: 8px; /* lets us have border */ }
#sidebar h2 { font-size: 1.3em; line-height: 1.2; }


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 25px 20px 0 20px;
}

#sidebar ul li	{
	padding: 0;
	list-style-position: inside;
}

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

#sidebar ul li ul li {
	margin: 0 0 0 -5px;
	padding: 2px 0 2px 9px;
	background: url(../images/bullety.gif) no-repeat left center;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	width:150px;
}
#sidebar ul li ul li a{text-decoration:none; color:black; font-weight:bold; margin-left:10px;}
#sidebar ul li ul li a:hover{text-decoration:underline;}

.feedlink {
	padding: 2px 0 2px 20px;
	background: url('../images/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; }

/* Hide search from sidebar */
#sidebar #search { display: none; }

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

#footer 		{ text-align: left; font-weight:bold; margin: 0; border-top: 3px solid #990000; padding-top:10px; padding-bottom:10px; margin-left:10px; margin-right:10px; padding-left:10px;}

#footer a 		{ text-decoration: none; }

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

#search				{ float: right; }
#search #s 			{ background: transparent url('../images/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;}


/*custom*/

#headerleft{float:left; margin-left:15px;}
#headerright{float:right; text-align:right !important;}
#headerright ul li{display:inline; list-style:none; list-style-image:none; background-image:none !important;}
#headerrightcontact{margin-right:15px;}
#headerrightnav{position:relative; top:16px; left:20px;}
#headerright ul li a{
	font-weight: bold;
	color: white;
	background-image: url(../images/tab.gif);
	padding-top:3px;
	height: 27px;
	width: 107px;
	margin-right: 5px;
	margin-left: 5px;
	display:block;
	text-decoration:none;
	text-align:center;
	float:left;
	font-size:14px;
	text-transform:uppercase;
}
#headerright ul li a:hover{background-image: url(../images/tab-over.gif);}
#contenttop{
	background-image: url(../images/fade-top.png);
	background-repeat: no-repeat;
	height: 7px;
	margin-top: 15px;
	background-position: center center;
}
#contentbottom{
	background-image: url(../images/fade-bottom.png);
	background-repeat: no-repeat;
	height: 7px;
	margin-bottom: 15px;
	background-position: center center;
}

#entry p{font-family:Arial, Helvetica, sans-serif !important; font-size:13px; !important}

h2.widgettitle{font-size:17px !important; border-bottom:1px dotted silver; margin-bottom:5px; padding-bottom:5px; width:190px; font-weight:normal !important}

.nocomments{display:none;}
