﻿/* Page Level Styles */
html {
	margin: 0px;
	min-width: 760px;
	max-width: 1200px;
}

body {
	margin: 0px;
	background-color: black;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;
	background-color: black;
}

h1 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 20pt;
}

/* Header Styles */
#headercontainer {
	width: 100%; 
	min-width: 990px;
	height: 250px; 
	z-index: 1; 
	background-image:url('images/header.jpg');
	background-color: black;
	background-repeat:no-repeat;
	
}
#pirateship {
	float: right;
	margin: 32px 8px 8px 8px;
	
	
}

/* Spacers */
.horizontalspacer, .verticalspacerleft, .verticalspacerright {
	background-color: #000000;
}
div.horizontalspacer {
	width: 100%;
	height: 4px;
}
div.verticalspacerleft {
	float: left;
	width: 4px;
	height: 100%;
	min-height: 100px;
}
div.verticalspacerright {
	float: right;
	width: 4px;
	height: 100%;
	min-height: 100px;
	overflow: hidden;
}

/* Main Body Layout */
#maincontainer {
	width: 100%;
	overflow: hidden;
}

#contentcontainer {
	overflow: hidden;
	background-color: white;
	height:100%;
	margin:0px,4px,0px,4px;
}

#navigation {
	float: left;
	width: 15%;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	background-color: #FFFFFF;
	min-width: 150px;
}

#rightsponsorbar {
	float: right;
	width: 25%;
	height: 100%;
	background-color: white;
	min-width: 120px;
	text-align: center;
	margin-bottom: -2000px;
	padding-bottom: 2000px;

}

#rightsponsorbar img {
	width: 120px;
}

#contentpane {
	min-height: 500px;
	margin:8px;
}

/* Sponsor and Advertising Styles */
#rightsponsorbar img {
	padding: 2px;
}
a img {
border-width:0px;
}


/* Pirate Trivia Styles */
#triviacontainer {
	display:block;
	min-width: 400px;
	background-image: url('images/footer_bg.jpg');
	background-repeat:repeat-x;
	height: 32px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px 8px 0px 8px;

}
#triviacontainer:hover {
	background-image: none;
	background-color: black;
}
div.triviaquestion {
	text-align: left;
	vertical-align: middle;
	color: white;
	font-weight: bold;
	font-size: 16pt;
	text-shadow: 3px 3px 6px #000000;

}
div.triviaanswer {
	text-align: right;
	vertical-align: middle;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 20pt;
	text-shadow: 3px 3px 8px #FF0000;
}

/* Navigation Styles */
#navigation a:hover {
	display: block;
	margin: 2px;
	background-color: red;
	color: white;
	text-decoration: none;
}

#navigation a {
	display:block;
	margin: 2px;
	background-color: white;
	color: Maroon;
	text-decoration: none;
	font-weight: bold;
}

#currentpage {
	display: block;
	margin: 2px;
	background-color: Maroon;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

/* Footer Styles */
#footercontainer {
	width: 100%;
	height: 84px;
	background-color: black;
	background-image: url('images/footer_bg.jpg');
	background-repeat: repeat-x;
}

#venturecrew {
	float: right;
}
#firstfrc {
	float: left;
}

/* Floating Images */
div.imagecontainer {
	text-align: justify;
	}
div.imagecontainer > div {
	width: 100px; /* Declare your value. Can be in relative units. */
	display: inline-block;
	vertical-align: top;

	/* IE fix. */
	*display: inline;
	zoom: 1;
	}
div.imagecontainer:after {
	content: "";
	width: 100%;
	display: inline-block;
    }
