/**** CSS RESET! *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/********************************************/

html{
	height: 100%;
}

body{
	height: 100%;
	margin: 0 auto;
	text-align: center;
	font-family: "Myriad Pro", "Helvetica";
	overflow: -moz-scrollbars-vertical;
	;
}


/********************************************/

div#nonfooter{
	position: relative;
	min-height: 100%;
}

* html #nonfooter{
	height: 100%;
}

div#wrap{
	margin: 0 auto;
	padding-top: 50px;
	width: 990px;
	padding-bottom: 9em;
}

/********************************************/


h1.textTitle{
	display: none;
}

div#header{
	width: 100%;
	background: #151515;
	color: white;
}

div#headerMain{
	margin: 0 auto;
	padding: 15px;
	text-align: center;
	width: 990px;
	height: 160px;
	overflow: auto;
}

div#logo img{
/*	margin-left: -200px;*/
	margin-top: 10px;
}

div#header div#quote{
	float: right;
	width: 600px;
	margin-top: 20px;
	text-align: right;
	font-size: 0.7em;
	color: #999;
	font-style: italic;
}

/********************************************/

pre {
    font-family: monospace;
    margin: 20px;
    padding: 15px;
    border: 1px solid #ccc;
    font-weight: bold;
}
strong{
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

div#noposts{
	margin: 0 auto;
	width: 650px;
	text-align: left;
}

div#noposts p{
	margin-bottom: 2em;
}

div#noposts a{
	color: #800;
	text-decoration: none;
}

div#noposts a:hover{
	color: #aaa;
}

div#noposts span.email{
	color: #888;
	font-style: italic;
}


/********************************************/


div#post{
	float: left;
	width: 850px;
	
	margin-left: 100px;
}

div#post div#title h2{
	width: 600px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
}

div#post div#postBody{
	clear: both;
	float: left;
	width: 600px;
	min-height: 200px;
	margin-top: 20px;
	padding-bottom: 20px;
	text-align: justify;
	color: #444;
}

div#post div#postBody p{
	margin-bottom: 1em;
	line-height: 1.2em;
}

div#post div#postBody div{
	margin-bottom: 1em;
}

div#post div#postBody a{
	color: #800;
	text-decoration: none;
}

div#post div#postBody a:hover{
	color: #aaa;
}

div#post div#postBody h1, div#post div#postBody h2{
    margin-top: 1.5em;
}

div#post div#postBody h1{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

div#post div#postBody h2{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
}

div#post div#postBody em{
	font-style: italic;
}

div#post ul{
	margin: 1em;
	margin-left: 2em;
	list-style-type: disc;
	text-align: left;
}

div#post li{
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

div#post div.aligncenter{
	margin: 0 auto;
}

div#post div.alignleft{
	float: left;
	margin-right: 1em !important;
}

div#post div.alignright{
	float: right;
	margin-left: 1em !important;
}

div#post div.wp-caption{
	border: 1px solid #888;
	padding: 10px 5px 20px 5px;
	text-align: center;
}

div#post div.wp-caption p{
	margin-top: 20px;
	font-size: 0.9em;
}

div#post a img{
	padding-bottom: 2px;
	border-bottom: 2px solid #800;
}

div#post a:hover img{
	border-bottom: 2px solid #888;
}

/********************************************/


div#post div#postFooter{
	float: left;
	clear: both;
	width: 600px;
	margin-top: 20px;
	font-size: 0.8em;
	color: #aaa;
	border-bottom: 1px solid #aaa;
}


div#post div#postFooter div#date{
	float: left;
	font-style: italic;
}

div#post div#postFooter div.categories{
	float: left;
	margin-left: 10px;
	margin-top: -5px;
}

div#post div#postFooter div.categories img{
	border: none;
	height: 16px;
	margin-right: 5px;
}

div#post div#postFooter div#navigation{
	float: right;
}

div#post div#postFooter div#navigation a{
	color: #aaa;
	text-decoration: none;
}

div#post div#postFooter div#navigation a:hover{
	color: #444;
}


/********************************************/


div#sidebar{
	float: right;
	width: 225px;
	margin-top: 20px;
	text-align: left;
}

div#sidebar a{
	display: block;
	width: 140px;
	height: 25px;
	padding-left: 40px;
	padding-top: 5px;
	font-size: 0.8em;
	color: #888;
	text-decoration: none;
}

div#sidebar a:hover{
	color: #444;
}

div#sidebar a.comments{
	background: url("img/comentarios.png") top left no-repeat;
}

div#sidebar a.more{
	background: url("img/mas.png") top left no-repeat;
}

div#sidebar a.info{
	display: inline;
	font-size: 1em;
	padding: 0;
}

