/*  
Theme Name: WDA
Theme URI: http://www.sapientone.org/wda
Description: A clean, simple theme with some script-aculo.us effects
Version: 1.0
Author: WDA
Author URI: http://www.sapientone.org/
The CSS, XHTML and design is released under GPL
*/

/*************************************
 +Containers
 *************************************/
body{
	background:#fff ;
	color:#000000;
	font-family:  arial, verdana, helvetica, sans-serif;
	font-size:80%;
	line-height:1;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:80 em;	
}
#content{
	font-size:1.5em;
	float:left;
	width:34em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 50px;
}
#sidebar{
	font-size:1.8em;
	float:right;
	padding-top:1em;
	width:200px;
	padding-right: 50px;
	position: fissa;
}
#header{
	padding-top: 1em;
	padding-right: 50px;
	padding-bottom: 1em;
	padding-left: 50px;
}
#footer{
	background:#f0f0f0;
	border-top:1px solid #777;
	color:#888;
	clear:both;
	font-size:1em;
	padding:0.5em;
	height: 40px;
	margin-top: 50px;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing: -2px;
	margin:0;
	font-size: 40px;
	color: #999999;

}
#header h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:5em;
	margin:0;
	margin-right:1em;
	font-weight: bold;
}
#header h1 a{
	color:#2040a0;
}
#header h1 a:hover{
	color:#2040a0;
}
#header p{
	color:#cccccc;
	font-size:1.4em;
	margin:0;
	margin-top:-0.2em;
}
.entrytitle h2{
	font-size:35px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.entrytitle h2 a
{
	color:#999999;
}
.entrytitle h2 a:hover{
	color:#666666;
}
.entrytitle h3{
	font-size:1.1em;
	color:#cccccc;
}

/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:100px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 21px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.entrymeta{
	font-size:12px;
	margin-top: 5px;
	font-weight: bold;
}
.postedby{
	background:#fff ;
	padding:3px;
	padding-left:0px;
}
.filedto{
	background:#fff ;
	padding:3px;
	padding-left:3px;
}
.commentslink{
	background:#fff;
	padding:3px;
	padding-left:0px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
list-style-type:none;
	margin:0;
	padding:0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}
#sidebar ul li{
	display: block;
	border-bottom:1px dotted #ccc;
	margin-bottom:0.3em;
	padding:0.3em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0em;
	padding:0em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:2px solid #999999;
}
.commentsblock textarea:focus{
	background:#eee;
	border:2px solid #999999;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:2px solid #999999;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#EEF1E0;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
	font-size:1.6em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#2040a0;
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:hover{
	color:#a02020;
}

/* + images
************************************/
.entry img {
	padding: 4px;
	border: 1px solid #eee;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	background: #fff;
	}

	.entry img a:hover {background: #E9EFF5;}
	a img {border: 0;}
	


/* +header content
************************************/
#shelf {
	background: #f0f0f0;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	}
#shelf a {color: #ff0000;}
#shelf a:hover {color: #ff0000;}

#shelfwrap {
	margin: 0;
	width: 950;
	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	padding-right: 30px;
	padding-left: 30px;
	}

	#shelfcontent {
		width: 900px;
		margin: 30 ;
		padding: 1em 0;
		text-align: left;
		}




/* +search content
************************************/
#shelfsearch {
	background: #ffffff;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 1px;
	}
#shelfsearch a {color: #ff0000;}

#shelfsearch a:hover {color: #ff0000;}

#shelfwrapsearch {
	margin: 0;
	width: 150;
	
	
	}

	#shelfcontentsearch {
		width: 150px;
		margin: 1 ;
		padding: 1em 0;
		text-align: left;
		}		
		
.formsearch {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ff0000;
	background-color: #FFFFFF;
	border: 2px solid #999999;
	margin-top: 1px;
	margin-bottom: 2px;
}		


/* +UTW content
************************************/


ul.utwrelposts {
	width: 400px;
	border: 1px solid #efefef;
	border-width: 0 0 1px 0;
	list-style: none;
	margin: 0 0 0 0em;
	padding: 0;
	}

	.utwrelposts li {
		display: block;
		width: 400px;
		}

	.utwrelposts li a {
		width: 400px;
		display: block;
		padding-left: 1.1em;
		}

	.utwrelposts li a:hover {
		color: #999999 !important;
		display: block;
		background: #ffffff;
		border-left: 3px solid #ff0000;
		}
	
	.utwrelposts li a:visited {
		width: 350px;
		
		}