/*  
Theme Name: Elementum
Theme URI: http://elementum.com/
Description: A custom built theme for Elementum built by <a href="http://jakespurlock.com">Jake Spurlock</a>
Version: 0.5
Author: Jake Spurlock
Author URI: http://jakespurlock.com
*/
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear:both;
	}

body {
	background-color: #000000;
	background-image: url(images/back.gif);
	font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #fff;
}

hr {
	color: #666;
	margin: 15px 25px 25px;
	}

#wrapper {
	width:800px;
	margin:0 auto;
	background-color:#000;
	}
	
	
a:link {
	color: #B89200;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B89200;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}


#nav {
	background-color:#B89200;
	height:20px;
	padding-top:10px;
	text-align:center;
	text-transform:uppercase;
	width:100%;
	}
	
#nav ul {
	color:#000;
	display:inline;
	margin:10px;
	text-align:center;
	}
	
#nav ul li {
	display:inline;
	padding:10px;
	}
	
#nav ul li a {
	color:#fff;
	}
	
#nav ul li a:hover {
	color:#000;
	}
	
#content {
	width:490px;
	float:left;
	margin-top:25px;
	padding-left: 25px;
	}
#wide_content {
	padding-top:25px;
	padding-left:25px;
	}
.biopic {
	margin: 0 25px 25px 0;
	}
.entry {
	color:#fff;
	line-height:160%;
	margin:25px 25px 50px;
	}

.entry h1 {
	font-size:18px;
	}

.entry h2 {
	font-size:14px;
	}
	
.entry p {
	padding-bottom:12px;
	}
	
#wide_content p {
	color:#fff;
	line-height:160%;
	margin:0 25px;
	}

#wide_content h1 {
	font-size:18px;
	margin:0 25px;
	}

#wide_content h2 {
	font-size:14px;
	margin:0 25px 12px;
	}

#wide_content h3 {
	font-size:12px;
	margin:0 25px 12px;
	}
	
#wide_content p {
	margin:0 25px;
	padding-bottom:12px;
	line-height:160%;
	}
	
h1, h2, h3, h4, h5, h6 {
	color: rgb(184, 146, 0);
	margin-bottom:12px;
	}
	
#sidebar {
	border-left: 1px solid #333;
	width:200px;
	float:right;
	margin:50px 25px 50px 10px;
	padding-left: 45px;
	}
	
#sidebar h3 {
	font-size:16px;
	text-align:center;
	margin:10px;
	}

#sidebar h4 {
	font-size:14px;
	text-align:center;
	margin:10px;
	}
	
#sidebar p {
	text-align:center;
	margin-bottom:10px;
	line-height:140%;
	}

#sidebar img {
	margin-bottom:10px;
	}
	
#sidebar ul li {
	list-style-type:none;
	}

#sidebar li {
	list-style-type:none;
	}
	
#footer {
	margin-top:25px;
	padding-bottom:10px;
	}
	
#footer p {
	text-align:center;
	}
	
#wide_content h1 {
	margin-bottom:25px;
	font-size:18px;
	margin-top:10px;
	}
	
.lefter {
	width:385px;
	float:left;
	}
	
.righter {
	width:385px;
	float:right;
	}

.widget {
	margin-bottom:25px;
	}
	
.widget h2 {
	color:16px;
	}
	
.entry ul li {
	list-style-type:disc;
	margin-left:25px;
	}
	
#wider_content h1 {
	margin:25px 10px 25px 0;
	font-size:18px;
	}
	
#wider_content h2 {
	margin:25px 10px 25px 0;
	font-size:14px;
	}
.gutters {
	padding: 0 15px;
	}
