/*  
Theme Name: Real Blogger
Theme URI: http://www.divazu.com/wordpress-themes/treated-comments/real-blogger-wordpress-theme
Description: Real Blogger is a fluid width, widget ready, banner ads ready, Feedburner Ready, plain Wordpress Theme for real bloggers.
Author: Divazu
Author URI: http://www.divazu.com
*/

/* GENERAL */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

a{
	color:#33352c;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

p, li {
	font: 1.2em/1.8em Tahoma, sans-serif;
	margin-bottom: 10px;
}

h1, h2, h3 {
    font-color:#33352c;
    font-size: 1.5em;
    font-family: "Trebuchet MS", Georgia, Tahoma, serif;
    font-weight: normal;
    letter-spacing: -1px;
}

h1 {
	margin-bottom: 10px;
}


h2 {
	margin-bottom: 10px;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.1em;
}

h6 {
    font-size: 1em;
}

ul {
	margin-left: 25px;
}

img {
	border: none;
}

#wrapper {
	min-width: 680px;
	max-width: 1264px;
	margin: 0px auto;
	background: url(images/bg.gif) top right repeat-y;
}

#area {
	margin:20px 0 0 0;
}

/* HEADER */

#header {
	text-align: left;
    height:44px;
    color:#fff;
    margin:0;
	padding:0 0 0 30px;
	background:#31322a url(images/topmenu.gif) repeat-x;
}

.rss {
	float:right;
	width:32px;
}

/* MENU */

.menu{
	position:relative;
	display:block;
	height:44px;
	font-size:14px;
	font-weight:bold;  
	text-transform:uppercase;  
	width:90%;
}

.menu ul{
	padding:0;
	list-style-type:none;
	width:auto;
}

.menu ul li{
	display:block;
	float:left;
	margin:0; 
}

.menu ul li a{
	display:block;
	float:left; 
	color:#fff; 
	text-decoration:none; 
	margin:0px; 
	padding: 7px 15px 5px 15px;
	height:23px;   
	width:60px; 
	text-align: center;
	font-size:16px;
	font-weight:bold;
	font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif;
}

.menu ul li a:hover{
	border-top:2px solid #6c9339;
}

/* ddpanel */

.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
color: white;
background: black; /*background of Drop Down Panel*/
/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
}

.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
margin-right: 20px;
font: normal 12px Verdana;
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
float: right;
color: white;
background: #6c9339 url(images/toggleleft.gif) no-repeat left bottom; /*background of toggle tab*/
text-decoration: none;
letter-spacing: 1px;
}

.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
float: left;
display: block;
background: transparent url(images/toggleright.gif) no-repeat right bottom;
padding: 1px 12px 4px 13px;
cursor: pointer;
}

.ddpanel .ddpaneltab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
margin-top: 2px;
margin-left: 5px;
}

.ddpanel .ddpaneltab a:hover{ /*"toggle" tab related CSS*/
background-color: #000; /*background of toggle tab onMouseover*/
}

.ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus{ /*"toggle" tab related CSS*/
outline: 0;
}

.ddpanel .ddpaneltab a:hover span{ /*"toggle" tab related CSS*/
background-color: transparent;
}

.clear {
	clear:left;
}

#topmenu {
	margin:0;
	padding:10px 0 5px 0;
}

.aboutme {
	float:left;
	width:32%;
	padding:0 30px 10px 20px;
	text-align:justify;
}

.aboutme h2{
	color:#6c9339;
}

.randomposts {
	float:left;
	width:31%;
	padding:0 0px 0px 10px;
}

.randomposts h2{
	color:#6c9339;
}

.recentcommentstop {
	float:right;
	width:29%;
}

.recentcommentstop h2{
	color:#6c9339;
}

.randomposts ul{ 
	margin:-5px 0 0 0;
}

.recentcommentstop ul{ 
	margin:-5px 0 0 0;
}

.randomposts ul li{ 
	padding:0px 0 3px 13px; 
	list-style-type:none;
	background:url(images/arrow.gif) left no-repeat;
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.randomposts ul li a{ 
	margin:0px;
	color:#dee1d8;
	padding:0 0 0 5px;
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.randomposts ul li a:hover{ 
	color:#333333;
}

.recentcommentstop ul li{ 
	padding:0px 0 3px 13px; 
	list-style-type:none;
	background:url(images/arrow.gif) left no-repeat;
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.recentcommentstop ul li a{ 
	margin:0;
	color:#dee1d8;
	padding:0 0 0 5px;
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.recentcommentstop ul li a:hover{ 
	color:#333333;
}

/* CONTENT */

#main {
    color:#1e1e1e;
	padding-top: 25px;
    text-align:justify; 
	float: left;
	width: 100%;
	margin-right: -360px;
}

#content {
	margin-right: 360px;
    margin-left:30px;
    padding-top:0px;
    margin-bottom:15px;
}

.post_title {
    border-bottom:1px solid #a6a6a6;
	margin-bottom:3px;
}

.post_title h2 a{
	color:#33352c;
	font-size:30px;
	text-decoration:none;
	line-height:20px;
}

.post_title h1{
	color:#33352c;
	font-size:30px;
	line-height:20px;
}
	
.date {
	background: url(images/alarm.png) left no-repeat;
	padding-left:20px;
	margin-bottom:10px;
}


.date a{
	color:#33352c;
}


.post_content{
	margin:0 0 10px 0;
}

.post_content a{
	color:#33352c;
	text-decoration:underline;
}

.post_content a:hover{
	text-decoration:none;
}

.post_content ol{
	padding-left:50px;
}

.post_content ul{
	padding-left:50px;
}

.post_content blockquote{
	margin-left:20px;
	padding-left:17px;
	color:#363636;
	font-style: italic;
	background: url(images/quote.gif) top left no-repeat;
}

.post_content blockquote p{
	font-style: italic;
}

.post_content p{
    font-size: 1.2em;
    font-family: "Trebuchet MS", Georgia, Tahoma, serif;
    font-weight: normal;
    letter-spacing: 0px;
}

.post_tag {
	margin:10px 0 20px 0;
	text-align:right;
}

h2.pagetitle {
	text-align:right;
	font-size:22px;
}


.caption p{
	font-weight:bold;
}

.post_content img {
	border:1px solid #ccc;
	padding:2px;
}


.relatedpost {
	margin:10px 0 20px 0;
}


.relatedpost h3{
    border-bottom:1px solid #a6a6a6;
	margin-bottom:3px;
}

.relatedpost ul li{
    list-style-type:disc;
}



/* SIDEBAR */
	
#sidebar {
    color:#1a1a1a;
	width: 320px;
	float: right;
    margin-right:10px;
    margin-top:4px;
}

#sidebar ul{
    list-style:none;
	margin-left:2px;
}

