/*
Theme Name: Expressivo-center
Theme URI: http://themocracy.com/2010/02/expressivo-center-free-wordpress-theme/
Description: 3 columns, with 2 widget sidebars and center content
Tags: theme-options, threaded-comments, translation-ready, custom-colors
Version: 1.1
Author: Themocracy
Author URI: http://themocracy.com/

*/

body {
margin: 0;
padding:0;
border:0;  
color: #333;
background: #f2f2f2;
text-align:left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
min-width: 600px;  /* 2x LC width + RC width */
}

#wrapper{
padding: 0;
font-size: 78%;
line-height:21px;
overflow: hidden;
width: 980px;
margin: 0px auto;
background: #fff;
border-left: 3px solid white;
border-right: 3px solid white;
}

#header{
position:relative;
padding: 0px;
margin: 0;
height: 160px;
z-index: 999;
}

#header-inner{
height:120px;
}

#container {
clear: both;
overflow: hidden;
padding-left: 240px;   /* LC width */
padding-right: 240px;  /* RC width */
background: url('images/wrapperbg.gif') repeat-y;
}
#content, #primary, #secondary {
position: relative;
float: left;
}

#content {
width: 100%;
}

#primary {
	width: 220px;          /* LC width */
	right: 240px;          /* LC width */
	margin-left: -100%;
	}
#secondary {
	width: 220px;          /* RC width */
	margin-right: -240px;  /* RC width */
	margin-left: 20px;
	}

/*** IE6 Fix ***/
* html #secondary {
	left: 240px;           /* RC width */
	}

#footer {
clear: both;
margin: 0;
padding: 0;
text-align: center;
font-size: 85%;
}

#footer-inner{
background: #eee;
height: 50px;
}


#footer {
	clear: both;
	overflow: hidden;
	margin: 10px 0;
	}

#footer-inner {
	clear: both;
	}


#footer p{
margin:0;
padding: 15px 0;
}


.navigation{
position: relative;
padding: 0px;
margin: 10px 0;
height: 35px;
z-index:1;
border-top: 1px solid #ddd;
}

.navigation-prev{
position: absolute;
top:8px;
left:10px;
z-index:10;
width: 235px;
}

.navigation-next{
position: absolute;
top:8px;
right:10px;
z-index:10;
width: 235px;
text-align:right;
}

#tabs{
background: #222;
height: 32px;
border-top: 1px solid #666;
}


/*  Pages menu */

.pagesmenu{
width: 775px;
line-height:19px;
float:left;
font: 800 11px/15px Verdana, Arial, sans-serif;
background: #222;
}

.pagesmenu a{
font-weight: 800;
}

.pagesmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.pagesmenu ul li{
position: relative;
display: inline;
float: left;
z-index: 999;
}

.pagesmenu ul li a{
display: block;
padding: 0px 15px;
border-right: 1px solid #555;
color: #fff;
text-decoration: none;
margin: 9px 0 8px 0;
}

* html .pagesmenu ul li a{ 
display: inline-block;
}

.pagesmenu ul li a:link, .pagesmenu ul li a:visited{
color: #fff;
}

.pagesmenu a:hover{
color:#F1F07E; 
}

.pagesmenu ul li a:hover, .pagesmenu ul li ul li a:hover{
text-decoration:none;
color: #F1F07E;
}

.pagesmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
background: #555;
z-index:999;
}

.pagesmenu ul li ul li{
display: list-item;
float: none;
}

.pagesmenu ul li ul li ul{
top: 0;
}

.pagesmenu ul li ul li a{
width: 160px;          
padding: 5px 8px;
margin: 0;
border-top-width: none;
border-bottom: 1px solid #777;
border-right: 0 !important; 
}

.down-arrow{
position: absolute;
top: 9px;
right: 9px;
}

.right-arrow{
position: absolute;
top: 4px;
right: 5px;
}

/* eo pages menu  */

#credit{
text-align:right;
padding: 2px 8px 0 0;
font-size: 9px;
}

#credit p {
color: #aaa;
margin: 3px;
}
#credit a{
color: #aaa;
font-weight:100;
}
#credit a:hover{
 text-decoration:none;
}


/*  ********** default styles *********** */

