/*
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+ :)
*/

*{
margin:0;
padding:0;
}
body{
background-color:#fff;
background-image:url(/img/bkgd.jpg);


background-repeat:no-repeat;
color:#3333333;
font:12px "Trebuchet MS", Helvetica, Arial, sans-serif;
line-height:18px;
padding:0;
margin:8px auto;
width:987px;

}

a{
color:#000;
text-decoration:none;
}

a:hover{
color:#c60606;
text-decoration:none;
}
#mainlogo{
margin-left:8px;	
width:417px;
height:118px;
display:block;
}
#mainlogo img{
margin-top:22px;
border:0px;	
	
}
#headerright{
display:block;
float:right;
width:502px;
height:118px;
}
#toplinks{
width:502px;
height:53px;
margin-top:8px;
display:block;
float:right;
clear:right;
}
#toplinks a,{
display:inline-block;
margin:0;
padding:0;
}
#toplinks a img{
border:0;	
	
}
#nav{
list-style-type:none;	
margin:0;
padding:0;
height:44px;
margin-left:8px;
}
#nav li{
display:inline-block;
margin:0;
padding:0;	
}
#nav img{
border:0;	
	
}

#imagearea{
	height:370px;
background-image:URL(/img/bgtop.png);	
}
#imagearea img{
margin:20px;	
}
#contentarea{
background-image:URL(/img/bgrepeat.png);
background-repeat:repeat-y;
display:block;
position:relative;
margin: 0 0 -260px 0;
min-height:500px;
height:auto !important;
z-index:1;

}
#latestposts{
display:block;
clear:none;
width:480px;
margin:0px 0 -260px 26px;
padding:20px 0 0;

	
}
#sidebar{
display:block;
float:right;
clear:none;
width:300px;
height:550px;
margin:35px;
background-image:URL(/img/divider.png);
background-repeat:no-repeat;
background-position:left top;
}
#sidebar ul{
margin-left:18px;	
}
#sidebar li{
list-style-type:none;

}
#sidebar li h3, #sidebar li h3 a{
	display:block;
font-size:16px;
font-weight:bold;
color:#d00;
text-transform:uppercase;
margin:0;
text-align:justify;	
}
#sidebar ul li ul{
margin-bottom:20px;	
}
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:12px;
color:#333;
font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
display:block;
width:488px;
float:right;
font-weight:normal;

}

h2{
	display:block;
font-size:16px;
font-weight:bold;
color:#d00;
text-transform:uppercase;
margin:0px 0 7px 0;
text-align:justify;
}

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

h2 a:hover{
color:#c00;
}

h3{
	display:block;
font-size:18px;
font-weight:bold;
margin:10px 0 7px 0;
text-align:justify;
}

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


/* 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 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;
}


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

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

/* Footer */

#footer{
background-image:URL(/img/bgfoot.png);
height:354px;
	z-index:10;
	position:relative;
	display:block;


}
#footspace{
	height:308px;
	position:relative;
	display:block;

}
#footer a{
color:#999999;
}

#footer a:hover{
color:#777;
}
#footer p{
margin:0 0 10px 60px;	
}

#bottomlinks{
display:block;
height:39px;
margin: 0 400px 6px 40px;
	
}
#bottomlinks a{
display:inline-block;
margin-right:10px;
}
#bottomlinks a img{
	border:0;
	
}
#pay{
float:right;	
}




/* 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;
}


