/*
Theme Name: KeKe
Theme URI: http://www.shaibanii.com/themes/
Version: 1.3
Description: A dark two-column theme, which combines dark and light colors. Light version also available.
Author: <a href="http://shaibanii.com">Shaibanii</a>
Author URI: http://shaibanii.com/
Tags: white, black, two column, fixed width, dark, simple
For the WordPress community (GPL), enjoy!
by Shaibanii - Shaibanii.com
*/


body{
background-color:#000000;
color:#fff;
background-image:url(images/back.jpg);
background-repeat:repeat-x;
background-position:top left;
font-family:"Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
padding:0px;
margin:0px;
}

a{
color:#999999;
text-decoration:none;
}

a:hover{
color:#888888;
text-decoration:none;
}

blockquote {
margin:0 0 0 20px;
padding:0 0 0 10px;
}

cite{
font-size:inherit;
font-style:normal;
}

/* Headers */

h1{
font-size:43px;
color:#fff;
font-family:"Helvetica 65 Medium", Helvetica, sans-serif;
text-align:left;
}

h1 a{
color:#fff;
text-decoration:none;
text-align:left;
}

h2{
font-size:20px;
margin:5px 0 7px 0;
text-align:justify;
}

h2 a{
color:#c00;
text-decoration:none;
}

h2 a:hover{
color:#484849;
}

h3{
text-align:justify;
font-size:12px;
color:#808080;
}

h4{
text-align:center;
font-size:12px;
text-align:left;
color:#808080;
}

/* Blog Contents */

#wrap{
margin:0px;
padding:0px;
position:relative;
}


/* Navigation */


#nav{
padding:3px;
}

ul.nav{
list-style:none;
}

ul.nav li {
display:inline;  
}

ul.nav li a {
display:inline;
padding:20px 4px 20px 4px; 
color:#aa2812; 
text-align:center; 
font-family:Helvetica;
font-size:12px;
text-transform:lowercase;
text-decoration:none;
}

ul.nav li a:hover {
background-color:#444;
color:#999; 
text-decoration:none;
}




/* Posts */

#main{
float:left;
}

.post{
padding:5px;
text-align:justify;
}

.main{
text-align:justify;
}

.main p{
line-height:18px;
margin:0 0 15px 0;
}

.main ol{
line-height:18px;
margin:0 0 15px 30px;
}

.main ul{
line-height:18px;
margin:0 0 15px 30px;
}

.main li{
margin:0 0 5px 0;
}


.main img{
padding:3px;
}

.main img:hover{
padding:3px;
}

img.wp-smiley{
padding:0px;
}

img.wp-smiley:hover{
padding:0px;
}

img.post-ratings-image{
}

.meta{
font-size:9px;
line-height:15px;
display:inline;
color:#333;
padding:5px 10px;
margin:0 0 30px 0;
}

.navigation{
}

/* Comments */

.gravatar{
float:left;
padding:2px;
}

.gravatar:hover{
padding:2px;
}

.alt{
color:#777;
}

ol#comments{
text-align:justify;
}



/* Forms */

input, textarea, select, button{
background-color:#fafafa;
color:#666;
padding:2px;
margin:3px 0 5px 0;
font-size:10px;
}

/* Footer */

#footer{
background-color:#0a0a0a;
font-size:9px;
width:100%
}

#footer a{
color:#999999;
}

#footer a:hover{
color:#777;
}




/* Others */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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 {
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

