﻿@charset "UTF-8";

/*  START OF RESET */  

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
	
.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
	}
	
#sb-nav a {
	border-bottom:none !important;
	}
	
::selection {
	background: #D3CEC3; /* Safari */
	color: #6A6A6A;
	text-shadow:none !important;
	}
	
::-moz-selection {
	background: #D3CEC3; /* Firefox */
	color: #6A6A6A;
	text-shadow:none !important;
	}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-top: 5px;
	}
	
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	}

.gallery-caption { 
	margin-left: 0; 
	}
	
.gallery-icon img {
	border:none !important;
	}
	
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
	}

audio,
canvas,
video {
  display: block;
  *display: inline;
  *zoom: 1;
	}

audio:not([controls]) {
  display: none;
	}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
	}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
	}

a:hover,
a:active {
  outline: 0;
	}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
	}

sup {
  top: -0.5em;
	}

sub {
  bottom: -0.25em;
	}

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  opacity: 1.0;
	}
	
a img {
	opacity: 1.0;
	-moz-transition:opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear; 
	-webkit-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	-o-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
}

a img:hover {
	opacity: .65;
}
	
img.left {
	float:left;
	margin:0 20px 20px 0;
	}
	
img.right {
	float:right;
	margin:0 20px 20px 0;
	}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
	}

button,
input {
  *overflow: visible;
  line-height: normal;
	}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
	}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
	}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
	}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
	}

textarea {
  overflow: auto;
  vertical-align: top;
	}
	
strong {
	font-weight:bold;
	}
	
em {
	font-style:italic;
	}
	
h1 {
	font-family:'Muli', sans-serif;
	font-size:30px;
	color:#572723;
	line-height:1.6em;
	text-transform:uppercase;
	clear:both;
	}
	
#message_center h1 {
	font-family: 'IM Fell DW Pica', serif;
	font-size:16px;
	color:#572723;
	line-height:1.6em;
	padding-top:5px;
	clear:none;
	}
	
.blog_wrapper h1, .blog_wrapper h1 a {
	font-family:'Muli', sans-serif;
	font-size:18px;
	color:#572723;
	line-height:1.6em;
	padding-top:5px;
	clear:none;
	text-decoration:none;
	}
	
.blog_wrapper h1 a:hover {
	color: #36515e;
}
	
h2 {
	font-family:'Muli', sans-serif;
	font-size:25px;
	color:#572723;
	line-height:1.6em;
	text-transform:uppercase;
	clear:both;
	}
	
h3 {
	font-family:'Muli', sans-serif;
	font-size:22px;
	color:#572723;
	line-height:1.6em;
	text-transform:uppercase;
	clear:both;
	}

	
#right_content_wrapper h3, #content_left h3 {
	margin-bottom:20px;
	}
	
h3 a {
	font-family:'Muli', sans-serif;
	font-size:22px;
	color:#572723;
	line-height:1.6em;
	text-transform:uppercase;
	text-decoration:none;
	-webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in; 
	}
	
h3 a:hover {
	font-family:'Muli', sans-serif;
	font-size:22px;
	color:#36515e;
	line-height:1.6em;
	text-transform:uppercase;
	text-decoration:none;
	}
	
h4 {
	font-family:'Muli', sans-serif;
	font-size:18px;
	color:#572723;
	line-height:1.6em;
	text-transform:uppercase;
	clear:both;
	}
	
#midsection .one_third_first h4, #midsection .one_third h4 {
	padding-left:40px;
	}
		
h4 a {
	font-family:'Muli', sans-serif;
	font-size:18px;
	color:#572723;
	line-height:1.6em;
	-webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in; 
	text-decoration:none;
	}
	
h4 a:hover {
	font-family:'Muli', sans-serif;
	font-size:18px;
	color:#36515e;
	line-height:1.6em;
	-webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in; 
	text-decoration:none;
	}
	
#midsection hr {
	border:none;
	border-bottom: 1px solid #d6caba;
    box-shadow: 0 1px 0 #f9f6f2;
    text-shadow: 0 1px 0 #f9f6f2;
	-moz-box-shadow: 0 1px 0 #f9f6f2; /* Firefox */
  	-webkit-box-shadow: 0 1px 0 #f9f6f2; /* Safari, Chrome */
  	-o-box-shadow: 0 1px 0 #f9f6f2; /* CSS3 */
	clear: both;
	margin-bottom: 15px;
	height: 15px;
	}
	
#midsectionhr {
	border:none;
	border-bottom: 1px solid #95b5d3;
    box-shadow: 0 1px 0 #f9f6f2;
    text-shadow: 0 1px 0 #f9f6f2;
	-moz-box-shadow: 0 1px 0 #f9f6f2; /* Firefox */
  	-webkit-box-shadow: 0 1px 0 #f9f6f2; /* Safari, Chrome */
  	-o-box-shadow: 0 1px 0 #f9f6f2; /* CSS3 */
	clear: both;
	margin-bottom: 25px;
	height: 15px;
	}
	
hr {
	border:none;
	border-bottom: 1px solid #d6caba;
    box-shadow: 0 1px 0 #f9f6f2;
    text-shadow: 0 1px 0 #f9f6f2;
	-moz-box-shadow: 0 1px 0 #f9f6f2; /* Firefox */
  	-webkit-box-shadow: 0 1px 0 #f9f6f2; /* Safari, Chrome */
  	-o-box-shadow: 0 1px 0 #f9f6f2; /* CSS3 */
	clear: both;
	margin-bottom: 40px;
	height: 40px;
	}
	
.ie7 hr, .ie7 #midsection hr {
	border:none;
	border-bottom: 1px solid #d6caba;
    box-shadow: 0 1px 0 #f9f6f2;
    text-shadow: 0 1px 0 #f9f6f2;
	-moz-box-shadow: 0 1px 0 #f9f6f2; /* Firefox */
  	-webkit-box-shadow: 0 1px 0 #f9f6f2; /* Safari, Chrome */
  	-o-box-shadow: 0 1px 0 #f9f6f2; /* CSS3 */
	clear: both;
	margin-bottom: 45px;
	height: 2px;
	}

#right_content h5, #content_left h5 {
	font-family:'Muli', sans-serif;
	font-size:14px;
	color:#572723;
	line-height:1.6em;
	text-transform:uppercase;
	clear:both;
	margin-bottom: 20px;
	}

	
h5 {
	font-family:'Muli', sans-serif;
	font-size:16px;
	color:#572723;
	line-height:1.6em;
	text-transform:uppercase;
	clear:both;
	}
	
