/*
Theme Name: Convexo
Theme URI: http://www.convexo.com.br/
Description: Theme for convexo blog.
Version: 1.0
Author: Felipe Gubert
Author URI: http://www.felipegubert.com.br/
*/
html, body{
	height:100%;
}
body  {
	font: 11px Arial, Helvetica, sans-serif;
	background: #fff;
	background-image:url(_images/bg.gif);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #3c3c3c;
	min-height:100%;
	height:auto !important; /* ie6 ignores it */
	height:100%; /* fix */
	position: relative;
}
#container { 
	display:inline-block;
	width: 1002px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	background:#fff url(_images/bg_sdebar.jpg) right top repeat-y;
}
a { color:#0000ee; text-decoration:underline; }
a:hover { color:#0000ee; text-decoration:none; }
a:visited { }
#sidebar {
	float: right;
	width: 335px;
	height:100%;
	text-align:center;
}
#sidebar #bar { width:212px; margin:auto; }
#sidebar #bar #arquivo {
	
}
#sidebar #bar #arquivo ul {
	padding:0 0 20px 0;
	margin:auto;
	width:165px;
}

#sidebar #bar #arquivo li {
	height:27px;
	background:url(_images/sidebar_bg_arquivo.png) right top no-repeat;
	margin:0;
	padding:0;
	color:#231f20;
	text-transform:uppercase;
	text-align:right;
	padding-right:25px;
}
#sidebar #bar #arquivo li a { color:#231f20; text-decoration:none; }
#sidebar #bar #arquivo li a:hover { color:#231f20; text-decoration:underline; }
#sidebar #bar #arquivo li a:visited { }

#mainContent {
	margin: 0 345px 0 0;
	min-height:1150px; 
} 
#footer {
	height:46px;
	background:#000;
	color:#fff;
	float:left;
	width:100%;
}
#footer p {
	margin:10px 0 0 0;
}
h1, h2, h3, h4, h5 { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; margin:0; }
h1 { font-size:24px; }
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#posts {
	margin:0 0 0 34px;
}
.postBar {
	width:593px;
	height:73px;
	background-image:url(_images/bg_data.gif)
}
.postBar .data {
	padding:13px 0 0 17px;
	text-align:center;
	width:65px;
	height:53px;
	float:left;
}
.postBar .data .dia { font:30px Arial, Helvetica, sans-serif; color:#6d0303; font-weight:bold; }
.postBar .data .mes { font:12px Arial, Helvetica, sans-serif; color:#6d0303; font-weight:bold; text-transform:uppercase; }

.postBar .info {
	padding:30px 0 0 15px;
	margin:0 0 0 85px;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
}
.postBar .info a { color:#FFF; text-decoration:underline; }
.postBar .info a:hover { color:#FFF; text-decoration:none; }
.postBar .info a:visited { }

.post { background:#fff url(_images/bg_post.gif) 52px top no-repeat; }

.post h1 { padding:20px 0 0 90px; }
.post h1 a { color:#000; text-decoration:none; }
.post h1 a:hover { color:#000; text-decoration:underline; }
.post h1 a:visited { }

.post .content { padding:0 0 10px 90px; margin:0 auto; display:inline-block;
} 
.post .footer {
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-top:1px solid #f0efdd;
	padding:10px 0 20px 0;
	color:#777777;
         height: 46px;
}
.post .footer a { color:#6d0303; text-decoration:underline; }
.post .footer a:hover { color:#6d0303; text-decoration:none; }
.post .footer a:visited { }

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li ul li {
	font-size: 1em;
} 

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

.navigation {
	padding-bottom:15px;
}
.navigation a {
	display:block;
	padding:5px;
	background-color:#000;
	color:#FFF;
	text-decoration:none;
}
.navigation a:hover {
	padding:5px;
	background-color:#8f0a0b;
	color:#FFF;
	text-decoration:none;
}
.navigation a:visited { }

/* Form Newsletter */
#sidebar .ns-frm .clr {
	height:0;
	clear:both;
	overflow:hidden;
	display:block;
}
#sidebar .ns-frm * {
	border:0;
	margin:0;
	padding:0;
}
#sidebar .ns-frm {
	height:400px;
	padding:50px 0 0 0;
	background:url(_images/form_cadastro.png) no-repeat;
}
#sidebar .ns-frm {
	text-align:left;
}
#sidebar .ns-frm h3 {
	width:213px;
	height:120px;
	margin:0 auto;
	text-indent:-5000em;
	overflow:hidden;
	background:url(_images/txt-frm-convexo.png) no-repeat;
}

#sidebar .ns-frm li {
	margin:0 0 0 30px;
	height:28px;
	background:url(_images/bg-frm-inp.png) no-repeat;
	clear:both;
}
#sidebar .ns-frm li label {
	color:#fff;
	display:block;
	width:38px;
	float:left;
	padding:8px 5px 0 15px;
	font-weight: bold;
}
#sidebar .ns-frm li input {
	margin:6px 0 0 0;
	width:200px;
	background:#1d1d1d;
	color:#fff;
}
#sidebar .ns-frm li button {
	width:40px;
	height:23px;
	border:0;
	text-indent:-5000em;
	overflow:hidden;
	margin:0 0 0 90px;
	background:url(_images/btn-ok.png) no-repeat;
	cursor:pointer;
}
#sidebar .ns-frm li.itm-birthday label {
	width:60px
}
#sidebar .ns-frm li.itm-birthday input {
	width:180px
}
#sidebar .ns-frm li.nobg {
	background: none;
}
#sidebar .ns-frm li span {
	display:block;
	padding:10px;
	font-weight: bold;
}
#sidebar .ns-frm li.itm-chk {
	background:url(_images/bg-frm-inp-small.png) no-repeat;
}
#sidebar .ns-frm li.itm-chk input {
	float:left;
	width:auto;
}
#sidebar .ns-frm li.itm-msg {
	font-weight: bold;
}
#sidebar .ns-frm li.error{
	color:#f00;
}
#sidebar .ns-frm li label.error{
	width:auto;
	margin:0;
	color:#f00;
	clear:both;
	font-size:9px;
	margin:5px 0 0 0;
	padding:0;
}
/* / Form Newsletter */

