/*------------------------------------------
STEVENALMOND.COM
ROCK & ROLL WILL SAVE YOUR LIFE
MASTER CSS FILE
Version: January 2010
Author: Michael Borum // etherweave
------------------------------------------*/

html {
	width: 100%;
	height: 100%;
	}
	
body {
	font-family: "Georgia", "TimesNewRoman", "TimesRoman", "Times", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
	}

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

h1 {
	font-size: 32px;
	margin: 0 0 15px 0;
	}

h2 {
	font-size: 24px;
	}
	
h3 {
	font-size: 18px;
	}

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

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

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

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

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

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

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

dt {
	font-weight: bold;
	}

dd {
	margin: 0;
	padding: 0;
	}

dd a {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	}
	
.sharethis {
	text-indent: 0;
	}

/* FORMS */

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

label {
	display: block;
	}
	
input {
	height: 25px;
	font-size: 16px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	line-height: 150%;
	margin: 0 0 15px 0;
    padding: 5px;
	background-color: #fff;
	border: 1px solid #333;
	}

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

textarea {
	background-color: #fff;
	border: 1px solid #333;
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	font-size: 12px;
	height: 150px;
    width: 98%;
	}
		
.submit {
	padding: 0;
	margin: 0;
	}

.submit:hover {
	background: #000;
	color: #fff;
	}

.textnav {
	font-size: 12px;
	line-height: 200%;
	}

.textnav a {
	margin-right: 15px;
	}