/* ---------------------------------------------- /

   NPHS Speakeasy Stylesheet
	   Updated: Sun 02.10.08 @ 4:15pm
	   Author: Kelley Curry, webmaster@discoverhurley.org
	   Copyright 2008. 
	   Please don't copy any of the CSS from this site without contacting me to ask for permission. 
	   Just ask - I'm friendly! The exception to this is the CSS Reset section, which is provided for public 
	   use by Eric Meyer. (Currently at http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/)
   
   INDEX:
	   =CSS RESET=
	   =LAYOUT=
	   =TYPOGRAPHY=
	   =IMAGERY=
	   =FORM=
	   =LINKS=
	   =NAVIGATION=

	COLORS:  
		Background: #ffcc00
	
/ ---------------------------------------------- */


/* ---------------------------------------------- /                         
                   =CSS RESET= 
/ ---------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* blockquote, q {
	quotes: none;
}										took this section out as it causes problems http://www.paulchaplin.com/blog/css-reset-and-quirky-quotes */
:focus {								/* remember to define focus styles! */
	outline: 0;
}
ins {									/* remember to highlight inserts somehow! */
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {									/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------------------------------------------- /
                    =LAYOUT= 
/ ---------------------------------------------- */

body {
	background: url(images/bkg-wide.png) repeat-y top;
	background-color: #ffcc00;
}
html, body {
	height: 100%;
	width: 100%;
}
#wrapper {
	position: relative;
	width: 960px;
	min-height: 100%;
	margin: 0 auto;
	background: url(images/logo300.png) no-repeat 20px 20px;
	background-color: #ffcc00;
}
#home #wrapper {
	background: url(images/logo500.png) no-repeat 20px 20px;
}
#branding {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 194px;
	height: 300px;
}
#home #branding {
	width: 325px;
	height: 500px;
}
#navMain {
	position: relative;
	float: left;
	width: 200px;
	margin: 350px 0 0 20px;
	padding-bottom: 70px;
	display: inline;			/* fixed doubled float margin bug in IE6 */
}
#home #navMain {
	position: relative;
	float: right;
	width: 540px;
	margin: 20px 0;
	padding-bottom: 0;
}
#contentMain {
	position: relative;
	float: right;
	width: 610px;
	padding: 0 20px 70px 0;
}
#home #contentMain {
	clear: right; 
	width: 560px;
	margin: 20px 0 0 -30px;
	padding: 0;	
}
#auction #contentMain, 
#style #contentMain,
#sponsor #contentMain {
	float: left;
	width: 380px;
	margin: 0 20px 0 70px;
	padding-right: 0;
}
#contentSecondary {
	position: relative;
	float: right;
	width: 220px;
	margin: 130px 0 0 20px;
	padding-bottom: 70px;
}
#home #contentSecondary {
	width: 480px;
	margin: 0;
	padding-bottom: 86px;
}
#sponsor #contentSecondary {
	width: 230px;
	margin: 0;
}
#auction #contentSecondary,
#style #contentSecondary {
	width: 230px;
	margin: 0;
}
#footer {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 50px;
	margin-top: -50px;
	background-color: #000;
}
#home #footer {
	height: 70px;
	margin-top: -70px;
}
#footer #credits {
	position: relative;
	width: 100%;
	height: 20px;
	background: url(images/bkg-wide.png) repeat-y top;
	background-color: #ffcc00;	
}
#footer #contactinfo {
	position: relative;
	width: 920px;
	height: 40px;
	margin: 0 auto;
	padding: 10px 20px 0 20px;
	color: #fff;
}
.sponsor {
	float: left;
	margin: 6px 40px 14px 0;
	border-left: solid 1px #ffffff;
	padding-left: 6px;
}
#hotsytotsy.sponsor {
	clear: left;
	margin: 20px 0 0 0;
}
#sponsor div.sponsor {
	margin-top: 30px;
}
#location {
	position: relative;
	float: left;
	width: 412px;
	margin: 320px 0 0 20px;	
	padding-bottom: 86px;
	display: inline;			/* fixed doubled float margin bug in IE6 */
}
#sponsor #location {
	position: absolute;
	top: 0;	
	left: 0;
	width: 150px;
	margin: 700px 0 0 50px;	
	padding-bottom: 64px;
}

