/* ---------------------------------
Scott Heim
Master Stylesheet for scottheim.com
Author: Michael Borum // etherweave
Version: February 2008
--------------------------------- */

body {
	width: 100%;
	background: #9b7a56;
	font-family: Georgia, TimesRoman, TimesNewRoman, Times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* HEADING AND SUBHEADS */

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 150%;
	margin: 0 0 15px 0;
	padding: 0;
}

h1 {
	font-size: 28px;
	}

h2 {
	font-size: 20px;
	border-bottom: 1px dotted #333;
	margin: 0 15px 5px 0;
	}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

/* LINKS */

a:link {
	color: #9b7a56;
	text-decoration: none;
	}

a:visited {
	color: #666;
	text-decoration: underline;
	}

a:hover {
	color: #95bace;
	text-decoration: underline;
	}

a:active {
	color: #ccc;
	text-decoration: underline;
	}

/* LISTS */

ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	}

ul li {
	margin: 0;
	padding: 0;
	}

ul.bullets {
	list-style: square;
	margin: 0 0 15px 8px;
	padding: 0 0 0 8px;
	}

ul.bullets li {
	margin: 0;
	padding: 0;
	}

p {
	margin: 0 0 15px 0;
	padding: 0 10px 0 0;
	}

p.caption {
	font-size: 9px;
	}

hr { /* RULE LINE */
	height: 1px;
	border-top: 1px dotted #333;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0;
	padding-bottom: 10px;
	}

hr.brown { /* FOR BLOG COMMENT SEPARATION */
	height: 1px;
	width: 75%;
	border-top: 1px dotted #9b7a56;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0;
	padding-bottom: 10px;
	}
	
object {
	margin: 5px 0 15px 0;
	padding: 5px;
	}

/* FORM INPUTS */

fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}

form {
	font-size: 12px;
	}

label {
	display: block;
	margin: 0;
	padding: 5px 0 5px 0;
	}
		
input, select, textarea {
	border: 1px solid #666;
	font-size: 11px;
	}

input.checkbox, input.radio {
	border: none;
	}
	
#footer {
	clear: both;
	width: 100%;
	margin: 20px auto 0 auto;
	padding: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
	line-height: 14px;
	text-align: center;
	}