/*
Theme Name: Apostos Homepage
Theme URI: http://apostos.com/
Description: WordPress mu homepage theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Elyézer Mendes Rezende
Author URI: http://elyezer.com/
*/



html {
	padding: 0px;
	margin: 0px;
}

body {
	font-size: 11px;
	font-family: Arial, helvetica, Sans-Serif;
	color: #000;
	padding: 0;
	margin: 0;
	background: url(images/bg.gif) repeat-y top center;
}

body em{
	font-weight: none;
}

#page-wrapper {
	margin: 0 auto;
	width: 862px;
}

/* ========== */
/* = Header = */
/* ========== */

#header {
	width: 777px;
	height: 161px;
}

#header a {
	background: url("images/logo.gif") no-repeat top left;
	display: block;
	height: 161px;
	width: 584px;
}

/* =========== */
/* = Content = */
/* =========== */

#content-wrapper {
	overflow: hidden;
}

#content {
	float: left;
	width: 500px;
	padding-top: 5px;
	text-align: left;
}

h1 {
	padding: 10px;
	margin: 0px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	display: block
}

a {
	color: #000;
	text-decoration: none;
	text-decoration: none;
}

a:hover, a:visited {
	color: #ad0410;
	text-decoration: none;
}

img {
	border: 0px;
	margin-top:10px;
}

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

li a {
	margin: 0;
	padding-top: 0;
	padding-bottom: .25em;
	padding-left: 3px;
	line-height: 1.5em;
	color: #000;
	text-decoration: none;
}

li a:hover {
	margin: 0;
	padding-top: 0;
	padding-bottom: 25px;
;
	padding-left: 3px;
	line-height: 1.5em;
	color: #ad0410;
	text-decoration: none;
}

p {
	padding: 0 10px 10px 10px;
	margin: 0px;
	color: #000;
	font-size: 11px;
	font-weight: normal;
}

.no-text {
	text-indent: -9999px;
}

.headers {
	height: 30px;
}

/* ========= */
/* = Boxes = */
/* ========= */

.box {
	background-color: #e2e1e1;
	overflow: hidden;
}

.box-update {
	width: 500px;
	margin-bottom: 10px;
}


.box-update a.more {
	float: right;
	padding: 0 10px 10px 10px;
	color: #ad0410;
}

.box-comment {
	width: 500px;
	margin-bottom: 5px;
}

.box-comment h2 {
	padding: 5px 5px 5px 10px;
	margin: 0px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	display: inline;
	float: left;
}

.comment-day {
	float: right;
	padding: 5px 5px 5px 10px;
}

.comment-day a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
}


#latest_comments a: hover{
	color: #000;
}

#latest_comments a: visited{
	color: #000;
}

#latest_comments ul li{
	background:#E2E1E1;
	margin-bottom:5px;
	font-weight: bold;
	padding:5px;
	height:15px;

}

#comment_left{
	float:left;
}

#comment_right{
	float:right;
}

#blogma {
	padding: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

/* ============ */
/* = Sidebars = */
/* ============ */

#left-sidebar {
	float: left;
	width: 140px;
	margin: 0 0 0 18px;
	_margin-left: 2px;
	text-align: left;
}

#right-sidebar {
	float: left;
	width: 170px;
	margin-left: 30px;
	text-align: left;
}

#right-sidebar h3 {
	font-size: 14px;
	padding: 0 0 5px 0;
	margin: 0px;
}

#right-sidebar p {
	font-size: 11px;
	padding: 5px;
	margin: 0 0 15px 0;
}

/* ========== */
/* = Footer = */
/* ========== */

#footer {
	width: 850px;
	text-align: right;
}

