/*
Theme Name: Arbiza mind travel
Description: My personal theme, inspired in my learning.
Version: 2.0.0
Author: Lucas Arbiza
Author URI: http://lucasarbiza.com
Tags: fixed width, three columns, widgets

*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul li, ol li { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }



/* Body
-------------------------------------------------------------------*/
body { 
	font: 12px/18px Verdana, Helvetica, Arial, Geneva, sans-serif; 
	color: #333; 
	/*background: url(images/background.jpg) no-repeat fixed;
	background-position: center top;*/
        background: #ededed;	
}

h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; color: #414d4c; }
h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }	/*tamanho dos títulos dos posts*/
h2 { font-size: 20px; line-height: 24px; margin-bottom: 7px; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }

h1 span { color: #999; }

a { color: #313131; }	/*cor dos títulos dos posts */
a:hover { color: #717171; }
a:visited { color: #313131; }

p { margin-bottom: 10px; }

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

/* Container
-------------------------------------------------------------------*/
#container-top {
	width: 1020px;
	height: 30px;
	margin: 0 auto;
	margin-top: 40px;
	background: url(images/conteudo-top.png) no-repeat;
}

#container { 
	width: 960px; 
	padding: 0px 30px 20px 30px; 
	margin: 0 auto; 
	overflow: hidden;
        background: #FFFFFF;
	background: url(images/conteudo-body.png) repeat-y;
}
#container #wrapper { 
	width: 960px; 
	float: left; 
	overflow: hidden; 
}

#container-botton {
	width: 1020px;
	height: 40px;
	margin: 0 auto;
	margin-botton: 40px;
        background: #FFFFFF;
	background: url(images/conteudo-botton.png) no-repeat;
}



/* Header
-------------------------------------------------------------------*/
#header { 
	width: 960px; 
	height: 144px; 
	background: url(images/header.png) no-repeat;
}
#header h1 { 
	font: 24px Verdana; 
	padding-top: 10px; 
	margin-bottom: 0; 
	color: #fff; 
}
#header h1 a { 
	color: #fff; 
	text-shadow: 1px 1px 1px #333; 
	text-decoration: none; 
}
#header h1 span { 
	padding-left: 10px; 
	font-size: 11px; 
	color: #ccc; 
}


/* Navigation
-------------------------------------------------------------------*/
#nav { 
	position: relative;
	width: 900px; 
	height: auto;
	border-bottom: 1px solid #2f2f2f; 
}
#nav ul { 
	margin-left: 10px; 
	position: relative; 
	overflow: hidden; 
}
#nav ul li { 
	float: left; 
	margin-right: 3px; 
	padding-left: 7px; 
	font-family:sans-serif;
	font-size:18px;
}
#nav ul li.current_page_item { 
	font-weight: bold;  
}
#nav ul li a { 
	display: block; 
	text-decoration: none; 
	color: #555; 	/* cor da fonte na barra de páginas */
	line-height: 33px; 
	padding: 0 15px 0 8px; 
}
#nav ul li a:hover { color: #ff006d; }
#nav ul li.current_page_item a { color: #00b900; }



/* Content
-------------------------------------------------------------------*/
#content { 
	width: 520px; 
	float: left; 
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: 15px;
	text-align: justify;
}

#content .post { margin-bottom: 40px; }
#content .post p { margin-bottom: 20px; font: normal 13px "Verdana"; color: #3d3d3d; line-height: 20px;}
#content .post p a {color: #2370bc;}
#content .post h1 a { font: normal 24px "Verdana"; color: #ff9d00; text-decoration: none; }	/*Títulos dos posts*/
#content .post h1 { font: normal 24px "Verdana"; color: #ff9d00; text-decoration: none; }	/*Títulos dos posts*/
#content .post-list li { list-style: none; }
#content .post blockquote { background: #ffffff; padding: 6px 20px 6px 40px; margin: 10px 0 10px 0;}
#content .post blockquote p {font: italic 13px "Verdana"; color: #737373; line-height: 20px; margin-bottom: 5px;}

#content .post ul li {
	list-style-type: disc;
	list-style-position: inside; 
	font: normal 13px "Verdana"; color: #3d3d3d; line-height: 15px;
	margin-left: 12px;
}

