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

body {
	background-position: top;
	background-color: #8bd944;
	background-image: url("backgroundFade.jpg");
	background-repeat: repeat-x;
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#container {
	background-color: #000000;
	border-bottom: 1px solid #73BF30;
	border-left: 1px solid #73BF30;
	border-right: 1px solid #73BF30;
	margin: auto;
	padding: 0px;
	width: 1000px;
}

#header {
	background-image: url("banner.jpg");
	background-repeat: no-repeat;
	padding: 0px 10px;
}

#banner {
	height: 400px;
}

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

#navigation {
	color: #d94444;
	margin: auto;
	padding: 0px;
	text-align: center;
	width: 800px;
}

#navigation a:link, #navigation a:visited {
	color: #aaaaaa;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover, #navigation a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

/* ----- CONTENT ----- */

#content {
	border-bottom: 1px solid #333;
	border-left: 1px solid #ddd;
	border-right: 1px solid #333;
	border-top: 1px solid #ddd;
	margin: 10px;
	padding: 10px;
	text-align: justify;
	width: 960px;
}

#content a { 
	color: #8bd944; 
	font-weight: bold; 
	text-decoration: none;
}

#content a:hover { text-decoration: underline; }

#belowContent {
	background-image: url("bottomFade.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	height: 25px;
}

.description { color: #c1c1c1; }

/* ----- HOME TABLE TOP ----- */

.homeTableTop {
	background-color: #000000; 
	float: none; 
	font-weight: bold;
	text-align: center; 
	width: 950px;
}

table.homeTableTop td {
	color: #ffffff; 
	width: 33%;
}

table.homeTableTop td a { font-size: 12px; }

/* ----- HOME TABLE BOTTOM ----- */

.homeTableBottom {
	background-color: #000000; 
	color: #FFFFFF; 
	width: 600px;
}

table.homeTableBottom tr { text-align: left; }
table.homeTableBottom td { width: 50%; }

table.homeTableBottom td a { font-size: 12px; }

/* ----- ICONS ---- */
#icons {
	text-align: center;
}

img {
	border-bottom: 1px solid #333;
	border-left: 1px solid #ddd;
	border-right: 1px solid #333;
	border-top: 1px solid #ddd;
}

img.noBorder { border: 0px; }

/* ----- BOTTOM NAVIGATION ----- */

#bottomNavigation {
	background-color: #8bd944;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
}

#bottomNavigation a:link, #bottomNavigation a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#bottomNavigation a:hover, #bottomNavigation a:active {
	color: #40806C;
	font-weight: bold;
	text-decoration: underline;
}

/* ----- TABLE ----- */
table {
	background-color: #a1ae86;
	clear: none;
	color: #000000;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10px;
}

tr { vertical-align: top; }

tr.header { background-color: #000000; color: #ffffff; font-weight: bold; }

table.redTable tr.odd { background-color: #913737; color: #ffffff; }
table.redTable tr.even { background-color: #bd4f4f; color: #000000; }

table.orangeTable tr.odd { background-color: #916737; color: #ffffff; }
table.orangeTable tr.even { background-color: #bd8a4f; color: #000000; }

table.yellowTable tr.odd { background-color: #8b9137; color: #ffffff; }
table.yellowTable tr.even { background-color: #b5bd4f; color: #000000; }

table.greenTable tr.odd { background-color: #5b9137; color: #ffffff; }
table.greenTable tr.even { background-color: #7bbd4f; color: #000000; }

table.forrestTable tr.odd { background-color: #379143; color: #ffffff; }
table.forrestTable tr.even { background-color: #4fbd5e; color: #000000; }

table.tealTable tr.odd { background-color: #379173; color: #ffffff; }
table.tealTable tr.even { background-color: #4fbd98; color: #000000; }

table.cyanTable tr.odd { background-color: #377f91; color: #ffffff; }
table.cyanTable tr.even { background-color: #4fa7bd; color: #000000; }

table.blueTable tr.odd { background-color: #376091; color: #ffffff; }
table.blueTable tr.even { background-color: #4f81bd; color: #000000; }

table.purpleTable tr.odd { background-color: #4f3791; color: #ffffff; }
table.purpleTable tr.even { background-color: #6c4fbd; color: #000000;}

table.violetTable tr.odd { background-color: #7f3791; color: #ffffff; }
table.violetTable tr.even { background-color: #a74fbd; color: #000000;}

table.pinkTable tr.odd { background-color: #913773; color: #ffffff; }
table.pinkTable tr.even { background-color: #bd4f98; color: #000000;}

table tr.even:hover, table tr.odd:hover { background-color: #ffffff; color: #000000; }

#content table.yellowTable tr.odd a { color: #000; }
#content table.yellowTable tr.even a { color: #000; }

table tr.even:hover a, table tr.even:hover a { color: #000000; }

/* ----- MISC ----- */
.blue { color: #60a0ff; }

.red { color: #ff6060; }		/* ----- Albums ----- */
.orange { color: #ffb561; }		/* ----- Basketball Games ----- */
.yellow { color: #f4ff61; }		/* ----- Blogs ----- */
.green { color: #a0ff61; }		/* ----- Books ----- */
.forrest { color: #61ff76; }	/* ----- Comics ----- */
.teal { color: #61ffca; }		/* ----- Live Shows ----- */
.cyan { color: #61dfff; }		/* ----- Movies ----- */
.blue { color: #618bff; }		/* ----- Photos ----- */
.purple { color: #8b61ff; }		/* ----- Purchases ----- */
.violet { color: #df61ff; }		/* ----- TV Shows ----- */
.pink { color: #ff61ca; }		/* ----- Video Games ----- */
