/*
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{
overflow-y: scroll;
background-color:#fff;
color:#666;
font:30px;
font-family:"HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", Helvetica, sans-serif;
font-weight:100;
padding:0;
margin:0;


}

.thumb{
width:410px;height:50px;overflow:hidden;margin-top:20px;
}

a{
color:#110;
text-decoration:none;
}

a{
 outline: none;
}

a:hover{
color:#666;
text-decoration:none;
}

blockquote {
padding:0 0 0 20px;
color:#000;
}

blockquote a{
color:#999;
}

cite{
font-size:inherit;
font-style:normal;
}

code{
background:#efefef;
color:#000;
}

ul{
list-style:square;
}



/* Headers */

h1{
font-size:50px;
color:#000;
font-family: "HelveticaNeue-ultraLight", "Helvetica Neue Light","Helvetica Neue", Helvetica, sans-serif;
font-weight:100;
text-align:center;
text-transform:uppercase;
letter-spacing:3px;
border-bottom: double 4px #E4E4E4;
margin-top:-50px 0 0 0;
}

h1 a, h1 a:hover{
color:#555;
text-decoration:none;
}


h2{
font-size:16px;
font-family: "HelveticaNeue-ultraLight", "Helvetica Neue Light","Helvetica Neue", Helvetica, sans-serif;
font-weight:300;
font-style:italic;
margin:15px 0 7px 0;
text-align:center;
<div style="margin: 1px;
   border-bottom: 1px solid #E4E4E4;
   padding:10px;
        </div>
}

h2 a{
color:#222;
text-decoration:none;
}

h2 a:hover{
color:#111;
}

h3{
text-align:justify;
font-size:13px;
color:#000;
}

h4{
text-align:center;
font-size:4px;
color:#000;
}


/* Blog Contents */

#wrapper{
width:745px;
margin:0 auto 0 auto;
overflow:hidden;
}


/* Navigation */


#nav{
padding:0px;
}

ul.nav{
width:500px;
list-style:none;
margin:-25px 0 15px 0;
}

ul.nav li {
display:inline;  
}

ul.nav li a {
display:inline;
padding:0px 4px 0px 4px; 
margin-right:25px;
width:92px;
height:auto;
color:#888; 
text-align:center; 
font-family:"HelveticaNeue-ultraLight", "Helvetica Neue ultraLight","Helvetica Neue", Helvetica, sans-serif;
font-weight:100;
font-size:20px;
text-transform:uppercase;
text-decoration:none;
}

ul.nav li a:hover {
color:#8D1919; 
text-decoration:none;
}





/* Posts */

#main{

width:700px;
}

.post{
font-size:12px;
font-weight:300;
font-color:#242526;
padding:5px;
text-align:justify;
}

.main{
text-align:center;
}

.main p{
line-height:15px;
margin:0 0 0px 0;
}

.main ol{
line-height:25px;
margin:0 0 15px 30px;
}

.main ul{
line-height:25px;
margin:0 0 15px 30px;
}

.main li{
margin:0 0 5px 0;
}


.main img{
padding:5px;
border:0px solid #999;
margin:0px auto 0 auto;
}


img.wp-smiley{
padding:0px;
border:0px;
}

img.wp-smiley:hover{
padding:0px;
border:0px;
}


.meta{
font-size:10px;
line-height:15px;
text-align:center;
display:inherit;
color:#333;
padding:5px;
margin:0 0 30px 0;
border-top:1px solid #E4E4E4;

}

.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;
}

.gravatar{
float:right;
border:1px solid #222;
}


/* Forms */

input, textarea, select, button{
background:#fafafa;
border:1px solid #efefef;
color:#222;
padding:2px;
margin:3px 0 5px 0;
font:11px;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", Helvetica, sans-serif;
font-weight:400;
}

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 #E4E4E4;
width:100%
}

#footer a{
color:#999999;
}

#footer a:hover{
color:#000;
}




/* 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: white;
   padding-top: 20px;
   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: 12px;
   line-height: 17px;
   padding: 15px 4px 20px;
   margin: 0;
   letter-spacing:0px
}

