/*  
Theme Name: Freedom Wall
Theme URI: 
Description: Professional theme, Valid XHTML & CSS, 2 Columns, Widget & Adsense Ready
Version: 1.1
Author: Padd IT Solutions
Author URI: 
*/

/* DEFAULT */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;font-style: normal;font-family: inherit;vertical-align: baseline;}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate;}
caption,th,td{text-align: left;font-weight: normal;}

/* REGULAR CODING */

body{background:url(images/body_back.jpg) repeat; font-family:Arial, Helvetica, sans-serif; }
a{text-decoration:none;}
a:hover{text-decoration:underline;}

/* STRUCTURE */

#container{
	margin: 0px auto;
	background:url(images/container_back.jpg) no-repeat center top;	
	padding-top:13px;
}

#holder{
	width:820px;
	margin: 0px auto;
	background:#fff;
}

.hol-con{padding:10px;}

#header{
	margin:0px auto;
	background: url(images/fundo.jpg);
	height:200px;
	padding:0 50px 0 0;
}

#nav-main{
	background:#5c2020;
	height:30px;
}

#content-box{
	background:url(images/content_back.gif) repeat-y center;
}

#left-panel{
	float:left;
	width:550px;
}

#right-panel{
	margin:0 0 0 550px;
}

#footer{
	background:url(images/footer_top.gif) no-repeat center top;
	clear:both;
}

/* HEADER */

#logo{
    
	  background:url(images/logo.png) no-repeat center; 
	  height:150px;
	  padding-top:15px;  
	}


#logo b{
	margin:0 0 0 30px;
	font-size:14px;
	font-weight:100;
}

#header .feed-header{
	background:url(images/feed_back.jpg) no-repeat left top;
	float:right;
	width:170px;
	height:90px;
	margin:30px 0 0 0;
	overflow:hidden;
}

#header .feed-header a{
	color:#fff;
	display:block;
	padding:120px 0 0 0;
}

/* NAVIGATION */

#nav-main ul{
	margin:0 0 0 20px; 
	font-size:14px;
}
#nav-main ul li{
	background:#f6f06a; 
	background-image:url(images/nav_top_l.gif); 
	background-repeat:no-repeat; 
	background-position:left top; 
	float:left; 
	margin:5px 10px 0 0;
}
#nav-main ul li a{
	float:left;
	background:url(images/nav_top_r.gif) no-repeat right top;
	padding:0 15px;
	display:block;
	height:25px;
	line-height:25px;
	color:#5c2020;
}
#nav-main ul li:hover, #nav-main ul li.current_page_item{
	background:#fff;
	background-image:url(images/nav_top_lhov.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0 10px 0 0;
}
#nav-main ul li:hover a, #nav-main ul li.current_page_item a{
	text-decoration:none;
	background:url(images/nav_top_rhov.gif) no-repeat right top;
	height:30px;
	line-height:30px;
}

/* SIDEBAR */
#right-panel h3{
	background:#ddd85f;
	padding:4px 8px;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color:#333;
	border:#f6f06a 10px solid;
}

#right-panel .content{
	text-align:center;
	padding:15px 0;
}

#right-panel .content a{
	padding:5px;
	color:#333;
}

#right-panel .content a:hover{
	text-decoration:none;
	color:#c00;
}

#right-panel .content ul{
	text-align:left;
	margin:0 20px 0 30px;
	list-style-type:disc;
}

#right-panel .content ul li{
	line-height:1.9;
	border-bottom:#999 thin dotted;
}

#right-panel .content ul li a{	
	font-weight:bold;
	padding:0;
}

/* CONTENT */

#left-panel .content-block{
	padding:10px 0 0 0;
	text-align:center;
}

#left-panel .pagetitle{
	text-align:center;
	padding:10px 0 0 0;
	font-size:25px;
}

/* POST */
.post{
	background:url(images/post_top_back.png) no-repeat top center;
	margin:20px 0;
}

.post .post-head{
	padding:20px 130px 20px 20px;
	position:relative;
	left:-20px;
}

.post .post-date{
	background:url(images/date_back.png) no-repeat left top;
	width:27px;
	height:43px;
	padding:15px 0 10px 15px;
	float:left;
	position:relative;
	left:-45px;
	top:10px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.post .post-head h2, .post .post-head h2 a{
	font-size:24px;
	color:#654d0b;
	margin:5px 0;
}

.post .post-head-page{
	padding:30px 130px 20px 20px;
}

.post .post-head-page h2, .post .post-head-page h2 a{
	font-size:24px;
	color:#654d0b;
	margin:5px 0;
}

.post .post-details{
	color:#996666;
	font-size:11px;
}

.post .post-details a{
	color:#996666;
	font-weight:bold;	
}

.post .post-content{
	padding:0 20px;
	clear:left;
	line-height:1.4;
	color:#646060;
}

.post .post-content p{margin:0 0 10px 0;}
.post .post-content blockquote{margin:20px 30px; font-style:italic;}
.post .post-content ol{margin:10px 25px;list-style-type:decimal;}
.post .post-content ul{margin:10px 25px;list-style-type:disc;}
.post .post-content a{color:#666;font-weight:bold;}

.navigation{height:20px; text-align:right; font-size:12px; width:500px; margin:0 auto;}
.navigation a{color:#000;}
.navigation .alignleft{float:left}

/* COMMENT */
h3#comments, h3#respond{padding:5px;font-size:22px;margin:20px 10px; color:#654d0b;}
ol.commentlist{width:525px; margin:0 auto; background:#f9eddd; padding:1px 0 10px 0;}
ol.commentlist li{ margin:10px 10px 0 10px; background:#fff; border:#999 dotted; border-width:1px 0; padding:10px; clear:left;color:#666;}
ol.commentlist li .com-avatar{float:left; margin:0 10px 10px 0;}
ol.commentlist li .com-avatar img{border:#e8d4b9 1px solid; padding:1px;}
ol.commentlist li .com-content{ margin:0 0 0 70px;}
ol.commentlist li .com-content a{color:#654d0b; font-size:14px; font-weight:bold;}
ol.commentlist li .comment-text{ padding:10px 0 0 0; line-height:1.5;}
ol.commentlist li .comment-text p{margin:0 0 10px 0;}
ol.commentlist li .comment-text blockquote{margin:20px 25px; font-style:italic;}
ol.commentlist li .comment-text ol{margin:10px;list-style-type:decimal;}
ol.commentlist li .comment-text ul{margin:10px;list-style-type:disc;}
ol.commentlist li .comment-text li{border:0; margin:0; padding:0; clear:none;}
ol.commentlist li .comment-text a{color:#666;font-weight:bold;}
form#commentform{ width:500px; margin:0 0 0 20px;}
form#commentform p{margin:10px 0; color:#654d0b;}
form#commentform p small span{}
form#commentform #comment{width:500px; background:#f3eee8; border:#999 1px dotted;}
form#commentform .com-txt{background:#f3eee8; border:#999 1px dotted; height:22px; padding:3px 5px 0 5px;}
form#commentform #submit{}
.rightal{width:420px; text-align:right;}

/* FOOTER */

#footer .content{
	padding:40px 20px 20px 20px;
	color:#ceb89a;
	line-height:1.5;
}

#footer .content a{
	color:#a68a65;
}