/*
Theme Name: Aldo Fabrini
Theme URI: http://www.aldofabrini.com.br
Description: Site do Aldo.
Version: 1.0
Author: Atimoda
Author URI: http://www.atimoda.com
*/


/*_____________________ GLOBAL */


/* resets */
* {margin:0; padding:0}
* a img {border:0;}
/**********/

body {
	width: 100%; height: 100%;
	background-color: black;
	font: 11px Verdana, sans-serif;
	color: white;
	}

a { color: #FF0; text-decoration: none; }
	a:hover { text-decoration: underline; }

.left { float: left; }
.right { float: right; }



/*_____________________ HEADER */

.header {
	width: 100%; height: 266px;
	background: #222616 url(img/bg_header.jpg) left top repeat-x;
	}
	.header#ego-trip {
		background: #222616 url(img/bg_header_ego-trip.jpg) left top repeat-x;
		}
	.header img {
		position: absolute;
		top: 143px; left: 50%;
		margin-left: -435px;
		
		font: bold 80px "Palatino Linotype", "Book Antiqua", Palatino, serif;
		color: white;
		letter-spacing: -2px;
		text-transform: uppercase;
		}



/*_____________________ CONTENT */

#contentWrap {
	width: 870px; height: auto;
	margin: 0 auto;
	margin-top: 62px;
	}



/*_____________________ POST */
	
#postsWrap {
	float: left;
	width: 670px; height: auto;
	}
	#paginacao {
		overflow: hidden;
		margin-top: 40px;
		margin-bottom: 80px;
		}

.post {
	width: 100%; height: auto;
	margin-bottom: 70px;
	overflow: hidden;
	}
	.post p {
		margin-bottom: 15px;
		}
	.post img {
		margin-bottom: 25px;
		}
	.post hr {
		height: 1;
		margin: 15px 0 0 0;
		border: 0;
		border-top: 1px white solid;
		}
	.post .data { padding-top: 6px; }
		.post .data a { color: white; }
			.post .data a:hover { text-decoration: underline; }



/*_____________________ MENU */

#menu {
	float: right;
	width: 180px; height: 100%;
	font: bold 18px Georgia, sans-serif;
	text-transform: uppercase;
	text-align: right;
	}
	#menu #links img { margin-bottom: 4px; }



/*_____________________ COMMENTS */

