/*
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:#FFFFFF;
color:#333333;
font-family:"Arial", Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
padding:0px;
margin:0px;
}

a{
color:#000000;
text-decoration:none;
font-style: italic; 
}

a:visited{
color:#000000;
font-style: italic; 
}

a:hover{
color:#333333;
text-decoration:none;
font-style: italic; 
}

a:active{
color:#000000;
text-decoration:none;
font-style: italic; 
}

blockquote {
padding:0 0 0 20px;
min-height:50px;
color:#000;
}

blockquote a{
color:#999;
}

cite{
font-size:inherit;
font-style:normal;
}

/* Headers */

h1{
font-size:12px;
color:#000000;
font-family:"Arial", Helvetica, sans-serif;
text-align:center;
}

h1 a, h1 a:hover{
color:#888;
text-decoration:none;
}


h2{
font-size:12px;
margin:5px 0 7px 0;
text-align:justify;
}

h2 a{
color:#222;
text-decoration:none;
}

h2 a:hover{
color:#000;
}

h3{
text-align:justify;
font-size:12px;
color:#000;
}

h4{
text-align:center;
font-size:12px;
color:#000;
}

/* Blog Contents */

#wrapper{
width:775px;
margin:0 auto;
}


/* Navigation */


#nav{
padding:0px;
}

ul.nav{
width:500px;
list-style:none;
margin:0;
}

ul.nav li {
display:inline;  
}

ul.nav li a {
display:inline;
padding:20px 4px 20px 4px; 
width:150px;
height:auto;
color:#ffffff; 
text-align:left; 
font-family:Arial;
font-size:12px;
text-transform:uppercase;
text-decoration:none;
}

ul.nav li a:hover {
color:#000000; 
text-decoration:none;
}





/* Posts */

#main{
float:left;
width:500px;
}

.post{
padding:15px;
text-align:justify;
}

.main{
text-align:justify;
border-bottom:0px solid #bbb;
}

.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:0px;
border:0px solid #999;
}

.main img:hover{
padding:0px;
border:0px solid #444;
}

img.wp-smiley{
padding:0px;
border:0px;
}

img.wp-smiley:hover{
padding:0px;
border:0px;
}


.meta{
font-size:9px;
line-height:15px;
display:inline;
color:#333;
padding:5px;
margin:0 0 30px 0;
}

.navigation{
font-size:11px;
}


/* Forms */

input, textarea, select, button{
background-color:#fafafa;
border:1px solid #efefef;
color:#666;
padding:2px;
margin:3px 0 5px 0;
font-size:10px;
}

/* Footer */

#footer{
font-size:9px;
text-align:center;
float:left;
margin:10px 0 0 0;
padding:10px 0 10px 0;
border-top:0px solid #999;
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 {
   border: 0px solid #ddd;
   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: 0px;
}

.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;
}

