* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	background-image: url(../images/img01.gif);
	/*background-attachment: fixed;*/
	background-repeat: repeat-x;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

form {
}

input, textarea {
	padding: 2px 5px;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	margin-top: 1.5em;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 160%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #CC6B47;
}

a:hover {
	text-decoration: none;
	color: #3760BF;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

hr {
	display: none;
}

#container {
	width: 800px;
	margin: 0 auto;
}

/* Header */

#header-wrap {
	background-color: #000000;
	background-image: url(../images/bannerslice3.png);
	background-repeat: repeat-x;
}

#header {
	width: 800px;
	height: 200px;
	margin: 0 auto;
}

#header img {
	margin: 0 auto;
}

/* #logo {
	width: 800px;
	height: 200px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	margin: 0;
	letter-spacing: -0.05em;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 10px;
	font-size: 3em;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo h2 {
	float: left;
	padding: 67px 0 0 0px;
	font-size: 1.5em;
	font-style: italic;
	color: #858585;
} */

/* Menu */

#menu-wrap {
	background-color: #110906;
	background-image: url(../images/menuwrap.png);
	background-repeat: repeat-x;
}

#menu {
	width: 800px;
	height: 31px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 2px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	margin-right: 6px;
	padding: 5px 31px 5px 20px;
	background: #110906;
	border: 1px #575C5F solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	outline: none;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px; 
}

#menu a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #502f20;
	/*background: #983D3A;*/
	border: 1px #023535 solid;
}

#menu .first a {
	background: #502f20;
	/*background: #983D3A;*/
	border: 1px #023535 solid;
	color: #ffffff;
}

/* ######### this is just for testing purposes ########## */

.ddcolortabs {
	padding: 0;
	width: /*100%*/ 800px;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0 auto;
}

.ddcolortabs ul {
	font: normal 11px Arial, Verdana, sans-serif;
	font-weight: bold;
	margin:0;
	padding:0;
	list-style:none;
}

.ddcolortabs li {
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
}


.ddcolortabs a {
	float:left;
	color: white;
	background: black /*url(images/color_tabs_left.gif) no-repeat left top*/;
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px;
}

.ddcolortabs a span {
	float:left;
	display:block;
	background: transparent /*url(images/color_tabs_right.gif) no-repeat right top*/;
	padding: 4px 8px 2px 7px;
}

.ddcolortabs a span {
	float:none;
}

.ddcolortabs a:hover {
	background-color: #591f20;
}

.ddcolortabs a:hover span {
	background-color: #591f20;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span { /*currently selected tab*/
	background-color: #591f20;
}

.ddcolortabsline {
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: #110906;
	border-top: 1px solid #000; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a {
	position:absolute;
	top: 0;
	border: 1px solid black; /*THEME CHANGE HERE*/
	border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv_a a {
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #678b3f;
	border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: black;
}

* html .dropmenudiv_a a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv_a a:hover { /*THEME CHANGE HERE*/
	background-color: #8a3c3d;
	color: white;
}

/* ########## this ends the testing of the other navigation menu ########## */

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
}

#content {
	background-color: #bdf4f4;
	background-image: url(../images/rocks3.png);
	background-repeat: repeat;
	border-bottom: 4px #000000 solid;
}

/* Post */

.post {
}

.post .title {
	margin: 0;
}

.post .title a {
	text-decoration: none;
}

.post .byline {
	margin: 0;
	padding: 10px 0 10px 15px;
	background: #BBB082;
	letter-spacing: .5em;
	text-transform: uppercase;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
}

.post .entry {
}

.post .meta {
	clear: both;
}

.post .meta a {
	text-decoration: none;
	font-weight: bold;
}

.post .meta a:hover {
	text-decoration: underline;
}

.post .meta .comments {
	padding-left: 20px;
	background: url(../images/img07.gif) no-repeat left center;
}

.post .meta .permalink {
	padding-left: 20px;
	background: url(../images/img08.gif) no-repeat left center;
}

/* Latest Post */


#latest-post-wrap {
	background-color: #6fcfcf;
	background-image: url(../images/ground2.png);
	background-repeat: repeat;
	/*background: #E8DBA7;*/
	border-bottom: 4px #502f20 solid;
}

#latest-post {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	color: #ffcc99;
}

#latest-post h1 {
	margin: 10px 0;
	padding: 0;
}

#latest-post p {
	margin: 0;
	padding-bottom: 15px;
}

#latest-post .meta {
	padding: 10px 0 0 0;
}

#latest-post .byline {
	margin: 0 0 10px 0;
	padding: 10px 0;
	background: #110906;
	/*background: #096818;*/
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px; 
}

#latest-post .byline span {
	padding: 0 0 0 15px;
}

#latest-post .byline a {
	padding: 0 30px 0 0;
	background-image: url(../images/img05.gif) /*no-repeat right top*/;
	background-repeat: no-repeat right top;
	text-decoration: none;
}

#latest-post .byline a:hover {
	text-decoration: underline;
}

/* Recent Posts */

#recent-posts {
	width: 800px;
	margin: 0 auto 10px auto;
	background-color: #ffffff;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}