#content .post ol li {
	list-style-type: decimal;
	list-style-position: inside; 
	font: normal 13px "Verdana"; color: #3d3d3d; line-height: 15px;
	margin-left: 12px;
}

#content .post .data-post {
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #6b42ef;
	margin-bottom: 10px;
}

#content .post .post-info { 
	clear: both; 
	font-size: 12px; 
	color: #777; 
	padding: 3px 5px 5px 5px; 
	margin-bottom: 20px; 
	border-top: 1px solid #2f2f2f; 
}
#content .post .post-info a { color: #6e008b; text-decoration:none; }
#content .post .post-info a:hover { color: #35b5b8; text-decoration:none; }

#content #pages { text-align: center; }
#content #pages a { font: bold 20px "Trebuchet MS"; color: #414d4c; text-decoration: none; }
#content #pages a:hover { color: #1e2726; }

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style-type: circle;
	list-style-position: outside; 
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }

.more-link {
	font: Verdana;
	font-style:italic;
	font-size: 12px;
	font-weight: bold;
	color: #407cbb;
}

/* Sidebar
-------------------------------------------------------------------*/
#sidebar { 
	width: 200px;
	float: left;
	font-size: 11px; 
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: 15px;
	color: #555;
}

#sidebar h3 { font: normal 18px Verdana, Arial, Sans-Serif; color: #545e88; }	/* cor das letras dos títulos do sidebar */

#sidebar a { font: normal 12px Verdana; color: #737373; text-decoration: none; }	/* cor da fonte dos subtítulos do sidebar*/
#sidebar a:hover { color: #c4c43f; }		/* cor da fonte dos subtítulos do sidebar com o mouse em cima */

#sidebar .block {
	width: 200px;
	/*border-bottom: 1px solid #2f2f2f;*/ 
	overflow: hidden;
	color: #555;
	margin-bottom: 20px;
}

#sidebar .block li { 
	background: url(images/arrow.gif) no-repeat 2px 8px; 
	padding-left: 12px;
}

#sidebar .block a:hover { color: #777; }

/* Sidebar Right
-------------------------------------------------------------------*/
#sidebar-right { 
	width: 200px;
	float: left;
	font-size: 11px; 
	margin-bottom: 10px;
	margin-top: 15px;
	color: #555;
	text-align: justify;
}

#sidebar-right .block {
	width: 200px;
	border-bottom: 1px solid #a3a3a3; 
	overflow: hidden;
	color: #555;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

/* Social - ícones
-------------------------------------------------------------------*/
.social {
	float: left;
	margin-right: 7px;
}



/* Comments
-------------------------------------------------------------------*/
.comments-title { 
	text-align: center; 
	font: bold 22px "Trebuchet MS", Helvetica, Arial, Geneva; 
	color: #909090; 
}
#comments .comment { 
	margin-bottom: 10px; 
	overflow: hidden; 
	width: 635px; 
	padding-bottom: 5px; 
}
#comments .comment .comment-avatar { 
	float: left; 
	width: 50px; 
	padding: 5px 7px; 
}

#comments .comment .comment-content { 
	float: left; 
	padding: 10px 15px; 
	margin: 5px 5px 0 0; 
	width: 421px; 
	color: #5c5c5c;
	border: 2px solid #93a994;
}
#comments .comment .comment-content a { color: #6f9fd3; }


#comments .comment .comment-info { 
	font-size: 11px;
	color: #7d7d7d;	/* data e detalhes do comentário */
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 20px "Trebuchet MS", Helvetica, Arial, Geneva;  	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #5483be; 			/*cor do nome de quem comentou */
	text-decoration: none;
}




/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	border: 2px solid #676767; 
	padding: 10px; 
	color: #555;
	background: #efefef;
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 495px; 
	border: 1px solid #aaa; 
	height: 120px;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 5px; 
	padding: 3px 3px; 
}
#commentform input#submit { padding: 3px 10px; }



/* Footer
-------------------------------------------------------------------*/
#footer { 
	width: 960px; 
	float: left; 
	border-top: 1px solid #9a9a9a;
}

#footer .block {
	float: left;
	width: 260px;
	height: 155px;
	margin: 8px;
	padding: 20px;
	border: 2px #c8c8c8 solid;
}

#footer .block p {
	text-align: left;
}

#footer .block a { color: #3a44cc; }






	