﻿/* yui css reset  */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;margin-top:1em;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/* my undo additions */
acronym { font-style:normal;}  

body { 
  color: #281801;
 }

a, 
a:link, 
a:visited, 
a:hover, 
a:active 
{
  text-decoration: none;
  color: #281801;
}

p
{
  margin-bottom: 1.825em;
}

em
{
  font-style: italic;
}

strong
{
  font-weight: bold;
}

#masthead a,
#masthaed a:hover,
#masthead img
{
	border: 0;
	background-color: #fff;
}

.separator { clear:both; height:1px; }

ul.nav
{
  border-top: 1px dotted #ca9f05;
  font-size: 85%;
  font-weight: normal;
  text-transform: lowercase;
}

ul.nav li
{
  border-bottom: 1px dotted #ca9f05;
}

ul.nav li a {
   display: block;
   padding: 4px 0 4px 10px;
   text-decoration: none;
}

ul.nav a:hover,
ul.nav a:focus
{
  background: #ffe34f url(menu-hilite.gif) 0 100% repeat-x;
  text-decoration: none;
}

#subnav_header 
{
  text-transform: uppercase;
  font-size: 114%;
  font-weight: bold;
  padding: 25px 0 0 10px;
}


#intro {
	background-color:#f3f3f3;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	color: #ca7805;
	display: none;
	font-style: italic;
	line-height: 1.4em;
	margin: 2px;
	padding: 6px;
	word-spacing: 0.1em;
}

body.home #intro
{
	display:block;
}


#intro span,
#intro a {
	color: #281801;
	font-weight: bold;
	text-transform:uppercase;
}

#news-intro
{
	padding-left: 10px;
	font-size: 114%;
	text-transform:uppercase;
}

a {
	color: #ca7805;
}

a:hover
{
	background-color: #ca7805;
	color: #fff;
}

a img,
a:hover img
{
	border: none;
	background-color: inherit;
}

#goal-thermometer {
	display:none;
}


#imagewrapper
{
	display:none;
}

body.home #imagewrapper
{
	display:block;
}


/* content column */

#content {
   padding-top: 36px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6
{
  font-size: 114%;
  font-weight: bold;
  margin: 1.825em 0;
  color: #ca7805;
}

#content ul
{
  list-style-type: square;
}

#content ol
{
  list-style-type: lower-roman;
}


#content li
{
  padding-left: 2em;
}

#content a,
#content a:link,
#content a:visited,
#content a:active
{
  border-bottom: 1px solid #ca7805;
}

#content p a img
{
  background-color: white;
  padding: 5px;
  margin: 0 0 -5px -5px;
  border: 1px solid white;  
}

#content p a img:hover
{
  border: 1px dotted #aaa;
}

#content a:hover,
#content a:focus
{
  border-bottom: 1px solid white;
  background: #ffe34f url(menu-hilite.gif) 0 100% repeat-x; 
}

#content em,
#content strong 
{
  color: #ca7805;
}

.articletext,
.articlestats
{ 
  padding: 0 10px;
}


#content h2.articletitle 
{
  clear: both;
  text-transform: uppercase;
  padding-left: 3em;
  margin-bottom: 0;
  padding-bottom: 1.825em;
  background: transparent url(olive-branch.jpg) 0 0px no-repeat;
}

#content ul.articlestats
{
  text-align: right;
  font-size: 85%;
  margin: 3em 0;
  list-style-type: none;
  font-style: italic;
}

/* second section */

#section2
{
  background: #ca7805 url(dove-rays.jpg) 50% 100% no-repeat;
  padding-bottom: 0px;
  margin:0;
}


#section2separator 
{ 
  color: white;
  background-color: #3c2401;
  display: none; 
  text-transform: uppercase;
  padding: 1em;
  font-size: 90%;
}

body.home #section2separator {
	display:block;
}



#section2separator h2
{
  padding-left: 15px;
}

#gallerywrapper
{
  margin: 0 auto;
}

.flickrgallery
{
  display:none;
  color: white;
  margin: 0 auto;
  width: 220px;
}

body.home .flickrgallery {
	display:block;
}


.gallerygroup
{
}


h2.gallerytitle
{
  clear:left;
  padding: 25px 0;
  text-transform:uppercase;
  font-weight: bold;
}

.gallerydescription
{
  color: white;
  font-size: 77%;
  line-height: 1.4;
}



.flickrphotorow img
{
  float: left;
  padding: 1px;
}

.flickrphotorow a {
  float: left;
  border: 1px solid #ccc;
  margin: 10px;
  }

ul.section
{
	background-color:#ca7805;
	color: #333;
	font-weight:normal;
}

ul.section,
#morephotosets ul
{
	border-top: 1px dotted silver;
	margin-top: 3px;
	padding-left: 0;
}
ul.section li,
#morephotosets li
{
	border-bottom: 1px dotted silver;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

ul.section li a,
ul.section .sectionactive,
#morephotosets .gallerydescription a
{
	color: white;
    display: block;
    padding: 9px 0 9px 12px;
}

ul.section .sectionactive
{
	color:#281801;
	background: #ce8206 url(orange-slice.jpg) repeat-x 0 100%;
}

ul.section li a:hover,
#morephotosets li a:hover
{
	background: #ce8206 url(orange-slice.jpg) repeat-x 0 100%;
}


#morephotosets .gallerydescription p
{
	margin-top: 36px;
}

div#map
{
	border: 1px solid #ccc;
}

#footer
{
  padding: 20px 0 6px 0;
}

.copyright
{
  padding-left: 10px;
  color: white;
  font-size: 77%;
  padding-bottom: 120px;
}

.copyright a
{
  color: white;
}

.copyright a:hover
{
  color: #fad03b;
}