#recent-posts-form {
	width: 800px;
	margin: 0 auto 10px auto;
	background-color: #666666;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}

#recent-posts h2 {
	margin: 0;
	padding: 10px 0 10px 15px;
	background: #110906;
	letter-spacing: .5em;
	text-transform: uppercase;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}

#recent-posts-form h2 {
	margin: 0;
	padding: 10px 0 10px 15px;
	background: #110906;
	letter-spacing: .5em;
	text-transform: uppercase;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}

#recent-posts h3 {
	margin: 20px 0 0 25px;
	padding: 0;
	font-size: 1.4em;
	color: #cc6b47;
}

#recent-posts-form h3 {
	margin: 20px 0 0 25px;
	padding: 0;
	font-size: 1.4em;
	color: #cc6b47;
}

#recent-posts .post {
	text-align: justify;
	margin: 0 0 0 25px;
	padding: 0;
	width: 750px;
}

#recent-posts-form .post {
	text-align: justify;
	margin: 0 0 0 25px;
	padding: 0;
	width: 750px;
}

#recent-posts h3 a {
	text-decoration: none;
}

#recent-posts-form h3 a {
	text-decoration: none;
}

#recent-posts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#recent-posts-form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#recent-posts li {
	float: left;
	width: 240px;
	padding-left: 29px;
	margin-left: 5px;
}

#recent-posts-form li {
	float: left;
	width: 240px;
	padding-left: 29px;
	margin-left: 5px;
}

#recent-posts li.first {
	padding: 0;
}

#recent-posts-form li.first {
	padding: 0;
}

#recent-posts .byline {
	margin: 0 20px 10px 25px;
	padding: 0;
	border-bottom: 1px #075252 solid;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

#recent-posts=form .byline {
	margin: 0 20px 10px 25px;
	padding: 0;
	border-bottom: 1px #075252 solid;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

#recent-posts .byline span {
}

#recent-posts .byline a {
	padding: 0 30px 0 0;
	text-decoration: none;
}

#recent-posts-form .byline a {
	padding: 0 30px 0 0;
	text-decoration: none;
}

#recent-posts .byline a:hover {
	text-decoration: underline;
}

#recent-posts-form .byline a:hover {
	text-decoration: underline;
}


#recent-posts p {
	padding: 0;
	margin: 0;
}

#recent-posts-form p {
	padding: 0;
	margin: 0;
}

/* Recent Posts 2 */

#recent-posts2 {
	width: 800px;
	margin: 0 auto;
	background-color: #ffffff;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

#recent-posts2 h2 {
	margin: 0;
	padding: 10px 0 10px 15px;
	background: #110906;
	letter-spacing: .5em;
	text-transform: uppercase;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

#recent-posts2 h3 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 1.4em;
}

#recent-posts2 h3 a {
	text-decoration: none;
}

#recent-posts2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #FFF;
}

#recent-posts2 li {
	float: left;
	width: 240px;
	padding-left: 29px;
	margin-left: 5px;
	color: #000000;
}

#recent-posts2 li.first {
	padding: 0;
}

#recent-posts2 .byline {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px #075252 solid;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

#recent-posts2 .byline span {
}

#recent-posts2 .byline a {
	padding: 0 30px 0 0;
	text-decoration: none;
}

#recent-posts2 .byline a:hover {
	text-decoration: underline;
}

#recent-posts2 p {
	padding: 0;
	margin: 0;
}


/* Sidebar */

#sidebar {
	width: 777px;
	margin: 0 auto 10px auto;
	background-color: #ffffff;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

#sidebar ul {
	margin-left: 0px;
	padding: 0;
	list-style: none;
}

#sidebar li {
	float: left;
	width: 259px;
	font-weight: bold;
}

#sidebar li ul {
	padding-left: 30px;
}

#sidebar li li {
	float: none;
	width: auto;
	padding: 3px 0;
	background: none;
}

#sidebar h2 {
	margin: 0 0 20px 0;
	padding: 10px 0 10px 16px;
	background: #110906;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .5em;
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px; 
}

#sidebar a {
	text-decoration: none;
}

/* Footer */

#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	background-color: #ebfdfd;
	background-image: url(../images/magma.png);
	text-align: center;
}

#footer p {
	margin: 0;
	font-size: .8em;
	color: #ffffff;
}

form {
    margin : 0;
    padding : 0;
}

fieldset {
    margin : 0;
    padding : 1em;
    border : 0;
}

label {
    display: block;
	color: #ffffff;
}

ul#photos li{
	display: inline;
	list-style-type: none;
	text-decoration: none;
}

.imgwrap {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}

#gamelist {
	margin-left: 210px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.lcdstyle {
	background-color: black;
	color: yellow;
	font: bold 18px MS Sans Serif;
	padding: 3px;
}

.lcdstyle sup {
	font-size: 80%
}

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox img {
	width: auto;
	height: auto;
	z-index:
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif);base64,AAAA);
	/* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0; 
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background-image: url(../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background-image: url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%	;
}

#imageData {
	padding:0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right; 
	padding-bottom: 0.7em;
	outline: none;
}	 	

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
