
/* CSS Document */

/* ------------------- Defaults ---------------------------- */

* {
	padding:0;
	margin:0;
	border:0;
}

body {
	text-align:center;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, "Lucida Sans", "URW Gothic L", FreeSans, "Bitstream Vera Sans", sans-serif;
	font-size:16px;
	font-weight:bolder;
	color:#000;
	background:#999;
}

h1 {
	font-size:160%;
	font-weight:bolder;
	font-style:normal;
}

h2 {
	font-size:130%;
	font-weight:normal;
	font-style:italic;
}

h3 {
	font-size:130%;
	font-weight:bolder;
	font-style:normal;
}

h4 {
	font-size:100%;
	font-weight:normal;
	font-style:italic;
}

h5 {
	font-size:100%;
	font-weight:bolder;
	font-style:normal;
}

h6 {
	font-size:70%;
	font-weight:bold;
	font-style:italic;
}

p {
	font-size:105%;
	font-weight:normal;
	font-style:normal;
	margin-bottom:15px;
}

hr {
	color:#000;
	background-color:#000;
	height:3px;
}

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

a.buttonC {
	border:2px solid #777;
	font:90% bold;
	padding:5px;
	vertical-align:-9px;
}

a.buttonR {
	border:2px solid #777;
	font:90% bold;
	padding:5px;
	float:right;
}

a.buttonL {
	border:2px solid #777;
	font:90% bold;
	padding:5px;
	float:left;
}

a:visited {
	text-decoration:none;
	color:#333;
}

a:hover {
	text-decoration:none;
	color:#FFFF00;
}

a:active {
	text-decoration:none;
	color:#393;
}

ul { list-style-type:disc; }

li { text-decoration: none; }

acronym, abbr { border-bottom: 1px dashed #000; }

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr { cursor: help; }

blockquote {
	border-left: 5px ridge #666;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
	color: #222;
}

sub {
	font-size: 65%;
	vertical-align: sub;
}

sup {
	font-size: 65%;
	vertical-align: super;
}

table {
	width:100%;
	table-layout:fixed;
	text-align:left;
}

button {
	background-color: #999;
	color: #000;
	text-align: center;
	border: 5px outset #888;
	font-size: 80%;
	font-weight: bolder;
	padding: 3px;
}

/* ---------------------- div IDs---------------------- */	


#wrapper {
	width:1000px;
	margin:0 auto;
}

#container { width:1000px; }

#site_title {
	float:right;
	width:380px;
	height:100px;
	text-align:left;
	font-weight:bolder;
}

#site_title #logo {
	float: left;
	padding:10px 10px 0px 0px;
}

#site_title #callout {
	float:left;
	height: 60px;
	width: 380px;
	padding: 20px 0px 0px 0px;
	font-size: 280%;
	font-weight: bolder;
}

#site_title #caption {
	clear:both;
	height: 20px;
	font-style:italic;
	font-size:60%
}

#site_title_filler {
	float:left;
	height: 50px;
	width:610px;
}

#site_contentbar {
	width:610px;
	float:left;
	font-size:85%;
	text-align:left;
}

#site_contentbar p {
	font-size: 100%;
	line-height: normal;
}

#site_guidebar {
	min-height: 570px;
	width:340px;
	margin-left:40px;
	float:right;
}

* html #site_guidebar { height:590px; }

#site_menu {
	height:160px;
	padding:0px 0px 10px 10px;
	width:100%;
	text-align:left;
}

#site_menu ul {
	list-style-position: inside;
	line-height: 120%;
}

#site_menu ul li {
	font-size:100%;
	font-weight:bold;
	font-style:normal;
	list-style-type: circle;
	color: #333;
}

#site_menu ul li a {
	text-decoration: none;
	color: #333;
}

#site_menu ul li:hover {
	list-style-type: disc;
	font-weight:bolder;
	font-size: 110%;
	color: #FFF;
}

#site_menu ul li:hover a { color: #FFF; }

#site_menu ul li.current {
	list-style-type: disc;
	font-weight:bolder;
	font-style:normal;
	font-size: 120%;
	color: #FF0;
}

