/*  
Theme Name: Helvetica2010
Theme URI: http://www.leonardofaria.net
Description: Lançado em 09/05/2010
Version: 1.0
Author: Leonardo Faria
Author URI: http://www.leonardofaria.net
*/

@import 'highlight.css';
@import 'reset.css';

body {
	background: url(images/background.jpg) repeat;
	font: 13px "Helvetica Neue", Helvetica, sans-serif;
}
blockquote { 
	background: url('images/quote.png') 5% no-repeat #FFF8DD; 
	background-position: -10px -7px;
	border: 1px solid #FFC600; 
	color: #000; 
	margin: 20px 0; 
	padding: 0 20px 0 50px; 
}
/****************************************************** header ******************************************************/
#header {
	background: url('images/bg_header.png');
	height: 50px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
#header h1 {
	float: left;
	margin: 0;
	padding: 10px 0 0 15px; 
    text-transform: uppercase;
    text-shadow: #69768b 0 -1px 0;
}
#header h1 a {
	color: #a5a5a5;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
}
#header form {
	float: right;
	padding: 15px 15px 0 0;
}

/****************************************************** menu ******************************************************/
#menu {
	background: url('images/bg_menu.png');
	display: block;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 85%;
	height: 35px;
	position: fixed;
	top: 50px;
	width: 100%;
	z-index: 100;
	-webkit-box-shadow: 0 0 4px #000;
	-moz-box-shadow: 0 0 4px #000;
	-khtml-box-shadow: 0 0 4px #000;
}
#menu ul {
	position: relative;
	top: 5px;
	padding-left: 16px;
	padding-right: 16px;
}
#menu li {
	display: inline;
	float: left;
	height: 30px;
	text-align: center;
	width: 87px;	
}
#menu li:hover {
	cursor: pointer;
	display: inline;
	float: left;
	background: url(images/menuCurrent.png) no-repeat;
}
#menu li:hover a {
	color: #fff;
}
#menu a {
	color: #a5a5a5;
	display: block;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	position: relative;
	text-shadow: #1d1d23 0 -1px 0;
	top: 3px;
}
/****************************************************** content ******************************************************/
#content {
	margin-top: 100px;
}
.post {
	background: #d5dce4 url(images/nameBar.jpg) repeat-x 0 top;
	border-top: 1px solid #5c6b7b;
	clear: both;
	margin: 20px auto 20px;
	position: relative; 
	width: 95%;
	z-index: 90;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-box-shadow: 0 1px 4px #fff;
	-moz-box-shadow: 0 1px 4px #fff;
	-khtml-box-shadow: 0 1px 4px #fff;
}
.post h1 {
	color: #69768b;
	font: bold 18px/18px HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif;
	height: 25px;
	letter-spacing: 0;
	margin: 0;
	overflow: hidden;
	padding: 5px 5px 0 8px;
	text-shadow: #000000 0 -1px 0;
	word-spacing: -1px;
}
.post h1 a, .post h1 a:visited {
	color: #69768b;
	text-decoration: none;
}
.post h1 a:hover {
	color: #fff;
}
.post .meta {
	background: #69768b;
	float: left;
	font-size: 85%;
	height: 25px;
	position: relative;
	line-height: 200%;
	left:-15px;
	padding: 0 10px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	top: 10px;
	z-index: 100; 
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0 0 4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.55);
}
.post .meta a, .post .meta a:visited {
	color: #000;
	text-decoration: none;
}
.post .triangle {
	border-color: transparent #69768b transparent transparent;
	border-style:solid;
	border-width:15px;
	height:0px;
	left: -30px;
	position: relative;
	width:0px;
	top: 20px;
	z-index: -1;
}
.post .text {
	clear: both;
	color: #252a33;
	line-height: 150%;
	margin: 10px;
}
.post .text a {
	color: #252a33;
	font-weight: bold;
}
.post .text a.visited {
	color: #252a33;
}
.post .text .foto, .photo img {
	background: #eee;
	border: 1px solid #ccc;
	margin: 5px;
	padding: 5px;
	-webkit-box-shadow: 0 2px 15px #333;
	-khtml-box-shadow: 0 2px 15px #333;
	-moz-box-shadow: 0 2px 15px #333;
}
/****************************************************** tagcloud ******************************************************/
#extra {
	background: url('images/bg_menu.png');
	clear: both;
	color: #a5a5a5;
	margin: 0;
	padding: 10px 0;
}
#extra a {
	color: #a5a5a5;
	text-decoration: none;
}
#extra a:hover {
	color: #69768b;
}
#extra h3 {
	color: #69768b;
}
#extra #sideA {
	float: left;
	width: 27%;
}
#extra #sideA h3 {
	margin: 0 10px 10px 10px;
}
#extra #sideA ul li {
	margin: 0 5px 5px 5px;
	padding: 5px;
}
#extra #sideB {
	float: left;
	line-height: normal;
	width: 73%;
}
#extra #sideB h3 {
	margin: 0 10px 10px 0;
}
/****************************************************** codestacker ******************************************************/
.codestacker pre {
	font: 12px monaco, monospace, courier, 'courier new' !important;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding: 5px;
}
.codestacker a {
	text-decoration: none !important;
}
/****************************************************** pagination ******************************************************/
.wp-pagenavi {
	background: #d5dce4 repeat-x 0 top;
	color: #666;
	font-size: 85%;
	font-weight: bold;
	line-height: 200%;
	margin: 0 auto 20px;
	padding: 7px;
	text-align: center;
	width: 290px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-box-shadow: 0 1px 4px #fff;
	-moz-box-shadow: 0 1px 4px #fff;
	-khtml-box-shadow: 0 1px 4px #fff;
}
.wp-pagenavi a, .wp-pagenavi span {
	margin: 5px 5px 0 5px;
	padding-top: 15px;
	text-decoration: none;
}
.wp-pagenavi a {
	color: #69768b;
}

