/* Rob Eagar CSS Document */

@import "forms.css";
@import "donation.css";

body{
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: #DEF5FE;
  font: 12px arial, helvetica, sans-serif;
  line-height: 20px;
  color: #000;
  }

a img{
  border: none;
  }

a{
  color: #6D271D;
  text-decoration: underline;
  }

h1, h2, h3, h4{
  font-family: "Times New Roman", Times, serif;
  }

h1{
  font-size: 32px;
  color: #6D271D;
  font-weight: normal;
  line-height: 28px;
  text-align: center;
  }

h2{
  font-size: 24px;
  color: #6D271D;
  font-weight: bold;
  line-height: 28px;
  }

h3{
  font-size: 20px;
  color: #AEC76C;
  font-weight: normal;
  }

h4{
  font-size: 16px;
  color: #426E79;
  font-weight: bold;
  line-height: 28px;
  }

#frame{
  margin: 0px auto;
  width: 680px;
  padding: 0px 20px;
  background: #fff;
  }

/*  /////////////////////Header Styles//////////////////   */

#header{
  width: 680px;
  background: #fff;
  float: left;
  padding: 0px 0px 10px 0px;
  }
  
#logo{
  float: left;
  }
  
#logo a{
  display: block;
  background: #fff url(../images/css/logo_header.gif) no-repeat;
  width: 258px;
  
  height: 66px;
  }
  
#logo a h1{
  display: none;
  }
  
#header_right{
  float: left;
  border-top: 3px solid #fff;
  }

#header_links{
  float: left;
  width: 217px;
  height: 35px;
  padding-left: 30px;
  margin-top: 3px;
  font-weight: bold;
  color: #A0A0A0;
  line-height: 8px;
  font-size: 10px;
  }
 
#header_links ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
  }
  
#header_links ul li{
  display: inline;
  padding: 0px;
  }

#header_links ul li a{
  color: #A0A0A0;
  text-decoration: none;
  }
  
#header_links ul li a span{
  display: none;
  }
  

  
#search {
  height: 26px;
  line-height: 6px;
  float: left;
  width: 160px;
  background: #fff url(../images/css/background_search.gif) no-repeat left 3px;
  padding: 5px 0px 0px 0px;
  }
  
#search form{
  font-size: 10px;
  font-weight: bold;
  color: #A0A0A0;
  float: right;
  margin: 0px;
  padding: 0px;
  }
  
#header_bottom{
  clear: both;
  width: 680px;
  padding: 0px;
  
  }
  
#header_newsletter{
  float: left;
  border-left: 411px solid #fff;
  background: transparent url(../images/css/background_header_newsletter.gif) no-repeat right;
  width: 269px;
  height: 22px;
  
  }
  
#header_newsletter h2{
  display: none;
  }
  
#header_marquee{
  float: left;
  padding: 0px 5px;
  width: 401px;
  height: 20px;
  background: transparent url(../images/css/background_header_marquee.gif) no-repeat left;
  font-size: 10px;
  color: #fff;
  letter-spacing: -.1px;
  margin-bottom: 5px;
  }
  
#header_marquee span{
  display: none;
  }
 
#header_form{
  text-align: right;
  float: left;
  width: 269px;
  height: 20px;
  background: #10A7DF url(../images/css/background_header_form.gif) no-repeat top left;
  font-size: 10px;
  color: #fff;
  letter-spacing: -.1px;
  overflow: hidden;
  line-height: 10px;
  margin-bottom: 5px;
  } 

#nav{
  width: 680px;
  height: 220px;
  margin: 5px auto 10px;
  background: #426E79;
  }
  
#header_form input.subscribe{
  color: #666; 
  border: 1px solid #0E9ACD; 
  font-family: arial, helvetica, sans-serif; 
  background: #48D4F8; 
  font-weight: bold; 
  font-size: 10px; 
  width: 80px; 
  padding: 0px 5px; 
  margin:0px;
  }
  
#search input.search{
  color: #666666; 
  font-family: arial, helvetica, sans-serif; 
  font-weight: bold; 
  font-size: 10px; 
  width: 80px; 
  padding: 0px 5px; 
  border: 1px solid #A0A0A0;
  }


/* ///////////////////////  Content Styles /////////////////////// */


#content{
  float: left;
  width: 680px;
  margin-top: 8px;
  background: #fff url(../images/css/background_content.gif) repeat-y 0px 0px;
  }
  
#content_full{
  background: white;
}
  
#home_container{
  width: 680px;
  background: #fff;
  }

#content_narrow{
  float: left;
  width: 195px;
  background: #F7F7F7 url(../images/css/background_content_narrow.gif) no-repeat top;
  padding: 7px 0px 15px 0px;
  }
  
#content_narrow h3{
  margin: 0px;
  padding: 15px 8px;
  color: #426E79;
  }
  
