/*Stylesheets*/

/*The page is designed to work correctly without syles applied, although it will look 'orrible*/


/* ---- Generic Styles ---- */

html, body, a, h1, h2, h3, h4, h5, ul, li, div, p, img, address {
    margin: 0;
  	padding: 0;
  	border: 0;
  	outline: 0;
  	font-size: 100%;
  	vertical-align: baseline;
  	background: transparent;
}

body {
  background: #C2C8D2 url(images/left-column-crest.png) no-repeat scroll 0px 163px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px; 
  color: #595959;
}

a, a:visited, a:active {
  color: #956817;
  text-decoration: none;
}

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

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearleft {
  clear: left;
  height: 0;
  overflow: hidden;
}

.hide {
  display: none;
}
  
  
blockquote {
  margin: 10px 0px 10px 10px;
  padding-left: 15px;
  border-left: solid 4px #dcdcdc;
}
 

/* ---- Heirachy ---- */

#wrapper {
  width: 907px;
  border: none;
  margin-left: 53px;
  background-color: #e3e3e3;
  -moz-box-shadow: inset 0px 0px 30px #eee;
  -webkit-box-shadow: inset 0px 0px 30px #eee;
  box-shadow: inset 0px 0px 30px #eee;
}

  #header-wrap {
    background: #395C98 url(images/header-strip.png) repeat-x scroll;
    height: 163px; 
  }
  
  #header {
    background: #395C98 url(images/header.png) no-repeat scroll top left;
    height: 163px;
    width: 960px;
  }


    #header h1 {
      text-indent: -4000px;
    }
    
    #header h3 {
      font-size: 2em;
      font-weight: normal;
      color: #fff;
      padding-left: 500px;
      padding-top: 59px;
      text-shadow: 0 1px 0 #000
    }
    
    #nav {
      padding-left: 300px;
      height: 30px;
      padding-top: 24px;
      color: #fff;
    }
    
    #nav li {
      list-style: none;
      display: inline;
      padding: 0 3px 13px 3px;
  	}
  	
  	#nav li.current-page {
  	  background: url(images/arrow.png) no-repeat scroll bottom center;
  	}
  	
  	#nav li.current-page a {
  	  padding-bottom: 13px;
  	  background: url(images/arrow.png) no-repeat scroll bottom center;
  	}
  	
  	#nav li a {
  	  color: #fff;
  	}
  
/* Content */
  #content {
    width: 680px;
    margin-right: 227px;
    padding: 20px;
    line-height: 1.7em;
  }
  
  #content h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.7em;
    margin-bottom: 1em;
    text-shadow: 0 1px 0 white;
  }
  #content p {
    margin-bottom: 1em;
  }

    #home-footer {
      width: 100%;
      margin-top: 2em;
      padding-top: 1em;
      border-top: 1px solid rgba(0,0,0,0.1);
    }
  
      #home-footer .box {
      	display: block;
        width: 210px;
        height: 105px;
        background: #C2C8D2;
        float: left;
        margin-right: 10px;
        margin-bottom: 20px;
        border: 3px solid #A0B1CA;
        text-align: center;
        color: #575555;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
      }
      
      
      #home-footer .box h4 {
        font-weight: normal;
        font-size: 1.3em;
        padding-top: 10px;
      }
     
      
      #home-footer .box p {
        text-align: left;
        float: left;
        font-size: 0.8em;
        line-height: 1em;
        width: 90px;
        margin: 10px;
      }
      
       #home-footer .box:hover {
          background-color: #395C98;
          color: #fff;
          -webkit-box-shadow: 1px 1px 3px #000;
          -moz-box-shadow: 1px 1px 3px #000;
          box-shadow: 1px 1px 3px #000;
          text-decoration: none;
      }

        
/* Sidebar */
  #sidebar {
    width: 227px;
    float: right;
  }
  
  #sidebar .box {
    margin: 20px;
    margin-bottom: 30px;
  }
  
  #sidebar .box h4 {
    border-bottom: 1px solid #C2C8D2;
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 1em;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 1px 0 #fff
  }
  
  #sidebar .box h4 + p {
    padding-top: 4px;
    margin-top: 0;
    border-top: 1px solid #fff;
  }
  
  #sidebar .box p {
    font-size: 0.9em;
    padding-bottom: 5px;
  }

	#sidebar .social img {
		margin-top: 5px;
	}
	
  #sidebar .social a {
  	display:block;
  	float: left;
		opacity: 0.75;
		height: 32px;
		width: 32px;
		-webkit-transition: all 0.3s;
		margin-right: 5px;
  }
  
  #sidebar .social a:hover {
  	opacity: 1;
  }
  
  #sidebar .social {
  	margin-bottom: 60px;
  }
    
    
  #sidebar .join-now {
    /* Join now Box */
    height: 98px;
    width: 170px;
    background: #395C98 url(images/join-box.png) no-repeat scroll;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 3px solid #A0B1CA;
    border-radius: 5px;
    margin: 20px;

  }
  
  #sidebar .join-now a {
      color: #fff;
      display: block;
  }
  
    #sidebar .join-now p {
      border: none;
    }
  
  #sidebar .join-now a:hover {
      color: #FBDF37;
      text-decoration: none;
  }
  #sidebar .join-now:hover {
    -webkit-box-shadow: 1px 1px 3px #000;
    -moz-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
  }
  
  #sidebar .join-now h4 {
      padding-bottom: 3px;
      text-align: center;
      font-size: 1.3em;
      font-weight: normal;
      padding-top: 5px;
      border: none;
  }

  #sidebar .join-now p {
      text-align: center;
      font-size: 3.2em;
      font-weight: bold;
      padding-top: 5px;
      padding-bottom: 10px;
  }
  
  
  #copyright {
    font-size: 0.9em;
    color: #7A7A7A;
  }
  
  #copyright p {
    padding-top: 1em;
  }