#site_menu ul li.current a {
	color: #FF0;
	text-decoration: none;
}

#site_summary {
	min-height:375px;
	width:100%;
}

* html #site_summary { height:395px; }

#site_summary #body {
	height:315px;
	width:100%;
	text-align: left;
}

#site_summary #body .title {
	width:100%;
	height: 35px;
}

#site_summary #body .titlelead {
	width:25%;
	font-size: 110%;
	font-weight: normal;
	font-style: italic;
}

#site_summary #body .titledata {
	width:75%;
	font-size: 120%;
	font-weight: bolder;
	font-style: normal;
}

#site_summary #body .titlenodata {
	width:75%;
	font-size: 85%;
	font-style: italic;
	font-weight: lighter;
	color: #333;
}

#site_summary #body .line {
	width:100%;
	height: 5px;
}

#site_summary #body .space {
	width:100%;
	height: 80px;
	font-style: italic;
}

#site_summary #body .detail {
	width:100%;
	height: 50px;
}

#site_summary #base {
	height:45px;
	width:100%;
}

#site_rights {
	width:100%;
	height:15px;
	padding-top:5px;
	font-size:70%;
	font-style:italic;
	font-weight:bolder;
}

#closing {
	width:1000px;
	clear:both;
	display:block;
	visibility:hidden;
}

/* ------------------- Image Data ---------------------------- */

#imageDataStandard {
	color:#000;
}

#imageDataStandard hr {
	color:#000;
	background-color:#000;
	height:1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#imageDataStandard .titlelead {
	color:#000;
}

#imageDataStandard .title {
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	padding-top: 0px;
}

#imageDataStandard .title span {
	font-size: 120%;
	font-style: normal;
	font-weight: bolder;
}

#imageDataStandard .title span.textNotDefined {
	font-size: 100%;
	color: #666;
	font-style: italic;
	font-weight: lighter;
}

#imageDataStandard .copyright {
	font-style: italic;
	font-weight: normal;
	font-size: 75%;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: left;
	padding-left: 0px;
}

#imageDataStandard .copyrightNotDefined {
	font-style: italic;
	font-weight: lighter;
	font-size: 75%;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: left;
	padding-left: 0px;
}

/* ------------------- Image Data Detail popup ---------------------------- */

#imageDataDetail {
	position:absolute;
	top:75px;
	right:10px;
	width:400px;
	background:#999;
	border-style:solid;
	border-width: 1px;
	border-color: #666;
	padding: 15px;
	text-align: left;
}

#text_ImageDetail {
	width:100%;
	text-align: left;
}

#text_ImageDetail .title {
	width:100%;
}

#imageDataDetail .titlelead {
	text-align: left;
	vertical-align: top;
	width:25%;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	color:#000;
}

#imageDataDetail .titlehead {
	text-align: left;
	vertical-align: top;
	width:100%;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	color:#000;
}

#imageDataDetail .titledata {
	text-align: left;
	vertical-align: top;
	width:75%;
	font-size: 120%;
	font-weight: bolder;
	font-style: normal;
}

#imageDataDetail .titledatadetail {
	padding-top: 10px;
	text-align: left;
	vertical-align: top;
	width:75%;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

#imageDataDetail .titlenodata {
	text-align: left;
	vertical-align: top;
	width:75%;
	font-size: 80%;
	font-style: italic;
	font-weight: lighter;
	color: #666;
}

#imageDataDetail .line {
	width:100%;
}

#imageDataDetail .space {
	width:100%;
	height: 20px;
}

#imageDataDetail .detail {
	width:100%;
}

#imageDataDetail .rights {
	text-align: left;
	vertical-align: top;
	width:100%;
	font-size: 70%;
	font-weight: bold;
	font-style: italic;
}

#imageDataDetail .featurefill {
	width:5%;
}

#imageDataDetail .feature {
	width:35%;
	text-align: left;
	vertical-align: top;
	font-size: 85%;
	font-weight: normal;
	font-style: italic;
	color:#000;
}

