/*
Theme Name: Blitzy
Theme URI: http://mainolo.com/blog/2010/04/blitzy-free-wordpress-theme/
Description: 1 column, with footer widgets, released under the terms of the GPL.
Tags: theme-options, threaded-comments, translation-ready, custom-colors
Version: 1.3
Author: mainolo
Author URI: http://mainolo.com/
*/


body {
margin: 0;
padding:0;
border:0;  
color: #333;
background: #4E5663 url('images/bodybg.jpg') repeat-x;
text-align:center;
font-family: 'Trebuchet MS', Tahoma, Helvetica, sans-serif;
font-size: 1em;
}

#wrapper{
width: 800px;
margin: 20px auto;
padding: 0;
text-align:left;
background: #E6E8EB;
font-size: 85%;
line-height:21px;
}

#header{
position: relative;
padding: 8px 0 0 0;
margin: 0;
height: 177px;
z-index:10;
background: #ccc url('images/headbg.jpg') left top no-repeat;
}

#header-inner-wrapper{
padding: 4px;
background: #ccc;
border: 1px solid #555;
margin: 3px 12px;
height: 120px;
}


#blog-name, #logo{
margin: 0px auto;
text-align: center;
}

#blog-description{
margin: 0px auto;
text-align: center;
}

#container{
clear:both;
padding: 0;
}	

#content {
margin: 0;
overflow:hidden;
}


#footer {
clear: both;
margin: 0;
padding: 0;
font-size: 85%;
}

#footer-inner{
background: #B5BBC4 url('images/footbg.jpg') left bottom no-repeat;
}

#footer-inner-inner{
background: #B5BBC4 url('images/foot-topbg.jpg') left top repeat-x;
}

#footer-link {
text-align:center;
border-top: 1px solid #707682;
margin: 0 10px;
padding: 2px 0 6px 0;
}

#footer p{
margin:0;
padding: 15px 0;
}

.navigation{
position: relative;
padding: 0px;
margin: 0 0 12px 0;
height:25px;
z-index:1;
}

.navigation-prev{
position: absolute;
top:8px;
left:10px;
z-index:10;
width: 200px;
}

.navigation-next{
position: absolute;
top:8px;
right:10px;
z-index:10;
width: 200px;
text-align:right;
}

/*  Pages menu */

.pagesmenu {
float:left;
width:100%;
margin: 7px 0 0 0;
font-size:85%;
line-height:15px;
border-top:1px solid #777;
background: #414852 url('images/tabsbg.gif') left top repeat-y;
}
			
.pagesmenu ul {
margin:0;
padding: 8px 0px 0 15px;
list-style:none;
}
			
.pagesmenu li {
display:inline;
margin:0;
padding:0;
}
			
.pagesmenu a {
float:left;
background:url("images/tableft.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
			
.pagesmenu a span {
float:left;
display:block;
background:url("images/tabright.gif") no-repeat right top;
padding:6px 15px 7px 6px;
color:#fff;
}
			
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.pagesmenu a span {
float:none;
}

.pagesmenu a:hover span, .pagesmenu li.current_page_item a span {
 color:white;
}

.pagesmenu a:hover, .pagesmenu li.current_page_item a{
background-position:0% -42px;
text-decoration: none;
}

.pagesmenu a:hover span, .pagesmenu li.current_page_item a span {
background-position:100% -42px;
}

/* eo pages menu  */

#credit{
text-align:right;
padding: 9px 5px 0 5px;
background: #4E5663;
font-size: 10px;
}

#credit p {
color: #7A8594;
margin: 3px;
}
#credit a{
color: #7A8594;
font-weight:100;
}
#credit a:hover{
 text-decoration:none;
}


/*  ********** default styles *********** */

p, li, 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;
}

td{
 vertical-align:top;
}

textarea, select{
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.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 */ 

#header h3{
margin:  0;
padding: 18px 0 2px 0;
font: 100 36px/40px verdana, arial, helvetica, sans-serif;
}

#header h3 a{
font-weight:100;
text-decoration: none;
}

#header h1{
margin: 0;
padding: 10px 0;
font: 800 italic 14px/17px verdana, arial, helvetica, sans-serif;
}

