/*
THEME NAME: Es
THEME URI: http://www.eventstructure.com/
DESCRIPTION: for Es 000studio
VERSION: 1.0
AUTHOR: aaajiao
AUTHOR URI: http://cornersound.com/
*/

body {  
	font-family:Geneva,Arial,sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	background-color: #000000;
        line-height: 18px;
        letter-spacing: 0px;
        word-spacing: 0px;
}

/* a */
a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	padding: 1px 2px;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
        padding: 1px 2px;
}
a:active {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
        padding: 1px 2px;
	background-color: #ff0000;	
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
        padding: 1px 2px;
	background-color: #ff0000;	
}
/*body*/
*{
    margin:0;
    padding:0;
    list-style: none;
}

h1{
   font-size: 14px;
   font-style: normal;
   font-weight: normal;
}
blockquote{
   margin:5px 0 5px 20px;
}
strong{
   color: #ffffff;
}

/*wrapper*/
#wrapper{
 width:980px;
 margin:10px;
}

/*header*/
#header{
margin:35px 0;
}
#blog-title a{
    display: block;
    width: 84px;
    height: 15px;
    background-image:url(es.gif);
}
#blog-description{
    display:none;
}

/*sider*/
#primary{
 float:left;
 width:100px;
 }
#secondary{
 margin:0 10px;
 float:left;
 width:195px;
 }
.current_page_parent a,.current_page_item a,.current-cat a{
	color: #000000;
	padding: 1px 2px;
	background-color: #0000ff;
}

/*container*/
#container{
 float:left;
 width:600px;
 }
.post-entry img,.page-entry img{
 margin:10px 0;
 border-width:0;
 }
.post,.page{
margin-bottom:80px;
}

/*h2,h3*/
.post-title,.page-title,.search-title,.post-title a,page-title a,.search-title a{
 font-size: 12px;
 font-style: normal;
 font-weight: normal;
 color: #ff0000;
}
.post-date{
 font-size: 9px;
 font-style: normal;
 font-weight: normal;
}
.search-title{
margin-bottom:15px;
}

/*navigation*/
.navigation{
display:none;
}

/*footer*/
#footer{
 margin-top:30px;
}

/*search meta*/
#search,#meta{
 margin-top:30px;
}
#meta{
 text-transform:lowercase; 
}
/* post-entry*/
.post-entry{
 margin-top:20px;
 }

 /*commentall*/
 #commentall{
  margin-top:50px;
 }
 h3#comments {
	padding: 10px;
	border: 1px solid #D2D2D2;
	border-style: solid none dashed none;
	margin: 0 -10px 0 -10px;
	width: 450px;
	clear: left;
}

.commentlist {
	padding: 1px 0 0 0;
	margin: 0 -10px 0 -10px;
	list-style: none;
	width: 470px;
}

.commentlist li {
	padding: 10px;
	display: block;
}

.commentbringup {
	margin: 0 0 -1em 0;
}

#commentform {
	width: 450px;
	background-color: black;
	margin: -2px -10px 80px -10px;
	padding: 10px 10px 0 10px;
}

* html #commentform {
	padding: 10px;
}

textarea#comment {
	width: 330px;
	border-width:1px;
	background-color: black;
	color:white;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin-bottom:5px;
}
input#submit {
    background-color: black;
	border-width:1px;
    color:white;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	}
input#author,input#email,input#url{
   margin-bottom:5px;
   }
cite{
 color:white;
}