/*
Theme Name: Rods Online
Version: 1.0
Author: Cecilia Santos
Author URI: http://ceciliasantos.org
*/

* { margin: 0; padding: 0; }

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #333;
	letter-spacing: normal;
	margin:0 auto;
	background:#5F9FCE url(i/back-body.jpg);
}

a {
	color: #900;
	text-decoration: underline;
}
a:hover {
	color: #963;
	text-decoration: none;
}
p {margin: .5em 0; padding: .2em 0;}
h1 {margin: 20px 0 0;}
h2 {
	font: normal 18px Arial, Sans-Serif;
	padding: 1px 0 4px;
	margin-bottom: 0;
	color: #333;
}
h4, h4 a { font-size: 12px; text-decoration: none; }
img {border: 0;}
blockquote {
	margin: 10px 0 10px 30px;
	border-left: 3px solid #E60000;
	background: #EEE;
	padding: 5px 15px;
	font-size: 1.3em;
}
* html blockquote {height: 1%;}
blockquote p {
	font-size: 1em !important;
	margin: 0;
}

#wrapper {
	width: 899px;
	margin: 0 auto;
	padding: 8px 0 0;
	background:#fff;
	position: relative;
}


/* Header
-----------------------------------------------------------------------------*/

#header{
	width: 100%;
	position:relative;
}
#top {
	width: 100%;
	/*height: 118px;*/
	margin: 0 auto;
	position: relative;
	height:52px;
}
#logo {
	position: absolute;
	left: 10px;
	top: 0px;
	z-index: 10;
	display:none;
}

#menu {
	width: 880px;
	/*height: 42px;*/
	padding: 0px;
	margin: 0;
	clear: both;
	text-align: right;
	position: absolute;
	right:10px;
	/*top:81px;*/
	top:15px;
}
/*#menu ul{
	position:absolute;
	left:4px;
	top:2px;
	z-index:100;
}*/
#menu li {
	margin:0;
	padding:0;
	display: inline;
}
#menu li a {
	margin: 0px;
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	letter-spacing: normal;
	padding:8px 12px;
	text-decoration:none;
	background: #fff !important;
}
#menu li a:active{border:none !important; outline:none !important;}
#menu li a:hover {color: #fff; text-decoration:none; background:#B39152 !important;}
#menu li.current_page_item a {
	color: #fff;
	text-decoration: none;
	background:#B0501A !important;
}


#banner{
	width:880px;
	height:219px;
	margin:0 auto;
	background:url(i/banner.jpg) no-repeat left top;
	position:relative;
}
#banner.banner_front{
	width:880px;
	height:219px;
	margin:0 auto;
	background:url(i/banner.jpg) no-repeat left top;
	position:relative;
}

#banner-content{
	display:none;
}

#banner-content.banner-content_front{
	display:block;
	width:400px;
	height:316px;
	position:absolute;
	right:15px;
	top:5px;
}
#banner-content h1{
	font-size:40px;
	line-height:100%;
	font-weight:normal;
	color:#666;
}
#banner-content-buttons{
	width:400px;
	height:65px;
	position:absolute;
	right:19px;
	top:33px;
}
#banner-content-buttons .button{
	float:right;
	margin:0 0 0 20px;
}

/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
	/*padding-top: 20px;*/
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	width: 635px;
	float: left;
	padding: 0 0px 20px 0px;
	margin: 10px 20px 20px 10px;
	overflow: hidden;
}
#content-2 {
	width: 506px;
	float: left;
	padding: 0 36px 20px 0px;
	margin: 0 20px 20px 15px;
	overflow: hidden;
	border-right:1px solid #ccc;
}
#content-wide {
	width: 880px;
	float: none;
	margin:0 auto;
}

#cse-search-results{
	margin:0 auto;
	padding-left:30px;
}

#content h2, #content-2 h2, #content-wide h2 {
	font: bold 20px Arial, Sans-Serif;
	padding: 10px 0 4px;
	margin-bottom: 0;
	color: #900;
}
#content h2.pagetitle, #content-2 h2.pagetitle, #content-wide h2.pagetitle, #content h2.pagetitle a, #content-2 h2.pagetitle a, #content-wide h2.pagetitle a {
	color: #900;
	text-transform: uppercase;
	font-weight: bold;
}
#content h3, #content-2 h3, #content-wide h3 {
	font: normal 18px Arial, Sans-Serif;
	padding: 1px 0 4px;
	margin-bottom: 0.2em;
	color:#900;
}
#content h4, #content-2 h4, #content-wide h4 {
	font: bold 16px Arial, Sans-Serif;
	padding: 1px 0 4px;
	margin-bottom: 0.2em;
	color:#900;
}
#content h5, #content-2 h5, #content-wide h5 {
	font: bold 16px Arial, Sans-Serif;
	padding: 1px 0 4px;
	margin-bottom: 0.2em;
	color:#000;
	text-align:center;
}
#content h6, #content-2 h6, #content-wide h6 {
	font: bold 16px Arial, Sans-Serif;
	padding: 1px 0 4px;
	margin-bottom: 0.2em;
	color:#000;
	text-align:left;
}
#content h6.blue{
	color:#36c;
}

