/*  
Theme Name: Unimed Blog
Version: 1.0
Author: Vitor Justin
Author e-mail: vitor.justin@gmail.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* html selectors --------------------------------- */


html, body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #326400;
	font: normal 12px Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Verdana;
	font-weight: normal;
	color: #A4C540;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #326400;

	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

blockquote {
	border-left: 3px solid #5D6772;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	margin-bottom: 20px;
	line-height: 180%;
	font-style: italic;
}

code {
	font: 1.2em "Lucida Console", "Courier New", "Courier", monospace;
	padding: 8px;
	background: #4F5962;
	border: 1px solid #5D6772;
	display: block;
}

/* -- UTILITY : This id preloads theme images without the need for JavaScript -- */

#preloadImages {
	width: 0;
	height: 0;
	display: inline;
	background-image: url(images/back.png);
	background-image: url(images/comment.png);
	background-image: url(images/delicious.png);
	background-image: url(images/doc.png);
	background-image: url(images/external-link.png);
	background-image: url(images/folder.png);
	background-image: url(images/next.png);
	background-image: url(images/trackback.png);
	background-image: url();
}

/* page margins ---------------------------------- */

#blog, #page {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

/* banner --------------------------------- */

#banner {
	background: #F2F2F2;
	border-bottom: 1px solid #8ED9F8;
	width: 100%;
	height: 182px;
	padding: 0;
	margin: 0;
}
#contentBanner {
	height: 182px;
	width: 947px;
	margin: 0 auto;
	position: relative;
}
#banner #logo-unimed {
	width: 108px;
	height: 36px;
	position: absolute;
	right: 13px;
	top: 73px;
}
#banner #ban {
	width: 471px;
	height: 82px;
	position: absolute;
	left: 307px;
	top: 49px;
	/*background: url(images/logo_banner.png);*/
}
#banner #logo-ibe {
	width: 141px;
	height: 133px;
	position: absolute;
	left: 107px;
	top: 22px;
}

/* navigation --------------------------------- */

#menu {
	width: 947px;
	height: 52px;
	margin: 0 auto;
	display: block;
}
#contentMenu {
	width: 872px;
	height: 52px;
	margin: 0 0 0 76px;
	border-bottom: 1px solid #8ED9F8;
}
#nav, #nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav {
	padding: 12px 0 11px 0;
}
#nav li {
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 1px;
	text-align: center;
}

#nav a {
	color: #ffffff;
	padding: 5px 0 5px;
	margin: 0;
	width: 109px;
	font-family: Tahoma;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	float: left;
	background: #008E57;
	border-bottom-style: none;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#nav a:hover {
	background: #006236;
	font-weight: bold;
}

/* IBE */
#nav li.cat-item-6 a {
        background: #56C5D0;
}
#nav li.cat-item-6 a:hover {
        background: #4CB2BC;
}
#nav li.cat-item-6.current-cat a {
        background: #4CB2BC;
}
/* HISTÓRICO */
#nav li.cat-item-42 a {
        background: #99CF3B;
}
#nav li.cat-item-42 a:hover {
        background: #7BAC2B;
}
#nav li.cat-item-42.current-cat a {
        background: #7BAC2B;
}
/* DICAS */
#nav li.cat-item-1 a {
        background: #FF7E14;
}
#nav li.cat-item-1 a:hover {
        background: #D36712;
}
#nav li.cat-item-1.current-cat a {
        background: #D36712;
}
/* BIBLIOTECA */
#nav li.cat-item-5 a {
        background: #C8AC2F;
}
#nav li.cat-item-5 a:hover {
        background: #AD942A;
}
#nav li.cat-item-5.current-cat a {
        background: #AD942A;
}



#nav li.current_page_item a {
	background: #006236;

}
#nav li.current-cat a {
	background: #006236;
}

/* main content --------------------------------- */

#contentM {
	width: 947px;
	margin: 0 auto;
}

#contentM #data {
	width: 71px;
	height: 72px;
	margin: 6px 5px 0 0;
	float: left;
}

#data #cor {
	float: left;
	width: 5px;
	height: 57px;
}

#data #date {
	float: left;
	width: 66px;
	height: 72px;
	background: url(images/fundo_data.png);
	text-align: center;
	color: #326400;
}
#date .dia {
	font-size: 30px;
}

#main {
	width: 632px;
	margin: 46px 26px 0 0;
	float: left;
}
#post {
	width: 632px;
}
#titlePost {
	clear: both;
	padding: 0 0 0 76px;
	margin: 0 0 15px 0;
}

#titlePost a {
	font-weight: normal;
}

#contentPost {
	float: left;
	margin: 0 0 36px 0;
}
#contentMain {
	width: 556px;
	float: right;
	border-bottom: 1px solid #8ED9F8;
	padding: 0 0 27px 0;
}

