/*
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: #fff url(/wp-content/uploads/2010/05/MKD_Illustratie_730.png) 0 0 repeat;
  color:#333;
font: 12px "Courier New", Courier, "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
padding:0;
margin:0;
overflow-x: hidden;
}

p {
  margin: 10px 0px;
}

a{
color:#110;
text-decoration: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;
}

div.sep {
  width: 100%;
  height: 20px;
  background: transparent url(/wp-content/uploads/2010/02/separator_horizontal.png) 0 0 repeat-x;
}

/* Headers */
#header {
  width: 100%;
  background-color: #fff;
  height: 100px;
}

h1{
font-size:43px;
color:#888;
font-family:"Helvetica 65 Medium", Helvetica, sans-serif;
text-align:center;
text-transform:lowercase;
}

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


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

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

h2 a:hover{
color:#c00;
}

h3{
font-size:13px;
font-family: "Courier New", courier, serif;
font-weight: bold;
color:#333;
height: 40px;
background: transparent url(/wp-content/uploads/2010/02/separator_horizontal.png) 0px 25px repeat-x;
}

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

/* Slideshow*/
#fs-placeholder a {
   cursor: default;
   outline: none;
}

/* Blog Contents */

#wrapper{
width:730px;
margin:0 auto;
padding: 20px 20px 0px 20px;
background-color: #fff;
}

#content {
  background-color: #fff;
  width: auto 100%;
  padding-bottom: 10px;
}

table.home td {
  border: 0px;
  padding: 0px;
  vertical-align: top;
  overflow-x: hidden;
}

table.home td.left {
padding-right: 20px;
width: 65%;
}

table.home td.right {
padding-left: 20px;
width: 35%;
}
/* Navigation */
#mainmenu{
padding: 0;
margin: 0;
}

#mainmenu ul{
width:auto;
list-style:none;
margin: 20px 0px 5px 0px;
padding: 0;
}

#mainmenu ul li {
display:inline;  
float: left;
margin: 0;
padding-right: 10px;
}

#mainmenu ul li a {
display:inline;
padding-right: 10px;
color:#333; 
text-align:center; 
font-family:Courier;
font-size:13px;
text-transform:capitalize;
text-decoration:none;
border-right: 1px solid #777;
}

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


/* Posts */

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

.post{
padding:0;
text-align:justify;
}

.main{
text-align:justify;
}

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

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 "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}

input:focus{
border:1px solid #555;
}

/* Footer */

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