/*------- Page-specific --------- */

#index #content > img {
  height: 293px;
  width: 205px;
  float: right;
  margin: -1em 0 0 20px;
  border: 4px solid #A0B1CA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#index #content > img:first-child {
  height: 198px;
  width: 254px;
  float: left;
  margin: 0 20px 20px 0;
}

      
#activities .activity {
  margin-bottom: 2em;
  width: 100%;
  height: 100%;
  position: relative;
}

#activities .activity img {
  border: 4px solid #A0B1CA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 280px;
  position: absolute;
}

#activities .activity h3 {
  font-weight: normal;
  font-size: 1.4em;
  margin-left: 270px;
  margin-bottom: 0.4em;
  padding-bottom: 0.3em;
  text-shadow: 0 1px 0 #fff;
  border-bottom: 2px solid #C2C8D2;
  padding-left: 30px;
  width: 360px;
}

#activities #content p {
  margin-left: 300px;
}

#join #content img {
  border: 4px solid #A0B1CA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  margin-right: 20px;
  margin-bottom: 0px;
}

#join #content h3 {
  font-weight: normal;
  font-size: 1.4em;
  margin-bottom: 1em;
  border-bottom: 1px solid #C2C8D2;
  width: 660px;
}

#join #content ul {
  	list-style-type: disc;
  	margin-left: 3em;
  	margin-bottom: 1.7em;
}

#get-in-touch {
		display: block;
    width: 665px;
    height: 111px;
    background: #395C98 url(images/getintouch.png) no-repeat scroll;
    margin: 4px 0 0 4px;
}

#get-in-touch:hover {
	border: 4px solid #EFCA16;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 0 0;
}

#get-in-touch p {
  visibility: hidden;
}


#contact #sidebar .join-now {
    color: #fff;
}

#contact #sidebar .join-now p {
    color: #fff;
    font-size: 6em;
    margin-top: -40px;
}

#contact #contact-details {
  width: 340px;
  float: left;
}

#contact #contact-details address {
  text-decoration: italic;
  font-size: 1em;
  line-height: 1.4em;
  margin:0.5em 4em 1.5em 0;
  padding-left:25px;
  background: 0 top url('/images/address.png') no-repeat;
}

#contact #contact-details ul {
  font-size: 0.9em;
  line-height: 1.4em;
  list-style-type: none;
}

#contact #contact-details ul span {
  font-size: 0.9em;
  color: #7A7A7A;
}
#contact #contact-details li  {
   padding: 0 0 0 25px;
   margin-bottom:0.5em;
}

#contact li.phone {
   background: 0 center url('/images/phone.png') no-repeat;
}

#contact li.email {
   background: 0 center url('/images/email.png') no-repeat;
}

#contact-form {
  width: 280px;
  margin-left: 350px;
  border: 1px solid #C2C8D2;
  background-color:  #FAEE98; //#FBDF37;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
}

#contact-form h3 {
  font-weight: normal;
  font-size: 1.4em;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 90px;
  color: #fff;
  background-color: #395C98;
}

#contact label {
  width: 90px;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
}

#contact input[type="text"], input[type="password"], textarea {
  color: #575555;
  background: #fff;
  border: 1px solid #7A7A7A;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 160px;
}

#contact textarea {
  height: 100px;
}

#contact form p.note {
  padding-left: 90px;
  font-size: 0.7em;
  color: #7A7A7A;
}

#contact input.submit {
  margin-left: 90px;
  margin-top: 1em;
}

#contact span img {
	position: absolute;
	top: -2px
	left: -20px
  width: 1.1em;
  height: 1.1em;
  margin: 0;
  padding: 0;
  border: none;
}

#map_canvas {
  width: 630px;
  height: 315px;
  border: 1px solid #C2C8D2;
  margin: 15px 0 30px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#content h2.no-bottom {
	margin-bottom: 0;
}

#thanks #content {
  height: 800px;
}


/*-- TUMBLR BLOG STYLES --*/

#news #content {
  min-height: 800px;
}

/* sidebar */

#news #sidebar  .box:first-child {
  margin-bottom: 0;
}

#news #sidebar #search {
  margin-bottom: 0;
}

