@font-face {
	font-family:"Gill Sans";
	src: url(GillSans.ttc);
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
body {
   margin: 0 auto;
   padding: 0;
   background: #e5e9ec url(../img/body_bg.jpg) repeat-x top;
	/*font-family: "Gill Sans", 'lucida grande',verdana,helvetica,arial,sans-serif;*/
	font-family: arial;
/*	color: #814123;*/
	color: #555250;
	font-size: 20px;

}

a {
   color: #555250;
   text-decoration: underline;
}

#nav a {
	text-decoration: none;
}

a img {
   border: none;
}

h1, h2, h3, h4, h5 {
   margin: 0;
}

ul {
   margin: 0;
   list-style:none;
}

form input {
   font-size: 20px !important;
	 border-radius: 5px;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
}

form textarea.ckeditor {
	width: 600px;
}

form .submit {
   font-size: 60%;
   margin-top: 20px;
   width: 200px;
}

#wrapper {
   width: 1000px;
   margin: 0 auto;
}

#header {
   background: url(../img/header_bg.jpg) no-repeat top;
   height: 200px;
   color: #ffffff;
}

#header_hours_wrapper {
	float: right;	
	margin-right: 80px;
	margin-top: 35px;
	font-size: 70%;
	height: 125px;
}
#header_hours {

}
#hours_header {
	font-weight: bold;
}

#hours_directions  {
	text-align: center;
	font-size: 90%;
	text-decoration: underline;
}

#hours_directions a {
	color: white;
}

#header_address {
   text-align: center;
	clear: both;
}

#nav a {
   color: #dedbbc;
}

#nav {
   background: url(../img/nav_bg.jpg) no-repeat;
   height: 70px;
   color: #dedbbc;
	margin-left: 8px;
}

#nav ul#main_menu {
   margin: 0;
   padding: 20px 0 0 100px;
}

#nav ul.drop_down {
   font-size: 75%;
   border: 2px solid #999999;
   padding: 10px;
   margin: 0 0 20px 0;
   text-align: left;
   list-style: none;
}

#nav ul.drop_down a {
   color: #666;
}

#nav_links li.link {
   float: left;
   list-style: none;
   padding: 0 20px 0 40px;
}

#nav .drop_down {
   position: absolute;
   z-index: 999;
   color: #999;
   display: none;
   /*background: #c0bebe url(../img/nav_drop_down_bg.jpg) bottom repeat-x ;*/
   background: #ccc;
}

#nav ul.flyout {
   padding: 10px;
   display: none;
   border: 2px solid #999999;
   background: #ccc;
   position: absolute;
   left: 115px;
   margin-top: -20px;
}
#admin #nav ul.flyout {
	position: absolute;
	left: 130px;
}

#nav .flyout li a {
   text-align: left;
}

#nav .drop_down li {
   clear: both;
}

#nav .flyout li {
}

#main_content_wrapper {
   padding: 0 25px 0 25px;
	/*text-shadow: 1px 1px 1px #e6e3e6;*/
	filter: dropshadow(color=#e6e3e6, offx=1, offy=1);
}

#groups_wrapper {
   position: relative;
   height: 394px;
   background: url(../img/groups_bg.jpg) no-repeat;
   padding-left: 10px;
   overflow: hidden;
   width: 100%
}

#groups_wrapper h2 {
   padding: 25px 0 0 15px;
}

.group_image {
   position: relative;
   float:left;
   padding: 0px 0 0 0px;
}

.group_image h4 {
   text-align: center;
   margin: 0;
}

.group_details {
   text-align: left;
   display: none;
   position: absolute;
   left: 260px;
   width: 68%;
   height: 50%;
   font-size: 85%
}

div.group_details p.description {
   padding-top: 10px;
   height: 190px;

}

.group_details div.pictures_container {
   background: #666666 url(../img/pictures_bg.jpg) top repeat-x;
   border: 3px solid #ffffff;
   width: 640px;
   height: 90px;
   position: relative;
   top: -40px;
   overflow: hidden;
}

.group_details .pictures {
   width: 1500px;
}

.group_details .pictures ul {
   padding: 0px 5px 0px 5px;
   position: relative;
}

.group_details .pictures li {
   float: left;
   margin: 10px 5px 0px 5px;
}

.group_details .pictures img {
   border: 2px solid #000000;
   background: #ffffff;
   padding: 3px;
}

.prev_next_container {
   position: relative;
   top: -5px;
   margin: 0 0 0 10px;
   width: 620px;
}

a.previous {
   float: left;
   font-size: 80%;
}

a.next {
   float: right;
   font-size: 80%;
}

#events_news_wrapper {
   float: left;
   background: url(../img/events_news_bg.jpg) no-repeat;
   width: 340px;
   height: 840px;
}

#promote_wrapper {
   float: left;
   width: 601px;
   height: 840px;
}

.promote {
   width: 550px;
   height: 290px;
}

.promote .title h5 {
   padding-left: 30px;
}

