/*--------------------------------
ROBINHEMLEY.COM
Master Stylesheet
Copyright 2009 Robin Hemley
Author: Michael Borum//etherweave
http://www.etherweave.com

Version: May 2010
---------------------------------*/

html, body {
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100%; 
	overflow: auto;
 	}
 
body {
	color: #333;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
	}

h1, h2, h3, h4 {
	color: #c60;
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	padding: 0 15px 0 0;
	margin: 0;
	}

h1 {
	font-size: 32px;
	line-height: 150%;
	}

h2 {
	font-size: 20px;
	line-height: 150%;
	}

h3 {
	font-size: 16px;
	line-height: 150%;
	}

h4 {
	font-size: 14px;
	line-height: 150%;
	}

a {
	font-family: "Arial", "Helvetica", sans-serif;
	}

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

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

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

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

a:focus {
	-moz-outline-style: none;
	}
	
a img {
	border: none;
	}

a {
	outline: none;
	}

.masthead {
	display: block;
	margin: 0 auto 0 auto;
	padding: 0;
	}

div.content {
	margin: 25px 0 0 0;
	padding: 0;
	}

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

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

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

hr {
	color: #fff;
	border-top: 1px dotted #c60;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0 15px 15px 0;
	padding: 0;
	}

/* FORM PROPERTIES */

form {
	margin: 0;
	padding: 0;
	}
	
*:first-child+html fieldset { 
	width: 350px;
	border: none;
	margin: 0 auto 0 auto;
	padding: 0 0 0 25px;
	text-align: left;
	}
	
fieldset {
	width: 350px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 25px;
	border: 1px dotted #ccc;
	text-align: left;
	}

fieldset h4 {
	margin: 0 0 15px 0;
	}
	
label {
	display: block;
	}
	
input, textarea {
	background-color: #fff;
	color: #690;
	border: 1px solid #699;
	}

.submit:hover {
	background-color: #c60;
	color: #fff;
	}
	
/* END FORM PROPERTIES */

#footer { /* Copyright and other footer information */
	clear: both;
	width: 500px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 9px;
	line-height: 14px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0;
	}

#footer .socialnetworks {
	font-size: 11px;
	}

#footer .socialnetworks a {
	padding: 0 0 0 10px;
}

