@charset "utf-8";
/* CSS Document */

@import url('reset.inc.css');
@import url('text.inc.css');
@import url('elements.inc.css');

body {
	background: #000000 url(../../images/body_2010_bg.gif) no-repeat 50% -5% fixed; color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	line-height: 1.25;
	margin: 10px 10px 10px 10px;
}

img {
	vertical-align: bottom;
}

form input[type=button], form input[type=submit], form input[type=reset], button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #663366 url(../../images/button_bg.png) repeat-x;
	border: none;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 8pt;
	padding: 5px 40px 5px 40px;
	text-shadow: #000000 2px 2px 2px;
}

form input[type=submit][disabled] {
	background: #666666 ;
}

form input[type=text] {
}

form input[type=text], form input[type=password] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #000000;
	border: #663366 solid 1px;
	color: #999999;
	font-family: inherit;
	font-size: inherit;
	padding: 5px 5px 5px 5px;
	margin: 5px 0px 0px 0px;
}

form select {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #000000;
	border: #663366 solid 1px;
	color: #999999;
	font-family: inherit;
	font-size: inherit;
	padding: 4px 5px 4px 5px;
	margin: 5px 0px 0px 0px;
}

form textarea {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #000000;
	border: #663366 solid 1px;
	color: #999999;
	font-family: inherit;
	font-size: inherit;
	padding: 5px 5px 5px 5px;
	margin: 5px 0px 0px 0px;
}

form input[type=text]:focus, form input[type=password]:focus, form textarea:focus {
	color: #ffffff;
}

form input[type=radio], form input[type=checkbox] {
	cursor: pointer;
}

form label {
	font-size: 12pt;
}

fieldset {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: #663366 solid 1px;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 10px 0px;
}

	fieldset legend {
		font-family: "Comic Sans MS", cursive
		font-size: 12pt;
		font-weight: bold;
		padding: 0px 10px;
	}

del {
	color: #666666;
	text-decoration: line-through;
}

ins {
	text-decoration: underline;
}

#wrapper {
	position: relative; z-index: 2;
	margin: 0px auto;
	width: 1165px;
}

/*

#body_border {
	background: url(../../images/body_border_bg.png) no-repeat; z-index: 2;
	position: fixed; top: 0px; left: 10px;
	width: 30px; height: 100%;
}

#swirl1 {
	background: url(../../images/swirl1_bg.png) top right no-repeat;
	position: fixed; top: -30px; right: -30px; z-index: 1;
	height: 400px; width: 300px;
}

#swirl2 {
	background: url(../../images/swirl2_bg.png) top right no-repeat;
	position: fixed; bottom: -20px; right: -20px; z-index: 1;
	height: 300px; width: 300px;
}

#swirl3 {
	background: url(../../images/swirl3_bg.gif) top right no-repeat;
	position: fixed; bottom: 0px; left: -20px; z-index: 1;
	height: 500px; width: 200px;
}

*/

#header {
	/* background: #333333 url(../../images/header_bg.gif) bottom left repeat-x; */
	/* background: #333333 url(../../images/header_0001.jpg) center no-repeat; */
	border: #636 solid 1px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px -1px 0px;
	width: 965px; height: 128px;
	position: relative;
}
	
	#header a {
		color: inherit;
		text-decoration: none;
	}
	
	#header #header_background {
		background: #000000;
		position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px;
		z-index: 2;
	}
	
	#header #header_logo {
		position: absolute; top: 20px; left: 20px; right: 50%;
		z-index: 4;
	}
	
	#header #header_date {
		text-align: center;
		text-shadow: #000000 2px 2px 5px;
		position: absolute; top: 20px; left: 360px;
		z-index: 4;
	}
	
	#header #header_swirl {
		background: url(../../images/header_swirl.png) no-repeat;
		position: absolute; bottom: 0px; right: 0px; z-index: 3;
		height: 140px; width: 240px;
	}
	
	#header #header_sponsors {
		position: absolute; bottom: 62px; right: 10px; z-index: 5;
		width: 300px; height: 76px;
	}
	
	#header #header_buttons {
		position: absolute; bottom: 10px; right: 10px; z-index: 5;
	}
	
