/*  
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:  Georgia, "Times New Roman", Times; 
	font-size:80%;
	word-spacing: 1px; 
	margin-left: 20px; 
	/* padding-top: -5px; */
	border: #9f9
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:80 em;	
}
#content{
	font-size: 10px;
	line-height: 20px;
	float:left;
	width: 600px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 100px;
}
#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: 400px;
}
#footer{
	background:#fff;
	border-top:1px solid #777;
	color:#888;
	clear:both;
	font-size:10px;
	padding:0.5em;
	height: 40px;
	margin-top: 50px;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Georgia, "Times New Roman", Times;
	font-weight:normal;
	letter-spacing: 0px;
	/* margin:0; */
	margin-left: 0px; 
	font-size: 40px;
	color: #999999;

}
#header h1{
	font-family: Georgia, "Times New Roman", Times;
	font-size:20px;
	/* margin:0px; */
	margin-right:1em;
	/* font-weight:bold; */
}
#header h1 a{
	color:#FF0000;
	/* background-color: #ffbaba; */

}
#header h1 a:hover{
	color:#FF0000;
}
#header p{
	color:#cccccc;
	font-size:1.4em;
	margin:0;
	margin-top:-0.2em;
}
.entrytitle h2{
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times;
	font-weight:normal;
	margin-left: -20px; 
}
.entrytitle h2 a
{
	color:#999999;
}
.entrytitle h2 a:hover{
	color:#666666;
}
.entrytitle h3{
	font-size:15px;
	color:#cccccc;
}

/*************************************
 +Entry
 *************************************/
.entry{
    color: #666; 
    font-style: normal; 
    font-size: 12px; 
    line-height: 24px; 
    font-family: Georgia, "Times New Roman", Times; 
    word-spacing: 1px; 
    margin-left: 20px; 
    padding-top: 5px; 
    border: #9f9
}

.entrymeta{
	font-size:10px;
	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: Georgia, "Times New Roman", Times;
	/* text-transform: uppercase; */
	font-size: 12px;
	/* 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: Georgia, "Times New Roman", Times;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#FF0000;
    /* background-color: #ffbaba; */
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times;
}

A:link {
	color: #d22900; 
	/* background-color: #ffbaba;  */
	text-decoration: none;
}
A:visited { 
	color: #d22900; 
	/* background-color: #ffbaba;  */
}
A:active {
	color: silver; 
	/* background-color: #ffbaba; */
}

a:hover{
	color:#yellow;
    /* background-color: #ffbaba; */
}

/* + 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: Georgia, "Times New Roman", Times;
	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: Georgia, "Times New Roman", Times;
	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: Georgia, "Times New Roman", Times;
	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;
		
		}