﻿@charset "utf-8";
/*   
Theme Name: pessoal.zehfernando.com
*/

/* Reset browser defaults */
@import url('reset.css');

/* Apply basic typography styles */
@import url('typography.css');

/* Apply basic image styles */
@import url('images.css');

#middle {
	background-image: url(images/bg_paint.jpg);
	background-repeat: no-repeat;
	background-position: left -1px;
}
#columnLeft {
	padding-top: 94px;
	margin-right: -410px; /* should be -480 for center */
	float: left;
	position: relative;
	width: 50%;
}
#columnLeft .columnContent {
	margin-right: 410px; /* should be 480 for center */
	padding-right: 15px;
	line-height: 26px;
	text-align: right;
	background-image: url(images/bg_left.png);
	background-repeat: repeat-x;
	background-position: right 40px;
	height: 400px;
	overflow: hidden;
}
#columnCenter {
	padding-top: 84px;
	margin: 0;
	overflow: hidden;
	width: 860px;
}
#columnLeft ul, #columnLeft li, #columnLeft h1, #columnLeft h2, #columnLeft a {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	padding: 0px;
	text-decoration: none;
	color: #FFFFFF;
	width: 100%; /* fucking IE5 */
	margin: 0px 0px 0px auto;
}
#columnLeft a:hover {
	text-decoration: underline;
}
#columnLeft h1 {
	font-size: 22px;
}
#columnLeft li {
	font-size: 14px;
}

#columnCenter .columnContent {
	width: 860px;
	position: relative;
	float: left;
}

.borderMaker .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 620px;
	/* width: 100%; */
	background: #000;
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter:alpha(opacity=2);
}

* html .borderMaker .overlay {
  height: expression(document.getElementById("column-1").offsetHeight);
}

.borderMaker .content {
	padding: 0px;
	position: relative;
	background: #fff;
	margin: 1px;
}

.contentBar {
	width: 620px;
	float: left;
}
.sideBar h1 {
	font-size: 22px;
	border-bottom: 1px dotted #9f9674;
	padding-bottom: 13px;
	margin-bottom: 12px;
	margin-right: -19px;
}
.titleSmall{
	font-size: 80%;
}
.sideBar h2 {
	font-style: italic;
	font-size: 28px;
	font-weight: bold;
	/*
	border: 1px solid black;
	*/
	overflow: hidden;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-right: -19px;
	text-align: right;
	border-top: 1px dotted #9d9681;
}
.sideBar h2 span {
	opacity: 0.1;
}
.sideBar p {
	margin: 0px;
}
.sideBar {
	width: 234px;
	max-width:234px;
	float: right;
	overflow: hidden;
}

.sideBarSobre, .sideBarAmigos, .sideBarTwitter {
	color: #ffffff;
	padding: 16px;
	margin: 0px;
}
.sideBarSobre {
	background-color: #4f431d;
	background-image: url(images/bg_sidebar_dark.png);
	background-position: center top;
	background-repeat: no-repeat;
	border: 1px solid #3f3617;
}
.sideBarTwitter {
	margin-top: 6px;
	background-color: #615634;
	border: 1px solid #574d2f;
}
.sideBarAmigos {
	margin-top: 6px;
	padding-bottom: 0px;
	background-color: #72694a;
	border: 1px solid #5b543b;
	/*
	background-image: url(images/bg_sidebar_dark.png);
	background-position: center top;
	background-repeat: no-repeat;
	*/
}
.sideBar ul, .sideBar li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	padding: 0px;
	text-decoration: none;
	color: #FFFFFF;
	width: 100%; /* fucking IE5 */
	margin: 0px 0px 0px auto;
}
.linkList ul li {
	list-style-type: circle;
	list-style-position: inside;
	line-height: 20px;
	border: 0px;
}
.linkList ul li a {
	margin: 0;
	border: 0px;
}
.sideBar a {
	color: #ffffcc;
}
.sideBar li {
	font-size: 13px;
	margin: 2px 0;
}
.sideBarAmigos h1 {
	border: 0px;
	margin-bottom: 0px;
}
.linkList ul {
	margin-bottom: 20px !important;
}
#twitter_update_list {
	margin-top: -10px;
}
#twitter_update_list li {
	padding-top: 10px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #9d9681;
	font-size: 11px;
}
.post {
	padding: 25px 20px 15px 20px;
	border-bottom: 1px dotted #cfcfcf;
}
.post h1 {
	font-size: 36px;
	line-height: 42px;
	color: #111111;
}
.post h1 a {
	text-decoration: none;
	color: #111111;
}
.post h1 a:hover {
	text-decoration: underline;
}
.post h2 {
	font-size: 24px;
	line-height: 36px;
	color: #111111;
	padding-bottom: 10px;
}
.post .subHeader, .post .subHeader a,
.commentMetaData, .commentMetaData a {
	margin: 10px 0 20px 0;
	color: #bbbbbb;
	font-size: 12px;
}
.post .subHeader a:hover {
	color: #666666;
}
.post p {
	font-size: 13px;
	line-height: 20px;
}
.post p a, .comment p a {
	color: #ee6600;
}
.post p a:hover, .comment p a:hover {
	color: #ff8800;
}
#footer {
	margin: 12px 0px 0px 0px;
	padding: 2px;
	text-align: center;
	color: #ffffff;
	background-color: #615634;
	border-top: 2px solid #574d2f;
	font-size: 11px;
}
#footer a {
	color: #ffffcc;
}
#commentWrapper {
	padding: 10px 20px;
	color: #333333;
	line-height: 20px;
}
#commentWrapper h3 {
	font-size: 17px;
	margin: 20px 0;
}
#commentWrapper .commentlist {
	margin: 0;
	border-bottom: 1px dotted #CFCFCF;
}
#commentWrapper .commentlist li {
	border-top: 1px dotted #CFCFCF;
	padding: 20px 0px 10px 0px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	display: block;
	clear: both;
}
.wp-caption {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#F3F3F3;
	border:1px solid #DDDDDD;
	margin:10px;
	padding-top:4px;
	text-align:center;
}
.wp-caption-text {
	font-size:11px !important;
	line-height:17px !important;
	margin:0;
	padding:0 4px 5px;
}
.commentAlt {
	background: #f9f9f9;
}
.commentColumnLeft {
	float: left;
	width: 71px;
	padding-left: 12px;
}
.commentColumnLeft img {
	padding: 2px;
	border: 1px solid #DDDDDD;
	background: #fff;
}
.commentColumnRight {
	float: left;
	width: 469px;
	margin-left: 14px;
	margin-right: 12px;
}
.commentTypePingback .commentColumnLeft, .commentTypeTrackback .commentColumnLeft {
	visibility: hidden;
}
.commentTypePingback .commentColumnRight, .commentTypeTrackback .commentColumnRight {
	color: #999999;
}
.commentTypePingback .commentColumnLeft img, .commentTypeTrackback .commentColumnLeft img {
	display: none;
}
.commentMetaData, .commentMetaData a {
	font-size: 11px;
}
.commentColumnLeft p {
	margin: 10px 0 10px 2px;
}
.commentBottom {
	clear:both;
	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

blockquote, q {
	color: #555555;
	font-style: italic;
	margin: 0 2.5em;
	padding: 0;
}

.spoilerBlock {
	background-color: #eeeeee;
	padding: 10px;
	margin: -5px 0px 15px 0px;
}

.navigation {
	padding: 11px 15px 35px;
	font-size: 14px;
	background: #f4f4f4;
	border-bottom: 1px dotted #CFCFCF;
}
.navigation a {
	color: #666666;
}
.navigation a:hover {
	color: #333333;
}