/* RESETS: http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
}
body { line-height: 1; } ol, ul { list-style: none; } blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; } /* remember to define focus styles! */
ins { text-decoration: none; } /* remember to highlight inserts somehow! */ del { text-decoration: line-through; }
table {	border-collapse: collapse; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */



/* OVERALL LAYOUT ================================================================================================*/
body {
	font: 100% helvetica, arial, sans-serif;
	background: #fff;
}

	#page {
	}

		#navigation {
			width:100%;
			z-index: 99;
			height: 70px;
		}
		#main { /** main (container for everything else) **/
			width:100%;
			background: #fff;
			min-height: 14px;
		}
		#footer {
			background: #fff;
			color: #fff;
			padding: 10px;
			clear: both;
		}


/* DEFAULTS ======================================= */
p {
	font-size: 0.75em; /* 12px */
	margin-bottom: 0.75em;
	line-height: 1.5em;
}

a:link {
	color: #5368A6;
	text-decoration: none;
}
a:visited {
	color: #5368A6;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #658CBF;
}
a:active {
	color: #fff;
	text-decoration: none;
	background-color: #658CBF;
}

img, a img, a:hover img {
	border: 0; 
	background: transparent;

}

h2 {
	font: 1.125em helvetica, arial, sans-serif;
	margin: 0 0 0.25em 0;
}
h3 {
	font: 1.0em helvetica, arial, sans-serif;
	margin: 0 0 0.25em 0;
}
h4 {
	font: 0.875em helvetica, arial, sans-serif;
	margin: 0 0 0.25em 0;
}

h2 a:link, h3 a:link, h4 a:link, 
h2 a:active, h3 a:active, h4 a:active,
h2 a:visited, h3 a:visited, h4 a:visited {
	color: #000;
	background-color: #fff;
}
h2 a:hover, h3 a:hover, h4 a:hover {
	color: #999;
	background-color: #fff;
}




/* FORM DEFAULTS ======================================= */
fieldset {
	margin-bottom: 1.0em;
}
legend {
	font-weight: bold;	
}
label {
	display: inline-block;
	line-height: 1.5em;
	font-size: 0.75em;
	font-weight: bold;

	vertical-align: top;
	width: 100px;
}
	label em, .required /* required field */ {
		color: #5368A6;
		font-style: normal;
		font-weight: bold;
	}
.form-text {
	font-size: 0.75em; /* 12px */
	line-height: 1.5em;
}	
.form-content {
	margin-left: 100px;
}	

fieldset li {
	list-style: none;
	padding: 2px 0;
}
fieldset fieldset {

}





/* LISTS ======================================= */
ul.nav-list {
	list-style: none;
}
	ul.nav-list li {
		float: left;
		margin-right: 12px;
	}
	
	ul.nav-list li a {
		display: block;
		line-height: 22px;
		font-size: 0.75em;
		color: #000;
		text-decoration: none;
	}
	
	ul.nav-list li a:hover {
		text-decoration: none;
		color: #5368A6;
		background: transparent;
	}

	ul.nav-list li a.current {
		font-weight: bold;
	}








/* NAVIGATION:SUPER ======================================= */
#super-nav {
	position: relative;
	background: #fff;
	height: 18px;
	text-align: right;
	padding: 2px 10px;
	overflow: hidden;
	vertical-align: middle;
	
	font: 0.625em helvetica, arial, sans-serif;
	color: #000;
}
	ul.super-nav-list {
		list-style: none;
		float: right;
	}
		ul.super-nav-list li {
			float: left;
			margin-left: 12px;
			line-height: 14px;
		}
		
		ul.super-nav-list li a {
			display: block;
			color: #000;
			text-decoration: none;
		}
		
		ul.super-nav-list li a:hover {
			text-decoration: none;
			color: #333;
			background: transparent;
		}
	
		ul.super-nav-list li a.current {
			font-weight: bold;
		}

/* NAVIGATION:MAIN ======================================= */
#main-nav {
	position: relative;
	background: #fff;
	height: 48px;
	color: #333;
}




#home {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 250px;
	height: 18px;
}
	#home a:hover {
		background-color: transparent; /* prevent background from appearing */
	}

#nav {
	position: absolute;
	top: 10px;
	left: 270px;
}





#member {
	position: absolute;
	top: 10px;
	right: 138px;
}
#search {
	position: absolute;
	top: 10px;
	right: 10px;
}
	#search-box-input {
		float: left;
		width: 100px;
		height: 16px;
		border-style: solid none solid solid;
		border-width: 1px 0 1px 1px;
		border-color: #333;
		padding: 0 2px;
	}
	#search-box-submit {
		float:left; width: 18px; 
	}
		#search-box-submit a {
			display: block;
			width: 16px;
			height:16px;
		}
		#search-box-submit a span {
			background: transparent url(/_assets/img/dnp-search-button.gif) no-repeat scroll 0 0;
			display: block;
			width: 16px;
			height: 16px;
			border: 1px solid #333;
		}


	

