/* css stylesheet for WHOA Magazine */


/* --- baseline text stuff --- */
body {
	font-size: 12px;
	line-height: 1.4166666666666667em;
	margin: 0; padding: 0
}
h1 {
	margin: 0;
	font-size: 1.6666666666666667em;
	line-height: 0.85em;
	margin-bottom: 0.85em;
}
h2 {
	margin: 0;
	font-size: 1.5em;
	line-height: 0.9444444444444444em;
	margin-bottom: 0.9444444444444444em;
}
h3 {
	margin: 0;
	font-size: 1.3333333333333333em;
	line-height: 1.0625em;
	margin-bottom: 1.0625em;
}
h4 {
	margin: 0;
	font-size: 1.1666666666666667em;
	line-height: 1.2142857142857142em;
	margin-bottom: 1.2142857142857142em;
}
p, ul, blockquote, pre, td, th, label {
	margin: 0;
	font-size: 1em;
	line-height: 1.4166666666666667em;
	margin-bottom: 1.4166666666666667em;
}
p.small {
	margin: 0;
	font-size: 0.8333333333333334em;
	line-height: 1.7em;
	margin-bottom: 1.7em;
}
table {
	border-collapse: collapse;
	margin-bottom: 1.4166666666666667em;
}


/* --- general styles --- */

html, body {
	background-color: #e6e5d7;
	color: #333;
	font-family: "Lucida Grande", Verdana, "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
}

h1, h2 {
	color: #492f90;
	background-color: transparent;
	font-weight: bold;
}
	h2 {
		font-size: 1.15em;
	}

img {
	margin-bottom: 1em;
}

td {
	vertical-align: top;
}

strong { font-weight: bold; }
em { font-style: italic; }

a, a:link, a:visited {
	text-decoration: underline;
	color: #492f8f;
	background-color: transparent;
	}
	a:hover, a:active {
		text-decoration: underline;
		color: #5e4c8f;
		background-color: transparent;
	}

label { 
	display: inline-block; 
	text-align: left; 
	width: 50px; 
	padding-left: 5px;
	vertical-align: middle;
}
	#survey label { 
		display: inline-block; 
		text-align: right; 
		width: 100px; 
		padding-left: 5px;
		padding-right: 5px;
		vertical-align: top;
	}

input[type="text"] {
	vertical-align: top;
}


/* --- general sectional stuff --- */
#hd {
	margin-top: 10px;
}
	#nav ul {
		padding-left: 0;
		margin-left: 0;
		background-color: #492f90;
		color: #fff;
		float: left;
		width: 100%;
	}
	#nav ul li { display: inline; }
	#nav ul li a, #nav ul li a:link, #nav ul li a:visited {
		padding: .5em;
		text-decoration: none;
		float: left;
		text-align: center;
		border-right: 1px solid #fff;
		background-color: #492f90;
		color: #fff;
	}
	#nav ul li a:hover, #nav ul li a:active, #nav ul li a.active {
		padding: .5em;
		text-decoration: none;
		float: left;
		text-align: center;
		border-right: 1px solid #fff;
		background-color: #685a8f;
		color: #fff;
	}

#bd {
	margin-top: 10px;
}
	.text {
		background: #f0f0e5 url('../../images/box_bkgd.gif') no-repeat top right;
	}
	.text h1, .text h2, .text p, .text form {
		margin: 15px;
	}

#ft {
	margin-top: 10px;
	border-top: 1px solid #492f90;
}
	#ft p {
		margin-top: .5em;
	}