/*

	main.css - Styles for front-end pages

*/

body {
	font-family: verdana,arial,helvetica,geneva,sans-serif;
	font-size: 11px;
	background-color: #000;
	background-image: url(../images/bg.gif);
	}
body, p, td, dt, dd {
	font-family: verdana,arial,helvetica,geneva,sans-serif;
	font-size: 11px;
	color: #000;
	}
p { line-height: 110%; }

img { border: 0; }
form { margin: 0; }

/*

	table styles

*/
table { border-collapse: collapse; }
table caption { caption-side: top; font-size: 16px; font-weight: bold; padding: 0 0 4px; }
td, th { vertical-align: top; padding: 0; }
.tophead th { text-align: left; }

table.yams { width: 450px; margin: 1em auto; }
.yams td { width: 130px; padding: 10px; }


/*

	base link style

*/
a, a:link, a:visited {
	text-decoration: none;
	color: #00C;
	background: transparent;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #00F;
	}


/*

	contains all the rest, limiting width, etc.

*/
#container {
	text-align: center;
	width: 800px;
	margin: 6px auto 20px auto;
	border: 4px solid #966;
	}

/*

	Top section styles

*/

div#header {
	text-align: left;
	width: 798px;
	min-height: 150px;
	margin: 0;
	background-image: url(../images/bg_header.jpg);
	border: 1px solid #FFF;
	}
#header a, #header a:link, #header a:visited {
	color: #FFF;
	text-decoration: none;
	}
#header em {
	color: #3F9;
	}
#header a:hover, #header a:active {
	color: #DEF;
	}

div#vrlogo {
	float: left;
	width: 152px;
	padding: 0 20px 0 10px;
	}

div#linkage {
	float: left;
	width: 600px;
	height: 100px;
	max-width: 640px;
	}
#linkage h1, #linkage h2 {
	font-size: 14px;
	font-weight: bold;
	color: #9FF;
	padding: 0;
	margin: 8px 0;
	text-align: left;
	}
#linkage h2 {
	font-size: 13px;
	color: #3F9;
	}

/*

	top-level links

*/
div#menu {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	clear: left;
	text-transform: uppercase;
	}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	}
#menu li {
	display: block;
	float: left;
	}
#menu a,
#menu a:link,
#menu a:visited,
#menu a:hover {
	background-color: #B0EEFF;
	display: block;
	font: 10px arial,sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000;
/*	border-right: 1px solid #FFF;	*/
	margin: 0 2px 0 0;
	padding: 6px 7px;
	}

/*

	1st Level Links

*/

#menu a:hover {
	background-color: #FFFF00;
	}
#menu a.active {
	background-color: #F0F0F0;
	}

#showpop {
	clear: both;
	margin-top: 30px;
	margin-bottom: 15px;
	}
#showpop select, #showpop input {
	font-size: 10px;
	}

/*

	div wrapper for the content table

*/

div#content {
	min-width: 800px;
	background: #336;
	clear: all;
	float: left;
	margin-bottom: 30px;
	}

/*

	column ids

*/

#leftcolumn, #rightcolumn, #centercolumn, #widercolumn {
	padding: 0;
	margin: 0;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	}
#leftcolumn {
	width: 148px;
	}
#centercolumn {
	width: 498px;
	background-color: #FFF;
	}
#widercolumn {
	width: 648px;
	background-color: #FFF;
	}
#rightcolumn {
	width: 150px;
	text-align: center;
	}

/*

	left column lists of links

*/
#leftcolumn ul {
	padding: 0;
	margin: 0 0 18px;
	width: 100%;
	}
#leftcolumn  li {
	list-style-position: default;
	list-style-type: none;
	margin: 0;
	text-align: center;
	}
#leftcolumn li a:link, #leftcolumn li a:visited, #leftcolumn li a:active {
	background-color: #224;
	color: #FFE;
	font-size: 11px;
	font-weight: bold;
	display: block;
	border-bottom: #000 solid 2px;
	padding: 4px 2px;
	text-decoration: none;
	}
#leftcolumn li.curr a:link, #leftcolumn li.curr a:visited, #leftcolumn li.curr a:active {
	background-color: #600;
	}