#content-links {
	position: absolute;
	top: 28px;
	left: 10px;
}
#content-admin {
	position: absolute;
	top: 28px;
	right: 10px;
}


#flashintro-container {
	text-align: right;
	background: #fff;
	height: 560px;
}





/* MAP, MAP-INFOPANEL, MAP-SELECTOR ================================================================================================*/
#map-wrapper {
	position: fixed;
	float:left;
	width:100%;
}
	#map {
		margin-right: 430px;
		height: 560px;
		background: #333;
	}
	#map-selector {
		margin-right: 430px;
		height: 50px;
		background: #fff;
		z-index: 99;
	}
#map-infopanel {
	position: absolute;
	right:0;
	width: 430px;
	z-index: 10;
	overflow-x: hidden;
	overflow-y: auto;
}
#map-infopanel .scroll-pane {
	width: 410px;
/* 	height: 600px; */
/*
	overflow-y: auto;
	overflow-x: hidden;
*/
	padding: 10px;
}



#map h1 {
	margin-bottom: 6px;
}
#map div.placemark-body {
	margin-top: 6px;
}



#graphic-wrapper {
	position: fixed;
	float:left;
	width:100%;
}
#graphic {
	margin-right: 430px;
	min-height: 560px;
	background: #fff;
}
#content-column {
	position: absolute;
	right:0;
	width: 430px;
	z-index: 10;
	background: #fff;
}
#content-column .scroll-pane {
	width: 400px;
	overflow: auto;
	padding: 10px 20px 20px 10px;
}



.blog #blog-container {
	width: 750px;
	margin-left: 270px;
}
	.blog #entry-container {
		width: 425px;
	}
	
	.blog .entry.rule {
		border-bottom: 1px dotted #999;
		padding-bottom: 0.5em;
		margin-bottom: 1.0em;
	}	
	
	.blog #sidebar {
		width: 300px;
		float: right;
	}

	.blog .sidebar-group {
		margin-bottom: 1.0em;
	}
	
	.blog .sidebar-group li {
		font-size: 0.75em; /* 12px */
		line-height: 1.5em;
		margin-bottom: 0.5em;
	}
	
.blog .month {
	margin: 1.0em 0 0.5em 0;
}








/* TOPICS =======================================================================*/



div.primary-image {
	margin-bottom: 12px;
}
div.primary-image .description {
	font: 11px helvetica, arial, sans-serif;

}

div.entry {
	margin-bottom: 12px;

}
div.tags {
	font: 11px helvetica, arial, sans-serif;
	color: #999;
}
div.posted {
	font: 11px helvetica, arial, sans-serif;
	color: #999;
}


a.hash {
	color: #999;
	text-decoration: none;
}
a:hover.hash {
	color: #5368A6;
	text-decoration: none;
}


div.topic-images {
	padding-top: 6px;
	border-top: 1px dotted #999;
	margin-bottom: 12px;
}





/* COMMENTS =======================================================================*/
div.comments, div.comment-form {
	padding-top: 6px;
	border-top: 1px dotted #999;
	margin-bottom: 12px;
}
div.comment-form {
	background: transparent;
}

	.comment-entry {
		border-top: 1px dotted #999;
		padding: 5px 0 5px 0;
	}
	.odd {
		background-color: transparent;
	}
	.even {
		background-color: transparent;
	}

	.entry-meta {
		font: 11px helvetica, arial, sans-serif;
		color: #999;
	}





/* IMAGE LISTS =======================================================================*/
.image-list tr {
	border-bottom: 1px dotted #999;
}

.image-list td {
	padding: 6px 6px 6px 0;
	vertical-align: top;
}
.image-list td.odd {
	background-color: transparent;
}
.image-list td.even {
	background-color: transparent;
}








/* SEARCH =======================================================================*/
.search #main, .tag #main {
 	padding: 10px;

}

.search dt, .tag dt {
}
.search dd, .tag dd {
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #999;
	margin-bottom: 1.0em;
}

.search table td, .tag table td {
	margin-right: 10px;
}




.search #topics-col {
	width: 400px;
	display: inline;
}
.search #images-col {
	width: auto;
}
.search #video-col {
	width: 200px;
}
.search #other-col {
	width: 400px;
}




