/*****************************************************
Eric Meyer Reset
*****************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*****************************************************
Basic structure
*****************************************************/
body {
	background: url(../images/structure/bodyBg.jpg) no-repeat center top;
	font-size: 62.5%;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #3e3e38;
}

div#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(../images/structure/h1Bg.png) no-repeat left top;
}

div#sidebarLeft {
	width: 190px;
	float: left;
}

div#container {
	width: 510px;
	float: left;

}

div#sidebarRight {
	width: 260px;
	float: left;

}

a {
	text-decoration: none;
	color: #007f97;
}

a:hover {
	text-decoration: underline;
}

/*****************************************************
Header
*****************************************************/

#header {
	position: absolute;
	top: 0;
	width: 190px;
}

#header h1 {
	width: 119px;
	height: 84px;
	display: block;
	margin: 20px 0 0 auto;
	text-indent: -9999px;
	background: url(../images/logos/caraminholas.png) no-repeat left top;
}

#header h2 {
	display: absolute;
	background: url(../images/logos/douradinho.png) no-repeat left top;
	padding: 53px 36px 19px 30px;
	clear: both;
	display: block;
	margin-top: 20px;
}

#header h2 a {
	display: block;
	text-indent: -9999px;
	width: 124px;
	height: 141px;
}

/*****************************************************
SidebarLeft
*****************************************************/

#sidebarLeft #box {
	background: url(../images/structure/boxBottom.png) no-repeat left bottom;
	width: 190px;
	padding-bottom: 10px;
	margin-top: 336px;
}

#sidebarLeft #box div {
	background: url(../images/structure/box.png) no-repeat left top;
	padding-top: 48px;
}

#sidebarLeft #box h5 {
	font-size: 1.3em;
	color: #007f97;
	margin: 20px 25px 10px 25px;
}

#sidebarLeft ul.logosList li {
	margin-bottom: 10px;
	text-align: center;
}

/*****************************************************
Menu
*****************************************************/

#menu {
	width: 510px;
	position: absolute;
	top: 62px;
	left: 220px;
}

#menu ul li {
	float: left;
	font-size: 1.2em;
	padding: 17px 10px 40px 0;
}

#menu ul li:first-child {
	margin-left: 20px;
}

#menu ul li.active {
	background: url(../images/structure/menuBg.png) no-repeat left 25px;
}

#menu ul li a:hover {
	text-decoration: underline;
}

/*****************************************************
Container
*****************************************************/

#container {
	margin-top: 60px;
	background: url(../images/structure/containerBottom.png) no-repeat left bottom;
	padding-bottom: 30px;
}

#container > div {
	background: url(../images/structure/containerBg.png) no-repeat left top;
	padding-top: 65px;
}

#container #content {
	background: url(../images/structure/containerMiddle.png) repeat-y left top;
	padding: 0 45px;
}

#content h3 {
	font-size: 1.3em;
	color: #06879d;
	margin-bottom: 10px;
}

#content h4 {
	font-size: 1.2em;
	color: #06879d;
	margin-bottom: 10px;
}

#content p {
	font-size: 1.1em;
	color: #58584b;
	padding: 8px 0;
	line-height: 1.5em;
	text-align: justify;
}

/*inicial*/

#content ul.videos {
	margin-bottom: 10px;
}

#content ul.videos li {
	float: left;
	margin-right: 10px;
} 

#content ul.videos li.last {
	margin-right: 0;
}

/*projeto*/

#content ul.posts > li {
	padding-bottom: 21px;
	background: url(../images/structure/borderBottom.png) repeat-x left bottom;
	margin-bottom: 20px;
}

#content ul.posts li.last {
	padding-bottom: 0;
	margin-bottom: 8px;
	background: none;
}

#content ul.posts li h3 {
	margin-bottom: 5px;
}

/*blog*/

#content ul.posts li span.link a {
	color: #95958c;
}

#content ul.posts li span.date {
	font-size: 1.1em;
	color: #95958c;
	margin-bottom: 8px;
	display: block;
}

#content ul.posts form fieldset label {
	display: block;
	color: #06879d;
	margin-top: 1em;
}

