@import "reset.css";

body { 
    margin: 8px 0;
    padding: 0; 
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
/* 	background-color: #EDEDEC; */
}

#wrapper {
    width: 540px;
    margin: 0 auto;
/*     background-color: #EDEDEC; */
	padding: 0px 10px;
}

h1, h2, h3 {
	color: #336600;
	color: #775528;
}

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

a:hover {
	text-decoration: underline;
	color: #30c;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.2em;
	color: #333;
	text-align:justify;
}


#header {
	margin: 0px auto;
	width: 100%;
	text-align: left;	
	background: url('/gifs/logo-home.gif') no-repeat left top;
	height: 50px;
	overflow: hidden;
}

#header h1 {
 	display: none;
}


h2 {
	clear: both;
	font-size: 1.75em;
	margin: 25px 0 10px 0;
	padding: 0;
	color: #775528;
}

h3 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.5em;
	color: #369;
}

#nav {
	clear: both;
	color: #360;
	display: block;
	font-size: 8pt;
	padding: 2px;
	background-color: #fc6;
	font-weight: bold;
	margin: 0;
	width: 100%;
 	height: 13px;
}


#nav a:link, #nav a:visited {
	color: #360;
	text-decoration: none;
}

#nav a:hover {
	background-color: #9f3;
	color: #063;
	text-decoration: underline;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	display: inline
}

#nav a:link, #nav a:active, #nav a:visited {
	display: block;
	float: left;
	padding: 0 6px;
	margin: 0;
	border-right: 2px solid #336600;
}


#breadcrumb {
	margin: 10px 10px;
	font-size: 8pt;
}

#breadcrumb ul, #breadcrumb li{
	display: inline;
	margin: 0;
	padding: 0;
	color: #339;
	font-weight: bold;
}

#breadcrumb ul li:before {
	content: "\0020 \003E \0020";
}

#breadcrumb ul li.home:before {
	content: " ";
}



.infobox {
    color: #333;
    float: right;
    padding: 0;
    width: 220px;
    width: 140px;
    width: 180px;
    margin: 0px 2% 0 2%;
    border: 1px solid #333;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
/*    	background-color: #d5e9ed; */
	background-color: #efefdf;
}


.infobox h3 {
	font-size: 14px;
	font-weight: bold;
	margin: .25em;
	padding: 0;
	border-bottom: 2px solid #eee;
	color: #506540;
	text-shadow: none;
}

.infobox ul {
	font-size: .9em;
	list-style: none;
	padding :0 .5em 0em 0px;
	margin: .5em 5px 0 10px;
	line-height: 1.75em;
}

.infobox li {
	border-top: 1px solid #ccc;
	margin:0px;
	padding:0px;
}


.infobox ul ol li {
	margin: 0 1em;
	border: none;
	list-style: decimal inside;
}


ul li, ol li {
	margin: 1em 3em;
}




/*
#modified {
	float: right;
	color: #aaa;
	margin: 5px 20px;
}
*/



#modified {
	text-align: right;
	margin: 0;
	padding: 0;
	float: right;
	color: #aaa;
	margin-top: 40px;
}


#up-to-top {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 40px;
}


#footer {
	width:100%;
	clear: both;
	margin: 0px;
/*	position: relative;
 	top: -80px; */
	background: url(/gifs/bear.gif) no-repeat center top;
	padding-top: 80px; /* furbutt is 68 pixels high, 80 pixels wide */
}

#footer p {
	text-align: center;
	font-size: 8pt;
	line-height: 0.5em;
	margin: 1em;
}












/* +++++++++++++++ */
/* Alignment */
/* +++++++++++++++ */

.center{
	float: none; 
	margin: 2em auto;
	padding: 0px;
}

.right{
	clear: right;
	float: right;
	margin: 0px 0px 15px 20px;
	padding: 10px;
}

.left{
	clear: left;
	float: left;
	margin: 0px 20px 15px 0px;
	padding: 0px;
}

/* +++++++++++++++ */
/* Figures */
/* +++++++++++++++ */

.figure img{
	padding: 0px;
	display: block;
	margin: 0px auto;
	border: none;
}

.figure a img{
	padding: 0px;
	display: block;
	margin: 0px auto;
	border: none;
}

.figure p, .googlemap p{
	font-size: 1em;
	line-height: 130%;
	text-align: justify;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #555;
}

p.enlarge{
	text-align: right;
	color: #999;
	font-size: 1em;
	margin: 0 0 -5px 0;
	margin-bottom: 5px; /* If title is hidden */
	padding: -2px 0 0 0;
	vertical-align: top;
/* 	display: inline-block; */
	padding-right: 1.5em;
	background: url(../images/icon-magnifier.png) no-repeat center right;
}

p.enlarge a[href^='http://'] {
	display: inline;
	padding: 0;
	background: none;
}

