/*  
Theme Name: Awakers Theme Purple v1
Theme URI: http://www.awakers.com
Description: Designed for <a href="http://www.awakers.com">Awakers Templating</a>.
Version: 1.0
Author: Ferdie Lopez
Author URI: http://www.awakers.com

This CSS is for the wrappers...

*/

/* Main website holder */
#mainwrapper{
	margin: 0 auto;
	border-left: 5px solid #6272a3;
	border-right: 5px solid #6272a3;	
	width: 810px;
	min-height: 500px;
	_height: 500px;
	background: #FFF;
	}

#header{
	height: 150px;
	background: url(images/header.jpg) no-repeat;
	display: block;
	}
#headerlink{
	height: 150px;
	display: block;	
	cursor: pointer;
	background: url(images/blank.gif);
	}	

#mainmenu{
	height: 32px;
	background: url(images/topnav.gif) repeat-x;
	padding-left: 10px;
	padding-right: 10px;	
	display:block;
	}

#maincontent{
	min-height: 400px;
	_height: 400px;
	}
	
	
/* Maincontent and Sidebar*/	
#sidebar{
	width: 190px;
	float: right;
	padding: 8px;
	padding-left: 2px;
	}	
#sidebar h1{
	font-size: 12px;
	font-weight: normal;
	color: #182045;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;

	}		
#sidebar ul{
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	}
#sidebar ul li{
	list-style: none;
	}	
#sidebar ul .cat-item{
	margin-bottom: 10px;
	margin-bottom: 10px;
	}	
#sidebar ul .cat-item a:link, #sidebar ul .cat-item a:visited{
	border: 1px solid #6272a3;
	border-bottom: none;
	padding: 5px;
	display: block;
	text-align: center;
	color: #6272a3;
	min-height: 20px;
	font-size: 13px;
	background: url(images/border_dt.gif) repeat-x;
	}	
#sidebar ul .cat-item a:hover{
	border: 1px solid #6272a3;
	border-bottom: none;
	padding: 5px;
	display: block;
	text-align: center;
	color: #001350;
	min-height: 20px;
	font-size: 13px;
	background: url(images/border_dt.gif) repeat-x;
	}		

#sidebar .children{
	border: 1px solid #6272a3;
	border-top: none;
	padding: 5px;
	margin: 0px;
	}
#sidebar .children form{
	margin: 0px;
	padding: 0px;
	text-align: right;
	}
#sidebar .children form input{
	border: 1px solid #dddddd;
	width: 96%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6272a3;
	font-size: 12px;
	padding: 2px;
	}
#sidebar .children form #searchsubmit{
	padding: 2px;
	width: 100px;
	margin: 3px;
	color: #039;
	
	}	

#sidebar .children li{
	padding: 10px;
	margin: 0px;	
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	}	
#sidebar .children .cat-item a:link, #sidebar .children .cat-item a:visited{
	color: #5679d9;
	background: none;
	border: none;
	text-align: left;
	background: url(images/border_dd.gif) no-repeat;
	background-position: 0px -3px;
	font-size: 13px;
	padding-top: 0px;
	padding-left: 15px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

	}	
#sidebar .children .cat-item a:hover{
	color: #3356bc;
	background: none;
	border: none;
	text-align: left;
	background: url(images/border_dd.gif) no-repeat;
	background-position: 0px -3px;
	font-size: 13px;
	padding-top: 0px;
	padding-left: 15px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

	}	



/* Main Content */
#content{
	width: 575px;
	float: left;
	padding: 10px;	
	}
#googleads1{
	display: block;
	}	
#googleads2{
	display: block;
	}		


#contentelement{
	padding: 0px;
	font-size: 16px;	
	}	

#contentelement .post{
	border: 1px solid #ddddee;
	margin-bottom: 10px;
	padding: 10px;
	}

#postcategoryname a:link, #postcategoryname a:visited{
	background: url(images/h3.gif) bottom left no-repeat;
	background-position: 5px 10px;
	font-size: 18px;
	font-weight: normal;
	padding-left: 80px;
	padding-top: 10px;
	padding-bottom: 5px;
	display: block;
	}


#posttitle a:link, #posttitle a:visited{
	background: url(images/h4.gif) bottom left no-repeat;
	background-position: 15px 10px;
	font-size: 18px;
	color: #97a7da;
	font-weight: bold;
	padding-left: 70px;
	padding-top: 10px;
	padding-bottom: 5px;
	display: block;
	}
#posttitle a:hover{
	color: #9999cc;
	}

#contentelement .entry{
	display: block;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 18px;
	}





#copyright{
	min-height: 50px;
	_height: 50px;
	background: #6272a3;
	color: #000;
	text-align: center;
	font-size: 13px;
	padding-top: 20px;
	}	
	