#imageDataDetail .featureData {
	width:60%;
	text-align: left;
	vertical-align: top;
	font-size: 90%;
	font-weight: bolder;
	font-style: normal;
}

#imageDataDetail .featureData .numerator {
	vertical-align: text-top;
	font-size: 70%;
}

#imageDataDetail .featureData .denominator {
	vertical-align: text-bottom;
	font-size: 70%;
}

#imageDataDetail hr {
	background-color:#000;
	height:1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#imageDataDetail .title {
	font-size: 95%;
	font-style: italic;
	font-weight: bold;
	padding-top: 0px;
}

#imageDataDetail .title span {
	font-size: 110%;
	font-style: normal;
	font-weight: bolder;
}

#imageDataDetail .title span .notDefined {
	font-size: 85%;
	font-style: italic;
	font-weight: lighter;
}

#imageDataDetail .caption {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	padding-top: 3px;
	padding-left: 20px;
}

#imageDataDetail .copyright {
	font-style: italic;
	font-weight: normal;
	font-size: 75%;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: left;
	padding-left: 0px;
}

#imageDataDetail .image {
	padding-bottom: 40px;
	padding-top: 10px;
	padding-left: 0px;
}

#imageDataDetail .image .header {
	font-style: italic;
	font-weight: bold;
	font-size: 95%;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#imageDataDetail .image .data {
	font-style: italic;
	font-weight: normal;
	font-size: 90%;
	padding-top: 0px;
	padding-left: 20px;
}

#imageDataDetail .image .data span {
	font-size: 95%;
	font-style: normal;
	font-weight: bolder;
}

/* ------------------- How to use Slideshow popup ---------------------------- */

#howToSlideShow {
	position:absolute;
	top:100px;
	right:10px;
	width:350px;
	padding:10px;
	background:#999;
	border-style:solid;
	border-width: 1px;
	border-color: #666;
}

/* ------------------- ID Storage Divs ---------------------------- */

#text_storeImageID {
	visibility: hidden;
	line-height: 12px;
	background: #FF0;
}

#text_storeAlbumID {
	visibility: hidden;
	line-height: 12px;
	background: #F0F;
}

/* -------------------------------------------------------------------------- */

#menu {
	text-align:left;
	background:#888;
	border:0px solid #666;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:5px;
	padding-left:10px;
	margin:5px;
}

#menu form {
	margin: 0 0 0 10px;
	font-size:85%;
}

#menu input#s {
	width: 250px;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #000;
	font-weight: bold;
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font-style: italic;
	font-weight:normal;
	line-height: 90%;
	font-size:90%;
	padding-bottom: 10px; /*border-bottom: dotted 1px #000;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	list-style-type: disc;
	margin: 7px 0px 7px 0px;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font-style: normal;
	font-weight:bold;
	line-height: 85%;
	font-size:85%;
	letter-spacing: 0;
	margin: 7px 0px 7px 25px;
	padding: 0;
	padding-left: 0px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover { color: #FF0; }

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#wp-calendar {
	border: 1px solid #000;
	empty-cells: show;
	font-size: 100%;
	margin: 0;
	width: 96%;
}

#wp-calendar #next a {
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover { color: #FF0; }

#wp-calendar caption {
	line-height: 110%;
	color: #000;
	font-size: 125%;
	padding-bottom:10px;
	text-align: left;
}

#wp-calendar td {
	color: #000;
	font-weight: bold;
	font-style:normal;
	font-size:95%;
	line-height: 90%;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { }

#wp-calendar td:hover, #wp-calendar #today { color: #FF0; }

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	font-size:110%;
	padding-top:5px;
	padding-bottom:2px;
	text-align: center;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea { width: 95%; }

#commentlist {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

#commentlist p { margin-left: 10px; }

ol#commentlist {
	margin:10px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	border-bottom: 0px dotted #000;
}

ol#commentlist li {
	background:#888;
	margin: 0px 0px 15px 0px;
	padding: 3px 0px 3px 0px;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin: 10px;
	border: 1px dotted #111;
	padding: 2px;
}

#content {
	margin: 30px 13em 0 3em;
	padding-right: 60px;
}

/* ------------------- Classes ---------------------------- */

