
body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-image: url(../images/bgblackbl.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	font: 13px Arial, Helvetica, sans-serif;
	color: #FFCC99;
}

h1, h2, h3 {
	background: #1F1F1F;
	margin-top: 0px;
	color: #FFF;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	text-decoration: none;
	outline: none;
	color: #175500;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

/* Header */

#header {
	width: 900px;
	height: 130px;
	margin: 0px auto;
	background: #000;
}

#header a {
	text-decoration: none;
	color: #FC9;
}

/* Logo */

#logo {
	float: left;
	background: url(../images/familytree2c.png) no-repeat left top;
	padding-left: 70px;
	margin-top: 7px;
}

#logo h1, #logo p {
	margin: 0px;
	background: #000;
	line-height: normal;
	font-weight: normal;
	color: #FC9;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}

/* Menu */

#menu {
	float: right;
	background: #000;
	border-top: 2px #F00 solid;
	margin: 30px 0 0 0;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 28px;
	padding: 12px 20px 0px 20px;
	background: url(images/img05.jpg) no-repeat right 50%;
}

#menu a:hover {
	text-decoration: none;
	color: #175500;
}

#menu .current_page_item a {
	color: #F00;
}

#menu .active a {
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 30px 0px;
}

#page2 {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 2px dashed #F00;
	background-color: #000;
}

#pagegame {
	width: 500px;
	margin-left: 500px;
}

/* Content */

#content {
	float: left;
	width: 570px;
}

.contentgame {
	text-align: center;
	width: 570px;
}

#pagetailgunner {
	width: 900px;
	margin-left: 400px;
}

#contenttailgunner {
	text-align: center;
	width: 800px;
}

#pagetankgame {
	width: 900px;
	margin-left: 400px;
}

#contenttankgame {
	text-align: center;
	width: 700px;
}

#pagesamegame {
	width: 900px;
	margin-left: 400px;
}

#contentsamegame {
	text-align: center;
	width: 800pz;
}

#pagesnakepit {
	width: 900px;
	margin-left: 400px;
}

#contentsnakepit {
	text-align: center;
	width: 800px;
}

#pagewordsearch {
	width: 900px;
	margin-left: 400px;
}

#contentwordsearch {
	text-align: center;
	width: 800px;
}

.post {
	background: #000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 2px dashed #F00;
	padding: 10px;
	margin: 0px 0px 30px 0px;
	/*padding: 10px;
	border: dashed #F00;
	background: #000;
	margin: 0px 0px 30px 0px;*/
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 10px;
	border-bottom: #0F0F0F solid 1px;
	color: #FFCC99;
}

.baseball {
	background-color: #000;
	background-image: url(../images/bgbaseball.gif);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 2px dashed #F00;
	padding: 10px;
	margin: 0px 0px 30px 0px;
}

.baseball .title {
	margin: 0px;
	padding: 0px 0px 5px 10px;
	border-bottom: #0F0F0F solid 1px;
	color: #FFCC99;
}

.baseball .comment {
	margin-left: 20px;
	color: #000;
}

.baseball .byline {
	margin-left: 5px;
	margin-bottom: 3px;
	text-decoration: underline;
	color: #F00;
}

.baseball h3 {
	color: #FFCC99;
}

.baseball ul {
	margin-bottom: 1.8em;
	line-height: 160%;
	list-style: none;
}

.baseball li {
	color: #000;
}

.arctitle {
	margin: 0px;
	padding: 0px 0px 5px 10px;
	border-bottom: #0f0f0f solid 1px;
	color: #F00;
}

.postgame {
	background: #000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 2px dashed #F00;
	padding: 10px;
	margin: 0px 0px 30px 0px;
	/*border: dashed #F00;
	background: #000;
	margin: 0px 0px 530px 0px;*/
}

.post .title a {
	color: #F00;
}

.post .entry {
	margin-left: 15px;
	margin-right: 15px;
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin-left: 5px;
	margin-bottom: 3px;
	text-decoration: underline;
}

.byline {
	color: #175500;
}

.post .comment {
	margin-left: 20px;
}

.post .comment1 {
	margin-left: 20px;
	text-decoration: underline;
}

/* Sidebar */

#sidebar {
	background: #000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 2px dashed #F00;
	padding: 1px;
	margin: 0px 0px 30px 0px;
	float: right;
	width: 300px;
	/*background: #000;
	border: dashed #F00;
	float: right;
	width: 300px;*/
}

#sidebar-bgtop {
	height: 3px;
}

#sidebar-bgbtm {
	height: 3px;
}

#sidebar-content {
	padding: 20px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	padding-left: 20px;
	list-style: none;
}

#sidebar h2 {
	padding: 4px 20px;
	background: #1F1F1F;
	font-size: 1.2em;
	color: #FFCC99;
}

#sidebar a {
	text-decoration: none;
	color: #175500;
}

#sidebar a:hover {
	text-decoration: none;
	color: #F00;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 170px;
	margin: 0px auto 0px auto;
	color: #FFCC99;
	background: #000;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	text-decoration: none;
	outline: none;
	color: #175500;
}

#footer a:hover {
	text-decoration: none;
	color: #FFCC99;
}

#footer ul {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 45px;
}

#footer li {
	list-style: none;
	display: inline;
	float: center;
	margin: 0px 0px 0px 7px;
}

#footer .current_page_item a {
	color: #F00;
}

form {
    margin : 0;
    padding : 0;
}

fieldset {
    margin : 0;
    padding : 1em;
    border : 0;
}

label {
    display: block;
}

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: url(../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: 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;
}
