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

* { margin: 0; padding: 0; }

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.4em;
	color: #333;
	letter-spacing: normal;
}/*

a {
	color: #F11C26;
	text-decoration: underline;
}
a:hover {
	color: #A6090F;
	text-decoration: none;
}*/

a {
	/*color: #A6090F;*/
	text-decoration: underline;
	color:#069;
}
a:hover {
	color: #F17D08;
	text-decoration: none;
}
p {margin: .5em 0; padding: .5em 0;}
h1 {margin: 0 0 20px; color:#a0ca57; line-height:normal;}
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: 971px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}


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

#header{
	position:relative;
}
#top {
	width: 971px;
	height: 104px;
	margin: 0 auto;
	position: relative;
}
#logo {
	position: absolute;
	left: 34px;
	top: 18px;
	z-index: 10;
}
#top-right{
	position:absolute;
	right:29px;
	top:15px;
	z-index:1000;
	text-align:right;
}

#top-right ul{
	margin:0px 0 30px;
	padding:0;
	list-style:none;
	font-size:12px;
	font-weight:bold;
}

#top-right ul li{
	display:inline;
}
#top-right ul li a{
	padding:0 2px 0 10px;
	margin:0 0 0 6px;
}

#top-right a, #top-right a:hover{
	color:#069;
	text-decoration:none;
}
/*#top-right ul li.page-item-16 a{
	color:#A6090F !important;
	font-size:13px;
}*/
#top-right ul li.current_page_item a, #top-right ul li.current_page_parent a{
	color:#000 !important;
}


#menu {
	width: 931px;
	height: 42px;
	padding: 0px 20px;
	margin: 0;
	clear: both;
	text-align: left;
	background: #fff url(i/back-nav.jpg) repeat-x top left;
	position: relative;
}
#nav-left{
	position:absolute;
	left:0;
	top:0;
	z-index:10;
}
#right-nav{
	position:absolute;
	right:0;
	top:0;
	z-index:1000;
}
#menu ul{
	position:absolute;
	left:4px;
	top:10px;
	z-index:100;
}
#menu li {
	/*font-size: 65px;
	line-height: 37px;*/
	display: inline;
  position:relative;
}
#menu li a {
	margin: 0px;
	color: #fff;
	font-size: 18px;
	font-weight:normal;
	letter-spacing: normal;
	padding:10px 30px 10px 30px;
	text-decoration:none;
	background: url(i/navlink-border.jpg) no-repeat right center;
}
#menu li.page-item-67 a{
	background-image:none;
}
#menu li a:hover {color: #D0F88D; text-decoration:none;}
#menu li.current_page_item a, #menu li.current_page_parent a {
	color: #D0F88D;
	text-decoration: none;
}

#menu ul li ul{
	position:absolute;
	left:-4px;
	top:27px;
	width:100%;
	text-align:center;
	background:#f17d08;
	font-size:11px;
	display:none;
}
#menu ul li:hover ul{
	display:block;
}
#menu ul li ul li{
	padding:5px 2px;
	margin:0;
	border:1px solid #fff;
	display:block;
}
#menu ul li ul li a{
	font-size:13px;
	font-weight:bold;
	padding:3px 5px;
	background-image:none;
}
#menu li.current_page_item ul li a, #menu li.current_page_parent ul li a {
	color: #fff;
	text-decoration: none;
}
#menu li.current_page_item ul li a:hover, #menu li.current_page_parent ul li a:hover {
	color: #d0f88d;
	text-decoration: none;
}