#content img, #content-2 img, #content-wide img {
	float: left;
	/*border: 3px solid #eee;*/
	padding: 1px;
	margin: 0px 10px 10px 0;
}
#content img.cent, #content-2 img.cent, #content-wide img.cent {
	float: none;
	display:block;
	margin:10px auto;
}
#content p,
#content li,
#content-2 p,
#content-2 li,
#content-wide p,
#content-wide li {
	font-size: 1em;
}

#content .post, #content-2 .post, #content-wide .post {
	margin: 0 15px 1.5em;
}
#content .post h2,
#content .post h3,
#content-2 .post h2,
#content-2 .post h3,
#content-wide .post h2,
#content-wide .post h3 {
	margin: 0 0 2px;
}
.post ul,
.post ol {
	margin: 7px 0 7px 35px;
}
.post li {
	padding: 2px 0;
}
.post .postmetadata {
	font-size: 9px;
	line-height: 11px;
	padding: 0 0 7px;
}
p.postmetadata {
	font-size: 10px !important;
	line-height: 12px !important;
}
p.postmetadata a {
	color: #606060;
}
small {
	font-size: 12px;
}

span.left { display: block; float: left; width: 180px; }

span.right { display: block; float: right; width: 316px; text-align: right; }


.entry p{
	text-align:justify;
	}
/*.entry h1 {
	font-size: 1.8em;
	margin: 15px 0 10px;
}*/
.entry h2 {
	font-size: 1.65em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
	border: none !important;
	line-height: normal !important;
}
.entry h3 {
	/*font-size: 1.45em !important;*/
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
}
/*.entry h4 {
	font-size: 1.3em;
	margin: 15px 0 10px;
	font-weight: bold !important;
}*/

.line {
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
	background: url(i/smalldot.gif) repeat-x;
}
.recent {
	margin-left: 30px;
}
.recent li {
	padding: 1px 0;
}

.other {
	margin: 20px 0;
	background: url(i/smalldot.gif) repeat-x;
	padding-top: 10px;
}
.other .recent li {
	list-style: none;
	border-bottom: 1px solid #EEE;
	padding: 4px;
}
.other .recent li a {
	background: #fff url(i/arrow.gif) no-repeat center left;
	padding: 0 0 0 12px;
	color: #808080;
}

.nav {
	font-size: 1.3em;
	padding: 0 0 22px;
}
.navigation {
	font-size: 1.1em;
	margin: 20px 0;
}

#order {
	text-align: right;
	padding: 0 0 10px;
	font-size: 1em;
	width:90%;
}
#order select {
	font: 1em Arial, Sans-Serif;
	width: 120px;
}

#content ul.child-categories, #content-2 ul.child-categories, #content-wide ul.child-categories {
	margin: 0 0 23px 30px;
}
#content ul.child-categories ul, #content-2 ul.child-categories ul, #content-wide ul.child-categories ul {
	margin-left: 20px;
}
#content ul.child-categories li li, #content-2 ul.child-categories li li, #content-wide ul.child-categories li li {
	font-size: 1em;
}
.alt {background: #F4F4F4;}

.commentlist {
	margin: 20px 0 40px 25px;
}
.commentlist li {
	padding: 8px 8px 2px;
}
.commentlist li p {
	font-size: 1em !important;
}
.commentmetadata {
	font-size: 0.85em;
}

#author, #email, #url, #comment, #submit {
	font: 12px Arial, Tahoma;
	padding: 2px;
	width: 200px;
	border: 1px solid #CCC;
}
#comment {
	width: 450px;
	height: 170px;
}
#submit {
	width: auto;
	height: 20px;
	padding: 2px;
	background: #F4F4F4;
	cursor: pointer;
	overflow: visible;
}

.comm{
	width:300px;
	padding:10px;
	border:1px solid #ccc;
	text-align:left;
}


