a
{
	font-weight: 800;
	color: #000;
	text-decoration: none;
}

#container
{
	width: 990px;
	background-color: #fff;
	position: absolute;
	margin-left: 50%;
	left: -495px;
}

#container #header
{
	width: 100%;
	height: 191px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

#container #header #logout
{
	position: absolute;
	top: 10px;
	right: 20px;
	font-family: Trebuchet MS, Arial;
}

#container #header #logout a
{
	color: #fff;
}

#container #header #sections
{
	position: absolute;
	top: 169px;
	margin-left: 5px;
	filter: alpha(opacity=65);
	opacity: 0.65;
	-moz-opacity: 0.65;
}

#container #header #sections ul
{
	font-family: Arial;
	font-size: 14px;
	font-weight: 800;
	list-style: none;
	display: inline;
}

#container #header #sections li
{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
}

#container #header #sections a
{
	float: left;
	color: #000;
	background: url(tab_left.gif) no-repeat left top;
	margin: 0 2px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
}

#container #header #sections a:hover
{
	color: #a84;
}

#container #header #sections a span
{
	float: left !important;
	float: none;
	display: block;
	background: transparent url(tab_right.gif) no-repeat right top;
	padding: 4px 9px 2px 6px;
}

#container #header #sections #current a
{
	color: #a84;
}

#container #left
{
	float: left;
	width: 250px;
	text-align: center;
}

#container #left img
{
	border: 0;
	margin: 0 !important;
	margin: 2px;
	filter: alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity: 0.3;
}

#container #left img:hover
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity: 1.0;
}

#container #left img.noshade
{
	border: 1px solid #000;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

#container #left input#search
{
	border: 1px solid #707070;
	font-family: Courier New, Courier;
	font-size: 14px;
	color: #707070;
}

#container #left iframe
{
	width: 160px;
	height: 120px;
	border: 0;
}

#container #left #twitter_div, #container #left #greader
{
	width: 235px;
	padding-right: 5px;
}

#container #left #twitter_div h2, #container #left #greader h2
{
	color: #0055aa;
	font-family: Trebuchet MS, Arial;
	font-size: 16px;
}

#container #left #twitter_div ul, #container #left #greader ul
{
	text-align: left;
	list-style-type: none;
	marker-offset: 0px;
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	color: #707070;
	margin-left: -35px;
}

#container #left #twitter_div ul li, #container #left #greader ul li
{
	padding-bottom: 10px;
}

#container #left #greader ul li a
{
	color: #707070;
	font-weight: 400;
}

#container #left #greader ul li a span.l
{
	color: #0055aa;
	font-size: 10px;
}

#container #content
{
	width: 740px;
	float: right;
	font-family: Trebuchet MS, Arial;
	color: #707070;
	letter-spacing: 1px;
	line-height: 30px;
}

#container #content div.spacer
{
	height: 20px !important;
	height: 40px;
}

#container #content h1
{
	color: #a84;
	margin: 0 0 5px 0;
	font-size: 26px;
}

#container #content h2
{
	color: #a84;
	margin: 0;
	font-size: 18px;
}

#container #content h2 a
{
	color: #a84;
}

#container #content h3
{
	margin: 0 0 10px 0;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	text-align: right;
}

#container #content h4
{
	margin: -10px 0 0 0;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

#container #content img
{
	padding: 5px;
	border: 0px;
}

#container #content span.minor
{
	font-size: 14px;
}

#container #content div.code
{
	margin-left: 10px;
	border-left: 5px solid #e0e0e0;
	padding: 0 0 15px 10px;
	white-space: pre;
	line-height: 15px;
	letter-spacing: 0;
	font-family: Courier New, Courier;
	font-size: 12px;
}

#container #content div.quote
{
	margin: 10px 0 10px 10px;
	border-left: 5px solid #e0e0e0;
	padding: 0 0 0 10px;
	line-height: 15px;
	letter-spacing: 0;
	font-family: Courier New, Courier;
	font-size: 12px;
}

#container #content span.tab, #container #content #quote span.tab
{
	padding-right: 25px;
}

#container #content input, #container #content textarea, #container #content select
{
	border: 1px solid #a84;
	color: #0055aa;
	font-family: Courier New, Courier; /*Trebuchet MS, Arial;*/
}

#container #content input#email /*reverse captcha*/
{
	display: none;
	visibility: hidden;
}

#container #content input#title, #container #content input#callsign, #container #content input#codeword, #container #content input#third
{
	width: 400px;
}

#container #content input#submit, #container #content input.button
{
	background-color: #fff;
}

#container #content textarea#body
{
	width: 600px;
	height: 350px;
}

#container #content textarea#comment
{
	width: 600px;
	height: 150px;
}

#container #content tr.th
{
	background-color: #c0c0c0;
}

#container #content tr.shade
{
	background-color: #f5f5f5;
}

#container #content p
{
	margin: 0 0 20px 0 !important;
	margin: 50px 0 20px 0;
}

#container #content div.music
{
	line-height: 15px;
	font-size: 12px;
	margin-left: 25px;
}

#container #content table.resume
{
	border-collapse: collapse;
}

#container #content table.resume td.reshead
{
	width: 175px;
	vertical-align: top;
	font-variant: small-caps;
	font-size: 16px;
	font-weight: 800;
}

#container #content table.resume span.title
{
	font-style: italic;
}

#container #content table.resume table td
{
	font-weight: 800;
}

#container #content table.resume table td.left
{
	width: 130px;
}

#container #content table.resume table td.center
{
	text-align: center;
	width: 280px;
}

#container #content table.resume table td.right
{
	text-align: right;
	width: 135px;
}

#container #content div.comments,#container #content div.comment
{
	border: 1px solid #f6e7bd;
	background-color: #c8a954;
	color: #f6e7bd;
	padding: 3px 3px 5px 5px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 22px;
}

#container #content div.comment
{
	border: 1px solid #c8a954;
	background-color: #f4da94;
	color: #a67f14;
}

#container #content div.comments h3,#container #content div.comment h3
{
	margin-bottom: -40px;
	font-size: 12px;
}

#container #content span.comname
{
	font-size: 16px;
	font-weight: 800;
}

#container #content span.bold
{
	font-weight: 800;
}

#container #content p.pages
{
	font-size: 12px;
}

#container #footer
{
	width: 990px;
	height: 49px;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
}

#container #footer div.email
{
	padding-top: 7px;
	font-family: Arial;
	font-size: 12px;
	color: #707070;
	font-weight: 800;
	letter-spacing: 5px;
	font-variant: small-caps;
}

#container div.redrss, #container div.bluerss
{
	float: left;
	width: 300px;
	margin: 0 15px 0 15px !important;
	margin: 0 12px 0 12px;
	background-repeat: no-repeat;
	min-height: 220px;
}

/*\*/
* html #container div.redrss, * html #container div.bluerss {
height: 220px;
}
/**/

#container div.bluerss
{
	background-image: url(bluerss.png);
}

#container div.redrss
{
	background-image: url(redrss.png);
}

#container div.redrss h1, #container div.bluerss h1
{
	color: #0055aa;
	text-align: center;
	font-variant: small-caps;
	font-size: 18px;
	margin: 5px 0 0 0;
}

#container div.redrss ul, #container div.bluerss ul
{
	margin-top: 15px;
	font-size: 12px;
	color: #0055aa;
	list-style-type: square;
}

div.breaker
{
	width: 100%;
	clear: both;
}


/*                                                     */
/* The following css is for the lightbox image gallery */
/*                                                     */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(images/blank.gif) no-repeat; /* 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 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 50% 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #fff;
	}