/* TAGS =======================================================================*/
#tag-cloud {
	border-top: 1px dotted #999;
	padding-top: 0.5em;
}
	#tag-cloud ul {
		list-style: none;
	}
	#tag-cloud ul li {
		float: left;
		margin-right: 0.5em;
		line-height: 1.5em;
	}
	#tag-cloud ul li a {
		/* display: block; */
	}

	.tag-description {
		padding-bottom: 0.5em;
		border-bottom: 1px dotted #999;
		margin-bottom: 1.0em;
	}
	.tag-entries {
	
	}
	
	/* tag page */
	#tag-heading {
		margin-bottom: 1.0em;
		
	}
	
	.tag #topics-col {
		width: 400px;
		margin-right: 10px;
		display: inline;
		float: left;
	}
	.tag #images-col {
		width: 400px;
		margin-right: 10px;
		float: left;
	}
	.tag #video-col {
		width: 200px;
		margin-right: 10px;
		float: left;
	}
	.tag #other-col {
		width: 400px;
		margin-right: 10px;
		float: left;
	}






/* SPLASH =======================================================================*/

.splash #background {
	position: absolute; 
	top:0; 
	left:0; 
	width: 100%; 
	height: 100%;
	overflow: hidden;
}

.splash #content {
	position: absolute;
	top: 60px;
	right:60px;
	width: 380px;
	padding: 10px;
	z-index: 10;
	background: #fff;
}


#splash-nav a, #splash-nav a:hover, #splash-nav a:visited, #splash-nav a:active {
	display: block;
	width: 60px;
	height: 12px;
 	text-indent: -9000px;
	background: transparent;
}
#splash-nav li {
	width: 60px;
	height: 12px;
	margin-top: 4px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#splash-nav li:hover {
	background-position: -60px 0;
	background-color: #fff;
}

	#splash-intro, #splash-intro:hover	{ background-image: url(/_assets/img/splash-intro.gif); }
	#splash-map, #splash-map:hover		{ background-image: url(/_assets/img/splash-map.gif); }
	#splash-blog, #splash-blog:hover	{ background-image: url(/_assets/img/splash-blog.gif); }
	#splash-tags, #splash-tags:hover	{ background-image: url(/_assets/img/splash-tags.gif); }
	#splash-links, #splash-links:hover	{ background-image: url(/_assets/img/splash-links.gif); }
	#splash-twitter, #splash-twitter:hover { background-image: url(/_assets/img/splash-twitter.gif); }





/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 0; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 16px helvetica, arial, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0;
	color: #000; 
}
#lightbox-container-image-data {
	padding: 0; 
	color: #000; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { 
	font: 16px helvetica, arial, sans-serif;
}
#lightbox-image-details-currentNumber {
	font: 12px helvetica, arial, sans-serif;
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;
}


/* SAEF Formatting Buttons */
.buttonMode {
	background-color: transparent;
	color: #73769D;
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 10px;
	white-space: nowrap;
}
.htmlButtonOutter, .htmlButtonOutterL {
	background-color: #f6f6f6;
	border-bottom: #333 1px solid;
	border-right: #333 1px solid;
	border-top: #333 1px solid;
	padding: 0;
}
.htmlButtonOutterL {
	border-left: #333 1px solid;
}
.htmlButtonInner {
	background-color: transparent;
	border-bottom: #ccc 1px solid;
	border-left: #fff 1px solid;
	border-right: #ccc 1px solid;
	border-top: #fff 1px solid;
	padding: 0 3px 0 3px;
	text-align: center;
}
.htmlButtonOff {
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px 2px 2px;
	white-space: nowrap;
}
.htmlButtonOff a:link {
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}
.htmlButtonOff a:visited {
	text-decoration: none;
}
.htmlButtonOff a:active {
	color: #999;
	text-decoration: none;
}
.htmlButtonOff a:hover {
	color: #999;
	text-decoration: none;
}
.htmlButtonOn {
	background: #f6f6f6;
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px 2px 2px;
	white-space: nowrap;
	}

.htmlButtonOn a:link {
	color: #990000;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonOn a:visited {
	text-decoration: none;
	}

.htmlButtonOn a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonOn a:hover {
	color: #999;
	text-decoration: none;
	}

.htmlButtonA {
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px 3px 3px;
	white-space: nowrap;
	}

.htmlButtonB {
	background: #E1E3EC;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px 3px 3px;
	white-space: nowrap;
	}

.htmlButtonA a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonA a:visited {
	text-decoration: none;
	}

.htmlButtonA a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonA a:hover {
	color: #999;
	text-decoration: none;
	}

.htmlButtonB a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonB a:visited {
	text-decoration: none;
	}

.htmlButtonB a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonB a:hover {
	color: #999;
	text-decoration: none;
	}