/* ---------------------------------------------- /
                  =TYPOGRAPHY=
/ ---------------------------------------------- */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 76%;
	line-height: 120%;
}
h1 {
	font-family: Georgia, Lucida Grande, Lucida Bright, "Times New Roman", Times, serif;
	font-size: 2em; 
	margin: 20px 0 0 0;
	color: #fff;
}
h2 {
	font-family: Georgia, Lucida Grande, Lucida Bright, "Times New Roman", Times, serif;
	font-size: 2em; 
	line-height: 1.2em;
	margin: 1em 0 0.2em 0;
}
h3 {
	font-family: Georgia, Lucida Grande, Lucida Bright, "Times New Roman", Times, serif;
	font-size: 1.5em; 
	line-height: 1.2em;
	color: #fff;
	margin: 1.2em 0 0.1em 0;
}
h4 {
	font-family: Georgia, Lucida Grande, Lucida Bright, "Times New Roman", Times, serif;
	font-size: 1.2em; 
	color: #fff;
	margin: 0.75em 0 0.1em 0;
}
p {
	font-size: 1em; 
	line-height: 1.4em;
	margin-top: 1em;
}
dl {
	line-height: 1.4em;
	margin-top: 0.5em;i
}
dt {
	font-size: 1em;
	font-weight: bold;
}
#home #contentMain p {
	font-size: 2em; 
	margin: 0;
}
#home #contentMain .strong {
	font-weight: 700; 
}
#credits p {
	width: 920px;
	margin: 0 auto;
	color: #000;
	font-size: 0.75em;
	line-height: 1.2em;
	padding: 0 20px;
}
#contactinfo h1,
#contactinfo p {
	display: block;
	float: left;
	height: 20px;
	margin-top: 2px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.3em;
}
#contactinfo p {
	text-indent: 36px;
	font-weight: 700;
}
#contentSecondary li {
	line-height: 1.4em;
}
#home #contentSecondary li,
#sponsor #contentSecondary li {
	margin-bottom: 0;
}
#auction #contentSecondary li {
	font-weight: bold;
	text-indent: -18px;
	padding-left: 18px;
}
#sponsor #catsmeow ul {
	font-size: 0.85em;
}
#contentMain ul {
	margin: 0.5em 0 0 3em;
	line-height: 1.6em;
	list-style-image: url(images/bullet-white.png);
}
#auction #contentMain li {
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: Georgia, Lucida Grande, Lucida Bright, "Times New Roman", Times, serif;
	font-size: 1.2em;
}
.sponsor h3 {
	margin-top: 0;
	margin-bottom: 0.15em;
}
p#benefit {
	margin: -20px 0 0 30px;
	height: 47px;
	width: 373px;
	background: url(images/benefit.png) no-repeat bottom left;
	text-indent: -9999px;
	font-family: Georgia, Lucida Grande, Lucida Bright, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
}
#about h2 + h4 {
	margin-top: 0;
}
#about h4 + p {
	margin-top: 0;
}
#byMail p {
	margin-top: 0;
}
#contentMain h3 + p {
	margin-top: 0.5em;
}
.footnote {
	font-size: 0.8em;
	line-height: 1.2em;
}
.indent {
	padding-left: 30px;
}
.noem {
	font-weight: normal;
}
.strike {
	text-decoration: line-through;
}

/* ---------------------------------------------- /
                   =IMAGERY=
/ ---------------------------------------------- */