#contentMain img, #contentMain embed {
	margin: 6px 0 20px 0;
}
#contentMain p {
	margin: 0 0 5px 0;
}
#contentMain p.esp {
	margin: 0 0 25px 0;
}
#contentMain a.linkTexto {
	font-weight: normal;
}
#contentMain a.linkTexto:hover {
	text-decoration: underline;
}
#wide {
	width: 675px;
	padding: 10px 0;
	float: left;
}

#main p, #wide p {
	line-height: 180%;
	text-align: left;
}

#main ul, #wide ul, #main ol, #wide ol {
	line-height: 180%;
}

#main h2, #wide h2 {
	font-family: Tahoma;
	font-size: 30px;
	color: #A4C53F;
}
#main h2.ibe, #wide h2.ibe {
        color: #56C5D0;
}
#main h2.dicas, #wide h2.dicas {
        color: #FF7E14;
}
#main h2.biblioteca, #wide h2.biblioteca {
        color: #C8AC2F;
}
#main h2.historico, #wide h2.historico {
        color: #A4C53F;
}

#main h2 a, #wide h2 a {
	font-family: Tahoma;
	color: #A4C53F;
	border: none;
}
#main h2.ibe a, #wide h2.ibe a {
        color: #56C5D0;
}
#main h2.dicas a, #wide h2.dicas a {
        color: #FF7E14;
}
#main h2.biblioteca a, #wide h2.biblioteca a {
        color: #C8AC2F;
}
#main h2.historico a, #wide h2.historico a {
        color: #A4C53F;
}

#main h2 a:hover, #wide h2 a:hover {

}

#main h3, #wide h3 {
	font-size: 1em;
	font-weight: normal;
	color: #999999;
	padding-bottom: 10px;
}

a.extlink, a.extlink {
	padding-right: 12px;
	padding-top: 0px;
	background: #474F57 url(images/external-link.png) no-repeat right center;
}

#main ul, #main ol {
	line-height: 180%;
}

#main h2.pagetitle, #wide h2.pagetitle {
	font-size: 15px;
	margin: 15px 0 3px 0;
	color: #A4C53F;
	text-align: right;
	font-family: Tahoma;
	font-weight: bold;
}
#main h2.erro404 {
	font-size: 22px;
	margin: 15px 0 3px 75px;
	color: #A4C53F;
	font-family: Tahoma;
	font-weight: bold;
}
#links {
	margin: 40px 0 0 0;
}

#links #tags {
	color: #326400;
	font-size: 12px;
	clear: both;
	margin: 25px 0 0 0;
	float: left; 
	width: 100%;
}
#tags .title  {
	font-weight: bold;
}
#tags a {
	font-weight: normal;
}
#tags a:hover {
	text-decoration: underline;
}
.sharePost {
	width: 255px;
	float: right;
	margin: 50px 0 0 0;
}
#editarPost {
	float: right;
	margin: 25px 0 0 0;
}
#comentarios {
	float: left;
	width: 130px;
	height: 42px;
	position: relative;
}
#comentarios #link {
	float: left;
	width: 102px;
	height: 17px;
	text-align: center;
	padding-top: 3px;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	bottom: 0;
}
#link a {
	color: #ffffff;
	font-weight: bold;
	background: #A9C84A;
	display: block;
	padding: 3px 0;
}
#link a:hover {
	text-decoration: underline;
	background: #8AA43E;
}
#comentarios #numero {
	width: 24px;
	margin: 0 0 0 4px;
	height: 42px;
	float: right;
}
#comentarios #numero #fundo {
	width: 24px;
	height: 18px;
	text-align: center;
	line-height: 16px;
	background: #008D57;
	color: #ffffff;
}
#numero #fundo a:link, #numero #fundo a:hover, #numero #fundo a:active, #numero #fundo a:visited {
	color: #ffffff;
}
#comentarios #numero #seta {
	width: 8px;
	height: 5px;
	background: url(images/seta_comentarios.png) left top no-repeat;
}
.postnav {
	width: 556px;
	float: right;
	font-size: .8em;
	list-style: none;
	margin: 0 0 50px 0;
	padding: 0;
}

.postnav li.left {
	display: block;
	float: left;
	width: 164px;
	height: 36px;
	background: url(images/li_anterior.png) no-repeat left top;
}

.postnav li.center {
	display: block;
	float: left;
	width: 223px;
	height: 36px;
	background: #f2f2f2;
}

.postnav li.right {
	display: block;
	float: right;
	width: 169px;
	height: 36px;
	background: url(images/li_proximo.png) no-repeat left top;
}

.postnav #nextPost {
	background: url(images/bt_anterior.png) no-repeat left top;
	width: 164px;
	height: 36px;
}
.postnav #nextPost.hover {
	background: url(images/bt_anterior_hover.png) no-repeat left top;
}
.postnav #previousPost {
	background: url(images/bt_proximo.png) no-repeat left top;
	width: 169px;
	height: 36px;
}
.postnav #previousPost.hover {
	background: url(images/bt_proximo_hover.png) no-repeat left top;
}
#mo_archive, #cat_archive {
	margin-bottom: 25px;
	float: left;
}

#mo_archive ul, #cat_archive ul {
list-style: none;
}

/* images --------------------------------- */

#main p img, #wide p img {
	padding: 0;
	max-width: 100%;
	}

.img_border {
	padding: 3px;
	margin: 3px;
	border: solid 1px #5D6772;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright, .img_right {
	margin-left: 6px;
	margin-bottom: 2px;
	padding-top: 6px;
	display: inline;
	}

img.alignleft, .img_right {
	margin-right: 6px;
	margin-bottom: 2px;
	padding-top: 6px;
	display: inline;
	}

.alignright, .img_right {
	float: right;
	}
	
.alignleft, .img_left {
	float: left
	}
/* End Images */


/* comments & trackbacks --------------------------------- */

#comments {
	width: 555px;
	float: right;
}

#titleComent {
	margin: 0 0 27px 0;
}

#titleEscrevaComment {
	margin: 0 0 15px 0;
}

.key {
	color: #326400;
	font-size: 12px;
	font-weight: bold;
}
.form-text {
	width: 469px;
	background: transparent;
	border: 1px solid #CCCCCC;
}

.form-textarea {
	font-family: Tahoma;
        font-size: 12px;

}

.pointer {
	cursor: pointer;
}

.notificacao {
	font-size: 12px;
}

#validaErro {
	text-align: right;
	font-weight: bold;
	color: #ff0000;
}

.comment_area, .trackback_area {
	padding: 0;
	margin-bottom: 30px;
}

.comment_area ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment_area li {
	margin-bottom: 25px;
}

.comment_area form li {
	margin-bottom: 0;
}


.commenter {
	font-weight: bold;
	color: #326400;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

.comment_info {
	font-weight: bold;
	color: #326400;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.comment_text {
	font-weight: normal;
	font-style: normal;
	color: #326400;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.comment_aguarda {
	color: #ff0000;
}
.submit {
	font-weight: bold;
	font-size: 1.16em;
	color: #dddddd;
	padding-left: 0;
}

.comment_area textarea {
	width: 95%;
}

.trackback_area ol {
	list-style: none;
	padding: 5px;
	padding-left: 15px;
}

.trackback_area li {
	line-height: 180%;
}

/* sidebar --------------------------------- */

#side {
	width: 289px;
	float: left;
	margin: 98px 0 0 0;
}

#side #historicoPost {
	width: 290px;
	height: 36px;
}

#side #linksHistorico {
	margin: 25px 0 0 0;
}
#linksHistorico ul {
	margin: 0 0;
	padding: 0 0 3px 20px;
	list-style: none;
}
#linksHistorico ul li {
	padding: 0 0 5px 0;
}
#linksHistorico ul.ano li {
	list-style-image: url("images/marcador_ano.png");
	font-weight: bold;
}
#linksHistorico ul.mes {
	padding: 2px 0;
}
#linksHistorico ul.mes li {
	list-style-image: url("images/marcador_mes.png");
}
#linksHistorico ul.mes li a {
	font-weight: normal;
}
#side #linha {
	width: 100%;
	margin: 25px 0 25px 0;
	border-top: 1px solid #8ED9F8;
}

#news {
  width: 290px;
  height: 36px;
  margin: 0 0 21px 0;
}

#textoNews {
  color: #326400;
  font-size: 12px;
  margin: 22px 0;
}

/* footer --------------------------------- */

#foot {
	height: 126px;
	width: 100%;
	color: #326400;
	background: #f2f2f2;
	border-top: 1px solid #8ED9F8;
	padding: 0;
	margin: 0;
	clear: both;
}
#contentFoot {
	width: 947px;
	margin: 0 auto;
}

#conteudoRodape {
	margin: 26px 0 0 0;
}

/* misc stuff --------------------------------- */

ul.linklist, ul.linklist ul {
	list-style: none; 
	margin: 0;
	padding: 0;
}

ul.linklist {
	padding-left: 25px;
	padding-bottom: 25px;
}

ul.linklist h2 {
	font-size: 1.18em;
	margin: 15px 10px 10px 10px;
}

ul.linklist a {
	padding: 0.2em 0;
	margin-left: 20px;
	padding-left: 0;
	line-height: 180%;
}

#searchform {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}

.lh100 {
	line-height: 100%;
	padding: 5px 0;
}

.cloud {
	padding: 0;
	width: 169px;
	margin: 0;
	margin-bottom: 15px;
	border: none;
	display: block;
}

.cloud a {
	border-bottom: none;
	padding: 0;
	margin: 0;
	display: inline;
}

.cloud img {
	margin: 3px;
	margin-top: 0;
}

.flickr {
	color: #4488CC;
}

.flickr span {
	color: #CC6666;
}

.contactform {
	padding: 0 10px;
	margin: 0 20px;
}

/* NEWSLETTER */

.bold {
	font-weight: bold;
}
.input {
	background: transparent;
	border: 1px solid #CCCCCC;
	width: 228px;
	height: 18px;
	font-size: 12px;
	padding: 2px 0 0 0;
}
#erroNews {
  color: #ff0000;
  font-weight: bold;
}