@import "layout.css";

body{
background-color: black;
color: #fff;
font-size: 80%;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
font-family: Arial, "Trebuchet MS", sans-serif;
}

/* 
#content img{
width:300px;
border: none;
}
*/
#rss{
position:absolute;
top:10px;
right:10px;
}


#rss img{
border: none;
}

#sidebar input[type=text] {
margin:0px;
padding:1px;
width:80px; }

#sidebar input[type=submit] {
margin:0px;
padding:0px;
}

h1{font-size: 1.5em;}
h2{font-size: 1.6em;
margin:0px;
}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
font-size: 1.2em;
}

pre{
width: 100%;
overflow: auto;
border: 1px solid #CCC;
}

fieldset{
border: none;
}

label{
cursor: pointer;
cursor: hand;
}

.field label{
display: block;
}

input,textarea{
border: 1px solid #999;
}

textarea{
width: 100%;
font-size: 1em;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
color: grey;
text-decoration:none;
}

a:visited{
color: grey;
}

a:hover{
color: white;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}


#top h1{
display:none;
}

#prelude{
display:none;
}


.post-title{
	color: grey;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: grey;
	background: transparent;
	text-decoration: none;
}
.post-title a:hover{
	color: white;
}

.post-info{
	margin-top: 0;
	color: grey;
	background: transparent;
	padding-bottom: 1ex;

}

.post-info a{
	color: grey;
	background: transparent;
	text-decoration: none;
}
.post-info a:hover{
	color: white;
}

.post-content{
	text-align: justify;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

#sidebar div{

}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	color: grey;
	margin: 0px;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;

}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}



#footer{text-align:center;
	margin: 0;
	padding: 0;
font-size:12px;
}
.error{
color:grey;
}
img{
margin:0px;
padding:0px;
border:0px;
}
