@charset "utf-8";
/* CSS Document */


html body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color:#f1dfba;
	background-image:url(../images/background.jpg); 
	background-repeat: repeat-x;
	
}


.menu-font {
	font-size: 18px;
	font-family: 'Allerta', sans-serif; 	
	color:#f2e9d7;
}
	

h1 {font-family:'Allerta', sans-serif; font-size:21px; font-weight:bold; line-height: 1.5em;}
h2 {font-family:'Allerta', sans-serif; font-size:18px; font-weight:bold; line-height: 1.5em;}
h3 {font-family:'Allerta', sans-serif; font-size:16px; font-weight:bold; line-height: 1.5em;}
h4 {font-family:'Allerta', sans-serif; font-size:14px; font-weight:bold; line-height: 1.5em;}
h5 {font-family:'Allerta', sans-serif; font-size:12px; font-weight:bold; line-height: 1.5em;}
h6 {font-family:'Allerta', sans-serif; font-size:10px; font-weight:bold; line-height: 1.5em;}

a.events:link	{ font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #812125; text-decoration: none; font-size: 10pt; line-height: 20px; }
a.events:visited{ font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #812125; text-decoration: none; font-size: 10pt; line-height: 20px; }
a.events:hover	{ font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #c98709; text-decoration: none; font-size: 10pt; line-height: 20px; }
a.events:active	{ font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #812125; text-decoration: none; font-size: 10pt; line-height: 20px; }

.beige-bg {
	background-color:#f2e9d7;
}

img {
	max-width:100%; /* you can use % */
    height: auto;
	width: auto\9; /* ie8 */
}

.leftContent { 
	margin-right:10px; 
	padding: 20px;
	padding-top: 30px;
	line-height:1.7;
	margin-bottom:20px;
	border-radius:5px;
 }
 
.rightContent {
	padding: 20px;
	padding-top: 30px;
	border-radius:5px;
}

.left { 
	padding-left: 15px;

 }
 
.right {
	padding-right: 20px;
	text-align:right;
}


.quote {
color:#a00812;
font-size: 18px;	
}

/* BlockQuote Styles */


blockquote {
  display: block;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  background-color:#faf6ef;
  /*Font*/
  font-size: 18px;
  line-height: 1.4;
  color: #666;
  text-align: justify;
  /*Borders - (Optional)*/
  border-radius: 15px;
  border: 2px solid #c6c6c6;
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before {
  content: "\201C";
  /*Unicode for Left Double Quote*/
  /*Font*/
  font-family: Georgia, serif;
  font-size: 70px;
  font-weight: bold;
  color: #c6c6c6;
  /*Positioning*/
  position: absolute;
  left: 10px;
  top: 0px;
}

blockquote::after {
  /*Reset to make sure*/
  content: "";
}

blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover {
  color: #666;
}

blockquote em {
  font-style: italic;
}



/* End BlockQuoyte Styles */



#heading {
	background-color:#C39;
	display:inline-block;
}

#icons {
	background-color:#069;
	display:inline-block;
	
}

/* Flaired edges, by Tomas Theunissen */



hr {
  margin-top: 0px;
  margin-bottom: 0px;
  
}



hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

 /*Flaired edges, by Tomas Theunissen */


table.border td {
	border:1px solid black;	
	padding: 10px;
}


.table-back {
	background-color:#f8d492;
}

#mailList {
	background-color:#f2e9d7;	
}

.yellow {
	background-color:#FC0;	
}

.orange {
	background-color:#F60;	
}

.green {
	background-color:#363;	
	color:#fff;	
}

.purple{
	background-color:#472c64;
	color:#fff;	
	}

.brown {
	background-color:#630;
	color:#fff;		
}

.back {
	background-color:#000;
	color:#fff;	
}


/* Bootstrap Image Gallery Styles */

ul.gallery {         
          padding:0 0 0 0;
          margin:0 0 0 0;
      }
ul.gallery li {     
          list-style:none;
          margin-bottom:25px;           
      }
ul.gallery li img {
          cursor: pointer;
      }
	  
/* News & Events  Formatting */

/* Bootstrap Image Gallery Styles */


ul.news {
	list-style-type: none;
	margin:0px;
    padding:0px;

}

ul.news>li {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #d3bf96; padding-bottom: 5px;

}

iframe {
    display:block;
    width:100%;
}
	  
	  