/*
Theme Name: Javier Seixas Personal
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body { 
	}

a {
	color: #666666;
	}

.narrowcolumn {
	float: left;
	width: 580px;
	font-size: 13px;
	font-family: Verdana, Helvetica, Arial;
	padding: 30px 0px 20px;
	color: #333333;
	}
	
#sidebar {
	float: right;
	width: 258px;
	margin-top: 26px;
	padding-bottom: 40px;
	color: #333333;
	}
	
h2.pagetitle {
	font-weight: normal;
	padding-bottom: 15px;
	border-bottom: 1px solid #999999;
	font-size: 26px;
	color: #666666;
	}
	
h3#comments { margin-bottom: 20px; }
	
.post {
	margin: 0px 0px 70px;
	}
	
.post img {
	margin: 0 auto;
	}
	
.post h2 {
	padding-bottom: 6px;
	font-size: 26px;
	font-weight: normal;
	line-height: 36px;
	}

.post h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	padding-bottom: 3px;
	}
	
.post h2 a, .post h3 a {
	color: #FF9900;
	text-decoration: none;
	}
	
.post h2 a:hover, .post h3 a:hover {
	text-decoration: underline;
	}

.entry {
	margin-top: 18px;
	text-align: justify;
	list-style: outside;
	}

.entry ol , .entry ul {
	margin-left: 20px;
	}

.entry code {
	background: #efefef;
	border: 1px solid #cccccc;
	padding: 15px;
	display: block;
	text-align: left;
	}

.entry a {
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
	}

.entry a:hover {
	color: #aa0000;
	}

.entry p {
	margin: 13px 0px;
	}
	
#sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
	#sidebar ul h2 {
		padding: 40px 0px 12px 0px;
		font-weight: normal;
		}
	
	#sidebar ul li ul {
		padding: 0px 0px 0px 0px;
		}
	
	#sidebar ul li ul ul {
		padding: 0px 0px 0px 14px;
		}
	
	#sidebar ul li ul li a {
		display: block;
		padding: 4px 0px 2px;
		border-bottom: 1px solid #bbbbbb;
		text-decoration: none;	
		color: #ff9900;	
		font-weight: bold;
		}
	
	#sidebar ul li ul li a:hover {
		color: #aa0000;
		border-bottom: 1px solid #aa0000;
		}
	
	#sidebar ul {
		list-style: none;
		}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 50px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.entry img.alignleft {
	margin-right: 10px;
	}
	
.postmetadata {
	margin-top: 30px;
	margin-bottom: -20px;
	}
	
#related_posts_cont {
	margin-top: 7px;
	}
	
.related_post {
	list-style-image: url(images/list-arrow-icon.gif);
	list-style-position: inside;
	margin-top: 5px;
	}
	
	.related_post li {
		margin: 3px 0px;
		}
	
	.related_post li a {
		text-decoration: none !important;	
		color: #ff9900;	
		font-weight: bold;
		}
	
	.related_post li a:hover {
		color: #aa0000;
		}

ol.commentlist li { background: #efefef; padding: 1em; margin-bottom: 0.8em; } 
ol.commentlist li.authcomment { background: #ffcd82; }       
ol.commentlist li p { margin: 15px 0; text-align: justify; }
ol.commentlist li img.avatar { float: left; margin-right: 1em; }   
ol.commentlist li span.author { font-size: 14px; font-weight: bold; }
	