h6 {
	font-family:'Muli', sans-serif;
	font-size:14px;
	color:#233c48;
	line-height:1.6em;
	text-transform:uppercase;
	clear:both;
	}
	
ul.events li h6 {
	clear:none;
	}
	
h6 a {
	font-family:'Muli', sans-serif;
	font-size:14px;
	color:#233c48;
	line-height:1.6em;
	-webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in; 
	text-decoration:none;
	}
	
h6 a:hover {
	font-family:'Muli', sans-serif;
	font-size:14px;
	color:#572723;
	line-height:1.6em;
	-webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in; 
	text-decoration:none;
	}
	
.comment_title {
	font-family:'Muli', sans-serif;
	font-size:16px;
	color:#572723;
	line-height:1.6em;
	text-transform:uppercase;
	clear:both;
	margin-bottom: 20px;
	}
	
#footer_wrapper h6 {
	color:#ffffff;
	font-size:12px;
	padding-bottom:24px;
	}
	
p {
	font-family:'Muli', sans-serif;
	font-size:13px;
	color:#005782;
	line-height:1.3em;
	margin-bottom:15px;
	margin-top:10px;
	}
	
.home_content p {
	margin-top:0;
	}
	
.home_content img {
	float:left;
	border:none;
	margin-bottom:20px;
	margin-right:20px;
	}
	
#footer_wrapper p {
	font-size:12px;
	margin-bottom:15px;
	margin-right:24px;
	color:#919ea5;
	margin-top:0;
	}
	
.month {
	color:#572723;
	float:left;
	font-size:12px;
	margin-top:1px;
	margin-left:7px;
	text-transform:uppercase;
	}
	
.day {
	color:#713935;
	float:left;
	clear:both;
	font-size:20px;
	margin-top:0px;
	margin-left:5px;
	}

a,  a.more-link {
	color:#713935;
	font-size:13px;
	font-family:'Muli', sans-serif;
	text-decoration:underline;
	}
	
a:hover, a:hover.more-link {
	color:#333333;
	}
	
ul, ol {
	margin:0;
	padding:0;
	}
	
ul li {
	color: #713935;
    font-family: 'Muli',sans-serif;
    font-size: 13px;
    line-height: 1.7em;
    list-style: disc inside none;
	}
	
#footer_wrapper ul li {
	list-style:disc inside;
	color:#919ea5;
	font-size:12px;
	margin-bottom:8px;
	}
#footer_wrapper p {
 line-height:18px;
	}

#footer_wrapper ul li a {
	-webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in; 
	text-decoration:none;
	color:#919ea5;
	font-size:12px;
	}
	
.copyright_message {
	border-top: 1px solid #3D5C6B;
    box-shadow: 0 -1px 0 #2E4550;
	-moz-box-shadow: 0 -1px 0 #2E4550; /* Firefox */
  	-webkit-box-shadow: 0 -1px 0 #2E4550; /* Safari, Chrome */
  	-o-box-shadow: 0 -1px 0 #2E4550; /* CSS3 */
    clear: both;
	color:#919ea5;
	font-size:12px;
	padding-bottom:10px;
	font-family: 'Muli',sans-serif;
	padding-top: 5px;
	}
	
.copyright_message a {
	color:#919ea5 !important;
	font-size:12px !important;
	}
	
.copyright_message a:hover {
	color:#fefefe !important;
	font-size:12px !important;
	}
	
#footer_wrapper a {
	-webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in; 
	text-decoration:none;
	color:#919ea5;
	font-size:12px;
	}
	
#footer_wrapper ul li a:hover {
	color:#fefefe;
	font-size:12px;
	text-decoration:none;
	}
	
#footer_wrapper a:hover {
	color:#fefefe;
	font-size:12px;
	text-decoration:none;
	}
	
#right_content ul li, #content_left ul li {
	color: #713935;
    font-family: 'Muli',sans-serif;
    font-size: 11px;
    line-height: 2em;
    list-style: disc inside none;
	}
	
#right_content ul li a, #content_left ul li a {
	-webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in; 
	text-decoration:none;
	color:#713935;
	font-size:11px;
	}
	
#right_content ul li a:hover, #content_left ul li a:hover {
	color:#233C48;
	font-size:11px;
	text-decoration:none;
	}
	
ol li {
	color: #713935;
    font-family: 'Muli',sans-serif;
    font-size: 13px;
    line-height: 2em;
	list-style:decimal inside;
	}
	
ul.icons li {
	list-style:none;
	float:left;
	margin-right:30px;
	padding-top:15px;
	display:block;
	}
	
ul.icons li:last-child {
	margin-right:0;
	}
	
ul.events {
	margin-bottom:20px;
	}
	
ul.events li {
	list-style:none;
	margin-bottom:10px;
	height:98px;
	}
	
li.event, li.event:hover {
	background: none repeat scroll 0 0 #f4f2ed !important;
	list-style: none inside none !important;
	text-transform: none;
}

li.date {
	font-size: 12px !important;
    font-weight: normal;
    list-style: none inside none !important;
    text-transform: uppercase;
}

.eo-agenda-widget .next {
    background: none repeat scroll 0 0 #f4f2ed !important;
    float: right !important;
    margin: 3px !important;
    padding: 5px 0 !important;
	clear: none !important;
	margin-top: 0px !important;
	border: none !important;
}

.eo-agenda-widget .prev {
    background: none repeat scroll 0 0 #f4f2ed !important;
    float: left !important;
    margin: 3px !important;
    padding: 5px 0 !important;
	clear: none !important;
	margin-top: 0px !important;
	border: none !important;
}

.eo-agenda-widget {
	min-width: 200px !important;
}
	
.cal {
	background-image:url("images/cal.png");
	background-repeat:no-repeat;
	display:block;
	height:69px;
	width:65px;
	float:left;
	padding-left:14px;
	}
	
#bdywrapper {
	width:100%;
	




	z-index:3;
	}
		
#outer_wrapper {
	width:100%;
	background-image:url("images/header_bg.png");
	background-repeat:repeat-x;
	height:195px;
	position:relative;
	z-index:9999;
	box-shadow: 0 0 1px #5f899e inset;
	-moz-box-shadow: 0 0 1px #5f899e inset; /* Firefox */
  	-webkit-box-shadow: 0 0 1px #5f899e inset; /* Safari, Chrome */
  	-o-box-shadow: 0 0 1px #5f899e inset; /* CSS3 */
	border-bottom: 1px solid #162632;
	}
	