/****************************************************** portfolio ******************************************************/
div.photo {
	margin-bottom: 20px;
	clear: both;
}
div.photo img { 
	float: left;
}
div.photo .caption{
	float: left;
	margin: 0;
	width: 510px;
}

/****************************************************** comments ******************************************************/
#comments {
	margin: 0 auto 0;
	width: 95%;
}
#comments h3 {
	color: #a5a5a5;
	text-shadow: #1d1d23 0 -1px 0;
	font-weight: bold;
}
.message_list {
	clear: both;
	list-style: none;
	margin-top: 10px;
	padding: 0;
}
.message_list li {
	background: #d5dce4 repeat-x 0 top;
	margin-bottom: 10px;
	min-height: 80px;
	position: relative; 
	z-index: 90;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-box-shadow: 0 1px 4px #fff;
	-moz-box-shadow: 0 1px 4px #fff;
	-khtml-box-shadow: 0 1px 4px #fff; 
}
.message_list li .alt, .message_list li .author {
	background: #f6f6f6 !important;
}
.message_list li .trackback { 
	display: none; 
}
.message_list li .meta {
	background: #69768b;
	float: left;
	font-size: 85%;
	height: 32px;	
	left: -15px;
	line-height: 300%;
	padding: 3px 8px 3px 3px;
	position: relative;
	top: 10px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	z-index: 100;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0 0 4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.55);
}
.message_list li .meta .avatar {
	float: left;
	margin-right: 6px;
}
.message_list li .triangle {
	border-color: transparent #69768b transparent transparent;
	border-style:solid;
	border-width:15px;
	height:0px;
	left: -30px;
	position: relative;
	width:0px;
	top: 20px;
	z-index: -1;
}
.message_list li .text {
	clear: both;
	color: #252a33;
	line-height: 150%;
	margin: 20px 10px 10px;
}
#toggleTrackbacks {
	margin-top: -36px;
}
.collapse_buttons a, #toggleTrackbacks {
	background: url(images/menuCurrent.png) no-repeat;		
	color: #a5a5a5;
	display: block;
	font-weight: bold;
	font-size: 13px;
	float: right;
	height: 30px;
	line-height: 160%;
	margin-left: 15px;
	text-decoration: none;
	text-shadow: #1d1d23 0 -1px 0;
	text-align: center;
	width: 87px;
}
.show_recent_only {
	display: none !important;
}

/****************************************************** comment form ******************************************************/
#commentform label {
	color: #a5a5a5;
	float: left;
	font-weight: bold;
	margin-right: 10px;
	padding-top: 3px;
	text-align: right;
	text-shadow: #1d1d23 0 -1px 0;
	width: 130px;
}
#commentform .subscribe-to-comments label {
	margin-left: 2px;
	width: 400px;
	text-align: left;
}
#commentform .subscribe-to-comments input {
	margin-left: 120px;
}
#commentform input, #commentform textarea, #commentform checkbox {
	float: left;
	margin-bottom: 10px;
}
#commentform .input, #commentform #comment, #commentform #challenge, #commentform #submit, #search_box {
	font: 13px "Helvetica Neue", Helvetica, sans-serif;
	background: #222;
	border: 0;
	border-bottom: 1px solid #222;
	color: #fff;
	display: inline-block;
	line-height: 1;
	padding: 3px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-khtml-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
}
#commentform .input:focus, #commentform #comment:focus {
	background: #000;
}
#commentform br, #commentform p {
	clear: left;
}
#commentform #submit {
	clear: both;
	margin-left: 140px;
	padding: 5px;
}