/*** Basics ***/
body {
	background: black;
	color: white;
	font-family: tahoma, verdana, arial, sans-serif; 
}

h1#print-header{
	display: none;
}

/*** Baseline styles for common elements ***/
h1 { font-size: 182%; }
h2 { font-size: 167%; }
h3 { font-size: 136%; }
h4 { font-size: 122%; }
h5 { font-size: 107%; }
h6 { font-size: 100%; }

b, strong { font-weight: bold; }
p {	line-height: 1.5em;	margin: 1em 0; font-size: 107%;}
a {	text-decoration: none; color: #6390d1}
a:hover { border-bottom: dashed 1px; }

td { padding: 3px 10px; }
th { padding: 3px 10px; }
tr.alt {  }
fieldset.collapsible { border: solid 1px #145818; padding: 10px; }
legend a { border: none; }

.clear { clear: both; }

/*** Layout ***/
div#doc {
  width: 950px;
}

div#page {
}

#sidebar,
#sidebar-top,
#sidebar-middle,
#sidebar-bottom {
	width: 315px;
	float: left;
}

#content,
#content-top,
#content-middle,
#content-bottom {
	margin-left: 315px;
	* margin-left: 315px;
	text-align: left;
	margin-top: 1px;
	* margin-top: 0px;
}
#middle,
#content-header {
	height: 58px;
	* height: 55px;
}
#content-header img {
	vertical align: top;
}
#flash {
	width: 486px;
}
#footer {
	clear: both;
	margin-top: 1px;
	background-color: #071121;
	color: #cccccc;
	padding: 1em;
	* padding-top: .5em;
}
#footer a {
	text-decoration: none;
	color: #4474c1;
}

#main-nav ul{
	width: 100%;
	border: none;
}
#main-nav li{
	padding: 0;
	margin: 0;
	width: 100%;
	border: none;
	height: 35px;
	* height: 32px;
	background-color: #071121;
	border-bottom: solid 1px black;
	background-image: none;
}
#main-nav li:hover, #main-nav li.over{
	background-color: #111f39;
}
#main-nav li a.active2{
	background-color: #e00606;
}
#main-nav li a{
	color: white;
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .33em;
	display: block;
	width: 302px;
	* width: 315px;
	padding: 10px 0 9px 1em;
	* padding-bottom: 11px;
	font-family: georgia, times, serif;
	font-weight: bold;
}
#main-nav li a:hover{
	border: none;
}
/*** only display 1st level menus ***/
#main-nav ul ul{
	display: none;
}

#category-47 #main-nav li#menu-47{	background-color: #e00606; }
#category-52 #main-nav li#menu-52{	background-color: #e00606; }
#category-53 #main-nav li#menu-53{	background-color: #e00606; }
#category-49 #main-nav li#menu-49{	background-color: #e00606; }
#category-50 #main-nav li#menu-50{	background-color: #e00606; }
#category-51 #main-nav li#menu-51{	background-color: #e00606; }
#category-48 #main-nav li#menu-48{	background-color: #e00606; }

.edit-link a{
	text-decoration: underline;
	display: block;
	text-align: right;
	color: #e00606;
}
.edit-link a:hover{ border: none; }
.more-link a{
	background: url('images/more-link-arrow.gif') no-repeat 0 50%;
	padding-left: 10px;
	color: #6390d1;
}
.more-link a:hover{ border: none; }

#news-block{
	font-size: 92%;
	line-height: 1em;
	margin: 36px; 
	color: white;
	text-align: center;	
}
#news-block a{
	color: #6390d1;
}

#store-block {
	text-align: center;
}

#content-body{
	padding-left: 2em;
	padding-right: 2em;
}

a.feed-icon{
	display: block;
	text-align: right;
}
a.feed-icon:hover{
	border:none;
}
#copyright{
	float: left;
	width: 60%;
}
#digett{
	float:right;
	text-align:right;
	width: 20%;
	color: white;
}

#digett_galleryContainer{
	position: relative;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	width: 550px;
}
#digett_galleryLoading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-container{
	min-height: 250px;
	height: auto !important;
	height: 250px;
	color: black;
	width: 550px;
}

#lightbox-container #outerImageContainer{
	background: transparent;
}

#lightbox-container #imageDataContainer{
	background: transparent;
	color: white;
}

#lightbox-container a{
	border: none;
}

#lightbox-container #bottomNav{
	display: none;
}

#lightbox-thumbnails{
	width: 550px;
}
#lightbox-thumbnails ul.images li{
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 0 5px 5px;
}

#local-tasks {
	padding-top: 1em;
}