/*   
Theme Name: CMI - Master
Theme URI: http://cmi.certi.org.br
Description: Tema Geral para CMI.
Author: Lanza
Author URI: http://www.lanzarin.net
*/

/* GENERAL */
body {
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	background-image: url(img/page_bg.jpg);
	background-repeat: repeat-x;
/*	font-family: 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;*/
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #666;
}

table .borda {
	background-image: url(img/posts_div.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-bottom: 2em;
}

#page {
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 894px;
	min-height: 100%;
	width: 100%;
	height: 100%;
	background-image: url(img/sideshadows.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

html>body #page {
	height: auto;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a {
	color: #004A8F;
	text-decoration: none;
	border-bottom: 1px dotted #004A8F;
}

a:hover {
	border-bottom: 1px solid #004A8F;
}

a img {
	border-width: 0px 0px 0px 0px;
}

.closefloat {
	clear: both;
}


/* HEADER */
#header {
	width: 894px;
	height: 171px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -447px;
	background-image: url(img/header_bg.jpg);
	background-repeat: no-repeat;
	z-index: 4;
}

#h_pid {
	position: absolute;
	bottom: 0px;
	right: 3px;
	height: 38px;
	overflow: hidden;
	padding: 0px 35px 0px 35px;
}

#h_pid h1 {
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 12px 0px;
	background-image: url(img/tab_bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #1c3a82;
	font-weight: normal;
}

#h_pid .h_pid_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 35px;
	height: 38px;
	background-image: url(img/tab_left.gif);
	background-repeat: no-repeat;
}

#h_pid .h_pid_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 35px;
	height: 38px;
	background-image: url(img/tab_right.gif);
	background-repeat: no-repeat;
}

#h_logo {
	position: absolute;
	top: 35px;
	left: 36px;
	width: 147px;
	height: 88px;
	background-image: url(img/logo_certi.gif);
	background-repeat: no-repeat;
}

#h_cmi {
	position: absolute;
	top: 97px;
	left: 209px;
	width: 373px;
	height: 16px;
	background-image: url(img/cmi.gif);
	background-repeat: no-repeat;
}

#h_search {
	position: absolute;
	top: 10px;
	left: 630px;
	width: 240px;
	height: 25px;
	padding: 2px 5px 0px 0px;
	text-align: right;
	font-size: 11px;
	background-image: url(img/ic_search.png);
	background-repeat: no-repeat;
	background-position: 15px 3px;
	overflow: hidden;
}

#h_search p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.h_search_field {
	border-style: none;
	background-color: transparent;
	font-family: 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
	font-size: 11px;
	color: #cccccc;
	width: 120px;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.h_search_button {
	vertical-align: middle;
}


/* MENU */
#menu {
	position: absolute;
	font-size: 12px;
	font-family: Verdana;
	top: 171px;
	left: 50%;
	margin-left: -447px;
	width: 894px;
	height: 52px;
	background-image: url(img/mnu_bg.gif);
	background-repeat: repeat-x;
	text-align: right;
	z-index: 3;
}

#menu ul {
	margin: 16px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menu ul li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 17px 30px 22px 30px;
	background-image: url(img/mnu_div.gif);
	background-repeat: no-repeat;
	position: relative;
}

#menu ul li a {
	border-bottom-width: 0px;
	color: #000000;
}

#menu ul li a:hover {
	border-bottom-width: 0px;
	color: #88b716;
}


#menu ul li ul {
	position: absolute;
	top: 33px;
	left: 0px;
	width: 200px;
	border-top: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	border-left: 1px solid #BFBFBF; 
	background-color: #efefef;
	visibility: hidden;
}

#menu ul li ul li {
	display: block;
	background-image: none;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 16px 10px 15px 30px;
	border-bottom: 1px solid #bfbfbf;
}


#menu ul li.current_page_item {
	background-image: url(img/mnu_on_bg.gif);
	background-repeat: repeat-x;
}

#menu ul li.current_page_item a {
	border-bottom-width: 0px;
	color: #ffffff;
}

#menu ul li.current_page_item a:hover {
	border-bottom-width: 0px;
	color: #000000;
}

#menu ul li.current_page_item ul li a {
	color: #000000;
}

#menu ul li.current_page_item ul li a:hover {
	color: #F1912B;
}

#menu ul li.homelink {
	background-image: none;
	background-repeat: no-repeat;
}

#menu ul li.homelink_on {
	background-image: url(img/mnu_on_bg.gif);
	background-repeat: repeat-x;
}
/*
#menu ul li.current {
	background-image: url(img/mnu_on_bg.gif);
	background-repeat: repeat-x;
}

#menu ul li.current a {
	color: #ffffff;
}

#menu ul li.home img {
	vertical-align: middle;
}

/* TEXTAREA */
#textarea {
	width: 894px;
	position: relative;
	left: 50%;
	padding: 223px 0px 110px 0px;
	margin-left: -447px;
}


/* SIDEBAR */
#sidebar {
	width: 266px;
	min-height: 512px;
	padding: 25px 20px 0px 30px;
	background-image: url(img/columns_div.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: right;
}

#sb_banner {
	padding: 1em;
	background-color: #efefef;
	border: 2px solid #ccc;
}

#sb_banner p {
	margin: 1em;
}