#footer img {
	float: left;
	margin: 2px 10px 0 10px;
}
#contactinfo p {
	background: url(images/bulletOrangeOnBlack.png) no-repeat 10px 2px;
}
#hotsytotsy ul {
	display: block;
	float: left;
}
#home #hotsytotsy ul {
	width: 440px;
}
#hotsytotsy li {
	display: block;
	float: left;
	margin: 10px 20px 0 0;
}
#sponsor #hotsytotsy li {
	margin: 20px 20px 0 0;
}
#sponsor #bigcheese img,
#sponsor #catsmeow img {
	margin-bottom: 1em;
}
#location #beehive {
	z-index: 5;
}
#beesknees {
	margin: -20px 0 0 30px;
	z-index: 10;
}
#jokeHeader {
	margin: 40px 0 0 0;
}
#jokeFlapper {
	margin: 60px 0 0 0;
}
#jokeDebutante {
	margin: 100px 0 0 30px;
}
#jokeGoldDigger {
	margin: 100px 0 0 0;
}
#auction #contentMain li img {
	float: right;
	margin-left: 10px;
}
img#logoBHHB {
	width: 125px;
	height: 60px;
}
img#logoMercaldo {
	width: 63px;
	height: 63px;
}
img#logoStir {
	width: 146px;
	height: 55px;
}
img#logoComina {
	width: 147px;
	height: 52px;
}
img#logoOrinoco {
	width: 95px;
	height: 100px;
}
img#logoEyeQ {
	width: 125px;
	height: 77px;
}
img#logoMicrosoft {
	width: 150px;
	height: 27px;
}
img#logoMicrosoft {
	width: 150px;
	height: 27px;
}
img#logoRevfit {
	width: 150px;
	height: 40px;
}

/* ---------------------------------------------- /
                     =FORM= 
/ ---------------------------------------------- */

form {
	padding: 10px 0 0 0;
}
fieldset {
	border: none;
	padding: 10px 0 0 0;
}
fieldset#dollars {
	padding-top: 0;
}
form div {
	margin-top: 8px;
	padding: 0 30px;
}
.dollarDiv,
#contact div {
	height: 1.7em;
}
#totalDiv {
	padding: 0.5em 0 0 30px;
	font-weight: bold;
	height: 1.9em;
}
#totalDiv .addItUp {
	border-top: #000000 solid 1px;
}
#dollars div {
	text-align: right;
}
div.dollarDiv {
	width: 26em;
}
div.addItUp {
	float: right;
	width: 12em;
	margin: 0;
	padding: 0;
	text-align: right;
}
#contact label {
	font-weight: bold;
	float: left;
	width: 150px;
	clear: left;
	text-align: right;
	margin-right: 10px;
}
#dollars label,
#totalLabel {
	float: left;
	clear: left;
	width: 11em;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 10px;
	text-align: left;
}
#invite label {
	font-weight: bold;
	display: block;
}
input[type="text"] {
	width: 20em;
}
input[type="radio"] {
	width: auto;
	float: left;
}
input[type="submit"] {
	margin: 10px 0 0 30px;
	width: auto;
}
form div#phone input{
	margin-top: 0;
}
input#quantity_1, input#state, input#night_phone_a, input#night_phone_b {
	width: 2.5em;
}
input#night_phone_c {
	width: 3.5em;
}
input#zip {
	width: 4em;
}
#dollars input#donationAmount {
	width: 5em;
}
input#subject {
	width: 32em;
}
input#custom {
	margin-top: 8px;
}
input#address2 {
	margin-left: 160px;
}
input + input {
	margin-top: 8px;
}
textarea {
	width: 32em;
	height: 5em;
}
textarea#message {
	height: 7.5em;
}
label {
	margin-top: 8px;
}
label#customlabel {
	float: none;
	margin-bottom: 8px;
}
label#realmccoy, 
label#sugardaddy, 
label#honeydrop {
	width: 25em;
}
label#quantitylabel {
	font-weight: bold;
}

/* ---------------------------------------------- /
                    =LINKS= 
/ ---------------------------------------------- */

a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
} 
#branding a {
	width: 325px;
	height: 500px;
	display: block;
}
#auction #contentSecondary a {
	text-decoration: none;
}
p a {								/* bolded links look too close to non-bolded text */
	margin-left: 1px;
}
#footer a:link,
#footer a:visited {
	color:#fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