div#sidebar p{
	font-size: 0.8em;
	color: #444;
	margin-bottom: 15px;
}


div#sidebar div.navlinks{
    margin-top: 10px;
}

div#sidebar span{
    display: block;
    margin-top: 10px;
    font-size: 0.9em;
}

div#sidebar span a{
    width: 100%;
    margin: 0;
/*    padding: 0;*/
}

/********************************************/

div#commentsArea{
	margin-left: 100px;
	width: 600px;
	display: none;
}

div#comments{
	float: left;
	margin-top: 30px;
}

div.comment{
	width: 580px;
	clear: both;
	margin-bottom: 10px;
	padding: 10px;
	padding-top: 0px;
}

div.comment img.separator{
	clear: both;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 40%;
}

div.comment img.avatar{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #444;
}

div.comment div.meta{
	width: 300px;
	float: left;
	text-align: left;
	margin-top: 10px;
}

div.comment span.author-name{
	font-size: 1em;
	color: #444;
	font-weight: bold;
}

div.comment span.author-name a{
	color: #444;
}

div.comment span.author-name a:hover{
	color: #888;
}

div.comment span.date{
	margin-left: 2px;
	color: #888;
	font-size: 0.7em;
}

div.comment img.avatar{
	float: left;
}

div.comment div.content{
	margin-top: 10px;
	width: 430px;
	float: left;
	color: #444;
	font-size: 0.8em;
	text-align: left;
}

div.comment div.content a{
	color: #800;
	text-decoration: none;
}

div.comment div.content a:hover{
	color: #444;
}

div.comment div.content p{
	margin-bottom: 1em;
	line-height: 1.2em;
}

div#newcomment p.logged{
	margin-bottom: 2px;
	font-size: 0.8em;
	text-align: left;
	color: #888;
}

div#newcomment p.logged a{
	color: #888;
	text-decoration: none;
}

div#newcomment p.logged a:hover{
	color: #444;
}

form#commentform{
	float: left;
	width: 600px;
	margin-top: 20px;
}

form#commentform input, form#commentform textarea{
	float: left;
	clear: left;
}

form#commentform input{
	width: 20em;
	height: 1.4em;
	padding-top: 0.3em;
	margin-bottom: 1em;
	border: 1px solid #888;
	font-size: 0.8em;
	color: #444;
}

form#commentform label{
	margin-left: 1em;
	line-height: 2.3em;
	color: #888;
	font-size: 0.7em;
	text-align: left;
	float: left;
}

form#commentform textarea{
	width: 600px;
	margin-bottom: 1em;
}

form#commentform input#submit{
	width: 100px;
	height: 2.5em;
	padding-bottom: 0.3em;
}


/********************************************/

div.infobox{
	width: 580px;
	float: left;
	padding: 10px 10px 10px 0px;
	border-bottom: 1px solid #aaa;
}

div.noline{
	border: none;
}

div#personal img.avatar{
	width: 150px;
	float: left;
	margin: 0 15px 20px 0px;
	padding: 5px;
	border: 1px solid #888;
}

div#personal p.badges img{
	width: 16px;
}

div#personal a img{
	border: none;
}

div#personal a:hover img{
	border: none;
}

div#search, div#categories, div#blogroll, div#sitelinks{
	margin: 30px 0px 30px 60px;
}

div#search input{
	border: 1px solid #444;
}

div#categories ul{
	width: 150px;
	margin-left: 20px;
	list-style-type: none;
}
div#categories li{
	line-height: 1.5em;
}
div#categories li a img{
	float: right;
	border: none;
	margin-left: 10px;
/*   margin-top: -20px;*/
   vertical-align: middle;
}
div#categories li a:hover img{
	border: none;
}

div#blogroll ul.categories{
	list-style-type:none;
	margin-left: 0;
}

div#blogroll ul.categories li{
	font-size: 0.8em;
	line-height: 1.5em;
	color: #888;
}

div#blogroll ul.categories li a{
	font-size: 1.5em !important;
	margin-right: 5px;
}


div#blogroll ul.categories li h2{
	font-weight: normal !important;
}

div#sitelinks a{
	color: #444 !important;
	text-decoration: underline !important;
	line-height: 2em;
}
div#sitelinks a:hover{
	color: black !important;
}


/********************************************/

div#postBody div.car-container ul.car-list{
	margin: 20px 0 0 0;
	list-style-type: none;
}

/********************************************/

div#footer{
	width: 990px;
	margin: 0 auto;
	text-align: right;
	clear: both;
	margin-top: 40px;
	padding-bottom: 10px;
	font-size: 0.7em;
	color: #888;
	
	position: relative;
	margin-top: -3em;
}

div#footer a{
	color: #888;
	text-decoration: none;
}

div#footer a:hover{
	color: #444;
}