#content ul.posts form fieldset input {
	width: 264px;
	background-color: #e1eff9;
	border: 1px solid #fff;
	
}

#content ul.posts form fieldset input,
#content ul.posts form fieldset textarea {
	width: 264px;
	background-color: #e1eff9;
	border: 1px solid #fff;
	color: #3e3e38;
}

#content ul.posts form fieldset textarea {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 120%;
	padding: 0.5em 0;
	display: block;
	margin-bottom: 1em;
}

#content ul.posts form fieldset input#formSubmit {
	width: auto;
	color: #65b3c8;
	cursor: pointer;
}

#content ul.posts form fieldset input:focus,
#content ul.posts form fieldset textarea:focus,
#content ul.posts form fieldset input#formSubmit:hover {
	border-color: #65b3c8;
}

#content ul.posts dl dd {
	margin-bottom: 1em;
}

/*roteiro*/

#content img.roteiro {
	margin: 0 20px;	
}

#content .trecho {
	margin-top: 20px;
}

#content table tr {
	font-size: 1.1em;
}

#content table tr th {
	color: #95958c;
}

#content table th, #content table td {
	padding-right: 25px;
	line-height: 1.5em;
}

/*patrocinio*/

#content div.logos {
	background: url(../images/structure/logosBg.png) no-repeat left top;
	padding: 25px 0 25px 15px;
	width: 420px;
	height: 45px;
	margin-top: 20px;
}

#content div.logos ul li {
	float: left;
	margin-right: 10px;
	line-height: 65px;
}

#content div.logos ul li img {
	width: 90%;
}

/*historico*/

#content ul.historico {
	margin-top: 8px;
}

#content ul.historico li {
	font-size: 1.1em;
	margin-bottom: 5px;
}

#content ul.historico li a {
	color: #95958c;
}

/*producao*/

#content dl {
	margin-bottom: 20px;
}

#content dl.last {
	margin-bottom: 0;
}

#content dl dt {
	font-size: 1.3em;
	color: #06879d;
	margin-bottom: 3px;
}

#content dl dd {
	font-size: 1.1em;
	line-height: 1.4em;
}

#content dl dd span {
	display: block;
	color: #06879d;
}

/*imprensa*/

#content span.jornalista {
	color: #95958c;
}


/*****************************************************
SidebarRight
*****************************************************/

#sidebarRight #news {
	background: url(../images/structure/newsBg.png) no-repeat left top;
	width: 180px;
	height: 244px;
	padding: 123px 40px 0 40px;
}

#sidebarRight #news h4 {
	font-size: 1.3em;
	color: #007f97;
}

#sidebarRight #news ul.entries {
	margin-top: 30px;
}

#sidebarRight ul.entries li {
	line-height: 1.2em;
	margin-bottom: 10px;
}

#sidebarRight ul.entries li h6 a {
	color: #06879d;
}

#sidebarRight #events {
	background: url(../images/structure/eventsBg.png) no-repeat left top;
	width: 180px;
	height: 248px;
	padding: 60px 40px 0 40px;
}

#sidebarRight #events h4 {
	font-size: 1.3em;
	color: #007f97;
}

#sidebarRight #events ul.entries {
	margin-top: 35px;
}

/*****************************************************
Footer
*****************************************************/

#footer {
	width: 260px;
	height: 79px;
	float: right;
	margin-top: 30px;
	padding-bottom: 3em;
}

#footer #contact {
	width: 162px;
	height: 69px;
	background: url(../images/structure/contactBg.png) no-repeat left top;
	margin: 0 auto;
	padding: 10px 15px;
}

#footer #contact address {
	font-size: 1.1em;
	line-height: 1.4em;
}

#footer #contact h4 {
	font-size: 1.3em;
	margin-bottom: 8px;
	color: #007f97;
}

/*****************************************************
Clearfix
*****************************************************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*****************************************************
IE Hacks
*****************************************************/

*:first-child+html #content div.logos {
	padding:20px 0 20px 15px;
	height:55px;
}

*:first-child+html #content div.logos ul li  img {
	width: auto;
}

*:first-child+html #content div.logos ul li {
	line-height: 55px;
}

*:first-child+html #sidebarLeft h2 {
	float:right;
}