/*  
Theme Name: Ads Theme
Theme URI: http://www.blogging-secret.com/ads-theme-free
Description: Ads  Theme is 2 or 3 column ads style wordpress theme
Version: 2.0
Author: Eric
Author URI: http://www.blogging-secret.com/
*/

body 
{
	margin: 0px auto 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #535353;
	background: #BCBEB0;
	line-height: 22px;
}

#page {
	background: #fff;
	width: 980px;
	margin: 10px auto 10px;
	padding: 0px 20px 15px 20px;
	border: double #C0C0C0;
}

a {
	color: #535353;
	text-decoration: underline;
	}

a img { 
	border: none; 
	}

small {
	font-size: 11px;
}

code {
	background: #dee0d3;
}

blockquote p {
	padding: 15px;
	border: 1px #ccc solid;
}

code {
	font: 1.1em, Courier, Fixed;
	}

/* Begin Header */	
#header {
	margin: 20px 0px 0px 0px;
	height: 270px;
	background: #322E2B;
	border-bottom: #4D4B49 1px solid;
}

#header .logo {
	width: 980px;
	background: url(images/logo.jpg) no-repeat 0 0;
        background-position:center;
	float: left;
	height: 100%;
}

#header .ads46860 {
	width: 480px;
	height: 85px;
	float: right;
	padding: 25px 0px 0px 0px;
}
/* End Header */


/* Begin PageNavi */	
#nav{
	background: #3A3A3A;
	height: 65px;
}

#nav-left {
	float: left;
	display: inline;
	width: 780px;
}
	
#nav-right {
	float: right;
	display: inline;
	width: 200px;
}
	
/*#nav ul {
	position: relative;
    overflow: hidden;
	padding-top: 4px;
	padding-left: 5px;
	margin: 0;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#nav ul li {
    float: left;
    list-style: none;
}

#nav ul li a {
	display: block;
	color: #fff;
	margin: 0 8px; 
	padding: 4px 7px;
	color:#fff;
	text-decoration: none;
}

#nav ul li a:hover {
	background-color: #ca1717;
  	color: #fff;
} 
*/
/* End PageNavi */



/* Begins Search */
#search{
	background: #F7F7F7;
	border: 1px solid #b3b3b3;
	float: right;
	margin: 4px 12px 0 0;
	width: 200px;
}

#search input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: transparent;
	border: 0;
	color: #000;
	float: left;
	font-size: 12px;
	padding: 5px;
}
/* End Search */	


/* Begins Content */
#contentwrapper{
	width: 980px;
	margin: 0px auto 0px;
	background-image: url(images/contentbg.jpg);
}

#content {
	float: left;
	padding: 15px;
	width: 535px;
}	

.post {
	margin-bottom: 30px;
	}
	
.post h1,h2 {
	font-size: 26px;
	margin: 0 0 10px 0;
	line-height: 30px;
	color: #262626;
}

.post h1,h2 a {
	color: #262626;
	text-decoration: none;
	letter-spacing: -1px;
	line-height: 37px;
}

.post h1,h2 a:hover {
	color: #ca1717;
}

.entry p {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 15px;
}

.entry a, .tags a {
	color: #262626;
	text-decoration: underline;
}

.entry a:hover, .tags a:hover {
	color: #ca1717;
	text-decoration: none;
}

.post .postmetadata {
	font-size: 12px;
	}

.post .postmetadata a {
	text-decoration: underline;
	}
	
.post .postmetadata a:hover {
	text-decoration: none;
	}

.post .category {
	margin-right: 4px;
	font-size: 14px;
	text-transform: lowercase;
}

.post .category a {
	color: #fff;
	background: #262626;
	padding: 5px;
	text-decoration: none;
}

.post .category a:hover {
	background: #ca1717;
}

.tags {
	font-size: 13px;
	color: #999;
	}
/* End Content */


/* Begins Sidebar */
#sidebar {
	float: right;
	width: 395px;
	height: 100%;
	min-height: 100%;
	padding: 10px;
}

#sidebar .box {
	padding: 6px;
	margin-bottom: 10px;
	background-color: #fff;
}

#lsidebar {
	float: left;
	width: 192px;	
}

#rsidebar {
	float: right;
	width: 192px;	
}

#sidebar h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000;
	background-color: #ABAE9B;
	padding: 5px 8px;
	font-size: 16px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	color:#ca1717;
}

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#sidebar ul li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 2px;
	padding: 2px 0px 2px 7px;
}
/* End Sidebar */


/* Begin Navigation */
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-size: 14px;
	}
	
.navigation a:hover {
	text-decoration: none;
	color: #ca1717;
	}
/* End Navigation */


/* Begins Footer */
#footer {
	background-color: #322E2B;
	margin: 0px 0px 5px 0px;
	padding: 5px 8px;
}

#footer p {
	margin: 0px;
	font-size: 11px;
	padding: 0px;
	color: #CCCCCC;
}

#footer p a {
	color: #ccc;
}

#footer p a:hover {
	color: #fff;
	text-decoration: none;
}

#footer .left {
	float: left;
	width: 80%;
}

#footer .right {
	float: right;
	width: 20%;
	text-align: right;
}
/* End Footer */


/* Begin Comments */
.commentsblock textarea {
	width: 535px;
}

.commentsblock input {
	height: 20px;
	}

.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;
}
/* End Comments */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


.adsense {
	margin-bottom: 10px;
	}

/* ================================================================ 
This copyright notice must be untouched at all times.
 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 
.menu {width:745px; height:32px; position:relative; z-index:100;border-right:1px solid #000; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#09c; padding-left:10px; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}
 
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}
 
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}
 
/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}
 
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}
 
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}
 
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}
 
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#b7d186;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#b7d186;}
 
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}