/*

General styling

*/

body {
	margin:5px;
	background-color:#000;
	font-family:Verdana, sans-serif;
	font-size:12px;
	color:#fff;
}

a:link, a:visited {
	text-decoration:none;
	color:#676c53;
}

a:hover {
    text-decoration:underline;
}

* {
padding:0;
margin:0;
}

#wrapper {
    width:1000px;
    margin:0 auto;
}

#nav {
	width:100%;
	height:24px;
	background:#333;
}

#search {
	float:right;
	font-size:11px;
	padding:3px 3px 0 0;
	height:24px;
	color:#666;
}
#search input {
	border:none;
	font-size:11px;
}


/* HEADER */

#header {
    margin-bottom:0px;
}

/* SIDEBAR */

#sidebar {
    width:175px;
    float:right;
    margin:0 5px 0 0;
    padding-top:20px;
}

#sidebar a:link, #sidebar a:visited {
    color:#fff;
}

#sidebar a:hover {
    color:#676c53;
    text-decoration:none;
}



/* LISTS */

html>body .the_content ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .the_content li {
	margin: 7px 0 8px 10px;
	}

.the_content ol {
	padding: 0 0 0 15px;
	margin: 0;
	text-indent:-15px;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
        list-style: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}


#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

.the_content ul li:before, #sidebar ul ul li:before {
        content: "\00BB\00A0";
	color:#676c53;
	}


/* CONTENT */

#content {
    margin:0 0 0 5px;
    width:800px;    
    float:left;
    padding-top:20px;
	}

.post {
    margin:0 0 30px 0;
    clear:both;
    border-bottom:1px solid #676c53;
	}

.post .posttitle, #sidebar h2 {
    font-size:18px;
    line-height:20px;
    color:#676c53;
    margin:0 0 2px 0;
    font-weight:normal;
	}
    
.post a:link, .post a:visited {
	color:#676c53;
    }
    
.post a:hover {
	color:#676c53;
    text-decoration:none;
    }
    
.post a:link span, .post a:visited span {
	color:#CCC;
    }
        
.post a:hover span {
	color:#AAA;
    }
        
.post .postmeta {
    font-size:10px;
    line-height:10px;
    color:#CCC;
    margin:0 0 5px 0;
    padding-left:30px;
    }
    
.post .postmeta a:link, .post .postmeta a:visited {
	color:#AAA;
    }
        
.post .postmeta a:hover {
	color:#676c53;
    text-decoration:none;
    }
        
.post p {
    margin:0 0 15px 0;
    line-height:15px;
    padding-top:10px;
    padding-left:25px;
    }
    
.post p a:link,.post p a:visited,.post ul a:link,.post ol a:link,.post ul a:visited,.post ol a:visited {
	color:#676c53;
    }
    
.post p a:hover,.post ul a:hover,.post ol a:hover {
	text-decoration:underline;
    }
        
.post .the_content ul, .post .the_content ol {
	margin-bottom:15px;
    }
    
.post blockquote {
	margin:0 0 15px 20px;
    padding:5px;
    padding-bottom:10px;
    border-top:1px solid #676c53;
    border-bottom:1px solid #676c53;
    }
    
.post blockquote p {
	margin:0;
    font-style:normal;
    }
        
.post blockquote blockquote {
	margin-top:15px;
    background-color:#F3F3F3;
    }

.post img {
    border:20px solid;
    margin:0 0 5px 5px;
    }
    
.post .wp-smiley {
	float:none;
    border:0;
    margin:0;
    }



/* COMMENTS */

#commentlist, #trackbacks {
    list-style:none;
	}

#commentlist li {
	margin:0;
    padding:15px 10px 0 10px;
    border-bottom:1px solid #676c53;
    }

#commentlist li.odd {
	background-color:#F3F3F3;
    }
    
#trackbacks li {
	padding:5px 10px 5px 10px;
    }

.post .commenttitle {
	font-size:16px;
    line-height:16px;
    color:#676c53;
    margin:0 0 2px 0;
    font-weight:normal;
    }
    
.post #commentlist .commenttitle a:link, .post #commentlist .commenttitle a:visited {
	color:#676c53;
    }
    
.post #commentlist .commenttitle a:hover {
	color:#676c53;
    text-decoration:none;
    }
        
textarea {
	width:100%;
    }

/* FOOTER */
        
#footer {
    clear:both;
    border-top:1px solid #CCC;
	}

#footer p {
	margin:5px 0 30px 5px;
    color:#CCC;
    text-transform:uppercase;
    font-size:10px;
    }
    
#footer a:link, #footer a:visited {
	color:#AAA;
    }
    
#footer a:hover {
	color:#676c53;
    text-decoration:none;
    }