p, h1, h2, h3, h4, h5, h6{
margin: 10px 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6 {
font-family:  Verdana, Arial, Helvetica, sans-serif;
}

h1{
	font-size: 190%;
}
h2{
	font-size: 160%;
}
h3{
	font-size: 120%;
}
h4{
	font-size: 110%;
}
h5{
	font-size: 100%;
}
h6{
	font-size: 70%;
}


a{
color:#374C76;
font-weight:800;
text-decoration:none;
}
a:hover{
color:#374C76;
text-decoration:underline;
}

a img{
border:0px;
}

hr{
height:2px;
margin:5px 0;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

blockquote{
background: #f4f4f4;
padding: 5px 15px;
margin: 3px 30px;
border: 1px solid #ddd;
}

form{
margin: 0;
padding:0;
}

fieldset{
padding:0px;
margin:0;
border:none;
}

legend{
font-weight:800;
}

code{
font-size: 90%;
font-family: "Courier New", Courier, monospace;
white-space: pre;
}

td{
 vertical-align:top;
}

textarea, select{
font-family: Verdana, Arial, Helvetica, sans-serif;
}

input{
margin:0;
padding:0;
}

.clearit{
clear:both;
height:1px;
overflow:hidden;
}

.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
margin: 0 10px 0 0;
}

.alignright {
float: right;
margin: 0 0 0 10px;
}

.wp-caption {
text-align: center;
padding-top: 4px;
margin: 10px;
background: #eee;
border: 1px solid #ccc;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

/* Headings */


#blog-name {
	margin: 0;
	padding: 55px 0 0 20px;
}

#blog-description {
	padding: 8px 0 8px 20px;
}

#blog-name h3{
margin: 0;
padding: 0;
font: 100 28px/26px Verdana, Helvetica, sans-serif;
}

#blog-name h3 a{
text-decoration: none;
font-weight: 100;
}

#blog-description h1{
margin: 0;
padding: 0;
font: 800 italic 13px/15px Verdana, Helvetica, sans-serif;
letter-spacing:1px;
}



h2#sectiontitle{
font-size:100%;
font-weight: 800;
padding:10px 6px 10px 10px;
margin:5px 0px 15px 0px;
background: #f3f3f3;
border: 1px solid #ddd;
color: #555;
}

/* post styles */

.hentry{
margin: 0 0 3px 0;
padding: 0px 0px;
background: url('images/headingbg.gif') 0 7px repeat-x;
}

.entry{
margin: 0;
padding: 0px 2px;
}

.entry p{
margin: 0 0 8px 0;
}

.byline{
margin: 2px 0 4px 0;
padding: 0 5px;
font-size: 90%;
}

.dateline{
text-align:right;
}

.dateline span{
background: #fff;
padding: 2px 5px;
font-size: 11px;
font-weight: 800;
}

.post-title {
color: #383838; 
font: 100 22px/30px verdana, helvetica, sans-serif;
padding: 2px 0 4px 2px;
margin: 3px 0 0px 0;
}

.post-title a{
text-decoration:none;
font-weight:100;
color: #383838;
}

.post-title a:hover{
text-decoration:none;
color: #383838;
}

.post-thumbnail{
float:left;
border: 3px solid #ddd;
padding: 2px;
margin: 4px 10px 0 0;
}

.postmeta{
padding: 0 2px;
font-size: 90%;
}

.postmeta p{
margin: 3px 0;
}

/* Comments > WordPress 2.6 */
 
#comments{
margin: 0;
padding: 0;
border-top: 1px solid #ddd;
}

#comments h3 {
font-size: 132%;
font-weight: 100; 
padding:8px 5px;
margin: 4px 0;
color: #444;
}

#comments h3#responses {
border-bottom: 1px solid #ddd;
margin: 0;
}

#comments ol.commentlist {
background:none; 
border:0; 
padding:0;
margin:0;
}

#comments ol.commentlist li {
list-style-type:none; 
padding:9px 15px;
margin:0;
}

#comments ol.commentlist li p{
margin: 6px 0;
}

#comments ol.commentlist li.thread-even {
background:#f6f6f6;
border-bottom:1px solid #e1e1e1;
}

#comments ol.commentlist li.thread-odd {
border-bottom:1px solid #e1e1e1;
}

#comments ul.children{
background:url('images/comment-reply.gif') no-repeat 0px 12px !important;
margin: 15px 0 0;
padding:0;
}

#comments ul.children li{
border-top:1px solid #ccc;
margin: 0px 0 0 0;
padding: 10px 0 0 20px;
}

#comments .commentlist p{
padding:0 0 5px 0;
}

