/*  

Theme Name: Ads Theme

Theme URI: http://www.blogging-secret.com/

Description: Ads  Theme is 2 or 3 column ads style wordpress theme

Version: 1.0

Author: Eric

Author URI: http://www.blogging-secret.com/

*/



#wrap {

	background: #402821;

	width: 920px;

	margin: 10px auto 10px;

	padding: 0px 20px 0px 0px;

	
 

}



body 

{

	margin: 0px auto 0px;

	padding: 0px;

	font-family: georgia;

	font-size: 0.8em;

	color: #222;

	background: #402821;

	width: 960px;

}



a {

	text-decoration: none;

}



img {

	border: 0;

}



/*	-------------------------------------------------------------

	HEADER

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

	

#header {

	width: 920px;

	margin: 15px 0px 0px 0px;

	height: 130px;

	background-color: #402821;

	border-bottom: #4D4B49 0px solid;

}



#header .logo {

	

	height: 100px;

	background-image: url(images/oldplank_blog.gif);

	background-repeat: no-repeat;

	float: left;

	cursor: pointer;

}



#header .ads {

	width: 480px;

	height: 80px;

	float: right;

	padding: 20px 0px 0px 0px;

}





/*	-------------------------------------------------------------

	MENU/NAV

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	

#nav{

	

	height: 32px;

	padding: 4px 0 0;

	margin:0px 0px 18px 0px;
	width:920px;
        border-top:1px solid #63594F;
	border-bottom:1px solid #63594F;

}



#nav-left {

	float: left;

	display: inline;

	width: 920px;

}

	

#nav-right {

	float: right;

	display: inline;

	width: 300px;

}

	

#nav ul {

	position: relative;

        overflow: hidden;

	padding-left:5px;

	margin:0;

	font: 1em Arial, Helvetica, sans-serif;

}



#nav ul li {

    float: left;

    list-style: none;

}



#nav ul li a, #nav ul li a:visited {

	display: block;

	color: #89786E;
        line-height:20px;

	margin: 0 5px; 

	padding: 5px 5px;

	text-transform:uppercase;
        font-size:7pt;

        font-weight: bold;
	font-family:georgia;

}



#nav ul li a:hover {

	color: #ffffff; 

	

        text-decoration: none;

} 



#nav ul li a.current, #nav ul li a.current:visited, #nav ul li a.current:hover { 

	margin: 0 5px; 

	

  	color: #F7EBD0;

	padding: 5px 5px;

}



/*	-------------------------------------------------------------

	SEARCH

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

	

#search{

	

	border: 0px solid #b3b3b3;

	float: right;

	height: 25px;

	margin: 55px 5px 0 0;

	width: 150px;

}

* html #search{

	margin-right: 8px;

}

#search input{

	font-family: georgia;

	background: #5E473F;
        font-weight:normal;

	border: 0;

	color: #fff;

	float: left;

	font-size: 10px;

	margin:  0px;

	padding: 2px;

	width:147px;
        text-transform:uppercase;

}

	

/*	-------------------------------------------------------------

	CONTENTS

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	



#contentwrapper{

	width: 920px;

	margin: 0 auto;

	margin-bottom: 5px;

	/*background-image: url(images/sbbg.gif);*/
        background:#F7EBD0;    

}



#content {

	float: left;

	padding: 8px 8px 8px 8px;

	width: 500px;

	margin: 5px 5px 5px 5px;

	border:#ccc 1px solid;

}



/*	-------------------------------------------------------------

	POST

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.entrytitle h2 {

	margin: 0px;

	font-weight: bold;

	font-size: 18px;

	line-height: 24px;

	padding: 0px;

	margin-bottom: 5px;

}



.entrytitle h2 a {

	border-bottom: 1px solid #C68C1E;

	color: #BF311A;

	/*display:block; */

}



.entrytitle h2 a:hover {

	color: #000000;

	border-bottom: 1px solid #C68C1E;

}



.entrytitle .meta {

	/*background-color: #ffffff;*/

	padding: 3px;

	color: #111;

	font-size: 12px;

	margin-bottom: 8px;

	line-height:20px;

}



.entrytitle .meta a {

	color: #8B4B00;

}



.entrytitle .meta a:hover {

	color: #222;

        font-weight: bold;

}



.entry {

	margin-bottom: 2em;

}



.entry a, .commentlist a, .navigation a {

	color:#8B4B00;

        font-weight: bold;

}



.entry a:hover, .commentlist a:hover, .navigation a:hover {

	color:#C68C1E;

        font-weight: bold;

}



.entry blockquote {

	color: #666;

	margin: 0 30px 20px 30px;

	padding: 0 0 0 10px;

	border: 2px solid #fff;

	border-left: 2px solid #A4A1A1;

}



/*	-------------------------------------------------------------

	SIDEBAR

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

	

#sidebar {

	float: right;





	width: 370px;

	height: 100%;

	min-height: 100%;

	padding: 10px;

}



#sidebar .box {

	padding: 6px;

	margin-bottom: 10px;

	background-color: #FFFAEF;

}



#lsidebar {

	float: left;

	width: 180px;	

}



#rsidebar {

	float: right;

	width: 180px;	

}



#sidebar .box h2, #sidebar h2 {

	font: bold 1.0em georgia;

	margin-top: 5px;

	color: #F7EBD0;

	background-color: #BF311A;

	padding: 7px;

}



#sidebar a {

	color: #422923;

}



#sidebar a:hover {

	color:#0066CC;

}



#sidebar ul {

	list-style-type: none;

	margin: 0 0 15px 0;

	padding: 0;

}



#sidebar ul li {

	background-color: #FFFAEF;

	border-bottom: 1px dotted #ddd;

	margin-bottom: 0.2em;

	padding: 0.3em;

}



#sidebar ul li ul{

	list-style-type: square;

	margin-left: 1.5em;

	padding: 0;

	border: 0;

}



#sidebar ul li ul li {

	border: 0;

}



/*	-------------------------------------------------------------

	FOOTER

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	

#footer {

	border-top:1px solid #6E594F;
color:#FFFFFF;
font-family:georgia;
font-size:7pt;
font-weight:bold;
line-height:18px;
margin-top:10px;
padding:16px 0;
text-align:center;
width:843px;

}



#footer p {

	margin: 0px;

	font-size: 7pt;

	padding: 0px;

	color: #ffffff;

}



#footer p a {

	color:#FFFFFF;
text-decoration:none;

}



#footer p a:hover {

	color:#C68C1E; 
       text-decoration:none;

}



#footer .left {

	float: left;

	width: 80%;

}



#footer .right {

	float: right;

	width: 20%;

	text-align: right;

}





/*	-------------------------------------------------------------

	COMMENTS

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.commentsblock textarea {

	width: 500px;

}



.commentsblock input, .commentsblock textarea {

	border: 1px solid #d1d1d1;

}



.commentsblock textarea:focus {

	background: #eee;

	border: 1px solid #a1a1a1;

}



.commentsblock textarea:focus, .commentsblock input:focus {

	background: #eee;

	border: 1px solid #a1a1a1;

}



ol.commentlist {

	color: #222;

	list-style-type: none;

	margin: 0;

	margin-top: 1.5em;

	padding: 0;

}



.commentlist li {

	margin-bottom: 2em;

}



h3#comments {

	font-size: 1.6em;

}



.commentcount {

	float: right;

	font-weight: bold;

	font-size:16px;

}



.commentcount a {

	color: #cccccc;

}



.commentcount a:hover {

	color: #999999;

}



.commenttext {

	border-top: 1px solid #ddd;

}
