
/* ------------------------------------------ */
/* CREDITS */
/* ------------------------------------------ */
/*
COPYRIGHT:
All content copyright (c) 2012 Jessica Sand.
Stealing bad. Asking good.

DESIGN BY:
Jessica Sand

URL:
http://www.jessicasand.com

EMAIL:
howdy@jessicasand.com
*/





/* ------------------------------------------ */
/* UNIVERSALS */
/* ------------------------------------------ */

* { margin: 0; padding: 0; }

html, body { height: 100%; }

body {
	font: 62.5% Verdana, Tahoma, Geneva, sans-serif;
	text-align: center;
	margin: 0 auto;
	color:#f8f4ff;
	background-color: #313331;
	}
	
:focus { outline: 0; }



/* ------------------------------------------ */
/* UNIVERSAL TYPOGRAPHY */
/* ------------------------------------------ */

h1, h2, h3, h4, p {
	text-align: left;
	}

h1, h2, h3, h4 {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	}


h1 {
	font-size: 3em;
	line-height: 1.8em;
	}

h2 {
	font-size: 2em;
	margin-bottom: 1.5em;
	line-height: 1.8em;
	}
	
h3 {
	font-size: 1.2em;
	margin-top: 4em;
}


p {
	font-size: 1em;
	line-height: 1.8em;
	padding-bottom: 1em;
	margin-top: 1em;
}
	
.pintro {
	font-size: .9em;
	letter-spacing: 1px;
	font-style:italic;	
	}
	
.phome {
	font-size: 1.6em;
	line-height: 1.6em;
	font-style: italic;
	}
	
.pspacer { margin-top:6em; }



/* ------------------------------------------ */
/* NORMAL LINKS */
/* ------------------------------------------ */

a:link, a:visited { 
	outline: none;
	text-decoration: none;
	color: #a9200e;
	}

a:hover, a:active { 
	text-decoration: none;
	outline: none;
	border-bottom: #a9200e 1px dotted;
	color: #a9200e;
	}

a img {
	margin: 2px;
	border: #a8b5ae 1px solid;
	}
	
	

/* ------------------------------------------ */
/* SITE STRUCTURE */
/* ------------------------------------------ */	
	
.floatleft { float: left; }

.floatright { float: right; }

.clear { clear: both; }


#wrapper {
	position: relative;
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	overflow: auto;
	}
	

#content  { 
	margin: 0 auto;
	position: relative; 
	width: 240px;
	min-height: 100%;
}
		



/* ------------------------------------------ */
/* CONTACT FORM */
/* ------------------------------------------ */	



.pform {
	font-size: .9em;
	text-align: left;
	}

	
form {
	width: 230px;
	width: 230px;
	text-align: left;
	padding-bottom: 2em;
	font-size: 1.3em;
	}
	
label {
	float: left;
	margin: 1.6em 0 0.25em 0;
	font-size: .8em;
	width: 160px;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	letter-spacing:1px;
	text-transform: uppercase;
	}

.full {
	width: 240px;
	float: left;
}

.sectionwrap {
	width: 230px;
	float: left;
	clear: right;
}


fieldset {
	margin: 0;
	border: 0;
	padding-bottom: 1em;
	padding-top: 1em;
}
	
input {
	display: block;
	float: left;
	background-color: #fcf5e2;
	font-size: 1em;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	letter-spacing:1px;
	border-radius: 5px;
	}
	
#email, #firstname, #phone {
	padding:.5em;
	clear:left;
	border: 1px solid #a4a08c;
	width: 230px;
	float: left;
	}

.emailadd {
	float: left;
}
	
	
select {
	float: left;
	display: block;
}

	
#details {
	display: block;
	clear: left;
	background-color: #fcf5e2;
	font-size: 1em;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	letter-spacing:1px;
	border: 1px solid #a4a08c;
	border-radius: 5px;
	width: 240px;
}

#firstname:focus,
#phone:focus,
#email:focus,
#eventype:focus,
#details:focus {
	border: 1px solid #a9200e;
}

button {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	letter-spacing:1px;
	color: #a9200e;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
	padding: .5em;

}




