/*
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-color:#ffffff;
color:#000000;
font:10px arial, serif;

padding:0;
margin:0;
overflow-x:hidden;
overflow-y:auto;

}

#container{
background-color:#ffffff;
width:900px;
	margin:0px auto;
	text-align:left;
	padding:0 15px 0 15px;

}

#menu{
background-color:#ffffff;
width:100%; height: 85px;
	margin:10px auto;
	text-align:center;
	padding:0 0 0 5px;
}

a{
color:#000000;
text-decoration:none;
}

a:hover{
color:#858585;
text-decoration:none;
}

blockquote {
padding:0 0 0 20px;
color:#000;
}

blockquote a{
color:#ff2500;
}

cite{
font-size:inherit;
font-style:normal;
}

code{
background:#efefef;
color:#000;
}

ul{
list-style:square;
}

/* Headers */

h1{
font-size:43px;
color:#888;
font-family:Georgia, serif;
text-align:center;
text-transform: uppercase;
}

h1 a, h1 a:hover{
color:#888;
text-decoration:none;
}


h2{
font-size:25px;
margin:5px 0 7px 0;
text-align:justify;
}

h2 a{
color:#222;
text-decoration:none;
}

h2 a:hover{
color:#c00;
}

h3{
text-align:justify;
font-size:12px;
color:#000;
}

h4{
text-align:center;
font-size:12px;
color:#000;
}

/* Blog Contents */


#wrapper{
width:650px;
margin:0 auto;
}

/* Navigation */


#nav{
padding:2px;
}

ul.nav{
width:500px;
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;
color:#aa2812; 
text-align:center; 
font-family:Georgia;
font-size:12px;
text-transform:upper;
text-decoration:none;
}

ul.nav li a:hover {
color:#000; 
text-decoration:none;
}





/* Posts */

#main{
float:left;
width:685px;
}

.post{
padding:0 5px 0 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{

}

.main img:hover{

}

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 Georgia, Georgia, Georgia, Georgia, Georgia, serif;
}

input:focus{
border:1px solid #555;
}

/* Footer */

#footer{
font-size:9px;
color:#ffffff;
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 {
   text-align: center;
   background-color: #ffffff;
   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;
}

/*
Custom CSS MENU
*/

#cssmenu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:Georgia,Georgia,Georgia,Georgia,serif;
	font-size:10px;
	font-weight:normal;
	color:f2f2f2;
	}
#cssmenu ul{
	height:43px;
        display: inline-block;
	list-style:none;
	margin:0;
	padding:0;
	text-align: center;
	}
	#cssmenu li{
		float:left;
		padding:42px 3px 0px 3px;
		}
	#cssmenu li a{
		color:#000000;
		display:block;
		font-weight:normal;
		line-height:23px;
		padding:0px 15px;
		text-decoration:none;
		}
		#cssmenu li a:hover{
			color:#858585;
			text-decoration:none;
			}
	#cssmenu li ul{
		background:#ffffff;
		border-left:0px ;
		border-right:0px ;
		border-bottom:0px ;
		display:none;
		height:auto;
		filter:alpha(opacity=95);
		opacity:0.95;
		position:absolute;
		width:250px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	#cssmenu li:hover ul{
		display:block;
		}
	#cssmenu li li {
		display:block;
		float:none;
		padding:0px;
		width:250px;
		}
	#cssmenu li ul a{
		display:block;
		font-size:10px;
		font-style:normal;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		#cssmenu li ul a:hover{
			background:#ffffff;
			color:#858585;
			opacity:1.0;
			filter:alpha(opacity=100);
			}
	#cssmenu p{
		clear:left;
		}	
	#cssmenu .active > a{
		background:url(current-bg.gif) top left repeat-x;
		color:#000000;
		}
	#cssmenu .active > a:hover {
		color:#858585;
		}
		