/****************************************************************
*****************************************************************
*** default.css
*** 
*** Default CSS file for display of all
*** pages within the Diva Designs website.
***
*** author: Brennan Wilcox - http://www.brightstarmedia.net
*** created: 11/11/2005
*** last updated: 12/16/2005
***
*** Copyright (c) 2005, Diva Designs
*****************************************************************
*****************************************************************/

/****************************************
 ** REMOVE DEFAULT BROWSER SETTINGS    **
 ** (ensures consistent cross-browser  ** 
 **   rendering)                       **
 ****************************************/
html, body, ul, ol, dl, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;  	/* zeroes the margins */
padding: 0;		/* zeroes the padding */
border: 0;		/* zeroes off any existing border */
}


/****************************************
 **
 ** GENERAL PAGE SETTINGS
 **
 ****************************************/
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.01%;
	margin: 25px;
	
	/* background: #D2E3C0; */ /* neutral green-beige */
	/* background: #DA72A7; 
	background: #F4D7F4; 
	background: #EAAECD;  
	background: #AEEAE9; */ /* turquoise */

	background: #FFFF7A; /* yellow */
	
	border: 1px solid black;
}

h1, h3, p, form {
	margin-bottom: 1em;
}

/*   LINK SETTINGS    */
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #632ba0;
	background-color: transparent;
}

a:hover, a:active {
	text-decoration: underline overline;
	font-weight: bold;
	color: #632ba0;
	/* background-color: #D2E3C0; */
	background-color: white;
}

/*   IMAGE SETTINGS    */
img {
	border: none;
}

/*   LIST SETTINGS     */
ul {
	list-style-type: none;
	margin-left: 2em;
}

li {
	line-height: 1.7em;	
}

#scrapClasses dl {
	margin-left: 2em;
}

#scrapClasses dt {
	font-style: italic;
	font-weight: bold;
}

#scrapClasses dd {
	margin-left: 2em;
}
#registrationOptions dt {
	font-style: italic;
	font-weight: bold;
}

/****************************************
 **
 ** DIV AND CLASS SETTINGS
 **
 ****************************************/
#pageContainer {
	background: white;
}

#pageHeader {
	border-bottom: 1px solid black;
}

		#headerContainer {
			padding: 10px 20px 20px 20px;
		}
		
		#header {
			width: 100%;
			height: 214px;
			background-color: #fff;
			background-image: url(../images/DivaLogo2.gif);
			background-repeat: no-repeat;
		}

#navigation {
	border-bottom: 1px solid black;
	background-color: #dfd4ec;
}

		#navMenu {
			font-weight: bold;
			text-align: center;
		}
		
		#navMenu ul {
			list-style: none;
			padding: 5px;
		}
		
		#navMenu ul li { 
			display: inline;
		}

#pageContent {
	border-bottom: 1px solid black;
}

		#contentContainer {
			padding: 20px;
		}
		
		#prizeList, #vendorList {
			padding: 20px;
		}

#pageFooter {
	background-color: #dfd4ec;
	font-size: 70%;
	text-align: center;
	padding: 20px;
}

.visible {
	display: block;
}
.hidden {
	display: none;
}
.leftMargin3em {
	margin-left: 3em;
}
.rightMargin3em {
	margin-right: 3em;
}	
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}
.textBigger {
	font-size: 120%;
}
.textBold {
	font-weight: bold;
}
.textItalic {
	font-style: italic;
}
.textSmall {
	font-size: 70%;
}
.w75pct {
	width: 75%;
}
.floatClear {
	clear: both;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.highlightBox {
	background-color: #dfd4ec;
	text-align: center;
	padding: 20px;
	margin: auto;
	width: 50%;
	border: 1px solid black;
}

/* Hides from IE5-mac \*/
* html .peekaboo {height: 1%;}
/* End hide from IE5-mac */