#outer_footer_wrapper {
	width:100%;
	background-image:url("images/footer_bg.jpg");
	background-repeat:repeat-x;
	min-height:285px;
	position:relative;
	z-index:9999;
	background-color:#34515f;
	box-shadow: 0 0 1px #5f899e inset;
	-moz-box-shadow: 0 0 1px #5f899e inset; /* Firefox */
  	-webkit-box-shadow: 0 0 1px #5f899e inset; /* Safari, Chrome */
  	-o-box-shadow: 0 0 1px #5f899e inset; /* CSS3 */
	border-top: 1px solid #162632;
	}
	
#nav_wrapper {
	width:980px;
	margin:0 auto;
	height:148px;
	}
	
#nav_wrapper .button {
	clear:both;
	float:right;
	margin-top:-38px;
	}
#nav_wrapper .image {
	float:right;
	margin-top:58px; margin-right:20px;
	}
	
.ie7 #nav_wrapper .button {
	clear:both;
	float:right;
	margin-top:-24px;
	}
	
#info_box {
	font-family:'Muli', sans-serif;
	font-size:12px;
	color:#e9e9e9;
	float:right;
	margin-top:34px;
	}
	
#top_logo {
	display:block;
	float:left;
	margin-top:24px;
	height:78px;
	}
	


/* MENU STYLE */
header {
	width:100%;
	}
	
header #top {
	float:left;
	height:30px;
	line-height:30px;
	width:100%;
	padding-top:29px;
	}
	
.ie7 header #top {
	padding-top:10px;
	}
	
header nav#topmenu {
	position:relative;
	float:left;
	}

.ie7 header nav#topmenu {
	margin-top:5px;
	}
	
.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
	}

.webkit .sf-menu {
	line-height:12px
	}
	
.sf-menu {
	line-height:14px;
	}

.sf-menu ul {
	position:absolute;
	top:-999em;
	width:10em; /* left offset of submenus need to match (see below) */
	}

.sf-menu ul li {
	width:100%;
	}

.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
	}

.sf-menu li {
	float:left;
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
	text-transform:uppercase;
	background-image: url("images/menu_divider.png");
    background-repeat: no-repeat;
	background-position:right 7px;	
	display:block;
	height:46px;
	}

.sf-menu a {
	display:block;
	position:relative;
	}

.webkit .sf-menu li:hover ul,
.webkit .sf-menu li.sfHover ul {
	left:0px;
	}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:0px;
	top:1.4em; /* match top ul list item height */
	z-index:99;
	box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, 0.2);
	}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:-999em;
	}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
	}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:-999em;
	}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
	}
	
ul.sf-menu li ul.sub-menu li.current_page_item a, ul.sf-menu li.current_page_item a  {
	color:#333333;
	}

/*** DEMO SKIN ***/

.sf-menu li a {
	color:#333333;
	text-decoration:none;
	display:block;
	padding-top:11px;
	height:36px;
	box-shadow: none;
    text-shadow: 0 1px 0 #333333;
	-moz-box-shadow: none; /* Firefox */
  	-webkit-box-shadow: none; /* Safari, Chrome */
  	-o-box-shadow: none; /* CSS3 */
	font-size:12px;
	padding:10px 15px 0 15px;
	display:block;
	}
	
.sf-menu li:first-child a {
	padding:10px 15px 0 0;
	}
	
ul.sf-menu li ul.sub-menu li a {
	color:#919EA5;
	text-decoration:none;
	display:block;
	padding-top:11px;
	height:36px;
	box-shadow: none;
    text-shadow: 0 1px 0 #1A272E;
	-moz-box-shadow: none; /* Firefox */
  	-webkit-box-shadow: none; /* Safari, Chrome */
  	-o-box-shadow: none; /* CSS3 */
	font-size:12px;
	padding:10px 15px 0 15px;
	display:block;
	}
	
.ie7 ul.sf-menu li ul.sub-menu li a {
	padding:2px 10px 0 10px;
	}
	
.sf-menu li a:hover {
	text-decoration:none !important;
	color:#990099;
	}

.sf-menu ul li { 
	padding:0px;
	}

.sf-menu li li {
	background-image:url("images/menu_ul_bg.jpg");
	background-repeat:repeat;
	border-top: 1px solid #2e4855;
    box-shadow: 0 -1px 0 #0c2a36;
    text-shadow: 0 -1px 0 #0c2a36;
	-moz-box-shadow: 0 -1px 0 #0c2a36; /* Firefox */
  	-webkit-box-shadow: 0 -1px 0 #0c2a36; /* Safari, Chrome */
  	-o-box-shadow: 0 -1px 0 #0c2a36; /* CSS3 */
	min-width:170px;
	}
	
.sf-menu li li:first-child {
	background-image:url("images/menu_ul_bg.jpg");
	background-repeat:repeat;
	border-top: none;
    box-shadow: 0 0px 0 #0c2a36;
    text-shadow: 0 0px 0 #0c2a36;
	-moz-box-shadow: 0 0px 0 #0c2a36; /* Firefox */
  	-webkit-box-shadow: 0 0px 0 #0c2a36; /* Safari, Chrome */
  	-o-box-shadow: 0 0px 0 #0c2a36; /* CSS3 */
	min-width:170px;
	}
	
.sf-menu li li a {
	-webkit-transition:all 0.2s ease-in-out !important; 
   	-moz-transition:all 0.2s ease-in-out !important;  
  	-o-transition:all 0.2s ease-in-out !important;  
   	transition:all 0.2s ease-in-out !important;
}
	
.sf-menu li ul li:hover {
	background-color: #f7f7f7;
}
	
.sf-menu li ul {
	margin-top:28px;
	}
	
.sf-menu li ul li:hover {
	color:#ffffff !important;
	}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:0;
	}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:1px; /* trigger IE7 hasLayout so spans position accurately */
	}

.sf-sub-indicator {
	display:none;
	}

a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:.8em;
	background-position:0 -103px; /* use translucent arrow for modern browsers*/
	}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position:-10px -103px; /* arrow hovers for modern browsers*/
	}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { 
	background-position:-10px 0; 
	}
	
.sf-menu ul a > .sf-sub-indicator { 
	background-position:7px 5px; 
	}
	
/* apply hovers to modern browsers */
.sf-menu ul a:focus ,
.sf-menu ul a:hover ,
.sf-menu ul a:active ,
.sf-menu ul li:hover > a ,
.sf-menu ul li.sfHover > a {
	background-position:-10px 0; /* arrow hovers for modern browsers*/
	}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding:0px;
	}

.sf-shadow ul.sf-shadow-off {
	background:transparent;
	}

ul.sf-menu li ul li a {
	padding:10px 0 0 0; 
	display:block;
	}
	
ul.sf-menu li ul li a:hover {
	color:#ffffff;
	}