#sb_news {
	padding-bottom: 25px;
	background-image: url(img/certi_logo.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#sb_news h2 {
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 10px 40px;
	color: #595959;
	font-weight: bold;
	font-size: 16px;
	min-height: 34px;
	background-image: url(img/ic_rss.png);
	background-repeat: no-repeat;
}

#sb_news ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
    
}

#sb_news ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px 15px 0px 20px;
	font-size: 11px;

    background:  url(/wp-content/themes/cmi_master/img/rss-icon.jpg) no-repeat;
	/*list-style-image:   */
    list-style-type: none;
}

#sb_news ul li.sb_sign_rss {
	margin: 0px 0px 10px 0px;
	padding: 0px 15px 0px 20px;
	font-size: 11px;

    background: none;
	/*list-style-image:   */
    list-style-type: none;
}

#sb_news ul li a {
	border-bottom-width: 0px;
	color: #004A8F;
}

#sb_news ul li a:hover {
	color: #004A8F;
	border-bottom: 1px dotted #004A8F;
}

#sb_news ul li.sb_sign_rss {
	list-style-image: none;
	list-style-type: none;
	padding-top: 10px;
}

#sb_news ul li.sb_sign_rss a {
	color: #7f7f7f;
}

#sb_news ul li.sb_sign_rss a:hover {
	color: #7f7f7f;
	border-bottom: 1px dotted #7f7f7f;
}

#sb_login {
	margin-bottom: 30px;
	font-size: 11px;
	width: 220px;
}

#sb_login form {
	margin-left: 40px;
}

#sb_login p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#sb_login h2 {
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 40px;
	color: #595959;
	font-weight: bold;
	font-size: 16px;
	min-height: 34px;
	background-image: url(img/ic_login.png);
	background-repeat: no-repeat;
}

#sb_login .formleft {
	float: left;
	width: 79px;
	color: #a3a3a3;
	margin-right: 10px;
}

#sb_login .formright {
	float: right;
	width: 79px;
	color: #a3a3a3;
}

#sb_login .label {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}

#sb_login .formlogin {
	clear: both;
	padding-top: 10px;
}

#sb_login .textfield {
	border: 1px solid #969696;
	background-image: url(img/form_bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
	font-size: 11px;
	color: #000000;
	width: 79px;
	padding: 2px 2px 2px 2px;
}

/* CONTENT */
#content {
	padding: 33px 35px 0px 35px;
	width: 502px;
	margin-left: 0px;
}

#content .post {
	margin: 0px 0px 35px 0px;
	padding: 0px 0px 35px 0px;
	background-image: url(img/posts_div.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#content .post h1 {
	color: #85ab28;
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	font-weight: none;
}


#content .post h2 {
	color: #1276c3;
	margin: 0px 0px 5px 0px;
	font-size: 22px;
	font-weight: none;
}

#content .post h2 a {
	color: #87B500;
	border-bottom-width: 0px;
}

#content .post h2 a:hover {
	color: #87B500;
	border-bottom: 1px dotted #87B500;
}

#content .post small {
	color: #878787;
}

#content .post .entry {
	margin: 25px 0px 25px 0px;
}

#content .post .entry {
	margin: 25px 0px 25px 0px;
}

.postmetadata {
	font-size: 11px;
	color: #c3c3c3;
}

.postmetadata p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.postmetadata p a {
	color: #1790d6;
	border-bottom: 1px dotted #1790d6;
}

.postmetadata p a:hover {
	color: #1790d6;
	border-bottom: 1px solid #1790d6;
}

.postmetadata p.pm_category {
	float: left;
}

.postmetadata p.pm_comments {
	text-align: right;
	padding-right: 30px;
	background-image: url(img/ic_comments.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 16px;
}


/* NAVIGATION */
#navigation {
	font-size: 11px;
}

#navigation .n_prev {
	float: left;
}

#navigation .n_next {
	text-align: right;
	float: right;
}


/* FOOTER */
#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 93px;
	width: 100%;
	background-image: url(img/footer_bg.gif);
	background-repeat: repeat-x;
}

.farea {
	position: relative;
	left: 50%;
	margin-left: -447px;
	padding-top: 20px;
	width: 894px;
}

.farea p {
	margin: 0px 50px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #cdcdcd;
}


/* CSS ADAPTADO */
.r1{
    background-color:#E0F9DF;
	margin-top: 1em;
}
.r2{
    background-color:#fff;
	margin-top: 1em;
}
#cursos th {
	text-align: left;
}


.cursos_destaque {
	border: 1px dashed #333;	

}

.cursos_destaque th {
	text-align: center;
	background-color: #5e87a7;
	color: #fff;
}
.cursos_destaque td {
	padding: 5px;	
	text-align: center;
	color: #000;
}

#h_servicos {
    position: absolute;
    top: 17px;
    left: 490px;
}

.alter_row {
	border: 1px solid #e0e0e0;
}

#instrutores #instrutor label {
	display: block;
	position: relative;
	color: #5e87a7;
	font-size: 12pt;
	cursor: pointer;
	margin-bottom: 5px;
}
#instrutores #instrutor p {
	display: block;
	position: relative;

}

#instrutores h2 {
	display: block;
	position: relative;
	padding-top: 2em;
	color: #ebde3e;
	font-size: 14pt;
}