.floatL {
	float:left;
	margin:5px;
}

.floatR {
	float:right;
	margin:5px;
}

.clearer {
	clear:left;
	line-height:0px;
	height:0px;
}

.hidden { visibility:hidden; }

.unhidden { visibility:visible; }

/* ------------------- pads-------------------------- */

.padL_10 { padding-left:10px; }

.padL_20 { padding-left:20px; }

.padL_30 { padding-left:30px; }

.padL_40 { padding-left:40px; }

.padR_10 { padding-right:10px; }

.padR_20 { padding-right:20px; }

.padR_30 { padding-right:30px; }

.padR_40 { padding-right:40px; }

.padR_20 { padding-right:20px; }

.padR_40 { padding-right:40px; }

.padT_5 { padding-top:5px; }

.padT_10 { padding-top:10px; }

.padT_20 { padding-top:20px; }

.padB_5 { padding-bottom:5px; }

.padB_10 { padding-bottom:10px; }

.padB_20 { padding-bottom:20px; }

.padA_5 { padding:5px; }

.padA_10 { padding:10px; }

.padA_20 { padding:20px; }

.padA_30 { padding:30px; }

.width_30 { width:30% }			
			  
.width_40 { width:40% }			
			  
.width_50 { width:50% }			  

.width_60 { width:60% }			  

.width_70 { width:70% }			  

.width_100 { width:100% }			  

/* ------------------- boxes ----------------------------------------------------- */

.ts_normal { font-style: normal; }

.ts_italic { font-style: italic; }

.tw_normal { font-weight: normal; }

.tw_bold { font-weight: bold; }

.tw_bolder { font-weight: bolder; }

/* ------------------- spans ----------------------------------------------------- */


/*                     text/image boxes base definition -------------------------- */

.bti_LL { text-align:left; }

.bti_LL p { padding:0px 0px 20px 0px; }

.bti_LL img {
	float:left;
	padding:0px 20px 10px 0px;
}

.bti_LR { text-align:left; }

.bti_LR p { padding:0px 0px 20px 0px; }

.bti_LR img {
	float:right;
	padding:0px 0px 10px 20px;
}

.bti_RR { text-align:right; }

.bti_RR p { padding:0px 0px 20px 0px; }

.bti_RR img {
	float:right;
	padding:0px 0px 10px 20px;
}

.bti_C { text-align:center; }

.bti_C p { padding:0px 0px 20px 0px; }

.bti_C img {
	float:none;
	padding:0px 0px 10px 0px;
}

/* ------------------- containers -------------------------- */

.can_100 {
	clear:both;
	width:100%;
}

.canL_50 {
	width:50%;
	float:left;
}

.canR_50 {
	width:50%;
	float:right;
}

.marT_20 { margin-top:20px; }

.marB20 { margin-bottom:20px; }

.bigText { font-size:36px; }

.borderTS { border-bottom: 2px solid #000; }

.borderBD { border-bottom: 0px dotted #000; }

.wp-caption {
	border: 1px solid #111;
	text-align: center;
	background-color: #030303;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

ul.post-meta { list-style: none; }

ul.post-meta span.post-meta-key { font-weight: bold; }

.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #000;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover { color: #000; }

.feedback {
	color: #fff;
	text-align: right;
	clear: both;
	margin-left: 10px;
}

.meta {
	font-size: .75em;
	border-bottom: 0px dotted #000;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.meta li, ul.post-meta li { display: inline; }

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #101010;
	font-weight: normal;
	letter-spacing: 0;
}

.postdate {
	font-size:115%;
	margin:20px 0px 5px 0px;
	padding: 20px 0px 10px 0px;
	border-top: 1px solid #666;
	border-bottom: 0px dotted #000;
}

.storytitle { margin: 5px 0px 0px 10px; }

.storytitle a { text-decoration: none; }

.storycontent {
	margin: 10px 0px 10px 0px;
	padding: 10px;
	background:#888;
}

.storycontent p { margin: 5px 0px 5px 0px; }

.more-link { font-weight:bold }
