/*
Theme Name: CLP
Theme URI: 
Description: 
Version: 1.0
Author: Fernando Bueno
Author URI: 
Tags: 

*/

@import url("960/960.css");
@import url("960/reset.css");
@import url("960/text.css");
@import url(colours.css);
@import url(typography.css);

/* Begin Structure */

html {
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
}

#page {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}

#wrapper {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}


#header {
	height: 155px;
	border-bottom: 1px solid black;
}

#top_banner {
	border: 1px solid #C41230;
}

#logoimg {
	margin-top: 35px;
}
		
#sloganimg {
	top: 100px;
	position: absolute;
	background:transparent url(images/clp_slogan.gif) no-repeat scroll left top;
	width: 697px;
	height: 23px;
}

#sloganimg img {
}

#nav {
	border-bottom: 5px solid #C41230;
}

#nav_wrapper{
	background: #485654;
	width: 960px;
	height: 28px;
	
}
		
#home_slideshow{
	padding-bottom: 10px;	
}
#alternate_home_slideshow{
	padding-bottom: 10px;
}

#posts {
	margin-top: 25px;
	padding: 0px 0px 0px 0px;
	display:block;
}

.entry {
}


/* Begin Calendar */
/* -----------------------------------------------*/
#sidebar #seminarios {
	margin-bottom: 20px;
	float:left;
}

#sidebar #seminarios h3 {
	margin-bottom: 5px;
	border: 1px solid black;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	background: #f2f2f2;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}


#wp-calendar tbody td a {
	padding: 4px 0px 4px 0px;
	background: #C41230;
	color: #fff;
}



#giraffe_calendar {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 0.8em;
	background:#fff;
}

#giraffe_calendar #wp-calendar-caption {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	color: #AAA;
	padding: 5px;
	font-weight: bold;
}

#giraffe_calendar #wp-calendar {
	border: 1px solid #f2f2f2;
}

#giraffe_calendar #wp-calendar td {
	border: 1px solid #ccc;
}

#giraffe_calendar #wp-calendar thead {
	background: #f2f2f2;
	color: #AAA;
}



#giraffe_calendar #wp-calendar #today{
	background: #aaa;
}

#giraffe_calendar #wp-calendar #today a{
	color: #333;
	background:none;
	text-decoration:none;
}

#giraffe_calendar #wp-calendar-split {
	clear:both;
	width: 290px;
	margin-top: 20px;
	background: #f2f2f2;
	z-index: 2;
}

#giraffe_calendar #wp-calendar-split li {
	background: #fff;
	padding: 1px;
	margin: 5px 0px 5px 0px;
	border-bottom: 1px solid #CCC;
}

#giraffe_calendar #wp-calendar-split li a {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333;
}

#giraffe_calendar #wp-calendar-split li a:hover {
	text-decoration:none;
	color: #C41230;
}



#box_social {
}

#box_social h3 {
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

#box_social li {
	margin-bottom: 8px;
}


#box_social li {
	height: 15px;
}

#box_social li a:hover {
	background: #f2f2f2;
	text-decoration:none;
	padding-right: 5px;
}

#box_social img {
	vertical-align: bottom;
	padding-right: 5px;
}






/* testimonial
----------------------------------------------- */

#testimonial {
	margin-top: 0px;
}

#testimonial .quote {
	color:#485654;
	font-family:georgia,times;
	font-size:1.5em;
	line-height:1.5em;
	background: #f5f5f5;
	padding: 15px;
}

#testimonial .author {
	background:transparent url(images/down-arrow-lightgray.gif) no-repeat scroll left top;
	color:#485654;
	font-family:georgia,times;
	font-size:1.1em;
	padding:15px 0 0 10px;
	line-height:1.8em;
	margin-bottom:15px;
}

#testimonial .name {
	color:#C41230;
	font-size:1.5em;
	line-height:1.5em;
	display: block;
}



.toggler {
	padding: 2px 5px;
	background: #f2f2f2;
	color: #C41230;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size:1.1em;
	font-weight: normal;
	cursor: pointer;
}
.element h4 {
	margin: 0;
	padding:4px;
	line-height:1.2em;
	font-size:1.1em;
	
}
.element p {
	margin: 0;
	padding: 4px;
	font-size:1em;
}
.float-right {
	padding:10px 20px;
	float:right;
}

