/* ------------------------------------
KNOPF SPEAKERS BUREAU
Master Stylesheet
Author: Michael Borum, etherweave
http://www.etherweave.com

Version: October 2006
--------------------------------------*/

/* LINKS */

a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	}
	
a:link {
	color: #960;
	}
a:visited {
	color: #666;
	}
a:hover {
	color: #922;
	}
a:active {
	color: #922;
	}

a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
/* TEXT HEADERS and SUBHEADS */

h1 {
	font-family: "Times New Roman", Times, TimesRoman, TimesNewRoman, serif;
	font-size: 28px;
	font-weight: normal;
	color: #333;
	letter-spacing: 1px;
	margin: 0 0 5px 0;
	padding: 2px 0 0 0;
	}

h2 {
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	}

h3 {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	}

/* HORIZONTAL RULE */

hr {
	height: 1px;
	border-top: 1px solid #960;
	border-bottom: none;
	border-right: none;
	border-left: none;
	margin: 15px 0 0 0;
	padding: 0;
	}
	
/* LISTS */

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

/* FORMS and INPUTS */

fieldset {
	border: none;
	padding: 10px;
	margin: 0;
	padding: 0;
	}
	
input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	border-top: 1px solid #960;
	border-left: 1px solid #960;
	border-bottom: 1px solid #c93;
	border-right: 1px solid #c93;
	padding: 2px;
	margin: 0;
	}

select {
	width: 200px;
	}

input.radio {
	border: none;
	background: #960;
	}
	
input.submit {
	background: #fff;
	color: #960;
	font-family: Georgia, Times, TimesRoman, TimesNewRoman, serif;
	font-size: 11px;
	font-weight: bold;
	/*line-height: 100%;*/
	letter-spacing: 1px;
	border-top: 1px solid #c93;
	border-left: 1px solid #c93;
	border-bottom: 1px solid #960;
	border-right: 1px solid #960;
	padding: 1px 3px ! important;
	margin: 0;
	width:auto;
	overflow:visible;
	}
input.submit * {
	margin:0;padding:0;
}

label {
	float: left;
	width: 12em;
	}
	
label img {
	margin: 0;
	padding: 0;
	}

input:focus, textarea:focus, select:focus {
	background: #f3e7ab;
	}
	
textarea {
	border-top: 1px solid #960;
	border-left: 1px solid #960;
	border-bottom: 1px solid #c93;
	border-right: 1px solid #c93;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
.textonly {
	display:none ! important;
}

.dead { color: #960; }
