/*
Theme Name: Viagem no Tempo v.2
Theme URI: http://wordpress.org/
Description: Viagem no Tempo
Author: Bruno Imbrizi
Author URI: http://brunoimbrizi.com/
Tags: white, red, custom
*/

/*===========================================================
	RESET
===========================================================*/	

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
b, u, i, center,
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-size: 100%; background: transparent;}
body													{line-height: 1;}
ol, ul 													{list-style: none;}
blockquote,
q 														{quotes: none;}
blockquote:before, 
blockquote:after,
q:before, q:after										{content: ''; content: none;}

/*===========================================================*/


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
	background: #6b6e70 url('images/background01.gif') repeat-x top;
	color: #555555;
	margin:0;
	padding:0;
	}
a {
	color:#be001f;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
}
#wrap {
	background: url(images/background02.gif) center top no-repeat;
}

#page {
	background-color: white;
	width:920px;
	margin: 0px auto;
	padding: 0;
	}

#header {
	background: url('images/header04.gif') no-repeat top center;
	height:141px;
	margin-bottom:25px;
	}

#headerimg 	{
	padding-top:52px;
	padding-left:35px;
	float:left;
	}

#headerimg h1 a {
	background: url('images/header02.gif') no-repeat;
	display:block;
	width:223px;
	height:30px;
	text-indent:-1000px;
	overflow:hidden;
	}
	
#headerimg .description {
	background: url('images/header05.gif') no-repeat;
	display:block;
	width:250px;
	height:25px;
	text-indent:-1000px;
	overflow:hidden;
	margin-left:99px;
	margin-top:2px;
	}
	
#topmenu {
	float:right;
	margin-right:47px;
	margin-top:83px;
	}
	
#topmenu ul li {
	display: inline;
	float:left;
	}	

#topmenu ul li a.sobre {
	background:url(images/menuSobre.gif) no-repeat top;
	display:block;
	width:63px;
	height:33px;
	text-indent:-1000px;
	overflow:hidden;
}
#topmenu ul li a.sobre:hover {
	background-position:bottom;
}
#topmenu ul li a.contato {
	background:url(images/menuContato.gif) no-repeat top;
	display:block;
	width:73px;
	height:33px;
	text-indent:-1000px;
	overflow:hidden;
}
#topmenu ul li a.contato:hover {
	background-position:bottom;
}
#topmenu ul li a.rss {
	background:url(images/menuRSS.gif) no-repeat top;
	display:block;
	width:74px;
	height:33px;
	text-indent:-1000px;
	overflow:hidden;
}
#topmenu ul li a.rss:hover {
	background-position:bottom;
}


#content {
	border-right:1px solid #d5d5d5;
	float:left;
	margin:20px 0px 60px 40px;
	padding-right:45px;
	width:560px;
	}
	
#content .post {
	margin-bottom:40px;
	font-size:13px;
	color:#555555;
	line-height:20px;
}
#content .post .postimage {
	border:1px solid #d5d5d5;
	float:left;
	margin:5px 25px 15px 0px;
	padding:3px;
}

#content .post .postbigimage {
	border:1px solid #d5d5d5;
	margin:5px 5px 5px 0px;
	padding:3px;
}

#content .post .entry {
	margin-bottom:50px;
	margin-top: 20px;
}

#content .postmetadata {
	font-size:12px;
	border-bottom:1px solid #d5d5d5;
	padding-bottom:10px;
}

#content .postmetadata a {
	text-decoration:underline;
}
#content .postmetadata a:hover {
	color:#333333;
}


#content .postmetadata img {
	margin:-4px 4px 0px 0px;
	}
	
#content .postmetadata .spacer {
	display:inline;
	margin-left:30px;
	}	

#sidebar {
	border-left:1px solid #d5d5d5;
	float:right;
	margin:20px 0px 60px -1px;
	width:244px;
	padding-left:30px;
	font-size:11px;
}
#sidebar form {
	margin-bottom: 38px;
	}

#searchform {
	
	}

#sidebar #searchform #s {
	border: 1px solid #d5d5d5;
	height:17px;
	font:inherit;
	color:#828282;
	padding-top:4px;
	text-indent:4px;
	width:155px;
	}

#sidebar #searchsubmit {
	background:url(images/search01.gif);
	width:34px;
	height:24px;
	border:none;
	text-align:left;
	text-indent:-1000px;
	overflow:hidden;
	padding: 0px;
	*font-size: 0px;
	line-height: 0px;
	}

#sidebar ul li ul {
	background:url(images/dots01.gif) no-repeat top left;
	margin-bottom:30px;
	padding:5px 0px 0px;
	*border-top:#ffffff dotted 1px;
}
#sidebar ul li ul li {
	line-height: 24px;
}

#sidebar ul li ul li a {
	font-size:11px;
	color:#be001f;
}


#comments, .respond {
	font-weight:normal;
	font-size:18px;
}

.commentlist li {
	margin: 15px 0 0px;
	padding: 20px;
	list-style: none;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.commentlist cite, .commentlist cite a {
	font-size:14px;
	color:#555555;
	font-style:normal;
	display:inline;
	}

.commentmetadata {
	display:inline;
}
.commentmetadata a {
	font-weight: normal;
	font-size:10px;
	color: #898989;
	}
	
.commentmetadata a:hover {
	text-decoration:underline;
	}	

.commentlist p {
	margin: 15px 5px 10px 0;
	color:#898989;
	font-size:11px;
	line-height:20px;
	}

#respond {
	margin: 30px 0px 0px 20px;
}

#commentform input {
	border: 1px solid #d5d5d5;
	background-color:#FFFFFF;
	font:inherit;
	font-size:11px;
	color:#555555;
	text-indent:2px;
	width:200px;
	height:18px;
	padding-top:1px;
	}
#commentform #submit {
	height:24px;
	width:100px;
	padding-bottom:2px;
}

#commentform textarea {
	border: 1px solid #d5d5d5;
	font: inherit;
	font-size:11px;
	line-height:20px;
	color:#828282;
	width: 400px;
	padding: 2px;
	}

#commentform small {
	display:inline;
	margin-top:2px;
	color:#898989;
	}	

#footer {
	width:830px;
	margin:0px auto;
	font-size:11px;
	color:#898989;
	border-top:1px solid #d5d5d5;
	clear:both;
	padding-top:10px;
	height:30px;
}
#footer .bloginfo {
	margin-left:15px;
	float:left;
}
#footer .wordpress {
	margin-right:15px;
	float:right;
}
	
.subscribe-to-comments label {
	float:left;
	margin-left:5px;
	margin-top:7px;
}
#subscribe {
	float:left;
	margin-left:0px;
}

#archives ul {

}
#archives li {
	margin:0px;
}




small {
	font-size: 10px;
	color:#898989;
	display:block;
	margin-top:-7px;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

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 */



.clear {
	clear: both;
}

/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */


select {
	width: 130px;
	}


/* End Form Elements */



/* Begin Comments*/

.nocomments {
	margin: 0;
	padding: 0;
	}

/* End Comments */






/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

table.cities				{ font-family:'Lucida Sans Unicode',Verdana,Arial,Sans-Serif; color:#555555; font-size:13px }
table.cities td				{ height:22px; border-bottom:#CCC 1px solid }
table.cities td.title		{ height:35px; background-color:#CCC }
table.cities td.header		{ height:22px; background-color:#EEE }
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
