/*
Theme Name: Capricorn
Theme URI: http://www.random-is.me/themes/
Version: 1.3
Description: Capricorn is a light simple one cloumn theme, designed for people with simple taste.
Author: <a href="http://shaibanii.com">Shaibanii</a>
Tags: white, black, one-column, fixed-width, light
For the WordPress community (GPL), enjoy!
by Shaibanii - Random-is.me

For WordPress 2.7+ :)
*/


body{
background:#ffffff url(default.jpg) no-repeat top center;
color:#000;
font:14px;
font-family: arial, sans-serif;
font-weight: normal;
padding:0;
margin:0;
}

a{
color:#008000;
font:14px;
font-family: arial, sans-serif;
font-weight: normal;
text-decoration:underline;
}

a:hover{
color:#008000;
text-decoration:underline;
}

blockquote {
padding:10px 10px 3px 10px;
background-color: #e8e8e8;
color:#000;
border: 6px solid #f4f4f4;

}

blockquote a{
color:#000;
}

cite{
font-size:inherit;
font-style:normal;
}

code{
background:#efefef;
color:#000;
}

ul{
list-style:square;
}

/* Headers */

h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; color: #000000; font-weight: normal; padding: 0px; margin: 0px 0px 5px 0px }
h2{ font-size: 15pt; }
h3{ font-size: 13pt; }
h4{ font-size: 12pt; }
h5{ font-size: 16pt; }
h6{ font-size: 13pt; font-family: "Courier New", Courier, monospace; }

/* Blog Contents */

#wrapper{
width:780px;
padding: 3px;
background-color: #ffffff;
margin: 100px auto auto 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:92px;
height:auto;
color:#aa2812; 
text-align:center; 
font-family:Helvetica;
font-size:12px;
text-transform:lowercase;
text-decoration:none;
}

ul.nav li a:hover {
color:#000; 
text-decoration:none;
}





/* Posts */

#main{
float:left;
width:685px;
}

.post{
padding:5px;
text-align:justify;
}

.main{
text-align:justify;
border-bottom:1px solid #bbb;
}

.main p{
line-height:18px;
margin:0 0 15px 0px;
}

.main ol{
line-height:18px;
margin:0 0px 15px 30px;
}

.main ul{
line-height:18px;
margin:0 0 15px 30px;
}

.main li{
margin:0 0 5px 0px;
}

.main img{
padding:3px;
border:1px solid #000;
background:#000
}

img.wp-smiley{
padding:0px;
border:0px;
}

img.wp-smiley:hover{
padding:0px;
border:0px;
}

img.score{
padding:0px;
border:0px;
}

.meta{
font-size:13px;
line-height:13px;
text-decoration: underline;
display:inline;
color:#005000;
padding:15px;
margin:0 0 30px 0;
}

.navigation{
font-size:11px;
}

/* Comments */

.gravatar{
float:left;
padding:2px;
border:1px solid #999;
margin:5px;
}

.gravatar:hover{
padding:2px;
border:1px solid #444;
}

.alt{
color:#777;
}

ol#comments{
text-align:justify;
margin:0 15px 0px 0px
}

.gravatar{
float:right;
border:1px solid #222;
}


/* Forms */

input, textarea, select, button{
background:#ffffff;
border:1px solid #a0a0a0;
color:#666;
padding:2px;
margin:3px 0 5px 0;
font:10px "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}

input:focus{
border:1px solid #555;
}

/* Footer */

#footer{
font-size:10px;
text-align:center;
float:left;
margin:10px 0 0 0;
padding:10px 0 10px 0;
border-top:1px solid #999;
width:100%
}

#footer a{
color:#000000;
}

#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: 1px 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: 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;
}


