/*  
Theme Name: NeedThese Theme
Theme URI: http://www.NeedThese.com/
Description: Basic theme developed and designed by <a href="http://www.needthesecommunity.com">NeedThese Community</a>. 

Version: 1.0
Author: Mike Drewlo, Andrew Houglum and Justin Woitas
Author URI: http://www.NeedTheseCommunity.com/

1st Color: #1E1A83
2nd Color: #E0D3BA

*/

/*reset.css*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

ol,ul {list-style:none;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

q:before,q:after{content:'';}

abbr,acronym {border:0;}



/*fonts.css*/

body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
pre, code {font:115% monospace; font-size:100%;}
body * {line-height:1.22em;}

a {
	color:#800000;
}

/*standard theme stuff*/
.post ol, .commentlist ol
{
list-style:decimal;
padding:5px 0px 5px 0px;
list-style-position:inside;
}


.post img
{
	padding-right:5px;
	padding-left:5px;
	padding-bottom:5px;
	border:none;
	text-decoration:none;
}

.post a {
	color:#XXXXXX;
	line-height:normal;
}

.post ul, .commentlist ul
{
list-style:disc;
list-style-position:inside;
padding:5px 0px 5px 0px;
}

.post li, .commentlist li
{
	padding-bottom:5px;
}

.post strong, .post b
{
	font-weight:bold;
}

.post em, .post i
{
font-style:italic;
}

.page_item .page_item, #sidebar ul.children
{
	margin-left:20px;
}

#calendar_wrap td, #calendar_wrap thead tr th
{
	padding:3px;
}

#calendar_wrap thead
{
	background-color:#YYYYYY;
	color:white;
	
}

#calendar_wrap caption
{
	text-align:center;
	
}

#related
{
	font-size:20px;
	padding-bottom:10px;
}
/**********************/



div.clear
{
clear:both;
height:0px;
width:0px;
overflow:hidden;
}


body
{
	background-color:#CCCCCC;
}

#page
{
	width:770px;
	margin-left:auto;
	margin-right:auto;
	border:2px solid #000000;	
	background-color:#E0D3BA;
}

#page table, tr, td {
	margin:0px;
	padding:0px;
}

#header {
	height:92px;
	background-image:url(images/Header.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
}

#headerimg {
background-image:url(images/Logo.gif);
background-repeat:no-repeat;
background-position:left;
padding-left:2px;
padding-top:4px;
padding-right:20px;
height:76px;
vertical-align:bottom;
}

#header h1 a 
{
	color:#1E1A83;
	position:relative;
	top:50px;
	left:50px;
	font-family:'Trebuchet MS','Lucida Grande',Arial,sans-serif;
	font-size:36px;
	font-weight:400;
	font-stretch:-2px;
	text-decoration:none;
}

#header div.description
{
	color:black;
	position:relative;
	top:90px;
	left:163px;
	width:550px;
	text-decoration:none;
}


#themenu {
	display:inline;
	width:770px;
	height:32px;
	margin-left:auto;
	margin-right:auto;	
	padding-top:22px;
	padding-bottom:1px;
	padding-left:10px;
	padding-right:10px;
}
#themenu ul {
	margin:0px;
	padding:0px;
}
#themenu li {
	float:right;
	display:inline;	
	padding:0px;
}

#themenu li a
{
	display:block;
	padding:0px 20px 0px 20px;
	text-align:center;
	color:black;
	text-decoration:none;
	line-height:32px;
	font-weight:bold;
	font-size:12px;
	background-color:#F3F3F3;
	border:1px solid #CCCCCC;
	border-radius:3px;
}

#content {
	float:left;
	padding-top:5px;
	padding-left:50px;	
	padding-right:20px;
	padding-bottom:30px;
	width:503px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}

	#content .post
	{
		margin-bottom:20px;
		padding-bottom:20px;
		border-bottom:2px dotted silver;
	}

	#content .post h2 , #sidebar h2, h3#comments, h3#respond, h2.pagetitle
	{
		display:block;
		color:#YYYYYY;
		font-size:136%;
		margin-top:10px;
		margin-bottom:10px;
	}

	#content .post h2 a, #content .post h3 a, .navigation a
	{
		font-size:120%;
		
	}

	#content .post p, .commentlist p
	{
		line-height:170%
	}

a.speciallink {
	color:#800000;
	font-size:24px;
	text-decoration:none;
	padding:11px;
	border:2px dashed #9D928B;
	background-color:#F3F3F3;
}
a.speciallink:hover {
	text-decoration:underline;
}
	
	#content .post p
		{
			margin-bottom:15px;
			}

	#content .post blockquote
	{
		padding:10px;
		background-color:#CCCCCC;
		font-style:italic;
		margin:10px;
	}

	#content .post blockquote blockquote
	{
		background-color:#CCCCCC;
	}

#content .post small
{
	display:block;
	margin:5px 0px 7px 0px;
}

#content .post p.postmetadata
{
	display:block;
	clear:both;
	margin:10px 0px 25px 0px;
	border: 1px dashed #666666;
	padding:10px;
	background-color:#CCCCCC;
}

#content .post p.postmetadata a
{
	color:#YYYYYY;
}

#content .entry h2 {
	font-size:14px;
}
#content .entry ul {
	list-style-type:none;	
	margin:0px;
	padding:0px;
}
#content .entry li {	
	padding:0px;
}
#content .entry li a {
	padding:0px 12px;
	line-height:18px;
	text-align:center;
}


/*The comments*/
.commentlist li
{
	display:block;
	/*background-color:#6A9FAF;*/
	padding:5px;
	border-left:4px solid #YYYYYY;
	margin-bottom:15px;
}

.commentlist li li
{
	border-left:none;
}

.commentlist li small.commentmetadata
{
	display:block;
	margin:10px 0px 10px 0px;
}

.commentlist li a
{
	color:#YYYYYY;
}

#commentform a
{
	color:#YYYYYY;
}

#commentform input, #commentform textarea
{
	margin-top:5px;
}

#searchform div {
	font-family:'Tahoma','Trebuchet MS','Lucida Grande',Arial,sans-serif;
	color:black;
}

#searchform input {
	width:142px;
}


#searchform .searchsubmit {
	width:auto;
}

#submit, #searchsubmit
{
	margin-top:5px;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	width:auto;
	color:#FFFFFF;
	background-color:#1E1A83;
}

h3#comments, h3#respond
{
margin-top:50px;
}


#sidebar {	
	float:left;
	padding-left:0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	width:194px;
	margin:0px;
	margin-top:18px;
	background-color:#F0F0E6;
}
#sidebar h2 {
	margin:0px;
	background-color:#23348E;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding-left:7px;
	text-align:left;
	text-transform:capitalize;
	line-height:19px;
}

#sidebar a {
	display:block;
	color:#000000;
	text-decoration:none;
	padding:0px;
	padding-left:12px;
	border-bottom:1px solid #A9A9A9;
	font-size:11px;
	text-decoration:none;
	width:182px;
	line-height:17px;
}
#sidebar a:hover {
	background-color:#E0D3BA;
	color:#900000;
}
#sidebar ul {
		margin:0px;
		width:100%;
}
#sidebar li {
	margin:0px;
	padding:0px;
}


#footer {
	clear:both;
	width:770px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	text-align:center;
	font-size:10px;
	color:#999999;
	background-image:url(images/Footer.jpg);
	background-repeat:no-repeat;
	background-color:#F3F3F3;	
	
}

#footer a
{
	color:#666666;
}

#footer a:hover {
	text-decoration:underline;
}