.promote .content {
   width: 550px;
   height: 240px;
   padding: 25px 20px 15px 25px;
   margin: 0 auto;
   background: url(../img/promote_bg.jpg) no-repeat top;
}

.promote .content img {
   float: left;
   margin: 0 10px 5px 0;
   border: 1px solid #000000;
   padding: 3px;
   background: #ffffff;
}

.promote .content .text {
	font-size: 85%;
}

#events {
   padding: 0 0px 0 40px;
	 position: relative;
}

#events #events_title {
   padding-top: 25px;
   margin-bottom: 22px;
}
#event_details {
	font-family: Arial !important;
	font-size: 18px !important;
	background: none !important;
	position: relative;
	top: 25px;
}

#events #events_details { padding-top: 5px;}

#events #events_details ul, #site_news_details ul {
   margin-left: 10px;
   padding: 10px 0;
   font-size: 60% !important;
   list-style: none;
   width: 235px;
   height: 305px;
   overflow: auto;
}

#events #events_details li, #events #site_news_details li {
   padding-bottom: 10px;
}

#site_news_title {
   margin-top: 25px;
   margin-bottom: 35px;
}

#site_news_details ul {
   height: 285px;
}

a.event_link {
   color: inherit;
   text-decoration: underline;
}

a:hover.event_link {
   text-decoration: none;
}


input.error { border: 1px dashed red; }

#event_details {
	color: #fff;
   width: 460px;
/*   padding: 0 35px 0 35px;*/
   position: absolute;
   z-index:998;
}

#event_details h5 {
   font-weight: 400;
}

#event_details_content {
   background: url(../img/event_details_bg.png) repeat-y center;
   padding: 0 50px 0 50px;
}

#event_details_top_wrapper {
   background: url(../img/event_details_top_bg.png) no-repeat top center;
}

#event_details_bottom_wrapper {
   background: url(../img/event_details_bottom_bg.png) no-repeat bottom center;
}

#close_event_details {
	font-size: 18px;
	float: right;
}

#login_form {
   width: 450px;
}

#login_form input{
   width: 100%;
}

.form {
   width: 50%;
}

.form input, .form textarea {
   width: 100%;

}

.form .checkbox input {
   width: 20px;
   margin: 15px;
   vertical-align: middle;
}

img#event_ajax_loader {
/*   margin-top: 5px;
   margin-right: 65px;
   float: right;*/
	float: right;
	margin-right: 35px;
}

table.admin_table {
   border: 2px solid #000000;
   width: 100%;
   border-spacing: 0;
   color: #ffffff;
   font-size: 80%;
 	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 10px #888;
	-webkit-box-shadow: 5px 5px 10px #888;
	box-shadow: 5px 5px 10px #888;
}

table.admin_table tr.even_tr {
   background: #999999;
}

table.admin_table tr.odd_tr {
   background: #666666;
}

table.admin_table td, table.admin_table th {
   padding: 5px 10px 5px 10px;
}

table.admin_table th {
   background: #60666a url(../img/admin_table_th_bg.jpg) bottom repeat-x;
   height: 50px;
   text-align: left;
}

table.admin_table a {
	color: #f5f9fc;
	text-decoration: underline;
}

table.admin_table a:hover {
	text-decoration: none;
}

.paginator_buttons {
   clear: both;
}

.paginator_buttons .prev_paginator {
   float: left;
}

.paginator_buttons .next_paginator {
   float: right;
}

.search_box .submit {
   margin: 0;
   margin-top: 0;
   width: 100px;
   float: left;
   vertical-align: middle;
   font-size: 50%;
}
.search_box .input {
   float: left;
}

.search_box form {

}

.search_box {
   height: 40px;
   float: right;
	 margin: 0 15px 15px 0;
}

.search_box input { padding: 6px 6px 8px 6px; }

.clear_search_results {
   font-size: 70%;
   float: right;
   color: inherit;
   margin-bottom: 5px;
}

#event_calendar {
   margin: 0 auto;
   position: relative;
}

#calendar_header {
   text-align: center;
}

.calendar_event {
   float: left;
   display: inline;
   width: 128px;
   height: 128px;
   border: 1px solid black;
   margin: 2px;
   padding-left: 1px;
   overflow: auto;
}

.calendar_event a {
   color: black;
}

.calendar_event a:hover {
   color: white;
}

.calendar_event span.event_name {
   font-size: 65%;
}

.section_sortable {
   width: 50%;
}

.item_sortable {
   margin: 15px 0;
}

.section_sortable li {
   cursor: pointer;
}

.menu_section_name {
   background: url(../img/admin_table_th_bg.jpg) repeat-x center bottom #b1582f;
   color: #ffffff;
   padding: 3px 10px 3px 10px;
   margin: 10px 10px 10px 10px;
   border: 2px solid black;
}


#add_menu_section {

}

.bracketed_button {
   font-size: 70%;
   color: inherit;
   float: right;
   margin-left: 15px;
}