#s {
	width: 175px;
	padding: 3px 6px;
	/*border: 2px solid #3366CC;*/
	margin-right: 5px;
	background:#ffffff url(i/field-bg-top.gif) repeat-x top left;
	border:1px solid #aaa; 
}
#s:hover {
	border: 1px solid #a0ca57;
	background:#ffffff url(i/field-bg-bottom.gif) repeat-x bottom left; 
}
#searchsubmit, form.opt-in input.roundify {
	background: #f17d08;
	border: 0;
	padding: 3px 7px 4px;
	font-size:12px;
	color: #fff;
	font-weight: bold !important;
	overflow: visible;
	line-height: 17px;
	cursor: pointer;
	text-transform:uppercase;
}
#searchsubmit:hover, form.opt-in input.roundify:hover{
	background:#84c547;
}
form.opt-in input.field {
	width:130px;
	padding: 3px 6px;
	background:#ffffff url(i/field-bg-top.gif) repeat-x top left;
	border:1px solid #aaa; 
}
form.opt-in input.field:hover {
	border: 1px solid #a0ca57;
	background:#ffffff url(i/field-bg-bottom.gif) repeat-x bottom left; 
}

/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
	padding-top: 20px;
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	/*width: 724px;*/
	width:750px;
	float: left;
	padding: 0 0px 20px 0px;
	margin: 0 14px 20px 16px;
	overflow: hidden;
}
#content-2 {
	width: 526px;
	float: left;
	padding: 0 36px 20px 0px;
	margin: 0 20px 20px 16px;
	overflow: hidden;
	border-right:1px solid #ccc;
}
#content-wide {
	width: 903px;
	float: none;
	padding: 0 34px 0px;
	margin: 0 0 20px;
	overflow: hidden;
}

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

#content h2, #content-2 h2, #content-wide h2 {
	font: bold 25px Arial, Sans-Serif;
	padding: 1px 0 4px;
	margin-bottom: 0;
	color: #a0ca57;
}
#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: #a0ca57;
	text-transform: uppercase;
	font-weight: bold;
}
#content h3, #content-2 h3, #content-wide h3 {
	font: normal 16px Arial, Sans-Serif;
	padding: 1px 0 4px;
	margin-bottom: 0.2em;
	color:#a0ca57;
}

#content img, #content-2 img, #content-wide img {
	/*float: left;*/
	/*border: 3px solid #eee;*/
	padding: 1px;
	margin: 5px 10px 5px 0;
}
#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 0 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: 10px 0;
}
.post ul,
.post ol {
	margin: 7px 0 7px 35px;
}
.post li {
	padding: 2px 0;
}
.post .postmetadata {
	font-size: 10px;
	line-height: normal;
	padding: 7px 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; }

#content-2 img.alignleft{
	float:left !important;
	display:block !important;
	border:3px double #ccc;
}
#content-2 img.aligncenter{
	float:none !important;
	display:block !important;
	margin:0px auto 10px;
	border:3px double #ccc;
}


#half1 {
	width: 242px;
	float: left;
	padding: 0px;
	text-align: center;
}
#half2 {
	width: 242px;
	float: right;
	padding: 0px;
	text-align: center;
}
#half1 img, #half2 img {
	float: none;
}

.testimonial{
	border-bottom:1px dotted #ccc;
	background:url(i/quote.png) no-repeat left top;
	padding:10px 10px 10px 16px;
	margin:20px 0;
}
.testimonial span{
	color:#999;
	font-weight:bold;
}

.ads-banners img{
	float:left;
}


.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;
}
.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;
}

/* Front
-----------------------------------------------------------------------------*/

.front{
	position:relative;
}
/*.front li{
	list-style:none;
	width:220px;
	float:left;
	padding:10px 0 20px;
	margin:0;
	font-size:18px;
	font-weight:bold;
}*/


/* Sidebars
-----------------------------------------------------------------------------*/
#sidebars {
	float: left;
	/*width: 368px;*/
	font-size: 1em;
	line-height: 1.4em;
	padding-bottom: 20px;
}
* 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: 168px;*/
	width:194px;
	padding: 0 16px 0 0px;
	/*border-right:1px solid #ccc;*/
	margin-top:-20px;
}
#r-sidebar {
	float: left;
	/*width: 167px;*/
	width:141px;
	padding: 0 0 0 16px;
	margin-top:-20px;
}
#o-sidebar {
	width: 200px;
	padding:0 7px 0 8px;
	margin-top:0;
}
#w-sidebar {
	width: 340px;
}

