/*  
Theme Name: solid black
Theme URI: 
Description: 
Version: 1
Author: Vexiphne
Author URI: http://vexiphne.net
*/

body {
color: rgb(159, 136, 80);
background-color: black;
font-family: Verdana;
font-size: 12px;
line-height: 20px;
}

iframe{
height: 600px;
width: 800px;
position: absolute;
top: 215px;
left: 90px;
margin-left: 80px;
}

a:link, a:visited, a:active {
color: #e5daa4;
text-decoration: none;
font-weight: bold;
}

a:hover {
text-decoration: underline;
}

ul {
color: rgb(153, 153, 102);
}

h1 {
	font-family: 'Times New Roman','Times';
	font-style: italic;
}

h3 { font-size: 12px; }

h2 { font-size: 16px; }

b {
color: e5daa4;
}

.postmetadata {
font-size: 11px;
}

ul.commentlist {
	list-style-position: outside;
	list-style-image: url('/wp-content/themes/comment.gif');
}

.commentlist li {

	padding: 5px;
	margin-bottom: 5px;
	width: 80%;
}
.alt {
	background-color: #111111;
}

.mycomment {
	border: 1px solid #555555;
	background-color: #181818;
}