#comments ul.children li ul.children, #comments .commentlist{
padding:0;
}

#comments #respond{
margin:5px 0 0 0;
}

#comments #respond h3 {
background: none !important;
border-bottom: 0 !important;
padding: 4px 0 !important;
}

.comment-reply-link{
text-decoration: none;
font-size:85%;
font-weight:100;
}

ol.commentlist li div.reply {
padding:0px;
text-align:right;
}

ol.commentlist li div.reply p {
margin: 0;
}

#comments ol.commentlist img.avatar {
float:right; 
border:1px solid #e4e4e4; 
padding:2px; 
background:#fff;
margin: 0 0 1px 5px; 
}

#comments .cancel-comment-reply{
float:right;
margin: 0 5px 0 0;
}

#comments cite.fn {   
font:normal bold 13px/1.5 verdana, arial, sans-serif; 
padding: 0px;
margin: 0;
}
#comments cite.fn a{   
color:#333;
font-weight: 800; 
}

#comments span.says{
display:none;
}

#comments .comment-meta{
font:normal 11px/1.15  verdana, arial, sans-serif; 
}
#comments .comment-meta a{
font-weight :normal; 
}

.paged-navigation{
margin: 2px 0;
}		

#comments .navigation .alignright, #comments .navigation .alignleft{
margin:0;
}

form#commentform #submit{
border: 3px double #aaa;
padding: 2px 8px;
background: #dadada;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.comment-input{
padding: 3px;
border: 1px solid #aaa;
background: #f2f2f2;
font: 100 13px/18px verdana, arial, sans-serif;
}

.comment-input-focus {
border: 1px solid #555;
background-color: #fff;
}

/*  sidebar styles */

.sidebar{
padding:0;
font-size:100%;
}

.sidebar a{
font-weight: 100;
}

.sidebar a:hover{
text-decoration:none;
}

.sidebar ul{
margin:0;
padding:0;
list-style-type:none;
}

.sidebar ul li.widget{
padding:2px 0px 4px 0px;
margin:0 0 12px 0px;
}

.sidebar ul li.widget ul{
margin: 0;
padding:0;
}

.sidebar ul li.widget ul li{
background: none;
padding: 0px 2px 2px 7px;
margin:0 1px;
border-bottom: 1px solid #eee;
}

.sidebar ul li.widget ul li ul li{
border-bottom: none !important;
padding: 2px 2px 0 10px;
}

.sidebar ul li.widget h3{
font-size:140%;
padding:0px 0 1px 7px;
margin:0;
color: #333;
font-weight: 100;
border-bottom: 4px solid #ccc;
}
.sidebar ul li h3 a{
color: #333;
font-weight: 100;
}
.sidebar ul li h3 a:hover{
color: #555;
text-decoration: none;
}

li.widget .textwidget, li.widget #search, li.widget_tag_cloud div{
padding: 2px 6px;
}


/* Calendar styles */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 210px;
border-collapse:collapse;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
font-weight:800;
padding: 3px 0;
margin: 3px 0 0 0;
}

#wp-calendar td, #wp-calendar thead th {
padding: 3px 0;
text-align: center;
border: 1px solid #ccc;
margin:0;
}

#wp-calendar thead th{
background: #f2f2f2;
}

#wp-calendar tfoot td {
padding:0;
border: none !important;
} 

#wp-calendar tbody a {
font-weight:bold;
}

#access{
display:none;
}

/* header search input */

#search-wrapper {
/*  position: absolute;
right: 10px;
top: 80px; */
float:right;
width: 185px;
height:31px;
padding: 0;
margin: 0 3px 0 0;
font: 100 13px/18px verdana, arial, sans-serif;
background: #222 url('images/searchbg.gif') no-repeat;
}

#search-wrapper label{
display:none; 
}
	
form.search-form {
margin: 0;
display: inline;
overflow: hidden;
}

.search-text {
width: 120px;
color: #fff;
padding: 7px 0 5px 30px;
margin: 0px;
border: 0;
background:0;
display: inline;
}

.search-submit {
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
font: 800 13px/18px arial, verdana, sans-serif;
text-decoration: none;
margin: 0;
padding: 3px 3px;
color: #fff;
background: none;
border: 0;
}


#social-icons{
position: absolute;
right: 2px;
top: 0px; 
padding: 0px;
}

#social-icons img{
padding: 7px 5px 3px 5px;
}

#footer a{
font-weight: 100;
}
