/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

body { background: #dfdcd0 url('images/bg.png') repeat; }

#logo{
  text-shadow: 0px 1px 1px #695c40;
  position: static;
  height: 80px;
  margin: 0px 0px 0px 40px;
}


#logo .site-title {
  display: block;
  line-height: 76px;
  font-size: 38px;
  font-family: Georgia;
}

#logo a{
  color: #fff;
  text-decoration: none;
}

#logo a:hover{color:#e9e7e0;}

#banner{
  background: #fff url('images/hothorpe.jpg') no-repeat top left;
  min-height: 190px;
  text-align: right;
  padding: 20px;
  font-size: 28px;
  line-height: 1.3em;
  vertical-align: middle;
  color: #a2997a;
}

#banner .us{
  font-size: 38px;
  line-height: 1.3em;
  color: #695c40;
}

#banner .summary{
  font-style: italic;
  color: #695c40;
}

#banner .dtstart{
  font-size: 36px;
  line-height: 1.3em;
  color: #695c40;
} 

#banner .location{
  font-size: 36px;
  font-style: italic;
  line-height: 1.4em;
  color: #695c40;
} 

#sites{
  height: 80px;
}

#subscribe2 p{
  margin-bottom: 12px;
}

.fergcorp_countdownTimer_event_li{
  font-family: Georgia;
  font-size: 16px;
  color: #a2997a;
  margin: 10px 40px 0px 0px;
  line-height: 1.45em;
}
.fergcorp_countdownTimer_event_time{
  font-size: 24px;
  color: #695c40;
}

#top-nav{
  font-size: 17px;
  text-transform: none;
}

#nav{
}

.nav a, .nav a:link, .nav a:visited{
  padding: 0px 40px 0px 0px;
  text-shadow: 0px 1px 1px #695c40;
}

.prev a{
  width: 115px;
}

.next a{
  width: 85px;
}

span.amp {
  font-family: Palatino, "Palatino Linotype", Baskerville, Constantia, "Book Antiqua", serif;
  font-style: italic;
}

/*
input{
  border: 1px #695c40 solid;
  background: #dad6c9;
}

input[type=submit]{
  border: 1px #695c40 solid;
  background: #a2997a;
  cursor: pointer;
}*/

/* COMMENTS // 
#commentform  {	margin: -15px 15px 25px 15px; float: left; width: 96%; }
#commentform label {
	font-family: Georgia, serif;
	font-style: italic;
	color: #2e2e2e;
	padding-bottom: 10px;
	float: left;
}
.comment #respond h3  { padding-bottom: 10px; }
#commentform .fl, #commentform .fr  { width: 49%;}

#commentform input.txt  { margin: 0 0 10px 0; padding: 10px; border: 1px solid #ddd; width: 85%; clear: both; background-color: #e8e8e8; -moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px; }
#commentform textarea  { padding: 10px; border: 1px solid #ddd; height:170px; width: 
90%; background-color:#e8e8e8; -moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;}
#commentform #submit  { margin: 15px 0 0 0; width: 285px; height: 45px; display: block; text-align: center; border: none; background: transparent url(images/comment_send_btn.png) no-repeat left top; float: left; font-family: Georgia, serif;
	text-transform: uppercase; font-size:14px; text-shadow:1px 1px 1px #ffffff;
	color: #2e2e2e; }
  
*/

#rsvp  { margin:15px 36px; padding-bottom:50px}
#respond h3  {background: url(images/leave_a_comment_bg.png) no-repeat center 10px; font-size: 14px; font-family: Georgia, serif; text-align: center; text-transform: uppercase; font-weight: normal; padding-bottom: 35px; margin: 10px 0 0 0; }

  
#rsvp  {	margin: -15px 15px 25px 15px; float: left; width: 96%; }
#rsvp label {
	font-family: Georgia, serif;
	font-style: italic;
	color: #2e2e2e;
	padding-bottom: 10px;
  clear: both;
  width: 49%;
  display: block;
}
#rsvp input  {  margin: 0 0 10px 0; padding: 10px; border: 1px solid #ddd; width: 85%; clear: both; background-color: #e8e8e8; -moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px; width: 49%; }
#rsvp textarea  { padding: 10px; border: 1px solid #ddd; height:170px; width: 
90%; background-color:#e8e8e8; -moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;}
#rsvp input[type=submit]  { margin: 15px 0 0 0;  height: 45px; display: block; text-align: center; border: none; background: transparent url('images/comment_send_btn.png') no-repeat left top; float: left; font-family: Georgia, serif;
	text-transform: uppercase; font-size:14px; text-shadow:1px 1px 1px #ffffff;
	color: #2e2e2e; }