#accordian-block {
	padding-bottom:10px;
}


/* This hides the 'skip to' links and maintains accessibility */
		
#skip {
	position: absolute;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#content {
	margin-top: 0px;
}

#sidebar_vdivider {
	width: 1px;
	float: left;
	margin-left: -2px;
	background:  #ccc;
}

.sidebar_hdivider {
	clear: both;
	margin: 10px 0px 15px 0px;
	border-bottom: 1px solid #ccc;
}

#wrapper #sidebar {
	text-align: left;
	font-family:Tahoma,Georgia,Century gothic,Arial,sans-serif;
	font-size:1.2em;
	margin-left: -1px;
	padding-left: 10px;
	display: block;
}


.pagination {
	display: block;
	min-height: 18px;
	background: #fff url(images/box-bg.gif) repeat-x top left;
	border: 1px solid #DEDBD1;
	padding: 10px 5px 5px 5px;
}

.pagination .previous {
	float:left;
}

.pagination .previous a:hover, .pagination .next a:hover {
	text-decoration:underline;
}

.pagination .next {
	float:right;
}

.box {
	padding: 0 10px;
	border: 1px solid #DEDBD1;
	background: #fff url(images/box-bg.gif) repeat-x top left;
	margin-bottom: 10px;
}
.box .more {
	line-height: 18px;
	height: 18px;
	text-align: right;
	display: block;
	margin-bottom: 17px;
	font-size: small;
}


.postinfo p, .postinfo .postdate {
	display: inline;
	font-family:helvetica,arial,sans-serif;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	color: #AAA;

}


.post .postdate {
	font-family:helvetica,arial,sans-serif;
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	color: #AAA;
}


.bookmark-line {
	clear: both;
	padding: 5px;
	
}
.bookmark_line ul {
	display: block;
	float: left;
}
.bookmark-line ul li {
	background: none;
	display: inline;
	list-style-type: none;
	padding: 0px;
}
.bookmark-line ul li.share {
	padding-left: 10px;
	vertical-align: super;
	height: 22px;
	text-transform:uppercase;
	color: #AAA;
}
.bookmark-line img {
	border: 0;
	padding-right: 5px;
}



#sidebar #recent_posts {
	margin-left: 5px;
}
#sidebar #recent_posts ul li {
	font-family:Arial, sans-serif;
	font-size:11px;
	line-height:1.2em;
	border-bottom: 1px solid #F2F2F2;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

#sidebar #recent_posts .current_post_item {
	background: #f2f2f2;
	padding: 3px;
	margin-right: 3px;
}
#sidebar #recent_posts .current_post_item a {
	color: #C41230;
}




#sidebar #pages {
	line-height:1.8em;
	font-size:1em;
	background: #fff;
	margin-left: -2px;
}
#sidebar #pages ul {
	padding-left: 5px;
	list-style-position: inside;
	margin-bottom: 10px;
}
#sidebar #pages ul li {
	font-weight: bold;
}
#sidebar #pages ul li ul {
	padding-left: 15px;
	list-style-position: inside;
	font-size:0.9em;
	line-height:1.4em;
}
#sidebar #pages ul li ul li {
	margin: 5px 0 0px 0;
	font-weight:normal;
}

#sidebar #pages .current_page_item {
	background: #f2f2f2;
	border: 1px solid #C41230;
	padding: 3px;
	margin-right: 3px;
}

#sidebar #pages .current_page_item a {
	color: #C41230;
}


.spacer {
	height: 20px;
}


h2.pagetitle {
	color: #C41230;
	margin-bottom: 10px;
}


#box_arquivo {
}


.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#footer {
}

#footer #footer_info {
	background: #000;

	height: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
}

#footer #footer_info #footer_powered{
	color: #485654;
}
#footer #footer_info #footer_endereco{
	color: #fff;
	font-family: Arial;
	font-size: 0.95em;
}
#footer #footer_info #footer_design a:hover{
	color: #fff;
	text-decoration: none;
}


.hentry {
	border-bottom: 1px solid #CCC;
}

.post {
	margin: 0 0 20px;
}

.postmetadata {
	margin: 30px 0;
}

.smallattachment {
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

/* End Structure */

/* 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 */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	font-size: 1.5em;
	line-height: 1.2em;

}

html>body .entry li {
	margin: 7px 0 12px 10px;
	text-indent: 0px;

}