#sidebar h2{
    color:#33352c;
    font-size: 1.5em;
    font-family: "Trebuchet MS", Georgia, Tahoma, serif;
    font-weight: normal;
    letter-spacing: -1px;
    border-bottom:1px solid #a6a6a6;
}

.updates {
	background: url(images/rss.png) right no-repeat ;
	float: right;
	width: 320px;
	margin: 5px 0px 0px 0px;
	padding: 10px 0px 15px 0px;
}

.updates h2{
	width: 240px;
}

#subscribe {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#s {
	background: #FFFFFF;
	width: 170px;
	color: #1a1a1a;
}

#subbox {
	background: #f5f5f5;
	width: 170px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 3px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
}
	
#subbutton {
	margin-left: 3px;
}
	
#topsearch{ 
	float:left;
	width:302px; 
	padding:7px; 
	margin:0 0 10px 0px;
	background:#f0f0f0;
	border:1px solid #f9f9f9;
}

#topsearch input#ls{ 
	font-size:14px; 
	width:220px; 
	height:20px;  
	color:#000; 
	font-family:"Georgia",verdana, Arial, sans-serif;
}

#searchsubmit{
	width:70px;
	margin-top:-1px;
	float:right;
}

#ls{
	display:inline; 
	float:left;
}

.newestposts{
	font-size:11px;
    color:#1e1e1e;
    font-family: "Trebuchet MS", Georgia, Tahoma, serif;
}

.newestposts p{
	padding-bottom:10px;
}

.newestposts h3 a{
    font-size: 14px;
    font-family: "Trebuchet MS", Georgia, Tahoma, serif;
}

.banners img{
	border:1px solid #fff;
}

#sidebar ul ul li a{
	font-size:14px;
	color:#3d7283;
	padding-left:15px;
	background: url(images/sidli.jpg) no-repeat left;
	font-weight:normal;
	text-decoration:none;
}

#sidebar ul ul li a:hover{
	text-decoration:underline;
}


#sidebar ul ul li{
	line-height:16px;
	margin-left:15px;
}

#sidebar ul li ul{
	margin-bottom:20px;
}

#sidebar ul li a{
	color:#3d7283;
}


#sidebar li ul li{
	font-size:12px;

}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0px auto 0;
	width: 300px;
	}

#wp-calendar #next a {
	padding-right: 5px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	 }
/* End Calendar */


/* FOOTER */

#footer {
background:#31322a;
	border-top:1px solid #000;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
	color: #e0e0de;
}

#footer a{
	color:#e5e5e4;
}


/* NAVIGATION */

.alignleft a{
	float: left;
    font-size: 13px;
    text-decoration: none;
    padding-top: 7px;
	padding-bottom:10px;
    font-weight: bold;
	}
.alignleft a:hover{
    text-decoration: underline;
	}

.alignright a{
	float: right;
    font-size: 13px;
    text-decoration: none;
    padding-top: 7px;
	padding-bottom:10px;
    font-weight: bold;
	}

.alignright a:hover{
    text-decoration: underline;
	}

/* COMMENTS */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
h3#comments {
	padding: 0;
    border-bottom:1px solid #a6a6a6;
    margin-bottom:3px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}

#commentform textarea {
	width: 400px;
	padding: 2px;
    margin-left:5px;
	}

#respond:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
	visibility: hidden;
	}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	border:1px solid #b2b3ab;
}

.commentlist li.comment-author-admin { 
	background:#dee1d8;
	border:1px solid #b2b3ab;
}

.commentlist li ul li{ 
	background:#fff;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { 
	padding: 0; 
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

#commentform input {
	margin: 5px 0 1px 5px;
}
#commentform #submit {
	float:left;
}
.commentlist p {
	margin: 10px 0 10px 5px;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}

.depth-1 {
border: 1px solid #b2b3ab;
}

.even, .alt {

	border-left: 1px solid #b2b3ab;
}