#main {
	width:980px;
	margin:0 auto;
	position:relative;
	z-index:999;
	min-height:300px;
	color: #000080;
    font-family: 'Muli',sans-serif;
    font-size: 13px;
    line-height: 1.3em;
	padding-bottom:20px;
	}
	
#main_fullwidth_wrapper {
	-moz-border-radius: 5px 5px 0 0; /* Firefox */
  	-webkit-border-radius: 5px 5px 0 0; /* Safari, Chrome */
  	border-radius: 5px 5px 0 0; /* CSS3 */
	}
	
#main_fullwidth {
	width:980px;
	margin:0 auto;
	position:relative;
	z-index:999;
	}
	
.fullwidth_content {
	padding:20px;
	background-image:url("images/full_width_bground.png");
	background-repeat:no-repeat;
	}
	
#message_center {
	margin-top:40px;
	}
	
#midsection {
	margin-top:25px;
	-moz-border-radius: 5px 5px 0 0; /* Firefox */
  	-webkit-border-radius: 5px 5px 0 0; /* Safari, Chrome */
  	border-radius: 5px 5px 0 0; /* CSS3 */
	padding:20px;
	background-image: url("images/homepage_content_bground.png");
	background-repeat:no-repeat;
	}
	
#midsection .one_third_first, #midsection .one_third {
	background-image:url("images/sm_square.png");
	background-position:top left;
	background-repeat:no-repeat;
	margin-top: 0px;
	}
	
.home_content {
	margin:30px 0 30px 0;
	}

#tblfnt {
			width:90%; margin-bottom:30px;}
#tblfnt #hcr{
border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: dotted; border-bottom-width: 1px;
 border-color:000080; width:357px; height:23px;
			}
#tblfnt #hcr2{
border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: dotted; border-bottom-width: 1px;
 border-color:000080; width:14px; height:23px; text-align:center;
			}

#tblfnt a:link{
			 text-decoration:none;
			 font-family:Verdana;font-size:small; margin:5px 0 5px 7px;
}	
#left_content_wrapper {
	width: 700px;
	clear: left;
	float: left; 
	background-image: url("images/left_content_bground.png");
    background-repeat: no-repeat;
	}
	
#wrapper_content_right {
	width: 700px;
	float: right; 
	background-image: url("images/left_content_bground.png");
    background-repeat: no-repeat;
	}
	
#left_contact_wrapper {
	width: 700px;
	clear: left;
	float: left; 
	background-image: url("images/left_content_bground.png");
    background-repeat: no-repeat;
	}
	
#left_content {
	padding:20px;
	width:660px;
	}
#left_content #icon {
	right:20px;
	float:right;
	top:20px;
	position:relative;
	background:transparent url("images/2ContactUs.png");
	height:131px;width:315px;
	}
	
#content_right {
	padding:20px;
	width:660px;
	}
	
.featured_image {
	clear:both;
	margin:10px 0 25px 0;
	}
	
.featured_text {
	width:100%;
	}
	
.featured_text_event {
	float:left;
	width:80%;
	}
	
.venue-archive-meta {
	background-color: #F4F2ED;
    clear: both;
    display: inline-block;
    margin-top: 20px;
    padding: 0 10px;
}

.venue-archive-meta p {
    color: #572723 !important;
    font-size: 12px !important;
}

.featured_text_full {
	width:100%;
	margin-top:20px;
	}	
	
.featured_text_full a, .featured_text_full a:hover {
	font-size:18px;
	}
	
.featured_image .slider_wrapper {
	padding:0;
	}

#right_content_wrapper {
	width: 250px; 
	float: right;
	background-image: url("images/sidebar_bground.png");
    background-repeat: no-repeat;
	}
	
#wrapper_content_left {
	width: 250px; 
	float: left;
	background-image: url("images/sidebar_bground.png");
    background-repeat: no-repeat;
	}
	
#right_contact_wrapper {
	width: 250px; 
	float: right;
	background-image: url("images/sidebar_bground.png");
    background-repeat: no-repeat;
	}
	
#map_div {
	width:980px;
	padding:0;
	}
	
#right_content {
	padding:20px;
	}
	
#content_left {
	padding:20px;
	}
	
.textwidget {
	margin-bottom:30px;
  line-height: 21px;
	}
	
#footer_wrapper {
	width:980px;
	margin:0 auto;
	}
	
.social {
	float:right;
	}
	
#bottom_logo {
	float:left;
	margin-top:80px;
	}
	
#bottom_nav {
	float:left;
	margin-top:13px;
	}
	
#bottom_nav ul {
	margin:0;
	padding:0;
	}
	
#bottom_nav ul li {
	list-style:none;
	float:left;
	background-image: url("images/menu_divider.png");
    background-repeat: no-repeat;
	background-position:right 2px;
	text-transform:uppercase;
	padding:0 20px;
	}
	
#bottom_nav ul li:first-child {
	padding:0 20px 0 0;
	}
	
#bottom_nav ul li a {
	display:block;
	color:#333333;
	font-family:'Muli', sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	-webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in; 

	}
	
#bottom_nav ul li a:hover {
	text-decoration:none;
	color:#990099;
	font-family:'Muli', sans-serif;
	font-size:11px;
	}
	
#footer_wrapper .two_third_first {
	padding-top:22px;
	}
	
#footer_wrapper .one_third {
	padding-top:30px;
	}
	
.page_error {
	font-family:'Muli', sans-serif;
	font-size: 120px;
	font-weight:normal;
	color: #572723;
	line-height:1em;
	text-transform:uppercase;
}

	
/*--------------------Search Form----------------------------*/

#searchbox {
	float: right;
	}
	
.ie7 #searchbox {
	margin-top:4px;
	}
	
ul.search {
	height:23px;
	float:right;
	list-style:none;
	margin:7px 0 0 0px;
	}

ul.search li{
	float:left;
	border:1px solid #3a4e59;
	background:none repeat scroll 0 0 transparent;
	height:29px;
	list-style:none outside none;
	}

input.bar {
	height:19px;
	width:150px;
	padding:6px;
	border:none;
	background-color:transparent;
	font-family:'Muli', sans-serif;
	font-size:12px;
	color:#4C616C;
	background:none;
	background-color:#2a4451;
	width: 280px;
	margin-bottom: 15px;
	color: #4c616c;
	border: 1px solid #3a4e59;
	padding: 8px;
	font-family:'Muli', sans-serif;
	font-size: 12px;
	}
	
