/*
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: #121212 url(http://kellynwrites.com/wp-content/uploads/2010/04/paper_background.gif);
color:#666;
font:11px "Tahoma";
	padding: 2em 0;
	margin: 0;
}

a{
color:#110;
text-decoration:none;
}

a:hover{
color:#b7848b;
text-decoration:none;
}

blockquote {
	background: url(images/blockquoteBk.gif) left 0.2em no-repeat;
background-color: #FAEBF0;
font-family: "Georgia"; 
color: #481314;
font-size: 10px;
text-align: left;
margin-left: 15px;
margin-right: 15px;
padding-top: 7px;
padding-bottom: 7px;
padding-left: 7px;
padding-right: 7px;
border-left:1px none
border-right:1px none;
border-top:1px none;
border-bottom:1px none;
border-color: #294616;
}

blockquote a{
color:#999;
}

cite{
font-size:inherit;
font-style:normal;
}

code{
background:#efefef;
color:#000;
}

ul{
list-style:square;
}

/* Headers */

h1{
font-size:47pt;
color:#333333;
font-family:Century Gothic;
text-align:center;
text-transform:uppercase;
letter-spacing: -7px;

}

h1 a, h1 a:hover{
color:#333333;
text-decoration:none;
}


h2{
font-size:17pt;
margin:2px 0 5px 0;
text-align: center;
font-family: century gothic;
text-transform: uppercase;
letter-spacing: -2px;
}

h2 a{
color:#222;
text-decoration:none;
}

h2 a:hover{
color:#441d1f;
}

h3{
text-align:justify;
font-size:10pt;
color:#000;
}

h4{
text-align:center;
font-size:12px;
color:#000;
}

/* Blog Contents */

#wrapper{
width:700px;
margin:0 auto;
}


/* Navigation */


#nav{
padding:3px;
}

ul.nav{
width:600px;
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;
text-align:center; 
font-family: ;
font-size:12px;
text-transform:;
text-decoration:none;
}

ul.nav li a:hover {
color:#b7848b; 
text-decoration:none;
}





/* Posts */

#main{
float:left;
width:600px;
}

.post{
padding:2px;
text-align:justify;
}

.main{
text-align:justify;
border-bottom:1px solid #bbb;
}

.main p{
line-height:14px;
margin:0 0 15px 0;
}

.main ol{
line-height:14px;
margin:0 0 7px 7px;
}

.main ul{
line-height:14px;
margin:0 0 7px 7px;
}

.main li{
margin:0 0 2px 0;
}


.main img{
padding:5px;
border:0px solid #999999;
}

.main img:hover{
padding:5px;
border:0px solid #999999;
background:#;
}

img.wp-smiley{
padding:0px;
border:0px;
}

img.wp-smiley:hover{
padding:0px;
border:0px;
}


.meta{
font-family:Century Gothic; 
font-weight: ;
color: #a06871;
font-size: 10px;
letter-spacing: 0px;
border-bottom: 7px solid;
border-top: 0px none;
border-right: 0px none;
border-left: 0px none;
border-color: transparent; 
text-align:left;
text-transform: uppercase;
}

.entrydetails{
font-family:Georgia; 
font-weight: ;
color: #441d1f;
font-size: 10px;
letter-spacing: 4px;
border-bottom: 7px solid;
border-top: 0px none;
border-right: 0px none;
border-left: 0px none;
border-color: transparent; 
text-align:center;
text-transform: uppercase;
}

.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;
font:10px;
}

.gravatar{
float:right;
border:1px solid #222;
}


/* Forms */

input, textarea, select, button{
background:#fafafa;
border:1px solid #efefef;
color:#666;
padding:2px;
margin:3px 0 5px 0;
font:10px "Century Gothic";
text-transform: none;
}

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:#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: 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;
}


