/*
Theme Name: WordPress CMS
Version: 1.0
Author: Cecilia Santos
Author URI: http://w3c-compliant.com
*/

* { margin: 0; padding: 0; }

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

a {
	color: #0778ba;
	text-decoration: underline;
}
a:hover {
	color: #006400;
	text-decoration: none;
}
p {margin: .5em 0; padding: .5em 0;}
h1 {margin: 20px 0 0; color:#0778BA;}
h2 {
	font: normal 18px Arial, Sans-Serif;
	padding: 1px 0 4px;
	margin-bottom: 0;
	color: #006400;
}
h3 {
	font: bold 15px Arial, Sans-Serif;
	padding: 4px 0 4px;
	margin-bottom: 0;
	color: #0778ba;
}
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;
}

#page-top{
	width:100%;
	height:24px;
	background:url(i/back-footer.png);
	border-bottom:3px double #ccc;
}

#page{
	width:939px;
	margin:0 auto;
	background:url(i/back-page.jpg) repeat-y left top;
}

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


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

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

#menu {
	width: 660px;
	/*height: 42px;*/
	padding: 0px;
	margin: 0;
	clear: both;
	text-align: right;
	position: absolute;
	right:6px;
	top:88px;
}
/*#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: #0A73B5;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	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: #0A73B5; text-decoration:none; background:#D6E6F2 !important;}
#menu li.current_page_item a {
	color: #fff;
	text-decoration: none;
	background:#5B9DCD !important;
}

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

#banner-content{
	display:none;
}

#banner-content.banner-content_front{
	display:block;
	width:400px;
	height:316px;
	position:absolute;
	left:15px;
	top:5px;
}
#banner-content.banner-content_front p, #banner-content.banner-content_front ul{
	font-size:12px;
	line-height:normal;
	padding:0;
	margin:.3em 0;
}
#banner-content.banner-content_front ul{
	margin:.8em 1em;
}
#banner-content h1{
	font-size:40px;
	line-height:120%;
	font-weight:bold;
	color:#333;
	margin:0;
	padding:0;
}
#banner-content h1.title{
	color:#fff;
	font-size:34px;
	position:relative;
	top:32px;
}
#banner-content-buttons{
	width:400px;
	height:65px;
	position:absolute;
	left:0;
	bottom:10px;
}
#banner-content-buttons .button{
	float:left;
	margin:0 20px 0 0;
}

#banner-content h2 a, #banner-content h3 a{
	text-decoration:none !important;
}
#banner-content h2 a:hover, #banner-content h3 a:hover{
	color:#0778ba !important;
}

#banner-content #why{
	width:366px;
	height:202px;
	padding:10px 15px;
	position:absolute;
	left:0;
	top:8px;
	background:#fdfdfd;
	border:2px outset #333;
	display:none;
}

#banner-content #how{
	width:366px;
	height:202px;
	padding:10px 15px;
	position:absolute;
	left:0;
	top:8px;
	background:#fdfdfd;
	border:2px outset #333;
	display:none;
	z-index:10;
}

.closebox{
	position:absolute;
	right:5px;
	bottom:5px;
}

#banner-inner{
	width:880px;
	height:74px;
	margin:0 auto;
	background:url(i/banner-inner.jpg) no-repeat left top;
	border:3px double #ccc;
	position:relative;
	display:block;
}
#banner-inner.displaynone{
	display:none !important;
}

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


#front{
	width:880px;
	margin:-10px auto 0px;
	padding:0;
	position:relative;
	font-size:13px;
	line-height:130%;
}
.front-box{
	width:260px;
	padding:0px 10px;
	float:left;
	margin:0;
	color:#666;
}
.front-box h2{
	color:#fdfdfd;
	margin:.2em;
	padding:.2em;
	border-bottom:3px double #ccc;
}
.space{
	width:100%;
	height:15px;
	clear:both;
}
.space2{
	width:100%;
	height:8px;
	clear:both;
}
#front-box1{
	margin-right:10px;
	padding:0;
}
#front-box2{
	border:3px double #ccc;
	border-top:none;
	border-bottom:none;
}
#front-box3{
	margin-left:10px;
	padding-right:0;
	width:270px;
}
#front img {
	float: left;
	padding: 1px;
	margin: -10px 10px 5px 0;
}
#front a{
	text-decoration:none;
}
#front a:hover{
	text-decoration:none;
	color:#0a73b5;
}

/* Content
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
	/*padding-top: 20px;*/
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	width: 600px;
	float: left;
	padding: 0 0px 0px 0px;
	margin: 10px 20px 0px 30px;
	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 25px Arial, Sans-Serif;
	padding: 1px 0 4px;
	margin-bottom: 0;
	color: #96C051;
}
#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: #333;*/
	text-transform: uppercase;
	font-weight: bold;
}
#content h3, #content-2 h3, #content-wide h3 {
	font: bold 16px Arial, Sans-Serif;
	padding: 1px 0 0px;
	margin-bottom: 0;
	color:#0778BA;
}

#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: 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: 5px 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;
}
.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: 5px;
	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: 200px;
	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 0 0 10px;
}
/*#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: 0px;
	text-transform: uppercase;
	color: #0778BA;
	margin-top:10px;
	text-align:center;
}
#sidebars h3, #sidebars-wide h3 {
	font: normal 10px Arial, Sans-Serif;
	padding: 0 0 3px 0px;
	color: #0778BA;
	text-transform: uppercase;
	letter-spacing: .1em;
}
#sidebars .post, #sidebars-wide .post {
	margin: 10px 0 0;
}
#sidebars p, #sidebars-wide p {
	padding: 0;
}
#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;
}

/* Footer
-----------------------------------------------------------------------------*/
div.footer {
	width: 100%;
	clear: both;
	padding: 10px 0 0;
	margin: 0px auto 0;
	background:url(i/back-footer.png);
	border-top:3px double #ccc;
}

#bottom{
	width:880px;
	margin:0 auto;
	position:relative;
	font-size:13px;
	line-height:130%;
}
.bottom-box{
	width:264px;
	padding:5px 10px 0;
	float:left;
	/*background:#333;*/
	border:1px solid #F5F5F5;
	margin:0;
	color:#f5f5f5;
}
.bottom-box h2{
	color:#fdfdfd;
	margin:0 .2em .2em;
	padding:0 .2em .3em;
	border-bottom:3px double #ccc;
}
#bottom-box1{
	margin-right:10px;
}
#bottom-box2{
	width:259px;
	padding-left:15px;
}
#bottom-box3{
	margin-left:10px;
}
#bottom img {
	float: left;
	padding: 1px;
	margin: -10px 10px 5px 0;
}

#bottom a{
	color:#999;
	text-decoration:none;
}

#bottom a:hover{
	color:#ccc !important;
	text-decoration:none;
}

#footer {
	width: 100%;
	clear: both;
	padding: 10px 0px 10px 0px;
	margin: 10px auto 0px;
	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{
	color:#999;
	text-decoration:none;
}

#footer a:hover{
	color:#ccc !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:350px;
	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: 90%;
	height: 1px;
	margin: 0 auto;
	background:#ccc;
}

div#simplesharwidg a span.sssw-sitelogo{
	margin:5px !important;
}

.dir{
	width:90%;
	margin:0 auto;
	font-size:12px;
	line-height:normal;
}