input.bar:focus {
	height:19px;
	width:150px;
	padding:6px;
	border: 1px solid #3a4e59;
	background-color:transparent;
	font-family:'Muli', sans-serif;
	font-size:12px;
	color:#919ea5;
	}
	
ul.search li input {
	background:url("images/go.png") no-repeat scroll 7px 6px transparent;
	background-color:none;
	width: auto;
	margin-bottom: 0;
	color: #4c616c;
	border: none;
	padding: 7px 7px 7px 28px;
	font-family:'Muli', sans-serif;
	font-size: 12px;
	height:15px;
	outline: none;
	}

ul.search li input:focus {
	color:#919ea5;
	background:url("images/go.png") no-repeat scroll 7px 6px transparent;
	background-color:none;
	width: auto;
	margin-bottom: 0;
	border: none;
	padding: 7px 7px 7px 28px;
	font-family:'Muli', sans-serif;
	font-size: 12px;
	height:15px;
	outline: none;
	}
	
/*--------------------Pagination----------------------------*/
	
.navigation {
	width:100%;
	clear:both;
	}
	
.alignleft {
	float:left;
	color:#572723;
	line-height:1.6em;
	text-transform:uppercase;
	text-decoration:none;
	-webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in; 
	}
	
.alignright {
	float:right;
	color:#572723;
	line-height:1.6em;
	text-transform:uppercase;
	}
	
.alignright a, .alignleft a {
	text-decoration:none;
	color:#572723;
	-webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in; 
	}
	
.alignright a:hover, .alignleft a:hover {
	text-decoration:none;
	color:#36515e;
	}


	
/*--------------------Shortcodes----------------------------*/

.hrr {
	border:none;
	border-bottom: 1px solid #7c90c1;
    box-shadow: 0 1px 0 #b0bee1;
    text-shadow: 0 1px 0 #b0bee1;
	-moz-box-shadow: 0 1px 0 #b0bee1; /* Firefox */
  	-webkit-box-shadow: 0 1px 0 #b0bee1; /* Safari, Chrome */
  	-o-box-shadow: 0 1px 0 #b0bee1; /* CSS3 */
	clear: both;
	margin-bottom: 15px;
	height: 15px;
	}

.one_half, .one_half_first, .one_third, .one_third_first, .two_third, .two_third_first, .one_fourth, .one_fourth_first, .three_fourth, .three_fourth_first, .one_fifth, .one_fifth_first, .two_fifth, .two_fifth_first, .three_fifth, .three_fifth_first, .four_fifth, .four_fifth_first, .one_sixth, .one_sixth_first {
	font-family:'Muli', sans-serif;
	font-size:13px;
	color:#6a6a6a;

	margin-top:10px;
	font-weight: normal;
	}

.one_half { 
	width: 48%; 
	}

.one_third, .one_third_bottom {
	width: 30.66%; 
	}

.two_third { 
	width: 65.33%; 
	}

.one_fourth { 
	width: 22%; 
	}

.three_fourth { 
	width: 74%; 
	}

.one_fifth { 
	width: 16.8%; 
	}

.two_fifth { 
	width: 37.6%; 
	}

.three_fifth { 
	width: 58.4%; 
	}

.four_fifth { 
	width: 67.2%; 
	}

.one_sixth { 
	width: 13.33%; 
	}

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth, .one_third_bottom {
	position: relative;
	margin-left: 4%;
	float: left;
	}

.one_half_first { 
	width: 38%;
	position: relative;
	clear: left;
    margin-left: 0;
	float: left; 
	}

.one_third_first, .one_third_first_bottom { 
	width: 30.66%;
	position: relative;
	clear: left;
    margin-left: 0;
	float: left; 
	}

.one_fourth_first { 
	width: 22%;
	position: relative;
	clear: left;
    margin-left: 0;
	float: left; 
	}

.one_fifth_first { 
	width: 16.8%;
	position: relative;
	clear: left;
    margin-left: 0;
	float: left;
	}
	
.one_sixth_first { 
	width: 13.33%;
	position: relative;
	clear: left;
    margin-left: 0;
	float: left; 
	}
	
.two_third_first { 
	width: 56.33%;
	position: relative;
	clear: left;
    margin-left: 0;
	float: left; 
	}
	
.three_fourth_first { 
	width: 74%;
	position: relative;
	clear: left;
    margin-left: 0;
	float: left;
	}
	
.two_fifth_first { 
	width: 37.6%;
	position: relative;
	clear: left;
    margin-left: 0;
	float: left; 
	}
	
.three_fifth_first { 
	width: 58.4%;
	position: relative;
	clear: left;
    margin-left: 0;
	float: left; 
	}
	
.four_fifth_first { 
	width: 67.2%;
	position: relative;
	clear: left;
    margin-left: 0;
	float: left; 
	}
	
div .first {
    clear: left;
    margin-left: 0;
	}

.center {
	text-align:center;
	}
	
.center p { 
	margin-bottom:35px;
	}

img {
	border: none;
	}

img.left {
	border: none;
	float: left;
	margin-right:20px;
	margin-bottom:20px;
	}

img.right {
	border: none;
	float: right;
	margin-left:20px;
	margin-bottom:20px;
	}

.alignleft {
	border: none;
	float: left;
	margin-right: 20px;
	margin-bottom:20px;
	}

.alignright {
	border: none;
	float: right;
	margin-left: 20px;
	margin-bottom:20px;
	}
	
.alert_red {
	padding:20px 10px;
	clear:both;
	font-family:'Muli', sans-serif;
	font-size:13px;
	margin-bottom:25px;
	color: #C03500;
	text-align:center;
	background-color: #FFE7E0;
    border: 1px solid #FB947B;
	}
	
.alert_green {
	padding:20px 10px;
	clear:both;
	font-family:'Muli', sans-serif;
	font-size:13px;
	margin-bottom:25px;
	color:rgba(0, 0, 0, 0.6);
	text-align:center;
	background-color: #BFD887;
    border: 1px solid #81A235;
	}
	
.alert_standard {
	padding:20px 10px;
	clear:both;
	font-family:'Muli', sans-serif;
	font-size:13px;
	margin-bottom:25px;
	color:rgba(0, 0, 0, 0.6);
	text-align:center;
	background-color:transparent;
	border: 1px solid #D6CABA;
	}
	
.alert_yellow {
	padding:20px 10px;
	clear:both;
	font-family:'Muli', sans-serif;
	font-size:13px;
	margin-bottom:25px;
	color:rgba(0, 0, 0, 0.6);
	text-align:center;
	background-color:#F6D570;
	border: 1px solid #E1AE0E;
	}
	
