/* CSS Document */

/*
Theme Name: Boa Companhia
Description: Personalizado para Boa Companhia. 
Author: Wezen Design
Author URI: http://www.wezen.com.br/
Version: 1
Tags: two-columns, white, clean, fixed-width, right-sidebar


/* ----------- Basic ----------- */
#calendar_wrap {
	margin-left:10px;
}
#calendar_wrap a {
	background:#933;
	color:#fff;
}
#wp-calendar {
        padding:3px;
        border:solid 1px #e5e5e5;
}
#wp-calendar caption {
       font-weight:bold;
       color:#993333;
}
.piclenselink {
	display:none;
}
.wp-caption.alignleft {
	padding:10px 0 10px 10px;
	margin-right:10px;
	border:solid 1px #e5e5e5;
	background:#f5f5f5;
}
.wp-caption-text {
	font-family: Georgia;
	text-align:center;
}
img {
	border:none;
	behavior: url(iepngfix.htc);
}
a img {
	border:none
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
body {
	text-align:center;
	margin:0;
	padding:0;
	background:#FFF url(img/fundo.png) no-repeat center top;
	font: 9pt Trebuchet, Arial, sans-serif;
	color: #333;
}
a {
	color:#933;
	text-decoration:none;
}

p {
   margin:0 0 1em 0;
}
p a {
	color:#933;
	text-decoration:none;
}
p a:hover {
	color:#000;
	text-decoration:none;
}
li a {
	color:#933;
	text-decoration:none;
}
.wrapper {
	width:100%;
}

h3 {
	font-size: 1.4em;
}
h4 {
	font-size:1.2em;
}
strong {
	color: #900;
}
em {
	color:#666;
}
/* ----------- Heading ----------- */
	
#description {
	font-size:1.4em;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	margin-top:-2px;
}
/* ----------- Menu ----------- */
		
#topnavi {
height:80px;
	margin:55px 0 0 92px;
}
#topnavi a {
	text-decoration:none;
}
#topnavi a:hover {
}
#rightnavi {
	float:right;
	text-align:right;
	margin-right:0;
	padding:0;
	color: #FFF;
	text-decoration: none;
	display: block;
}
/* ----------- Centerpieces ----------- */
	
#main {
	width:960px;
	margin:0 auto;
	text-align:left;
}
#content {
	width:720px;
	margin:0 10px;
	float:left;
	font-size:1em;
	line-height:1.6em;
}
#content h1 {
	font-weight:normal;
	color:#900;
	line-height: 1.7em;
	margin: 0px;
}
#content .time {
	text-transform:uppercase;
	margin-top:-12px;
	color:#DDD;
}
#content .gray {
	color:#DDD;
}
#content .edit {
	float:right;
}
#content .time a {
	color:#DDD;
	text-decoration:none;
}
.post {
	padding:0 0 30px 0
}
.details {
	padding:2px 10px;
	background: #DDD;
	margin-top: 5px;
	border: 1px dotted #333;
	clear: both;
}
.details a {
	color:#666;
}
.details a:hover {
	color:#333;
}
/* ----------- Previous & Next link ----------- */
	
.navigation {
	text-align:center;
}
/* ----------- Sidebar ----------- */
	
.sidebar {
	font-size:1.2em;
	width:190px;
	float:right;
	margin:0;
	color:#666;
	border-left:1px solid #CCC;
}
.sidebar h2 {
	color:#933;
	font-weight:200;
	border-bottom:1px solid #004A6F;
	margin:5px 0 5px 0;
}
.sidebar .textwidget {
	margin:3px;
}
.sidebar ul {
	margin: 0;
	padding: 2px;
	list-style-type: none;
}
.sidebar ul li {
	background:none;
	padding:3px;
}
.sidebar ul li li {
	border-bottom:1px solid #333;
}
.sidebar ul li ul li {
	margin-left:10px;
	border-bottom:none;
}
.children li {
	border-left:1px solid #ccc;
	margin-left:2px;
	padding-left:8px;
}
.sidebar a {
	text-decoration:none;
	color:#666;
}
.sidebar a:hover {
	color: #933;
}
/* ----------- Search ----------- */
	
#searchform {
	padding:0;
	margin:0;
}
#searchform #s {
	background:#CCC;
	padding:5px;
	border:0;
	color:#303;
	font:1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* ----------- Footer ----------- */

#footer {
        padding-top:20px;
        border-top:dotted 1px #ccc;
	width:960px;
	clear:both;
	color:#888;
	margin:0 auto;
        margin-top:20px;
}
#footer p {
}
/* ----------- Comments ----------- */

ol.commentlist {
	margin:0;
	padding:0;
}
.commentlist li {
	list-style:none;
	margin-bottom:14px;
}
.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	color:#336;
}
.commentlist a:link, .commentlist a:visited {
	color:#00e0f4;
}
.commentlist a:hover, .commentlist a:active {
	color:#336;
}
.commentlist cite img {
	padding:1px;
	border:1px solid #666;
	float:left;
	margin-right:9px;
}
.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
}
.commenttext {
	border-top:1px dotted #ffffff;
	padding: 0 20px 10px 20px;
	color:#666;
}