/*
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+ :)
*/
html {
    height:100%;
}

body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 100%;
    background: #E4950B;
    padding:0;
    margin:0;
    height: 100%;
}

a{
text-decoration:none;
}


a img   {
    text-decoration: none;
    outline: none;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-style: 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	{
    position: relative;
    right: 20px;
    text-align: right;
}

h2{
font-size:20px;
margin:5px 0 7px 0;
text-align:justify;
}

h2 a{
color:#222;
text-decoration:none;
}

h3{
text-align:justify;
font-size:12px;
color:#000;
}

h4{
text-align:center;
font-size:12px;
color:#000;
}

/* Blog Contents */

#wrapper {
    background: #ffffff;
    margin: 0 auto;
    width: 920px;
    height: 100%;
}

#leftcolumn {
    background: #ffffff;
    width: 200px;
    float: left;
    clear: left;
    margin: 5px;
}

#rightcolumn {
    background: #ffffff;
    float: right;
    clear: right;
    width: 700px;
    margin: 5px;
    display: block;
}


/* 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;
}

#main ol{
line-height:18px;
}

#main ul{
line-height:18px;
}

#main li{
}


#main img{
padding:5px;
border:1px solid #999;
}

#main img:hover{
padding:5px;
border:1px solid #444;
background:#666;
}

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;
}

/* 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:#666;
padding:2px;
margin:3px 0 5px 0;
font:10px Verdana, Arial, Helvetica, sans-serif;
}

input:focus{
border:1px solid #555;
}

/* Footer */

#bottombar  {
    text-align: center;
    clear: both;
    font-size: 12px;
}

/* 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;
}