#news #sidebar #search label {
  font-size: 0.7em;
}

#news #sidebar #search input[type="text"] {
  width: 120px;
}

#news #sidebar #tumblr-links p {
     padding: 3px 0 3px 28px;
     margin-bottom:0.7em;
  }

#news #sidebar #tumblr-links p.follow {
     background: 0 center url('/images/add.png') no-repeat;
  }

#news #sidebar #tumblr-links p.rss {
     background: 0 center url('/images/rss.png') no-repeat;
  }
  
#news #sidebar #tumblr-links p.archive {
   background: 0 center url('/images/archive.png') no-repeat;
}


/*-- .post Styles --*/

#news #content .post {
  margin-bottom: 40px;
  position: relative;
}

#news #content .post h3 {
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.7em;
  margin-bottom: 1em;
  text-shadow: 0 1px 0 white;
}

#news #content .post h3 a {
  color: #575555;
  text-decoration: none;
}

#news #content .post .footer {
      background: #F6F6F6; //#C2C8D2;
      font-size: 0.7em;
      padding: 0 10px 0 10px;
      margin-top: 5px;
      width: 630px;;
}

#news #content .post .footer .date-ago {
  
}

#news #content .post .audio {
  background: #C2C8D2;
  float: left;
  padding: 7px;
  margin-bottom: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#news #content .post .audio .player {
  float: left;
}

#news #content .post .audio .player .audio_player embed {
    border: 1px solid #c8c8c8;
}

#news #content .post .audio .meta {
  padding: 8px 13px;
  height: 13px;
  float: left;
  color: #666;
  font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Ariel sans-serif;
  font-size: 11px;
}

#news #content .post .link {
  margin: 4px 0 20px 0;
  font-size: 2em;
  line-height: 25px;
}

#news #content .post .link a {
  color: #575555;
  text-decoration: underline;
  font-weight: bold;
  padding: 5px 0 5px 0;
}

#news #content .post .link a:hover {
  color: #FBDF37;
  text-decoration: none;
  background: #395C98;
}

#news #content .post .quote {
  color: #3b627e;
  font-weight: bold;
  padding: 20px 20px 5px 20px;
}

#news #content .post .quote-source {
  text-align: right;
  margin-right: 10px;
}

#news #content .post .quote.medium {
  font-size: 25px;
  line-height: 28px;
}

#news #content .post .quote.long {
  font-size: 18px;
  line-height: 22px;
}

#news #content .post .quote.short {
  font-size: 33px;
  line-height: 35px;
}

#news #content .post .copy  { //Captions for quotes and photos, and text posts

}

#news #content .post .copy  .quotebg {
  font-family: georgia, serif;
  font-size: 150px;
  color: #3b627e;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  position: absolute;
  left: 5px;
  top: 60px;
}

#news #content .post .media { //Pictures and videos
  text-align: center;
  margin-bottom: 10px;
}

#news #content img {
  border: 4px solid #A0B1CA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px;
}

#news #content .post .copy  ul {
  list-style-type: disc;
	margin-left: 3em;
	margin-bottom: 1.7em;
}

#news #content .post .copy  img {
  max-width: 100%;
}

/* Chat */
#news #content .post .chat {
    background-color: #fff;
    border-left: 5px solid #dedddd;
    margin: 10px 10px 0 0;
    font-size: 14px;
    width: 625px;
}
                    
    #news #content .post .chat .lines {
        margin-left: 1px;
    }
    
        #news #content .post .chat .lines .line {
            background-color: #eaeaea;
            color: #494949;
            margin-bottom: 1px;
            padding: 3px 5px;
        }
    
        #news #content .post .chat .lines .line.even {
            background-color: #dedddd;
        }


/* Dates */
#news .side-date {
  position: absolute;
  left: -60px;
  text-transform: uppercase;
  width: 3.5em;
}

#news .side-date .day {
  font-size: 1.3em;
}

#news .side-date a {
  display: block;
  font-size: 1.5em;
  font-weight: normal;
  color: #575555;
}

#news .side-date a:hover {
  color: #FBDF37;
  text-decoration: none;
}

#news .read_more {
  font-weight: bold;
}

#news .read_more:after {
  content: " \2192"; //inserts right arrow
}

#news #pagination {
  width: 330px;
  height: 25px;
  margin-left: 135px;
  background: #395C98;
  background: rgba(0,0,255,0.3)
  color: #fff;
  padding: 5px;
  border: 1px solid #C2C8D2;
  margin-right: 10px;
  text-align: center;
  
}

#news #pagination a {
  color: #fff;
}

#news #pagination a:hover {
  color: #FBDF37;
  text-decoration: none;
}

/* titles for search and tagged pages */
#news h3.search-title {
  font-weight: normal;
  width: 660px;
  font-size: 1.4em;
  border-bottom: 1px solid #C2C8D2;
  margin-bottom: 20px;
  padding-bottom: 5px;
}


/* acapp fix */

#ui-datepicker-div {
position: absolute;
left: -9999px
}