#content {
}

	#content a[href] {
		color: inherit;
		text-decoration: underline;
	}
	
	#content table.table {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: #663366 solid 1px;
		border-collapse: collapse;
		empty-cells: show;
		margin: 0px 0px 12px 0px;
		padding: 0px 0px 0px 0px;
	}
	
		#content table.table thead tr th {
			font-size: 12pt;
			font-weight: bold;
			text-align: center;
			border: #663366 solid 1px;
			padding: 5px 5px 5px 5px;
		}
		
		#content table.table tbody tr th {
			font-size: 10pt;
			font-style: italic;
			font-weight: bold;
			color: #996699;
			text-align: left;
			border: #663366 solid 1px;
			padding: 5px 5px 5px 5px;
		}
		
		#content table.table tbody tr td {
			text-align: left;
			border: #663366 solid 1px;
			font-size: 8pt;
			padding: 5px 5px 5px 5px;
		}
		
	#content #countdown {
		color: #ffcce5;
	}

	#content #content_top {
		background: #303 url(../../images/content_top_bg.gif) 0% 50% repeat-x;
		border-top: #636 solid 1px;
		border-bottom: #636 solid 1px;
		font-size: 8pt;
		padding: 5px 10px 5px 10px;
		margin: 0px 178px 0pt 0pt;
	}
	
	#content #content_left {
		background: transparent;
		border: #636 solid 1px;
		float: left;
		width: 193px;
		margin: -1px 0px 0px 0px;
		padding: 0px 1px 0px 1px;
		position: relative;
	}
	
	#content #content_center {
		float: left;
		width: 770px; min-height: 600px;
		padding: 10px 10px 0px 10px;
		position: relative;
	}
	
	#content #content_center_background {
		background: #000000;
		position: absolute;
			top: 0px; right: 0px; bottom: 0px; left: 0px; z-index: 5;
		-moz-opacity: 0.75; filter: alpha(opacity=75); opacity: 0.75;
	}
	
	#content #content_left_background {
		background: #330033;
		position: absolute;
			top: 0px; right: 0px; bottom: 0px; left: 0px; z-index: 5;
		-moz-opacity: 0.75; filter: alpha(opacity=75); opacity: 0.75;
	}
	
	#content #content_center_x, #content #content_left_x {
		position: relative;
		z-index: 5;
	}
	
	#content #content_right {
		background: #111111;
		min-width: 120px; max-width: 160px;
		min-height: 300px; max-height: 600px;
		margin: 10px 10px 20px 0px;
		float: right;
	}
	
	#content #navbar {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
		
		#content #navbar a {
			color: inherit;
			text-decoration: none;
		}
		
		#content #navbar .nav_main:before {
			content: '';
		}
		
		#content #navbar .nav_main {
			background: url(../../images/nav_main_bg.png) repeat-x;
			background-color: #330033;
			font-size: 12pt;
			list-style: none;
			padding: 5px 10px 5px 10px;
			margin: 1px 0px 1px 0px;
			text-shadow: #000000 2px 2px 5px;

		}
		
		#content #navbar .nav_main:hover {
			background: url(../../images/nav_main_bg.png) repeat-x;
			background-color: #663366;
		}

		#content #navbar .nav_sub1:before {
			content: ' »  ';
		}
		
		#content #navbar .nav_sub1 {
			background: url(../../images/nav_sub_bg.png) repeat-x;
			list-style: none;
			margin: 0px 0px 1px 0px;
			padding: 5px 10px 5px 10px;
			font-size: 9pt;
			text-shadow: #000000 2px 2px 2px;
		}
		
		#content #navbar .nav_sub1:hover {
		}

		#content #navbar .nav_sub2:before {
			content: ' ●  ';
		}
		
		#content #navbar .nav_sub2 {
			background: url(../../images/nav_sub_bg.png) repeat-x;
			list-style: none;
			margin: 0px 0px 1px 0px;
			padding: 5px 10px 5px 25px;
			font-size: 9pt;
			text-shadow: #000000 2px 2px 2px;
		}
		
		#content #navbar .nav_sub2:hover {
		}

#footer_sponsors {
	border-top: #636 double 3px;
	border-bottom: #636 double 3px;
	padding: 20px 0px 10px 0px;
	text-align: center;
}

#footer {
	padding: 20px 0px 10px 0px;
	text-align: center;
}

#pridecreations {
	padding: 10px 0px 5px 0px;
	text-align: center;
}

.clear {
	clear: both;
}