#footer a:hover {
	color:#ffcc00;
	text-decoration: none;
}

/* ---------------------------------------------- /
                  =NAVIGATION= 
/ ---------------------------------------------- */

#navMain li {
	position: relative;
	background: url(images/navpixy.png) no-repeat left bottom;  /*prevents flicker in IE*/
	display: inline; 				/* removes gaps in IE6 */
	text-indent: 30px;
} 
#navMain span {						/* Uses Gilder-Levin image replacement because we need the extra span anyway for the background image */
	position: absolute;
	margin-top: 3px;
	width: 100%;
	height: 100%;
}
#navMain #navAbout a span {
	background: url(images/navAbout.png) no-repeat left bottom;
}
#navMain #navTickets a span {
	background: url(images/navTickets.png) no-repeat left bottom;
}
#navMain #navInvite a span {
	background: url(images/navInvite.png) no-repeat left bottom;
}
#navMain #navAuction a span {
	background: url(images/navAuction.png) no-repeat left bottom;
}
#navMain #navSponsor a span {
	background: url(images/navSponsor.png) no-repeat left bottom;
}
#navMain #navStyle a span {
	background: url(images/navStyle.png) no-repeat left bottom;
}
#navMain #navNPHS a span {
	background: url(images/navNPHS.png) no-repeat left bottom;
}
#navMain a {
	position: relative;
	display: block;
	height: 30px;
	width: 200px;
	line-height: 30px;
	text-decoration: none;
}
#navMain a:link,
#navMain a:visited {
	color: #000000;
	background: url(images/navpixy.png) no-repeat left top;  
}
#home #navMain li {
	background: url(images/navpixyHome.png) no-repeat left bottom;  /*prevents flicker in IE*/
	text-indent: 60px;
} 
#home #navMain #navAbout a span {
	background: url(images/navAbout1.png) no-repeat left bottom;
}
#home #navMain #navTickets a span {
	background: url(images/navTickets1.png) no-repeat left bottom;
}
#home #navMain #navInvite a span {
	background: url(images/navInvite1.png) no-repeat left bottom;
}
#home #navMain #navAuction a span {
	background: url(images/navAuction1.png) no-repeat left bottom;
}
#home #navMain #navSponsor a span {
	background: url(images/navSponsor1.png) no-repeat left bottom;
}
#home #navMain a {
	position: relative;
	display: block;
	height: 40px;
	width: 500px;
	line-height: 40px;
	text-decoration: none;
}
#home #navMain a:link, 
#home #navMain a:visited {
	color: #000000;
	background: url(images/navpixyHome.png) no-repeat left top;  
}
#about #navMain #navAbout a,
#tickets #navMain #navTickets a,
#invite #navMain #navInvite a,
#auction #navMain #navAuction a,
#sponsor #navMain #navSponsor a,
#style #navMain #navStyle a,
#home #navMain a:hover {
	background-position: left bottom;
	color: #fff;
} 
#about #navMain #navAbout a span,
#tickets #navMain #navTickets a span,
#invite #navMain #navInvite a span,
#auction #navMain #navAuction a span,
#sponsor #navMain #navSponsor a span,
#style #navMain #navStyle a span {
	background-position: left top;
	color: #fff;
} 
#navMain #navAbout a:hover span,
#navMain #navTickets a:hover span,
#navMain #navInvite a:hover span,
#navMain #navAuction a:hover span,
#navMain #navSponsor a:hover span,
#navMain #navStyle a:hover span,
#navMain #navNPHS a:hover span {
	background-position: left top;
	color: #fff;
}
#home #navMain #navAbout a:hover span,
#home #navMain #navTickets a:hover span,
#home #navMain #navInvite a:hover span,
#home #navMain #navAuction a:hover span,
#home #navMain #navSponsor a:hover span,
#home #navMain #navNPHS a:hover span {
	background-position: left top;
	color: #fff;
}