.alert_blue {
	padding:20px 10px;
	clear:both;
	font-family:'Muli', sans-serif;
	font-size:14px;
	margin-bottom:25px;
	color:rgba(0, 0, 0, 0.6);
	text-align:center;
	background-color:#B7D3EE;
	border: 1px solid #65A1DB;
	}
	
.intro {
	color: #572723;
    font-family: 'Muli',sans-serif;
    font-size: 14px;
    line-height: 1.3em;
	}
	
.intro a {
	font-family: 'IM Fell DW Pica', serif;
	color:#572723;
	font-size: 16px;
	text-decoration:none;
	font-weight:normal;
	-webkit-transition:all 0.3s ease-in;  
   	-moz-transition:all 0.3s ease-in;  
   	-o-transition:all 0.3s ease-in;  
   	transition:all 0.3s ease-in;
	}
	
.intro a:hover {
	font-family: 'IM Fell DW Pica', serif;
	color:#233c48;
	font-size:16px;
	font-weight:normal;
	}
	
#footer .intro {
	font-size:12px;
	color:#585858;
	font-family:'Muli', sans-serif;
	line-height:1.5em;
	margin-bottom:20px;
	}

.highlight_text {
	color:#6A6A6A;
	background-color:#D3CEC3;
	padding:1px 2px 1px 2px;
	}
	
.quote {
    background-image:url("images/lg_square.png");
	background-position:top left;
	background-repeat:no-repeat;
	font-family: 'IM Fell DW Pica', serif;
	font-size:16px;
	color:#572723;
	line-height:1.6em;
	min-height:66px;
	text-transform:uppercase;
	}
	
.quote p {
	padding-left:100px;
	font-family: 'IM Fell DW Pica', serif;
	font-size:16px;
	color:#572723;
	line-height:1.3em;
	text-transform:uppercase;
	margin-top: 0px;
	}
	
blockquote {
	background-image:url("images/lg_square.png");
	background-position:top left;
	background-repeat:no-repeat;
	font-family: 'IM Fell DW Pica', serif;
	font-size:16px;
	color:#572723;
	line-height:1.6em;
	padding-top:5px;
	min-height:66px;
	text-transform:uppercase;
	}
	
blockquote p {
    font-family: 'IM Fell DW Pica', serif;
	font-size:16px;
	color:#572723;
	padding-left:100px;
	text-transform:uppercase;
	margin-top: 0;
	}

.pullquoteleft {
    padding:0 14px 0 24px !important;
    text-align:left;
    font-family: 'IM Fell DW Pica', serif;
	font-size:16px;
	color:#572723;
	float:left;
	width:40%;
	margin:5px 30px 5px 0;
	line-height:1.6em;
	font-weight:normal;
	border-left:6px solid #6f3732;
	text-transform:uppercase;
	}

.pullquoteright {
	margin:5px 0 5px 30px;
    padding:0 14px 0 24px !important;
    text-align:left;
    font-family: 'IM Fell DW Pica', serif;
	font-size:16px;
	color:#572723;
	float:right;
	width:40%;
	line-height:1.6em;
	font-weight:normal;
	border-left:6px solid #6f3732;
	text-transform:uppercase;
	}
	

	

	
/*--------------------Forms, Inputs & Submits----------------------------*/

#footer_wrapper input[type=text], #footer_wrapper input[type=email] {
	background:none;
	background-color:#2a4451;
	width: 280px;
	margin-bottom: 15px;
	color: #4c616c;
	border: 1px solid #253c49;
	padding: 8px;
	font-family:'Muli', sans-serif;
	font-size: 12px;
	outline: none;
	}

#footer_wrapper input[type=text]:focus, #footer_wrapper input[type=email]:focus {
	background:none;
	color:#919ea5;
	background-color:#2a4451;
	border: 1px solid #253c49;
	outline: none;
	}
	
textarea {
	width: 400px;
	margin-bottom: 15px;
	background-color:#E8E2D6;
	color: #6A6A6A;
	border: 1px solid #CDC6B9;
	padding: 8px;
	font-family:'Muli', sans-serif;
	font-size: 12px;
	outline: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	transition:all .5s ease-in; 
    -o-transition:all .5s ease-in; 
    -moz-transition:all .5s ease-in; 
    -webkit-transition:all .5s ease-in;
	}

textarea:focus {
	background:none;
	color:#6A6A6A;
	background-color:#f1ebe0;
	border: 1px solid #beb8ac;
	outline: none;
	}

input[type=text], input[type=email] {
	background:none;
	background-color:#E8E2D6;
	width: 280px;
	margin-bottom: 15px;
	color: #6A6A6A;
	border: 1px solid #CDC6B9;
	padding: 8px;
	font-family:'Muli', sans-serif;
	font-size: 12px;
	outline: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	transition:all .5s ease-in; 
    -o-transition:all .5s ease-in; 
    -moz-transition:all .5s ease-in; 
    -webkit-transition:all .5s ease-in;
	}

input[type=text]:focus, input[type=email]:focus {
	background:none;
	color:#6A6A6A;
	background-color:#f1ebe0;
	border: 1px solid #beb8ac;
	outline: none;
	}
	
