/* 
Theme Name: shipwreck
Theme URL: http://shipwreck.com/
Description: customized from whiteboard
Author: Nathan Lyle
Author URI: http://www.webmaestro.biz
Version: 1

*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */



/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{

	padding: 25px 30px 20px 0;
	font-family: verdana, sans-serif;
	line-height: 18px;
	font-size: 12px;
}

h1 {
	font-family: Georgia, serif;
	font-size: 28px;
	color: #0a753d;
	margin: 0 0 10px 0;
	line-height: 30px;
	}

.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}

body {
	margin: 0;
        padding: 0;
		background-color: #25373c;
		color: #000000;
		font-size: 62.5%;
	}
	
 	
		
				
#credits {
	color: #5a676b;
	text-align: center;
	padding: 15px 0 0 0;
	font-size: 11px;
	font-family: Arial, sans-serif;
	line-height: 25px;
	width: 345px;
	}

#credits a.text {
	text-decoration: none;
	}
		
#credits a:link.text, #credits a:visited.text, #credits a:active.text {
	color: #5a676b;
	border-bottom: #5a676b solid 1px;
	}
	
#credits a:hover.text {
	color: #fff;
	border-bottom: #fff solid 1px;
	}
	
#credits img {
	vertical-align: middle;
	margin: 0 3px 0 3px;
	}
				