/* Sidebars
-----------------------------------------------------------------------------*/
#sidebars {
	float: left;
	width: 203px;
	font-size: 1em;
	line-height: 1.4em;
	padding: 0 0 10px 10px;
	background:#f5f5f5;
	margin:15px 0 0 10px;
	border:1px solid #ccc;
}
* html #sidebars {height: 1%;}
#sidebars:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#sidebars-wide {
	float: left;
	width: 340px;
	font-size: 1em;
	line-height: 1.4em;
	padding-bottom: 20px;
}
* html #sidebars-wide {height: 1%;}
#sidebars-wide:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#l-sidebar {
	float: left;
	width: 142px;
	padding: 0 16px 0 2px;
}
#r-sidebar {
	float: left;
	width: 204px;
	padding: 0 0 0 4px;
}
#o-sidebar {
	width: 178px;
	padding:0 7px 0 8px;
}
#w-sidebar {
	width: 340px;
}

#sidebars ul, #sidebars-wide ul {
	margin: 0 0 15px;
}
#sidebars li, #sidebars-wide li {
	list-style: none;
	padding: 3px 0px;
	margin: 0;
}
#sidebars li a, #sidebars-wide li a {
	padding: 0;
	color: #333;
	text-decoration:none;
}
#sidebars ul.random li a{
	text-decoration:none;
}
#sidebars h2, #sidebars-wide h2 {
	font: bold 9pt Arial, Sans-Serif;
	padding: 8px 0 13px 0px;
	text-transform: uppercase;
	color: #B0501A;
	margin-top:10px;
}
#sidebars h3, #sidebars-wide h3 {
	font: normal 10px Arial, Sans-Serif;
	padding: 0 0 3px 0px;
	color: #B0501A;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#sidebars .post, #sidebars-wide .post {
	margin: 0 0 2em;
}
#sidebars p, #sidebars-wide p {
	padding: 0;
	font-size:12px;
}
#sidebars .postmetadata, #sidebars-wide .postmetadata {
	font-size: .9em;
}



.clearboth{
	clear:both;
	height:1px;
}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: left;
	}
	
table#wp-calendar {
	width: 100%;
	margin: 15px 0px;
}



#searchform input#s{
	font-size:12px !important;
}


/* Footer
-----------------------------------------------------------------------------*/
div.footer {
	width: 100%;
	/*height: 70px;*/
	clear: both;
	padding:0;
	margin: 10px auto 0;
	border-top:1px dotted #ccc;
}

#bottom{
	width:880px;
	margin:0 auto;
	position:relative;
	font-size:13px;
	line-height:130%;
}
.bottom-box{
	width:264px;
	padding:15px 10px 0;
	float:left;
	background:#F5F5F5;
	border:1px solid #ccc;
	margin:0;
}
#bottom-box1{
	margin-right:10px;
	background:#fff;
}
#bottom-box3{
	margin-left:10px;
	background:#fff;
}
#bottom img {
	float: left;
	padding: 1px;
	margin: -10px 10px 12px 0;
}
#bottom img.centralimg {
	float: none;
	display:block;
	padding: 1px;
	margin: -10px auto 0px auto !important;
}


#footer {
	width: 100%;
	clear: both;
	padding: 20px 0px 10px 0px;
	margin: 0px auto 10px;
	font-size: 11px;
	letter-spacing: .15em;
	text-align:center;
	color:#999;
	font-size:10px;
	/*border-top:1px solid #ccc;*/
}

#footer ul{
	margin:10px 0 0;
	padding:0;
	list-style:none;
}

#footer ul li{
	display:inline;
}

#footer a, #footer a:hover{
	color:#666 !important;
	text-decoration:none;
}

#display-none{
	display:none;
}

#front-links{display:none;}
#front-links.display{display:block;}

.post{
	/*border-top:1px solid #ccc;*/
}

.pic{
	width:435px;
	/*height:291px;*/
	float:left;
	position:relative;
	padding:0;
	margin:0 10px 10px 0px;
}

.btns{
	position:absolute;
	left:10px;
	bottom:0;
	z-index:10;
}

.line2 {
	clear: both;
	width: 97%;
	height: 1px;
	margin: 0 auto;
	background:#ccc;
}


/*---------------------------------------------------------*/

#front-links{display:block;}
#front-links p{text-align:right; margin-right:15px;}
#front-links p a, #front-links p a:visited{color:#0a73b5; text-decoration:none;}
#front-links p a:hover{text-decoration:underline;}


.underline{
	text-decoration:underline;
}
.textcenter{
	text-align:center;
}
.imgcenter, .entry .imgcenter{
	display:block !important;
	float:none !important;
	margin:0 auto !important;
}
.entry p.textcenter{
	text-align:center;
}

#content h1, #content h2, #content h3{
	text-align:center;
}

.wine{
	color:#900;
}
.red{
	color:#F00 !important;
}

.entry p.text-right{
	text-align:right;
}

.entry .box{
	margin:15px auto;
	padding:5px;
	border:1px solid #ccc;
}
.entry .box img{
	margin-bottom:15px;
}