p.title{
	text-align: left;
	font-size: 1.25em;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0;
	line-height: normal;
	font-weight: bold;
	color: #cc3333; /*color:#993300; */
	color: #336699;
	display: none;
}


/* +++++++++++++++ */
/* Tables */
/* +++++++++++++++ */


div.table{
	margin 20em auto;
/* 	border: 2px solid #336699; */
}

.table table{
	border-collapse: collapse;
	border: 2px solid #996633;
	margin: 0em; /* 0em top so Firefox doesn't pad caption */
	font-size: 1em;
	caption-side: top;
	width: 100%;
}

/* .table th.title{background-color: #336699; text-align: center; font-weight: bold; color: #fff; padding:0.5em} */

.table caption{
	text-shadow: 1px 1px #626262;
	display: table-caption;
/*   	background-color: #0066cc; */
  	background-color: #996633;
	text-align: left; 
	color: #fff; 
	margin: 0px;
	padding: .75em 0.25em;
	width: auto;
	font-size: 1.25em;
	font-weight: bold; 
	line-height: 1.5em;
}


/* Firefox caption hack */
@-moz-document url-prefix(){
	.table caption { margin: 0 -1.5px; padding: .5em } /*Make margin half of table border */ 
}

/* IE caption hack */
.table caption {_margin-left: -1px;}

/* Safari caption hack */
@media all and (-webkit-min-device-pixel-ratio:0){
	.table caption { margin: 0px -2px 0px 0px; padding: .5em } /*Make margin-right same as table border */ 
}

.table thead{background-color: #e4e2d0; border-bottom: 1px solid #;}


.table th, .table td {
	text-align: center; 
	font-size: 1em;
	margin: 0;
	padding: .75em; 
}

.table th {font-weight: bold; color: #736735}

.table td {border-bottom: 1px solid #ccc;}

.table tbody tr:nth-child(2n+1) {
  background-color: #ecf3fe;
}

.table tbody tr:hover, .table tfoot tr:hover {background-color: #83A7CD; color: #fff}

.table table.plain{border: 0px; margin: 2em auto;}


/* +++++++++++++++ */
/* Google maps */
/* +++++++++++++++ */

.googlemap iframe{
	padding: 2px;
	display: block;
	margin: 0px auto;
	border: 2px solid #996633;
}



#content a[href^="mailto:"] {
	display: inline-block;
	padding-right: 20px;
/* 	line-height:18px; */
	background: url(../images/icon-email.png) no-repeat center right;
}


#content a[href^='http://'] {
	display: inline-block;
	padding-right: 16px;
	background: url(../images/icon-offsite.gif) no-repeat center right;
}


#content a[href^='http://flickr'], a[href^='http://www.flickr'] {
	display: inline-block;
	padding-right: 18px;
	background: url(../images/icon-flickr.png) no-repeat center right;
}

#content a[href^='http://picasaweb'], a[href^='http://www.picasaweb'] {
	display: inline-block;
	padding-right: 18px;
	background: url(../images/icon-picasa.png) no-repeat center right;
}

#content a[href$='.kmz'] {
	display: inline-block;
	padding-right: 18px;
/* 	line-height:18px; */
	background:transparent url(../images/google-earth_16.png) no-repeat center right;
}

#content a[href$='.gpx'] {
	display: inline-block;
	padding-right: 18px;
/* 	line-height: 18px; */
	background: transparent url(../images/gpsreceiver_16.png) no-repeat center right;
}

#content a[href$='.pdf'] {
	display:inline-block;
	padding-right:20px;
/* 	line-height:18px; */
	background:transparent url(../images/icon-pdf.png) no-repeat center right;
}


#content a[href^='http://www.weather'] {
	display: inline-block;
	padding-right: 18px;
	background: url(../images/icon-weather.png) no-repeat center right;
}

#content a[href^='http://www.maps.google'], #content a[href^='http://maps.google'] {
	display: inline-block;
	padding-right: 18px;
	background: url(../images/icon-map.png) no-repeat center right;
}

#content a[href^='http://flickr'], #content a[href^='http://www.flickr'] {
	display: inline-block;
	padding-right: 18px;
	background: url(../images/icon-flickr.png) no-repeat center right;
}

#content a[href^='http://picasaweb'], #content a[href^='http://www.picasaweb'] {
	display: inline-block;
	padding-right: 18px;
	background: url(../images/icon-picasa.png) no-repeat center right;
}

#content a[href^='http://vhtrc'], #content a[href^='http://www.vhtrc'] {
	display: inline-block;
	padding-right: 18px;
	background: url(../images/icon-furbutt.png) no-repeat center right;
}

.date {
	display: inline-block;
	padding-right: 18px;
	background: url(../images/icon-date.png) no-repeat center right;
}

.time {
	display: inline-block;
	padding-right: 18px;
	background: url(../images/icon-time.png) no-repeat center right;
}


.googlemap p.enlarge{background:none;}


.figure img{
	padding: 0px;
	display: block;
	margin: 0px auto;
	border: none;
}