#content_narrow ul{
  list-style: none;
  margin: 0px 5px;
  padding: 0px;
  border-top: 1px solid #E4E4E4;
  color: #000;
  }
  
#content_narrow ul li{
  padding: 2px 5px 2px 15px;
  border-bottom: 1px solid #E4E4E4;
  line-height: 18px;
  }
  
#content_narrow ul li a{
  display: block;
  text-decoration: none;
  color: #666;
  }
  
#content_narrow ul li.root{
  background: transparent url(../images/css/background_li_root.gif) no-repeat 3px 7px;
  }
  
#content_narrow ul li ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
  }
  
#content_narrow ul li ul li{
  padding: 2px 0px;
  border-bottom: 0px solid red;
  }
  
#content_narrow ul li ul li a{
  color: #426E79;
  }

#content_wide{
  width: 485px;
  float: left;
  }

#content_text{
  clear: both;
  padding: 5px 10px 0px 25px;
  }

#content_text h1{
  margin: 10px 0px;
  }


/* ///////////////////////  Related Items Styles /////////////////////// */


#related_items{
  width: 460px;
  clear: both;
  padding: 0px 0px 35px 0px;
  }
  
#related_items h3{
  border-bottom: 8px solid #E4E4E4;
  margin-bottom: 10px;
  }
  
#related_items ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
  }
  
#related_items ul li{
  width: 210px;
  height: 18px;
  float: left;
  display: inline;
  background: transparent url(../images/css/bullet_related_items.gif) no-repeat 0px 5px;
  padding: 0px 5px 5px 15px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #426E79;
  overflow: hidden;
  }
  
#related_items ul li a{
  text-decoration: none;
  color: #426E79;
  }
  
  
/* ///////////////////////  Footer Styles /////////////////////// */

#footer{
  clear: both;
  width: 680px;
  height: 40px;
  color: #6D271D;
  font-size: 10px;
  }
  
#footer_left{
  float: left;
  width: 340px;
  height: 40px;
  }
  
#footer_right{
  float: left;
  width: 340px;
  text-align: right;
  height: 40px;
  }
  
#footer_right a{
  color: #6D271D;
  }
  

#screen,
#fullscreen{
  z-index:1001;
  position:absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

#screen{
  z-index: 1000;
  background: white;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  text-align: center;
}

#announcement{
  height: 300px;
  width: 300px;
  background: white;
  border: 5px solid #8F2146;
  margin: 20% auto 0px auto;
  padding: 10px;
  font-size: 12px;
}

#announcement button{
  display: block;
  border: none;
  background: #8F2146;
  font: 12px Georgia, "Times New Roman", Times, serif;
  color: white;
  width: 70px;
  height: 25px;
  margin: 15px auto 10px;
}

#home_links{
  height: 140px;
  width: 680px;
  background: white;
  padding: 15px 0px 0px;
}

#event_popup{
  background: white;
  width: 100%;
  height: 100%;
}

#customize{
  float: left;
}

#standard{
  background: white;
}








/* //////////////START EVENT DETAIL STYLES /////////////////////// */

ul.detail_bar{
list-style: none;
margin: 0px;
padding: 5px 0px;
width: 100%;
background: #000;
text-align: center;
}

ul.detail_bar li{
display: inline;
padding: 5px 15px;
}

ul.detail_bar li a{
color: #ffffff;
text-decoration: none;
}

#detail_frame{
text-align: left;
width: 300px;
margin: 0px auto;
padding: 5px;
background: #fff;
}

#detail_header{

}

#detail_image{
width: 300px;
overflow: hidden;
padding: 0px 0px 5px 0px;
text-align: center;
}

#detail_content{
background: #F4F4F4;
}

#detail_header h3{
font-size: 14px;
font-weight: normal;
}

#detail_header dl{
background: #ccc;
width: 300px;
}

#detail_header dl dt{
float: left;
margin: 0px; padding: 0px;
width: 70px;
}

#detail_header dl dd{
float: left;
margin: 0px; padding: 0px;
width: 220px;
}

#detail_content_text{
clear: both;
width: 280px;
padding: 0px 10px;
}

#detail_content_text h5{
font-weight: bold;
font-size: 12px;
margin: 0px; padding: 0px;
}

a.form_link {
background: black;
width: 280px;
text-align: center;
color: #fff;
display: block;
text-decoration: none;
padding: 5px 0px;
margin: 0px;
}

.formButton,
.formButtonLong{
  background: #FF9900 url(../images/css/background_button.gif) no-repeat right;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  border: none;
  color: white;
  padding: 2px 5px 5px;
  margin: 0px;
  height: 18px;
  cursor: finger;
  cursor: pointer;
}



/* //////////////END EVENT DETAIL STYLES /////////////////////// */

@media print{
  #header,
  #content_narrow,
  object,
  #footer,{
    display: none;
  }
  #content_wide,
  #content_text{
    margin: 0px;
	padding: 0px;
    width: 650px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
  }
}