.entry ul li:before, #sidebar ul ul li:before {
	!content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	border: 1px solid #ccc;
	padding: 10px 0 10px 10px;
}

#sidebar #searchform #s {
	width: 130px;
	padding: 2px;
	border: 1px solid #ccc;
	background: #dedede;
}

#sidebar #searchsubmit {
	color: #fff;
	padding: 1px;
	border: 1px solid black;
	background: #485654;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}


/* End Form Elements */


/* Search 
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.search { background: #f2f2f2; right: 0px; padding: 5px; overflow: hidden; margin-bottom: 20px;}
.search form { width: 255px; padding: 10px; border: 1px solid #666; background: #87a09d; }
.search fieldset { overflow: hidden; height: 1%;  }
.search input { float: left; margin-right: 2px; background: url(images/search-input.png) no-repeat; border: none; padding: 5px 3px 5px 65px; width: 158px; color:#666;}
.search button { float: left; background: url(images/search-button.png) no-repeat; width: 26px; height: 24px; border: none; cursor: pointer; text-indent: -1000em; }

/* Comments
############################################################################################################## */
.comments-list { }
.comments-list h2 { color:#C41230; font: normal 12px/12px helvetica,arial,sans-serif; padding-bottom: 5px;}
.comments-list div.entry { margin-bottom: 0px; padding: 25px; border: 1px solid #ccc; background: #fff;}
.comments-list div.alt { background: #f2f2f2; padding-top: 25px; border: none; margin-bottom: 0px;}
.comments-list p.name { font: bold 14px/14px "Arial" sans-serif; color:#000; border-bottom:1px solid #d2d2d2;}
.comments-list p.avt { padding: 0px; margin: 0px; float: right;}
.comments-list p.avt img { border: solid 1px #ccc;}
.comments-list p.date { font-size: 11px; margin-bottom: 0px;  margin-top: -10px;}
.comments-list p.date a, .comments-list p.date a:visited, .comments-list p.date a:hover { color:#AAA; text-decoration: none;}

.comments-list .con { font: normal 12px/17px "Verdana"; margin: 0px; color:#333;}
.comments-list .con p { font: normal 12px/17px "Verdana"; padding: 5px 0px; margin: 0px; color:#333; text-align: justify; }
.comments-list .con blockquote { font: italic 14px/19px Georgia, "Times New Roman", Times, serif; color:#666; margin: 10px 20px; }
.comments-list .con blockquote p { font: italic 14px/19px Georgia, "Times New Roman", Times, serif; color:#666; }


/* Comments Form
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.comments-form { background: #b5ccc9; padding: 20px; margin: 10px 0px;}
.comments-form h3 { color:#FFF; font: normal 28px/28px "Arial"; letter-spacing: -1px; padding-bottom: 5px; margin-bottom: 5px; border-bottom: solid 1px #97b0ad; }
.comments-form p { padding: 7px 0px; color:#808080;}
.comments-form .required { font-size: 0.7em; font-weight: normal; color:#C41230;padding-left: 4px;}
.comments-form input {padding: 0px; width: 210px; margin-right: 7px; }
.comments-form input.formid { border: 1px solid #485654; background: #fff url(images/form-name-bkg.png) no-repeat left; padding: 4px 5px 4px 40px;}
.comments-form input.formemail { border: 1px solid #485654; background: #fff url(images/form-email-bkg.png) no-repeat left; padding: 4px 5px 4px 40px;}
.comments-form input.formuri { border: 1px solid #485654; background: #fff url(images/form-uri-bkg.png) no-repeat left; padding: 4px 5px 4px 40px;}

.comments-form textarea { border: 1px solid #485654; background: #fff; padding: 4px; width: 97%;}
.comments-form .button { border: 1px solid #485654; background: url(images/button-post-comment.png) no-repeat left; color:#fff; width: auto; font-size: 11px; font-weight: bold; letter-spacing: 1px; padding: 4px 6px 4px 38px;}


/* End Comments */


/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.visible {
	display: block;
}

.sidebar_video {
	display: block;
}

#videos {
	margin-bottom: 20px;
}

#videos h3 {
	font-size: 1em;	
}



hr {
	display: none;
}

.navigationTop {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.navigationBottom {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	float:left;
}

.wp-caption img {
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */