/*
Theme Name: Colunas Itatiaia
Theme URI: http://www.itatiaia.com.br/colunas
Description: Tema desenvolvido para as Colunas da Rádio Itatiaia
Version: 1.0
Author: 5Clicks
*/
@charset "utf-8";
/* CSS Document */
#header { height:203px; }
body:nth-of-type(1) #header{ margin-bottom:20px; }
#header #logo {
	position:relative;
	z-index:2;
}
#columnTop {
	height:195px;
	position:relative;
	top:-90px;
	z-index:1;
}
#columnTop a { margin-left:115px; }
#left { border-right:solid 1px #cacaca; }
.postContent {
	margin-top:20px;
	line-height:20px;
}
#left h3, #left p { width:585px; }
.post {
	border-bottom:solid 1px #cacaca;
	padding-bottom:20px;
	margin-bottom:20px;
}
#rssLink {
	display:block;
	padding:2px 0 2px 23px;
	background:url(../img/coluna-rss.jpg) no-repeat top left;
}
.rightBox { margin-top:30px; }
#columnProfile p {
	border-bottom:solid 1px #cacaca;
	border-top:solid 1px #cacaca;
	padding:10px 0;
}
.rightBox ul { border-top:solid 1px #cacaca; margin-top:10px; }
.rightBox li { border-bottom:solid 1px #cacaca; }
.rightBox li a {
	display:block;
	padding:10px 10px 10px 20px;
	background:url(../img/colunas-side-arrow.jpg) no-repeat 5px center;
	color:#000 !important;
}
.comment{
	margin:10px 0;
	padding:10px;
}
.comment.odd{ background:#efefef;}
