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

/* USS INDEPENDENCE Style Sheet
Design by FSF Blackjack
October 2009 */


/* ====================== CSS RESET (ADAPTED FROM ERIC MEYER) http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ ===================== */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ==================================== DIVS ============================== */

body {
	background-color: #00316e;
	background-image: url(images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: 130%;
}

#header {
	width: 100%;
	height: 135px;
}

#blackbox {
	width: 800px;
	margin: auto;
	border: 1px solid #fff;
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 20px;
}

#sidebar {
	width: 200px;
	float: left;
	background-image: url(images/sidebarbg.gif);
	background-repeat: no-repeat;
	color: #fff;
}

#gameinfo {
	margin: 20px 0 0 25px;
	color: #ffe08b;
}

#rightcontent {
	width: 548px;
	color: #ffe08b;
	margin: 0 10px 15px 230px;
	text-align: justify;
}

#clear {
	clear: both;
}

#footer {
	width: 800px;
	margin: auto;
	padding: 20px;
	font-size: x-small;
	text-align: center;
	color: #fff;
}


/* ========================= GENERAL ELEMENT STYLES ================= */

a {
	color: #00518e;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 20px;
}

h1 {
	font-size: x-large;
	font-weight: bold;
}

h2 {
	font-size: large;
	text-decoration: underline;
	margin-bottom: 10px;
}

.center {
	text-align: center;
}

.right {
	float: right;
}

.left {
	float: left;
}


/* ========================== HEADER ========================== */

#header hr {
	display: block;
	width: 60%;
	margin-top: 65px;
	color: #fff;
	float: right;
}

#header a {
	display: block;
	width: 800px;
	height: 150px;
	margin: auto;
}

/* ====================== SIDEBAR MENU ====================== */

ul#menu {
	margin: 0; padding: 0;
	list-style: none;
	width: 140px;
	height: 250px;
	margin-left: 50px;
	margin-top: 35px;
	
}
ul#menu li {
	margin: 0; padding: 0;
}

/*--CSS Sprites - Default State--*/
ul#menu a {
	display: block;
	height: 35px; /*--Specify height of navigation--*/
	text-indent: -99999px; /*--Shoot the text off the page--*/
	background-position: left top;
}
/*--CSS Sprites - Hover State--*/
ul#menu a:hover {
	background-position: left -35px;
}
/*--Assign an image and width to each link--*/
ul#menu li.home a {
	background-image: url(images/homefull.gif);
	width: 140px;
}
ul#menu li.roster a {
	background-image: url(images/rosterfull.gif);
	width: 140px;
}
ul#menu li.plaque a {
	background-image: url(images/plaquefull.gif);
	width: 140px;
}
ul#menu li.specs a {
	background-image: url(images/specsfull.gif);
	width: 140px;
}
ul#menu li.history a {
	background-image: url(images/historyfull.gif);
	width: 140px;
}
ul#menu li.awards a {
	background-image: url(images/awardsfull.gif);
	width: 140px;
}

ul#menu li.join a {
	background-image: url(images/joinfull.gif);
	width: 140px;
}

#home li.home a, 
#roster li.roster a, 
#plaque li.plaque a, 
#specs li.specs a, 
#history li.history a, 
#awards li.awards a, 
#join li.join a
{
	background-position: left bottom;
}

/* ======================= SIDEBAR GAME INFO ================== */

#gameinfo a.infoimg {
	display: block;
	width: 75px;
	height: 78px;
}

#gameinfo a#fsfpatch {
	background-image: url(images/fsfpatch.gif);
	float: left;
}

#gameinfo a#delta {
	background-image: url(images/delta.gif);
	float: right;
	margin-right: 10px;
}

/* ======================= TITLE =================== */

.title {
	background-position: top right;
	background-repeat: no-repeat;
	width: 548px;
	height: 40px;
}

#home .title {
	background-image: url(images/hometitle.gif);
}

#roster .title {
	background-image: url(images/rostertitle.gif);
}

#specs .title {
	background-image: url(images/specstitle.gif);
}

#history .title {
	background-image: url(images/historytitle.gif);
}

#plaque .title {
	background-image: url(images/plaquetitle.gif);
}

#awards .title {
	background-image: url(images/awardstitle.gif);
}

#join .title {
	background-image: url(images/jointitle.gif);
}

/* ============================= RIGHT CONTENT ================= */

#rightcontent td {
	text-align: justify;
	padding: 0px;
	margin: 0px;
}

#rightcontent td p {
	margin: 0;
	padding: 0;
	line-height: 100%;
	height: 100%;
}

#rightcontent ul {
	list-style-type: disc;
	margin-left: 30px; 
	text-align: left;
}

#rightcontent ul li ul {
	list-style-type: circle;
	margin-left: 30px;
}

/* ============================ ROSTER TABLE ================= */

#rosterwrap {
	margin-top: 17px;
}

#rosterwrap table {
	border: solid #333;
	border-width: 1px 1px 0 0;
	margin-top: 20px; 
}

#rosterwrap td {
	padding: 10px;
	border: solid #333;
	border-width: 0 0 1px 1px;
	text-align: left;
}

/* ======================= SPECS ============================ */

.specsImgFloat {
	float: right;
	margin: 0 0 10px 15px;
}

/* ======================== CHATLOG ========================= */

#chatlog {
	width: 450px;
	margin: auto;
	background-color: #111;
	padding: 30px;
	text-align: justify;
	border: 1px solid #fff;
}

#chatlog p {
	color: #999;
}

#chatlog h2, #chatlog b {
	color: #bbb;
}



/* ======================== FOOTER ========================== */

#footer a {
	color: #fff;
}

#footer p {
	margin-bottom: 2px;
}
	


