/*
Theme Name: Amigo Rico Blog
Theme URI: http://www.amigorico.org
Description: Tema para o blog do site Amigo Rico.
Version: 1.0
Author: Bruno Tarmann
Author URI: http://tarmann.com.br/
*/

@import "css/reset.css";

/* BASIC */

body {
	background: #dbd7d0 url(images/bg.gif) repeat-x;
	font-family: "Trebuchet MS", serif;
	font-size: 11px;
}

hr{
	display: none;
}

h1{
	font-size: 28px;
	font-weight: bold;
}
h2{
	font-size: 20px;
	text-transform: uppercase;
}
h3{
	font-size: 13px;
	text-transform: uppercase;
	padding: 3px;
	margin-bottom: 5px;
}

h4{
}

strong {
	font-weight: bold;
}

i, em{
	font-style: italic;
}


a{
	color: #F57300;
}

/* GRID */

#header,
#content,
#footer {
	width: 775px;
	margin: auto;
}

#header {
	height: 139px;
}

#content {
	min-height: 300px;
}

#content #sidebar {
	float: right;
	width: 196px;

}

#footer {
	padding-top: 10px;
}

/* FORMAT */

#header-bg{
	background: url(images/header_bg.gif) repeat-x;
	border-top: #FFFFFF solid 1px;
	border-bottom: #FFFFFF solid 1px; 
}

#header {
	position: relative;
}

#header h1 a{
	position: relative;
	background: url(images/amigorico.png) no-repeat top left;
	margin-left: -41px;
	width: 509px;
	height: 139px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#header .description{
	display: none;
}

#footer-bg{
	background: #000000 url(images/footer_bg.gif) repeat-x;
	border-top: #FFFFFF solid 1px;
}

/* menu */

#menu {
	position: absolute;
	bottom: 0px;
	right: 21px;
}

#menu li{
	float: left;
	margin-left: 1px;
}

#menu li a{
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	display: block;
	width: 99px;
	height: 18px;
	overflow: hidden;
	text-indent: -9999px;
}



#menu #m1 a{ background-position: 0px 0px; }
#menu #m2 a{ background-position: -100px 0px; }
#menu #m3 a{ background-position: -200px 0px; }
#menu #m4 a{ background-position: -300px 0px; }
#menu #m5 a{ background-position: -400px 0px; }



/* posts */

#posts {
	width: 500px;
	margin-top: 10px;
	margin-left: 5px;
}

#posts .post {
	border-bottom: gray dotted 2px;
	margin-bottom: 10px;

}

#posts .post h2{
	margin-bottom: 5px;
}

#posts .post h2 a {
	color: black;
	text-decoration: none;
}
	
#posts .post small{
	background: black;
	color: white;
	padding: 3px;
	margin-top: 20px;
}


/* posts - entry */

#posts .post .entry{
	margin-top: 20px;
	font-size: 12px;
}

#posts .post .entry p,
#posts .post .entry ul,
#posts .post .entry ol,
#posts .post .entry blockquote {
	margin-bottom: 10px;
}

#posts .post .entry blockquote {
	padding-left: 20px;
}

#posts .post .entry li{
	margin-left: 30px;
	margin-bottom: 5px;
}

#posts .post .entry ol li {
	list-style: decimal;
	display: 
}

#posts .post .entry ul li {
	list-style: disc;
}

#posts .post .postmetadata {
	margin-top: 15px;
	margin-bottom: 10px;
}

#posts .post .postmetadata a {
	color: #F57300;
	font-weight: bold;
}

/* posts - comments */

#posts .post .commentlist li {
	background: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
}

#posts .post .commentlist cite{
	font-weight: bold;
}

#posts .post .commentlist .avatar{
	float: left;
	margin-right: 10px;
	border: solid 3px #CCCCCC;
}

#posts .post .commentlist .commentmetadata{
	background: transparent;
	color: #000000;
}

#posts .post .commentlist p{
	clear: both;
	margin: 20px 0px 5px 0px;
}

#posts .post #commentform #author,
#posts .post #commentform #email,
#posts .post #commentform #url,
#posts .post #commentform #comment{
	border: solid 1px gray;
	font-size: 14px;
}

#posts .post #commentform #author,
#posts .post #commentform #email,
#posts .post #commentform #url{
	width: 200px;
}

#posts .post #commentform #comment{
	width: 400px;
}

#posts .post #commentform p {
	margin-bottom: 5px;
}

#posts .post #commentform small {
	background: transparent;
	color: black;	
}

/* sidebar */

#sidebar{
	margin-top: 10px;
}

#sidebar h3 {
	font-weight: bold;
}

#sidebar a{
	text-transform: uppercase;
	font-weight: bold;
	color: #f57300;
}

#sidebar ul .description,
#sidebar ul .search,
#sidebar ul .pagenav,
#sidebar ul .archives,
#sidebar ul .categories,
#sidebar ul .ad{
	margin-bottom: 10px;
}

#sidebar ul li ul li{
	margin-bottom: 5px;
}

#sidebar li {
	clear: both;
	margin-bottom: 2px;
}

#sidebar .description{
	font-size: 13px;
}

/* footer */

#footer,
#footer a {
	color: #FFFFFF;	
}

#footer #copyright{
	float: left;
}

#footer #developer{
	float: right;
}

/* extras */

#footer .Extra{
	margin-bottom: 20px;
	clear: both;
	display: block;
}

#footer .Extra a{
	color: #BBBBBB;
}

#footer .Extra ul{
	padding-left: 10px;
}

#footer .Extra li{
	padding:2px 0px 2px 0px;
	list-style: disc;
	
}

.RecentPosts,
.LastComments,
.MostCommented{
	float: left;
	width: 248px;
	margin-right: 10px;
}


/* PAGES */

/* home */

/* HACKS */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* png alpha */

* html #header-bg #header h1 a {
	background: none;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='/blog/wp-content/themes/amigorico/images/amigorico.png', sizingmethod='crop');
}