h2#sectiontitle{
font-size:100%;
font-weight: 800;
padding: 10px 6px 10px 10px;
margin: 12px 15px 5px 15px;
background: #fff;
border: 1px solid #ddd;
color: #555;
}

/* post styles */

.hentry{
margin: 0;
padding: 0;
background: url('images/hentrybg.jpg') left top repeat-y;
}

.entry{
margin: 0;
padding: 0px 35px 0px 35px;
}

.post-title-wrapper{
padding: 0px 30px 0px 30px;
margin: 0 0 0px 0;
background: url('images/posttitlebg.jpg') left top no-repeat;
}

.post-title {
color: #333; 
font: 100 18px/28px 'trebuchet ms',verdana, sans-serif;
padding: 10px 0 15px 15px;
}


.post-title a{
text-decoration:none;
font-weight:100;
color: #333;
}

.post-title a:hover{
text-decoration:none;
color: #333;
}

.byline{
margin: 0;
padding: 0 30px;
font-size: 90%;
}

.postmeta{
padding: 0 30px 10px 30px;
font-size: 90%;
background: url('images/postmetabg.jpg') left bottom no-repeat;
}

.postmeta p{
margin: 2px 0;
}

/* Comments > WordPress 2.6 */
 
#comments{
margin: 0;
padding: 0px;
background: url('images/hentrybg.jpg') left top repeat-y;
}

#comments-inner{
padding: 0 35px;
}

#comments-head-inner{
padding: 7px 0 0 0;
height: 4px;
background: url('images/commentstopbg.jpg') left top no-repeat;
}

#comments-foot-inner{
padding: 0 0 7px 0;
height: 14px;
background: url('images/postmetabg.jpg') left bottom no-repeat;
}

#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 28px;
}

#comments .commentlist p{
padding:0 0 5px 0;
}

#comments ul.children li ul.children, #comments .commentlist{
padding:0;
}

#comments #respond{
margin:0px 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 12px/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: 1px solid #888;
padding: 2px 8px;
background: #C1C6CD;
-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 0 0 0px;
list-style-type:none;
}

.sidebar ul li.widget{
padding:2px 2px 4px 2px;
margin:0 0 12px 0px;
}

.sidebar ul li.widget ul{
margin: 0;
padding:0;
}

.sidebar ul li.widget ul li{
background: none;
padding: 2px 2px 2px 12px;
margin:0 3px;
border-bottom: 1px solid #9FA6B2;
}

.sidebar ul li.widget ul li ul li{
border-bottom: none !important;
padding: 2px 2px 0 15px;
}

.sidebar ul li.widget h3{
font-size:110%;
padding:3px 0 1px 20px;
margin:0;
color: #333;
font-weight: 800;
border-bottom: 1px solid #707682;
background:  url('images/bullet.gif') 4px 8px no-repeat;
}
.sidebar ul li h3 a{
color: #555;
font-weight: 800;
}
.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: 250px;
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 #9DA7B4;
margin:0;
}

#wp-calendar thead th{
background: #8692A2;
}

#wp-calendar tfoot td {
padding:0;
border: none !important;
} 

#wp-calendar tbody a {
font-weight:bold;
}

#access{
display:none;
}

/* header search input */

#search-wrapper {
float:right;
width: 192px;
padding: 4px 0 0 0;
margin: 0;
font: 100 13px/18px verdana, arial, sans-serif;
}

#search-wrapper label{
display:none; 
}
	
form.search-form {
margin: 0;
display: inline;
overflow: hidden;
}

.search-text {
width: 136px;
color: #ccc;
padding: 5px 0 5px 6px;
margin: 0 0 0 3px;
border: 0;
background:#555668;
display: inline;
}

.search-submit {
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
font: 800 12px arial, verdana, sans-serif;
text-decoration: none;
margin: 0;
padding: 3px 3px;
color: #fff;
background: #555668;
border: 1px solid #65667B;
}


#social-icons{
position:absolute;
right:6px;
top:28px;
padding: 0px;
}

#social-icons img{
padding: 0px 3px 0px 5px;
}

#footer a{
font-weight: 100;
}


#footer-widgets {
width: 100%;
border: 0;
}

#footer-widgets td.left{
width: 33%;
padding: 10px;
}

#footer-widgets td.centre{
width: 33%;
padding: 10px;
}

#footer-widgets td.right{
width: 33%;
padding: 10px;
}