#sidebars ul, #sidebars-wide ul {
	margin: 10px 0 15px;
	font-size:13px;
}
#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 14px Arial, Sans-Serif;
	padding: 8px 0 3px 0px;
	text-transform: uppercase;
	color: #F17D08;
	margin:10px 0 10px;
	border-bottom:1px solid #ccc;
}
#sidebars h3, #sidebars-wide h3 {
	font: bold 11px Arial, Sans-Serif;
	padding: 0 0 3px 0px;
	color: #A0CA57;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#accordion h3 a{
	text-decoration:none;
}
#accordion h3 a:active, #accordion h3.active a, #accordion h3 a:hover{
	color:#F17D08;
}

#sidebars .post, #sidebars-wide .post {
	margin: 0 0 2em;
}
#sidebars .wp-polls-form p, #sidebars-wide .wp-polls-form p {
	padding: 0;
	text-align:left !important;
}
#sidebars .postmetadata, #sidebars-wide .postmetadata {
	font-size: .9em;
}

#sidebars img, #sidebars iframe{
	margin-bottom:5px;
}

.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;
}

/* Footer
-----------------------------------------------------------------------------*/
div.footer {
	width: 942px;
	height: 70px;
	clear: both;
	padding: 0;
	margin: 0 auto;
}

#footer {
	width: 942px;
	clear: both;
	padding: 0px 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 h2.widgettitle{
	display:none;
}

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

#footer ul li{
	display:inline;
}
#footer ul li a{
	padding:0 10px;
	margin:0 6px;
}

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

/*tabbed styles
-----------------------------------------------------------------------------*/
#popular-posts{
  float: left;
  /*clear: both;*/
  width: 510px;
  height: auto;
  padding-top: 30px;
  padding-left: 5px;
  padding-right: 5px;
  background: #fff;
  position: relative;
  color: #E8E8E8;
  margin-left: 0px;
  line-height: 20px;
 /* zoom:1;*/
  overflow: hidden;
  color: #333;
  border:1px solid #ccc;
  border-top:none;
  margin-bottom:20px;
}
#popular-posts-title{
  position: absolute;
  bottom: 4px;
  left: 4px;
  font: 16px 'Kozuka Gothic Pro', Arial;
  color: #fff;
  display: block;
  /*background: #1f92d4;*/
  /*opacity:.8;*/
  width: 627px;
  padding: 2px;
}

#popular-posts ul.tabs{
  clear: both;
  float: left;
  list-style: none;
  width: 100%;
  height: 30px;
  padding: 0;
  /*overflow: hidden;*/
  background: url(images/tabsnav.jpg) repeat-x;
  position: absolute;
  top: -8px;
  left: -35px;
  /*border-bottom:1px solid #84c547;*/
}
#popular-posts ul.tabs li{
	float: left;
}
#popular-posts ul.tabs li a{
	display: inline-block;
	font: 12px Arial;
	font-weight: bold;
	color: #333;
	padding: 5px;
	text-decoration: none;
	outline: none;
	background:#f1f1f1;
	border:1px solid #ccc;
}
#popular-posts ul.tabs li a:hover, #popular-posts ul.tabs li.active a{
	background: #f17d08;
	color: #fff;
	border:1px solid #ccc;
	border-bottom:1px solid #84c547;
}
.popular-content{
	padding-top:0px;
}
.popular-content ul{
	margin:0px;
	padding:0px;
}
.popular-content ul li{
	margin:10px 0px !important;
	padding:0px;
	border-bottom:1px dashed #ccc;
}
.popular-content ul li a, .popular-content ul li a:visited, .popular-content ul li a:hover{
	color:#254996 !important;
}

/*-------------------cforms-------------------*/


p.linklove{
	display:none;
}

#cformsform legend, #cformsform span{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}

p.cf-sb{
	text-align:right;
	padding-right:5px;
}

input#sendbutton{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#cformsform fieldset input, #cformsform fieldset textarea{
	color:#666;
}