.editable_section_name {
   cursor: pointer;
   display: inline;
}
.editable_section_name form {
   display: inline;
}

#event_comments_wrapper {
   border : 1px solid #ffffff;
   padding: 10px 5px 10px 5px;
}

#event_comments_wrapper {
   font-size: 55%;
}

#event_comments_wrapper .comment {
   border-bottom: 1px solid #ffffff;
   margin-bottom: 20px;
   padding-bottom: 5px;
   color: #ffffff;
}
#event_comments_wrapper h4 {
	color: #814123;
}

#event_comment_form {
   margin-top: 20px;
   width: 70%;
}
#event_comment_form input {
   width: 100%;
   font-size: 120%;
}
#show_post_comment_form_btn {
   position: relative;

}

#post_comment_form_btn {
	color: #fff;
   margin-right: 20px;
   background: #666666;
   border: 1px solid white;
   padding: 3px;
   margin-top: 10px;
}
#event_comments {
   height: 220px;
   overflow: auto;
   padding-bottom: 50px;
}

.add_event_form .dialog_form input {
   font-size: 50%;
}

.add_event_form .save_promote_image {
   width: 100px;
}

#add_new_album_form {
	background: #ccc;
	padding: 20px;
	border: 2px solid #999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.ajax_image_form {
	margin-top: 20px;
	border-top: 1px solid black;
}

#photos_wrapper {
	height: 400px;
	width: 810px;
	margin: 0 auto;
	overflow: auto;
	padding-right:85px;
}

.photo img {
	cursor: pointer;
}

.photo h5{
	text-align: center;
}

.photo img {
	padding: 5px;
	background: #fff;
	border: 1px solid black;
}

.shadow {
	-moz-box-shadow: 1px 1px 4px #ddd;
	-webkit-box-shadow: 1px 1px 4px #ddd;
	box-shadow: 1px 1px 4px #ddd;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#dddddd')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#dddddd');
}

#photos_wrapper .photo {

	float: left;
	margin: 10px 30px 0 0;
}

#photo_albums_wrappers_wrapper {
	width: 940px;
	padding: 10px;
	background: #eeeeee;
	border: 3px solid #ddd;
	margin-top: 45px;
}

#photo_albums_wrapper {
	margin-top: 20px;
	height: 200px;
}

#photo_albums_wrapper .photo_album {
	float: left;
	padding: 5px;
	margin-left: 15px;
}

#photo_albums_wrapper .photo_album h5 {
	text-align: center;
	font-size: 60%;
}
.ui-slider-handle {
	
}


.paginated_navigation .paginator_prev {
	float: left;
}

.paginated_navigation .paginator_next {
	float: right;
}

#articles .article_image {
	float: left;
	margin-right: 30px;
}

#articles .article_image img {

}

#articles .article_attribution {
	font-size: 70%;
}

.full_article .article_image {
	float: left;
	padding: 0 10px 10px 0;
}

.admin_page_description {
	font-size: 80%;
	width: 80%;
}

#notifications_wrapper {
	width: 100%;
	color: red;
}
#signup_sms {
	float: left;
}

#signup_email {
	float: right;
}

.signup_sms_form, .signup_email_form {
	width: 500px;
	font-size: 60%;
}

.menu_item dd {
	margin-bottom: 25px;
}

.menu_item dt {
	text-decoration: underline;
}

#signup_sms_btn, #signup_email_btn {
	font-size: 80%;
	padding: 5px 15px;
}

#signup_email_btn {
	margin-right: 30px;
}

#signup_sms_btn {
	margin-left: 20px;
}

.video_container {
	margin-top: 30px;
}

.paginator {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
	padding: 10px 15px;
	border: 1px solid #ccc;
	background: #aaa;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.paginator .prev, .paginator .next, .paginator a, .paginator .current {
	background: #dee5eb;
	display: inline;
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 5px 7px;
	font-size: 70%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.paginator a:hover, .paginator .current {
	background: #555250;
	color: #f5f9fc;
}

.paginator .disabled {
	display: none;
}

.ui-autocomplete {
	max-height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
}

.ui-autocomplete li a{
	font-size: 60%;
}

#google_map {
	padding: 5px;
	background: #ffffff;
	border: 1px solid black;
	width: 500px;
	height: 500px;
	float: left;
}

#google_map_form {
	float: left;
	margin-left: 20px;
}
#google_map_form input {
	width: 150%;
}
#google_map_form {
	float: left;
}

.calendar_event span a:hover {
	color: black;
}

.comment_badge {
	font-size: 65%;
	font-weight: bold;
	background: red;
	padding: 2px 6px 2px 6px;
	position: relative;
	top: -10px;
	left: -4px;
	color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
/*	-moz-box-shadow: 2px 2px 10px #888;
	-webkit-box-shadow: 5px 5px 10px #888;
	box-shadow: 5px 5px 10px #888;*/
}

label.error {
	font-size: 14px;
	color: red;
}