/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

/*/*/a{}
html, body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  background: #eeeeee repeat-x 0 100px;
  color:#000000;
  text-align:left;
  font-size:small;
  voice-family:"\"}\"";
  voice-family:inherit;
  font-size: small;
    
}
/* */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 



a:link, a:visited, a:hover {
	color: #006699;
	font-size: 14px;
	text-decoration: none;
	height:1%;
	
}

a:hover {
	text-decoration: underline;
	height:1%;
	
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: none;
}

ul ul{
 list-style-type: none;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	width: 750px;
	margin: 0;
	position: relative;
}

#branding {
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(../images/mistOnRocks.jpg);
	background-repeat: no-repeat;
	height: 108px;
}

#content {
	width: 540px;
	margin-left: 210px;
}

#content h1, h2, p {
	padding-right: 20px;
}

#navBar {
	position:absolute;
  	top:108px;
  	left:0;
	height: auto;
  	width: 205px;
  	background-color: #eee;
  	padding: 20px 0 0 0;
	clear: both;
	display: block;
}	

#homeImg {
	background-image: url(../images/cowsfieldandcascobay.jpg);
	margin-top: 5px;
	display: block;
	width: 540px;
	height: 352px;
	background-position: right;
	background-repeat: no-repeat;		
}

#midLinks {
	
	left: 150px;
	top: 460px;
	width: 550px;
	text-align: center;
}

#footer {
	clear: both;
}

/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
background-color: #eee;
padding: 4px 0px 0px 0px;
white-space: nowrap;
font-size: 85%;
height: auto;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 100%;
	padding: 0px 9px 0px 0px;
	background-color: #eee; 
	
}

/* styles for the midLinks nav menu - remove padding, margin and bullets */
#midLinks ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
/* float each list element inline */
#midLinks li {
  float: left;
  display: inline;
  }
/* style the links in the nav list */
#midLinks a {
  display:block;
  font-size: 86%;
  margin: 0;
  height: 1em;
  padding: 5px 5px 5px 15px;
  width: 117px;
  
}
#midLinks a:link, #midLinks a:visited {
  color: #006699;
  display: block;
}
#MidLinks a:hover, #Midlinks a:active {
  color: #006699;
  text-decoration: underline;
  display: block;
}

#photoLine {
	width: 530px;
	padding: 0;
	margin-top: 1px;
}

#photoLine table {
	margin-left: -3px;
	margin-right: -5px;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0; }

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 10px 0px 10px 15px;
	width: 100%;
	color: #666666;
 	width: auto;
	display: block;
}

#sectionLinks a:visited{
	padding: 10px 0px 10px 15px;
	color: #666666;
	display: block;
}

#sectionLinks a:hover{
	background-color: #dddddd;
	padding: 10px 0px 10px 15px;
	color: #666666;
	display: block;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 20px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}



/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 15px;
	font-size: 100%;
}

#headlines p{
	padding: 5px 0px 5px 15px;
}

/************* #siteInfo styles ***************/
/* styles for the siteInfo menu - remove padding, margin and bullets */
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
  
/* float each list element inline */
#footer li {
  float: left;
  display: inline;
}

#footer{
	border-top: #C2C2C2 thin solid;
	font-size: 95%;
	background-color: #DDDDDD;
	color: #666666;
	padding: 2px 0px 2px 0px;
	margin-top: 0px;
	display: block;
	width: 750px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#footer a {
  display:block;
  margin: 0;
  height: 1em;
  padding: 2px 0 5px 0px;
  width: 160px;
  
}

#footer a:link, #footer a:visited {
	color: #666666;
	font-size: 14px;
	width: 160px;
	display: block;
}

#footer a:hover, #footer a:active {
  color: #666666;
  font-size: 14px;
  width: 160px;
  display: block;
}

.copyRt {
	font-size: 75%;
	color: #666666;
	padding: 5px 0px 0px 160px;
	margin-top: 0px;
	height: 1em;
	text-align: right;
}

.footerAddress {
	padding-left: 10px;
	font-size: 75%;
}

/************** .feature styles ***************/

.feature{
	padding: 5px 2px 10px 10px;
	font-size: 100%;
	color: #666666;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.trans {
	visibility: hidden;
}

.photoCredit {
	font-size: 75%;
	color: #666666;
	padding-left: 10px;
}
	