input[type=submit] {
border-style: none;
				border-color: inherit;
				border-width: medium;
				filter: progid:DXImageTransform.Microsoft.gradient (startColorStr='#7f443f', EndColorStr='#5b2a26');
				-moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				-webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				-o-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				border-radius: 4px;
				-webkit-border-radius: 4px;
				-o-border-radius: 4px;
				-moz-border-radius: 4px;
				text-decoration: none;
				text-shadow: #421f1c 0 1px 0;
				float: left;
				margin-bottom: 15px;
				margin-top: 0px !important;
				display: block;
				color: #ffffff;
				height: 29px;
				font-size: 11px;
				font-family: Muli, sans-serif;
				font-weight: normal;
				text-transform: uppercase;
				padding-right: 12px;
				padding-left: 10px;
				background-image: -webkit-gradient(linear,left top,left bottom,
    color-stop(0, #7f443f),color-stop(1, #5b2a26));
}

.ie7 input[type=submit] {
	background-image:none;
	background-color:#7f443f;
	}

input[type=submit]:hover {
filter: progid:DXImageTransform.Microsoft.gradient (startColorStr='#395664', EndColorStr='#162733');
				-moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				-webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				-o-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				border-radius: 4px;
				-webkit-border-radius: 4px;
				-o-border-radius: 4px;
				-moz-border-radius: 4px;
				text-decoration: none;
				text-shadow: #162733 0 1px 0;
				display: block;
				color: #ffffff;
				background-image: -webkit-gradient(linear,left top,left bottom,
    color-stop(0, #395664),color-stop(1, #162733));
}

.ie7 input[type=submit] {
	background-image:none;
	background-color:#395664;
	}

ul.contact {
	margin:0 0 20px 0;
	clear: both;
	width: 100%;
	}
	
ul.contact li {
	color:#6A6A6A !important;
	font-family:'Muli', sans-serif;
	font-size:11px;
	line-height:1.3em !important;
	list-style:none !important;
	padding:5px 0;
	background:none;
	}

.contact_title {
	color:#494949;
	font-family:'Muli', sans-serif;
	font-size:11px;
	padding:17px 0 15px 0;
	text-transform: uppercase;
	font-weight: normal;
	}

input:focus {
    outline: none;
	}

.comment_wrapper_main {
	width:100%;
	margin-right:20px;
	}

#commentform {
	margin: 0px;
	float: left;
	width: 420px;
	}
	
#form_wrapper {
	width:100%;
	min-height:150px;
	margin-bottom: 30px;
	padding-left:20px;
	}
	

	
/*-------------------- Button Styling ----------------------------*/

.button, .button_reverse {
	clear:both;
	display:block;
	position:relative;
	}
	  
.button a {
border-style: none;
				border-color: inherit;
				border-width: medium;
				filter: progid:DXImageTransform.Microsoft.gradient (startColorStr='#7f443f', EndColorStr='#5b2a26');
				-moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				-o-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				-webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				border-radius: 4px;
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				-o-border-radius: 4px;
				text-decoration: none;
				text-shadow: #421f1c 0 1px 0;
				float: left;
				margin-bottom: 15px;
				margin-top: 0px !important;
				display: block;
				color: #ffffff;
				line-height: 30px;
				font-size: 11px;
				font-family: Muli, sans-serif;
				font-weight: normal;
				text-transform: uppercase;
				padding-right: 12px;
				padding-left: 10px;
				cursor: pointer;
				clear: both;
				background-image: -webkit-gradient(linear,left top,left bottom,
    color-stop(0, #7f443f),color-stop(1, #5b2a26));
}

.button a:hover {
filter: progid:DXImageTransform.Microsoft.gradient (startColorStr='#395664', EndColorStr='#162733');
				-moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				-o-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				-webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				border-radius: 4px;
				-o-border-radius: 4px;
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				text-decoration: none;
				text-shadow: #162733 0 1px 0;
				display: block;
				color: #ffffff;
				background-image: -webkit-gradient(linear,left top,left bottom,
    color-stop(0, #395664),color-stop(1, #162733));
}

.button_reverse a {
border-style: none;
				border-color: inherit;
				border-width: medium;
				filter: progid:DXImageTransform.Microsoft.gradient (startColorStr='#395664', EndColorStr='#162733');
				-moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				-o-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				-webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				border-radius: 4px;
				-webkit-border-radius: 4px;
				-o-border-radius: 4px;
				-moz-border-radius: 4px;
				text-decoration: none;
				text-shadow: #421f1c 0 1px 0;
				float: left;
				margin-bottom: 15px;
				margin-top: 0px !important;
				display: block;
				color: #ffffff;
				line-height: 30px;
				font-size: 11px;
				font-family: Muli, sans-serif;
				font-weight: normal;
				text-transform: uppercase;
				padding-right: 12px;
				padding-left: 10px;
				cursor: pointer;
				background-image: -webkit-gradient(linear,left top,left bottom,
    color-stop(0, #395664),color-stop(1, #162733));
}

.button_reverse a:hover {
filter: progid:DXImageTransform.Microsoft.gradient (startColorStr='#7f443f', EndColorStr='#5b2a26');
				-moz-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				-o-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				-webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
				border-radius: 4px;
				-webkit-border-radius: 4px;
				-o-border-radius: 4px;
				-moz-border-radius: 4px;
				text-decoration: none;
				text-shadow: #162733 0 1px 0;
				display: block;
				color: #ffffff;
				background-image: -webkit-gradient(linear,left top,left bottom,
    color-stop(0, #7f443f),color-stop(1, #5b2a26));
}


a.button.icon, a.button_reverse.icon {
padding-left: 11px;
}

.button a.map span, .button_reverse a.map span{
padding-left: 19px;
background: url("images/map.png") no-repeat 0 0px;
cursor:pointer;
}

.button a.mail span, .button_reverse a.mail span{
padding-left: 25px;
background: url("images/mail.png") no-repeat 0 0px;
cursor:pointer;
}

.button a.drink span, .button_reverse a.drink span{
padding-left: 25px;
background: url("images/drink.png") no-repeat 0 0px;
cursor:pointer;
}

.button a.book span, .button_reverse a.book span{
padding-left: 27px;
background: url("images/book.png") no-repeat 0 0px;
cursor:pointer;
}

.button a.ipod span, .button_reverse a.ipod span{
padding-left: 20px;
background: url("images/ipod.png") no-repeat 0 0px;
cursor:pointer;
}

.button a.gallery span, .button_reverse a.gallery span{
padding-left: 22px;
background: url("images/gallery.png") no-repeat 0 0px;
cursor:pointer;
}

.button a.headphones span, .button_reverse a.headphones span{
padding-left: 25px;
background: url("images/headphones.png") no-repeat 0 0px;
cursor:pointer;
}

.button a.download span, .button_reverse a.download span{
padding-left: 30px;
background: url("images/download.png") no-repeat 0 0px;
cursor:pointer;
}

.button a.information span, .button_reverse a.information span{
padding-left: 24px;
background: url("images/information.png") no-repeat 0 0px;
cursor:pointer;
}

a.button.arrow_left span, a.button_reverse.arrow_left span{
padding-left: 24px;
background: url("images/arrow_left.png") no-repeat 0 0px;
cursor:pointer;
}

a.button.arrow_right span, a.button_reverse.arrow_right span{
padding-left: 24px;
background: url("images/arrow_right.png") no-repeat 0 0px;
cursor:pointer;
}

/*-------------------- Iconbox Styling ----------------------------*/

.iconbox {
    overflow: hidden;
    padding-bottom: 10px;
}

.iconbox_icon {
	background: none repeat scroll 0 0 #64302c;
    border-radius: 100px;
    float: left;
    margin: 1px 10px 0 0;
	font-family:'Muli',sans-serif;
	font-size: 13px;
	color: #ffffff;
	line-height: 35px;
	width: 35px;
	text-align:center;
}

.iconbox_content, .iconbox_content p {
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
	margin-top:0px;
	padding-top:0px;
	font-family:'Muli',sans-serif;
	font-size: 13px;
	line-height:1.3em;
}

	
/*  START OF MEDIA QUERIES */

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 768px) {
	
	.embed-container {
		position: relative;
		padding-bottom: 52.25%; /* 16/9 ratio */
		padding-top: 30px; /* IE6 workaround*/
		height: 0;
		overflow: hidden;
		}
		
	.image-grid:after {
		margin-bottom:30px;
		}

	.embed-container iframe,
	.embed-container object,
	.embed-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		}
	
	img {
		max-width:100%;
		height:auto;
		}
	
	img {
		-ms-interpolation-mode:bicubic;
		}
		
	#nav_wrapper, #main, #footer_wrapper {
		width:95%;
		}
		
	#footer_wrapper input[type="text"], #left_content, #right_content_wrapper, #main_fullwidth, #main_fullwidth .featured_text, #wrapper_content_left, #right_contact_wrapper, #left_contact_wrapper {
		width:98%;
		float:none;
		}
		
	#left_content_wrapper, #wrapper_content_right {
		background-image:url("images/full_width_bground.png");
		background-repeat:no-repeat;
		clear:left;
		-moz-border-radius: 5px 5px 0 0; /* Firefox */
  		-webkit-border-radius: 5px 5px 0 0; /* Safari, Chrome */
  		border-radius: 5px 5px 0 0; /* CSS3 */
		width:98%;
		float:none;
		margin:0 auto;
		}
		
	#left_content, #content_left, #left_content, #content_right, #right_content {
		width:94%;
		}
		
	#main_fullwidth .comment_wrapper_main {
		padding-left:20px;
		width:95%;
		}
		
	.fullwidth_content {
		-moz-border-radius: 5px 5px 0 0; /* Firefox */
  		-webkit-border-radius: 5px 5px 0 0; /* Safari, Chrome */
  		border-radius: 5px 5px 0 0; /* CSS3 */
		}
		
	#left_content .blog_wrapper {
		width:96%;
		clear:both;
		}
		
	#right_content_wrapper, #wrapper_content_left {
		background-image:none;
		}
		
	.featured_text {
		width:100%;
		float:none;
		clear:both;
		}
		
	.posted_comments {
		margin-bottom:25px;
		}
		
	#left_content hr, #left_content .commentlist {
		width:95%;
		float:left;
		}
		
	.post_details {
		float:none;
		clear:both;
		width:100%;
		}
		
	#map_div {
		width:auto;
		}
		
	.one_fifth, .one_fifth_first, .two_fifth, .two_fifth_first, .three_fifth, .three_fifth_first, .four_fifth, .four_fifth_first, .one_sixth, .one_sixth_first {
		width:100%;
		float:none;
		margin:0;
		}
		
	ul.tweet_list li .tweet_text {
		line-height:1.6em;
		}
		
	.tweet_time, .tweet_time a {
		clear:none;
		margin-top:0 !important;
		}
		
	.venue-archive-meta {
		clear:both;
		}
		
	.navigation .alignleft {
		margin-left:20px;
		}
		
	.navigation .alignright {
		margin-right:25px;
		}
	
		
	}

