/* ----------------------------------
ZACHARY SHUSTER HARMSWORTH WEB SITE
Master Stylesheet

Author: Michael Borum, etherweave
http://www.etherweave.com

Version: July 2007
-----------------------------------*/

/* GLOBAL STYLES (unless overridden in specific areas) */

body {
	background: #300;
	font-family: Georgia, Times, TimesRoman, TimesNewRoman, serif;
	color: #300;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	}
	
a {
	text-decoration: none;
	}
	
a:link {
	color: #c00;
	border-bottom: 1px dotted #c00;
	}

a:visited {
	color: #999;
	border-bottom: 1px dotted #999;
	}

a:hover {
	color: #c00;
	border-bottom: 1px solid #c00;
	}

a:active {
	color: #999;
	border-bottom: 1px solid #999;
	}

a[href^="http:"] {
	background: url(../images/externallink.gif) no-repeat right;
	padding-right: 15px;
	}
	
a.noicon {
	background: none;
	padding: 0;
	}

a[href^="mailto:"] {
	background: url(../images/email_icon.gif) no-repeat left;
	padding-left: 15px;
	}
	
#nav a {
	border: none;
	}

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

h1 {
	font-size: 20px;
	font-variant: small-caps;
	}

h2 {
	font-variant: small-caps;
	font-size: 18px;
	margin: 0 50px 8px 0;
	border-bottom: 1px solid #300;
	}

h3 {
	font-size: 16px;
	}

h4 {
	font-size: 14px;
	}

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

img.header {
	padding: 0 0 20px 0;
	}

/* FORM STYLES */

fieldset {
	background: #ffc;
	width: 310px;
	border: 1px solid #300;
	margin: 0;
	padding: 20px;
	}

fieldset p {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
label {
	display: block;
	padding-bottom: 5px;
	}
	
input, select, textarea {
	border: 1px solid #300;
	background: #fafae4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #300;
	width: 300px;
	}

textarea {
	height: 150px;
	}
	
input.submit {
	width: 150px;
	color: #300;
	}

input.submit:hover {
	background: #300;
	color: #ffc;
	}

input:focus, select:focus, textarea:focus {
	background: #fff;
	}