/* CSS Document */
/*
 * Main style sheet for the Geekz web site
 *
 *
 */

body {
	background-color: #000000;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
}

/*****************************************/
/* colors used in hyperlinks:
 *	dark blue: #004080
 *	light blue: #9CB3CA
 *	dark gray: #333333
 *	mid gray: #666666
 *	dark brown: #7C6448
 *  mid tan: #999966
 *  geekz red: #c00000
 */
/*****************************************/

/* in the topnav menu, link is dark gold, hover underline, visited medium tan */
/* same with the footer menu */
.topnav a {
	font-weight: normal;
}
.topnav a:link {
	text-decoration: none;
	color: #7C6448;
}
.topnav a:visited {
	/* text-decoration: none; */
	color: #999966;
}
.topnav a:active, .topnav a:focus, .topnav a:hover {
	text-decoration: underline;
	color: #7C6448;
}

.botnav a {
	font-weight: normal;
}
.botnav a:link {
	text-decoration: none;
	color: #7C6448;
}
.botnav a:visited {
	text-decoration: none;
	color: #999966;
}
.botnav a:active, .botnav a:focus, .botnav a:hover {
	text-decoration: underline;
	color: #7C6448;
}

.cellFtrSource a {
	text-decoration: none;
	font-weight: normal;
}

.cellFtrSource a:link {
	color: #7C6448;
}
.cellFtrSource a:visited {
	color: #999966;
}
.cellFtrSource a:active, .cellFtrSource a:focus, .cellFtrSource a:hover {
	text-decoration: underline;
	color: #7C6448;
}

#tblPage { /* really a div! */
	width: 100%;
	/* max-width: 800px; */ /* too buggy!! */
}

#tblBnr {
}

#cellBnrLogo {
	width: 225px; /* minimum: 214 */
	/* height: 81px;*/
	padding-top: 0px; 
	padding-right: 0px;
	text-align: right;
	vertical-align: top;
	background-image: url(/images/templates/bnrtabfullheight.gif);
	background-color: #DFDAC5;
	background-repeat: repeat-x;
	background-position: top;
}

#cellBnrPhone {
	height: 60px;
	width: 190px;
	/* width: 180px; minimum 187 */
	padding-top: 0px;
	padding-left: 0px;
	/* padding-right: 10px; */
	background-image:url(/images/templates/bnrtabbehind.gif);
	background-color: #DFDAC5;
	vertical-align: top;
	text-align: left;
	background-repeat: repeat-x;
	background-position: top;
}

#cellBnrSloganL {
	background-image: url(/images/templates/bnrmidbehind.gif);
	background-color: #DFDAC5;
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
	vertical-align: center;
	/* padding-top: 7px; */
	height: 60px;
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	line-height: 95%;
	color: #C00000;
	width: 40%;
}

#cellBnrSloganR {
	background-image: url(/images/templates/bnrmidbehind.gif);
	background-color: #DFDAC5;
	background-repeat: repeat-x;
	background-position: top;
	text-align: right;
	height: 60px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #004080; /* tad too light? #9CB3CA; */
	width: 40%;
}

#cellBnrTopNav {
	height: 21px;
	/* background-image:url(/images/templates/swatchtan.gif); */
	background-color: #DFDAC5;
	/* vertical-align: top; */
}

#tblTopNav {
	height: 15px;
}

.topnav { /* for each menu item cell */
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: x-small; /* font-size: 8pt; */
	color: #7C6448;
}

#lnkREMOTE { /* span float right */
	float: right;
	color: #CC0000;
	font-weight: bold;
	font-size: x-small;
	background-color:#FFFF99;
	padding: 1px 5px 1px 5px;
	margin: 0px 15px 1px 15px;
	border: 1px solid red;
}
#lnkREMOTE a {
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}

#lnkREMOTE a:hover {
	text-decoration: blink;
	color: #CC0000;
	font-weight: bold;
	background-color: #FFFF33;
}

#cellBnrRule {
	background-color: #C00000;
}

#tblBody { /* everything below the banner */
	width: 100%;
	background-color:#FFFFFF;
}

#cellContent {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 30px;
	vertical-align: top;
	text-align: center;
}

#divContent {
	max-width: 800px; /* if it gets too wide, it isn't readable */
	/* width: 100%; */
	text-align: left;
	margin-bottom: 20px; /* even more whitespace at bottom */
}

#tblFtr {
}

#cellFtrRule {
	background-color: #C00000;
}

#cellFtr {
	background-color: #DFDAC5; /* Windows tan: #ECE9D8; */
	background-image: url(/images/templates/tanfadebot.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: top;
	height: 31px; /* minimum */
	padding-bottom: 2px;
}

#cellFtrBotNav {
	padding-left: 20px; 
	padding-right: 20px; 
	text-align:center;
	vertical-align: top;
	line-height: 95%;
}

#cellFtrBotNav span {
	padding-left: 2px; 
	padding-right: 2px;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	white-space: nowrap;
	/* background-color:#CCCC99; */
	font-size: xx-small; /* 7pt;*/
	color: #7C6448;
}

.cellFtrSource {
	text-align: right;
	white-space: nowrap;
	font-size: xx-small; /* 7pt;*/
	color: #999966; /* too dark? #7C6448; */ /* too light? #C5BD99; */
	padding-right: 5px;
	vertical-align: top;
}

/* ############################################################# */
/* rules for print vs. screen vs. handheld media types
 */
#divAltBnr {
	display: none;
	width: 100%; 
}
#tblAltBnr td {
	padding-left: 10px;
	padding-right: 10px;
	color: #000000; /* override default text color to be pure black */
	border-bottom: 1px solid #CC0000;
}

#tblAltBnr #slogan {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	line-height: 95%;
	color: #C00000;
}

#tblAltTopNav td {
	font-size: 10px;
	padding: 0px 10px 0px 10px;
	margin: 5px 0px 5px 0px;
}

@media handheld {
	#tblBnr, #tblFtr {
		display: none;
	}
	
	#divAltBnr {
		display: block;
	}
	
	.topnav {
		padding-left: 5px;  /* override default of 10px */
		padding-right: 5px;
	}
}

@media print {
	#tblBnr, #tblTopNav, #tblFtr, #tblAltTopNav {
		display: none;
	}

	#divAltBnr {
		display: block;
	}
	
	#divContent {
		color: #000000; /* change default text color */
	}
}