/* Mobile Landscape Size to Tablet Landscape (devices and browsers) */
@media only screen and (max-width: 480px) {
		
	#topmenu ul {
		display:none;
		}
		
	#topmenu select {
		visibility:visible !important;
		width:100%;
		float:none;
		background-color: #395664;
		font-size: 13px;
		height: 36px;
		margin:5px auto 0;
		color:#ffffff;
		border:none;
		padding:10px 5px 5px;
		font-family:'Muli', sans-serif;
		}
		
	.one_half, .one_half_first, .one_third, .one_third_first, .two_third, .two_third_first, .one_fourth, .one_fourth_first, .three_fourth, .three_fourth_first, .one_fifth, .one_fifth_first, .two_fifth, .two_fifth_first, .three_fifth, .three_fifth_first, .four_fifth, .four_fifth_first, .one_sixth, .one_sixth_first, .one_third_first_bottom, .one_third_bottom, .pullquoteright, .pullquoteright  {
		width:98%;
		float:none;
		margin:0;
		}
		
	#midsection .one_third_first, #midsection .one_third {
		margin-bottom:50px;
		clear:both;
		}
		
	#bottom_nav ul li a, #bottom_nav ul li a:hover {
		font-size:11px;
		}
		
	#bottom_nav ul li {
		padding:0 12px;
		}
	
	#footer_wrapper input[type="text"] {
		width:60%;
		}
		
	#left_content, #content_left, #left_content, #content_right, #right_content {
		width:91%;
		}
		
	.video-stretch object, .video-stretch embed, .video-stretch video, .video-stretch iframe, object, embed, video, iframe {
		max-height:182px;
		}
	
	
	}
	
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 320px) {
		
	#top_logo {
		width:115px;
		margin-top:10px;
		}
		
	#info_box {
		font-size:11px;
		float:right;
		width:150px;
		margin-top:15px;
		}
		
	#nav_wrapper .button {
		margin-top:-30px;
		}
		
	#topmenu select {
		margin-top:-22%;
		width:288px;
		}
		
	#searchbox {
		float:none;
		width:100%;
		}
		
	ul.search {
		width:252px;
		float:none;
		}
		
	ul.search li {
		margin-top:-10px;
		}
		
	ul.search li input {
		width:248px;
		}
		
	ul.flex-direction-nav, ol.flex-control-nav {
		display:none;
		}
		
	.slider_wrapper {
		background-image:none;
		}
		
	#message_center {
		margin-top:0;
		}
		
	#message_center img {
		width:17%;
		}
		
	img.left, img.right {
		margin-bottom:8px;
		margin-right:8px;
		}
		
	#midsection {
		background-image:none;
		padding:0;
		}
		
	#bottom_nav ul li, #bottom_nav ul li {
		background-image:none;
		float:none;
		padding:0;
		}
		
	.social {
		float:none;
		clear:both;
		width:100%;
		}
		
	ul.icons {
		margin:0 auto;
		}
		
	#bottom_nav {
		clear:both;
		}
	
	#left_content, #content_left, #left_content, #content_right, #right_content {
		width:90%;
		}
		
	.slider {
		margin:0;
		}
		
	.post_details {
		margin-top:0;
		}
		
	.mejs-audio {
		width:95% !important;
		margin:0 auto;
		}
		
	input[type="text"], textarea {
		width:90%;
		}
		
	#commentform {
		width:100%;
		}
		
	.pullquoteright {
		padding: 0px 14px 0px 5px !important;
		}
		
	.page_error {
		font-size:68px;
		}
	
	
	}


/*  END OF MEDIA QUERIES */