#leftcolumn li a:hover {
	color: #FFF;
	background-color: #227;
	}
#leftcolumn li a strong {
	color: #FA6;
	}
#leftcolumn li a em {
	color: #9F9;
	}
#leftcolumn li a em {
	font-weight: normal;
	}
#leftcolumn h2, #rightcolumn h2 {
	color: #FF0;
	background: #436;
	font-size: 14px;
	margin: 0;
	padding: 8px 0;
	text-align: center;
	border-style: solid;
	border-color: black;
	border-width: 2px;
	}

/*

	left column extras

*/


/*

	center column extras

*/
#centercolumn img.popright {
	padding: 16px; float: right;
	}
#centercolumn p {
	margin: 12px;
	}
#centercolumn h1 {
	background: #EEF;
	border-bottom: 1px solid #000;
	padding: 8px 0;
	margin: 0;
	text-align: center;
	font-size: 16px;
	color: #F00;
	}

div.shownotes {
	margin: 0 10px;
	padding: 0 10px 10px;
	border-bottom: 1px solid black;
	}

.shownotes h6 {
	margin: 0;
	padding: 0;
	color: #930;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	font-family: verdana, sans-serif;
	}

.midimg {
	margin-bottom: 30px;
	}
.midimg, .midimg p {
	text-align: center;
	font-size: 10px;
	}

div.split {
	float: left;
	width: 49%;
	}

div.toplink {
	text-align: center;
	margin-top: 8px;
	}
.toplink a:link, .toplink a:visited {
	background: #FFE;
	color: #900;
	padding: 2px;
	border: 1px dotted gray;
	}
.toplink a:hover, .toplink a:active {
	background: #FFC;
	text-decoration: none;
	}

/*

	right column extras

*/

div#donation {
	padding: 2px;
	border: 1px solid #FFF;
	margin: 6px 4px;
	background: #060;
	text-align: center;
	}
#donation h6
{
	color: #FFF;
	margin: 2px;
	font-size: 1em;
}
#donation h5 {
	margin: 0 auto;
	background-color: #030;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	padding: 2px;
	}

/*

	footer

*/
#footer {
	clear: all;
	}
#footer ul {
	font-family: verdana,arial,helvetica,geneva,sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 20px auto;
	list-style: none;
	width: 80%;
	}
#footer li {
	display: inline;
	margin: 0;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	}
#footer a:link, #footer a:visited {
	color: #FF0;
	padding: 4px;
	margin: 0;
	}
#footer a:hover {
	background-color: #004;
	text-decoration: none;
	}
#footer span {
	font-size: 10px;
	color: #F66;
	display: block;
	}

/* USEFUL MIXINS */

.lt { float: left; }
.rt { float: right; }
.ctr { text-align: center; }
.center { margin-left: auto; margin-right: auto; }
.hide { display: none; }
.wide { width: 100% }
.nowrap {
	white-space: nowrap;
	text-align: right;
	font-size: 15px;
	}

div#books {
	margin: 3px 0;
	}
#books div iframe { width: 120px; height: 240px; }

div#about {
	padding: 10px 20px;
	margin: 20px 20px 10px;
	border: 1px dashed #666;
	background: #EEE;
	}

div.showdownload, div.showenhanced {
	display: block;
	width: 180px;
	height: 40px;
	margin: 20px auto 10px;
	}
.showdownload a:link, .showdownload a:visited, .showdownload a:active,
.showenhanced a:link, .showenhanced a:visited, .showenhanced a:active {
	display: block;
	width:180px; height:40px;
	background: url(../images/download2.png);
	background: url(../images/download1.png) no-repeat;
	}
.showenhanced a:link, .showenhanced a:visited, .showenhanced a:active {
	background: url(../images/enhanced1.png) no-repeat;
	}
.showdownload a:hover { background: url(../images/download2.png) no-repeat; }
.showenhanced a:hover { background: url(../images/enhanced2.png) no-repeat; }
.showdownload a span, .showenhanced a span
	{ display: none; width:0; height:0; overflow:hide; }

