

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2012 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Typodermic Fonts Inc.
 * License URL: http://www.fontspring.com/fflicense/typodermic
 *
 *
 */

@font-face {
    font-family: 'Jesaya';
    src: url('fonts/jesaya_book_macroman/jesaya_bk-webfont.eot');
    src: url('fonts/jesaya_book_macroman/jesaya_bk-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/jesaya_book_macroman/jesaya_bk-webfont.woff') format('woff'),
         url('fonts/jesaya_book_macroman/jesaya_bk-webfont.ttf') format('truetype'),
         url('fonts/jesaya_book_macroman/jesaya_bk-webfont.svg#JesayaBkRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Fancier';
    src: url('fonts/fancierscript_regular_macroman/Fancier_Script_PS_OT-webfont.eot');
    src: url('fonts/fancierscript_regular_macroman/Fancier_Script_PS_OT-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fancierscript_regular_macroman/Fancier_Script_PS_OT-webfont.woff') format('woff'),
         url('fonts/fancierscript_regular_macroman/Fancier_Script_PS_OT-webfont.ttf') format('truetype'),
         url('fonts/fancierscript_regular_macroman/Fancier_Script_PS_OT-webfont.svg#FancierScriptRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {

    padding:0;
    color: #453c38;
    background: #e5e5db url('../img/body-bg.jpg') repeat-x;
    border-bottom: 15px solid #ee3524;
}
body a {
    color: #c42e1d;
}
#content-page .img {
    border:none;
}

h1, h2,h3,h4,h5,h6 {
    font-family: Jesaya, Arial;
}
body a:hover {
    color: #3d250c;
}

#content-page {
    margin-top:40px;
    min-height:280px;
}
#content-page {
    position: relative;
}
#content-page .right {
    clear: both;
    float: right;
    margin:  2px 0 10px 10px;
}
#content-page .left {
    clear: both;
    float: left;
    margin:  2px 10px 10px 0px;
}
#content-page hr {
    clear: both;
    border-color:#c43b2f;
}
.caption {
    display: block;
    padding:2px !important;
    background-color: #fff; 
    border: 1px solid #777;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius: 3px;
    -webkit-box-shadow:1px 1px 2px #777;
    -moz-box-shadow:1px 1px 2px #777;
    box-shadow:1px 1px 2px #777;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
}

header {
    position: relative;
    margin:0;
    height:153px;
    width:100%;
    background: #d78727 url('../img/head-bg.png') repeat-x;
}
#twitter-feed {
    margin:0 8px;

    border: 1px solid #999;
}
.tweet {
    margin:0 3px 8px 3px;
    border-bottom: 1px solid #ddd;
}
.tweet p{
    text-align: right;
}
.tweet img {
    float: left;
    margin: 2px 5px 10px 2px;
    border:1px solid #444;
}
.tweet-extra {
    margin:4px 0;
    text-align: center;
    
}
#logo-image {
    position: absolute;
    z-index:1000;
    top:15px;
}
#login-bar {
    color:#fff;
    position: relative;
    z-index: 2100;
    min-width: 370px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom: 10px;
    float:right;
    background-color: #f35443;
    -webkit-border-radius:0 0 15px 15px;
    -moz-border-radius:0 0 15px 15px;
    border-radius: 0 0 15px 15px;
    -webkit-box-shadow:0 2px 0px #a0382e;
    -moz-box-shadow:0 2px 0px #a0382e;
    box-shadow:0 2px 0px #a0382e;
}
.head-btn {
    margin: 12px 5px 0 5px;
    font-weight: bold;
    text-shadow: 1px 1px 0px #915711;
}
#login-bar form {
    display:inline;
}
#login-form legend{
    margin-bottom: 50px !important;
}
#login-bar form input {
    height:16px;
    margin:12px 0 0 30px;
    width: 130px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius: 4px;
}
#login-form {
    padding-top:10px;
    display: none;
    background-color: #f35443;
}
#login-form a{
    color:#fff
}
#login-form hr{
    border-top:0;
    height: 1px;
}
#login-form fieldset p input,#login-form fieldset p a{
    margin:0; 
}
#login-form fieldset legend{
    color:#fff;
    font-size: 1.1em;
}
#social-btn {
    margin:0;
    padding:0 !important;
    display: block;
    width: 100px;
    height: 32px;
    position: absolute;
    right:5px;
    top:54px;
    z-index: 900;
}
#cal-btn {
    line-height: 2;
    font-weight: normal;
    margin:0;
    padding:0 !important;
    display: block;
    width: 100px;
    height: 25px;
    position: absolute;
    right:5px;
    top:90px;
    z-index: 900;
}

#social-btn img {
    width:72px !important;
    height:32px !important;
}

#content-page table {
    border: 1px solid #777;
    margin-bottom: 10px;
}
#content-page table th {
    text-align: left;
    background: #c4bcb6;
}
#content-page table tr th,table tr td {
    vertical-align: top;
    text-align: left;
    padding:5px;
}
#content-page table tr:nth-child(even) {
    background: #fcf1ea;
}
#content-page table tr:nth-child(odd) {
    background: #fff;
}

.table_plain {
    border: 1px solid #777;
    margin-bottom: 10px;
}
.table_plain th {
    background: #c4bcb6 !important;
}
.table_plain tr:nth-child(even) {
    background: #fff !important;
}
.table_plain tr:nth-child(odd) {
    background: #fff !important;
}
/* MENU    ===================*/

#menu {
    
    margin: 0;
    position: absolute;
    left:350px;
    z-index:2001;
    top:126px;
    width:580px;
}
.navbar {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 1;
	overflow: hidden;
}
.navbar li, .navbar a {
	display: block;	
}
.navbar li {
	list-style-type: none;
}
.navbar > li {
	float: left;
	margin-left: .45em;
}
.navbar > li:first-child {
	margin-left: 0;
}
.navbar a {
    font-size: 1.1em;
    font-family: Jesaya, Arial;
	padding: 0 .35em .35em .35em  ;
	text-decoration: none;
	height: 1em;
	font-weight: normal;	
	color: #fff;
}
.navbar a:hover {
    color:#fce0ab;
    background-color:transparent;
    text-shadow: 1px 1px 0px #000;
}
.js .navbar {
	height: 1.5em;
}
.flexMenu-popup {
	padding: 0 0 15px 0;
	background-color: #c14437;
	margin: 0;
     -webkit-box-shadow:1px 1px 2px #000;
    -moz-box-shadow:1px 1px 2px #000;
    box-shadow:1px 1px 2px #000;
}
.flexMenu-viewMore > a, .flexMenu-viewMore > a:hover {
	background-color: #f9a49a;
}
.flexMenu-viewMore {
    margin-top:0px;

}
.flexMenu-viewMore > a:after {
	display: inline-block;
	content:"";
	border-left:0.3em solid transparent;
	border-right:0.3em solid transparent;
	border-top:0.4em solid white;
	margin-left:0.4em;	
	position: relative;
	top: -.1em;
}
.flexMenu-viewMore.active > a, .flexMenu-viewMore.active > a:hover {
	background-color: #c14437;	
}
.flexMenu-popup > li > a, .flexMenu-popup > li {
	display: block;
    min-width: 150px;
}
.flexMenu-popup > li > a:hover {
	background-color: #c14437;
}
.touch .navbar {
	font-size: 1.5em;
}
.lt-ie8 .flexMenu-popup {
	margin-top: -1px
}
.lt-ie8 body {
	width: 901px;
}
/*END MENU   ===============*/
.nav-tabs > .active > a, .nav-tabs > .active > a:hover { 
    outline: 0;
}
.nav-tabs > .active > a, .nav-tabs > .active > a { 
    outline: 0;
}
#m-toggle {
    display: none;
    margin-right:20px;
}
.hero-unit {
    padding:0;
    margin-top: 0px;
    margin-bottom: 15px;
    background: #ffa600 url('../img/hero.jpg') right top no-repeat; 
    border: 2px solid #bbb0a3;
    -webkit-box-shadow:1px 1px 2px #000;
    -moz-box-shadow:1px 1px 2px #000;
    box-shadow:1px 1px 2px #000;
}
#head-sponsor {

    width:232px;
    height: 58px;
    clear:both;
    position: absolute;
    top:55px;
    right:150px;
    overflow: hidden;
    background-color: #f7d2aa;
    border:1px solid #ba7328;
}
.adhere {
    vertical-align: middle;
    text-align:center;
    font-weight:bold;
    color:#333
}
#trans-div {
    opacity: 1;
    margin: 30px 0 30px 30px;
    padding:20px;
    width:50%;
    background: transparent url('white50.png') repeat;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius: 8px;
    -webkit-box-shadow:inset -3px -3px 4px #555;
    -moz-box-shadow:inset -3px -3px 4px #555;
    box-shadow:inset -3px -3px 4px #555;
}

#trans-div h1{
    font-family: Fancier, Arial;
    font-weight: normal;
    margin:0;
    font-size: 2.1em;
    text-shadow: -1px -1px 0px #fff;
    color: #ee3524;
}
#trans-div p{
    font-family: Jesaya, Arial;
    text-shadow: 1px 1px 5px #fff,1px 1px 5px #fff,1px 1px 5px #fff;
    color:#000;
    font-size: 1.0em;
    line-height: 1.1;
    margin:0 0 15px 0;
    font-weight:normal
}
#trans-div p .btn {
    font-family: Arial;
    font-weight: normal;
}
.headings {
    font-family: Jesaya, Arial;
    margin:0;
    padding:0;
    display:block;
    width:290px;
    height:117px;
    text-indent: 90px;
    font-size: 1.35em;
    font-weight: normal;
    vertical-align: middle;
    line-height: 5.9;
    color:#fff;
    overflow: hidden;
    background: transparent url('../img/headings.png') 0 0 no-repeat;
    text-shadow: 1px 1px 2px #000;
}
.headbg2 {
    background-position: -303px 0;
}
.headbg3 {
    background-position: -606px 0;
}
.headbg1:hover {
    background-position: 0px -117px !important ;
}
.headbg2:hover {
    background-position: -303px -117px !important ;
}
.headbg3:hover {
    background-position: -606px -117px !important;
}
footer {
    margin-top: 10px;
    background: #bbb0a3 url('../img/foot-bg.png') repeat;
    width:100%;
    border-top: 15px solid #6c625b;
    border-bottom: 5px solid #fff;
}
footer a {
    color: #dbc9bc;
    text-decoration: underline;
}
footer a:hover {
    color: #fff;

}
.home-event {
    font-size:0.9em;
    border-bottom: 1px solid #aaa;
}
.foot-info {
    font-size: 0.85em;
    color:#f4e9e1;
    margin:20px 0px;
    padding: 20px;
    min-height: 150px;
    background-color: #6c625b;
    -webkit-box-shadow:1px 1px 2px #000;
    -moz-box-shadow:1px 1px 2px #000;
    box-shadow:1px 1px 2px #000;
}
.foot-info p,.foot-info h1,.foot-info h2,.foot-info h3,.foot-info h4,.foot-info h5,.foot-info h6 {
    margin:0px;
}
.foot-credits p{
    font-size: 0.9em;
}
.foot-credits h5 {
    font-size: 1.0em;
}
.bgmask {
    display: none;
    position: fixed;
    left:0;top:0;
    width:100%;
    height:100%;
    z-index: 9000;
    background: transparent url('white50.png') repeat; 
}
#email-form {
    position: fixed;
    z-index: 9500;
    width:400px;
    left:50%;
    top: 30%;
    background: #fff;
    padding:10px;
    margin-left: -200px;
    -webkit-box-shadow:1px 1px 2px #000;
    -moz-box-shadow:1px 1px 2px #000;
    box-shadow:1px 1px 2px #000;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius: 8px;
    border:2px solid #f35443    
}
#social-page {
    position: relative !important;
    z-index: 9500 !important;
    margin:100px auto;
    width:70%;
    background-color: #fff;
    min-height: 400px;
    max-width:950px;
    -webkit-box-shadow:1px 1px 2px #000;
    -moz-box-shadow:1px 1px 2px #000;
    box-shadow:1px 1px 2px #000;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius: 8px;
    border:2px solid #f35443
}
#social-page h3{
    text-align: center;
}
#social-left{
    width:45%;
    float: left;
}
#social-right{
    width:45%;
    float:right;
}
#social-page h3{
    text-align: center;
}
#close-btn {
    cursor: pointer;
    position: absolute ;
    z-index:10000 ;
    top:-10px;
    right:-13px; 
}
.r-menu {
    display: none !important;
}

.nav-pills .active a{
    background-color: #cc1f10;
}

.nav-pills .active a:hover{
    background-color: #e2655d;
}
.alert a {
    text-decoration: underline;
}
.nav-stacked li a{
    background-color: #fff;
}
.nav-stacked .active a {
    background:#fce0b3 !important;
    color:#111;
}
#newsarea h4{
    margin-bottom: 1px;

}
#newsarea .publish {
    margin-top: 0;
    font-size: 0.8em;
    color:#333;
}
.well {
    -webkit-box-shadow:0px 1px 4px #333;
    -moz-box-shadow:0px 1px 4px #333;
    box-shadow:0px 1px 4px #333;
}
#myCarousel {
    margin:0 0 10px 10px;
    padding: 10px;
    width:322px;
    height:332px;
    text-align: center;
    float: right;
    background: #fff;
    border:1px solid #bbb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius: 4px;
}
#dbsearch {
    padding:3px 0 3px 3px;
    background:#eee;
     border:1px solid #bbb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius: 4px;   
}
#dbsearch input[type=text] {
    width:60%;
    padding-left: 4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius: 4px;  
}
.nomargintop h1,.nomargintop h2,.nomargintop h3 {
    margin:0;
}
.carousel-control {
    opacity: 0.2;
}
.carousel-control:hover {
    opacity: 0.5;
}
.member-login {
    background: #fcf1de;
    color: #333!important;
    border-color:  #f9dfb3;
    padding-right: 4px;
    padding-bottom:4px;
}
#log-in-c {
    width:200px;
    text-align: right;
    float: right;
    
}
#log-in-c a{
    text-decoration: none !important;
}
.calbttns {
    text-align: center;
    width: 300px;
    margin: 0px auto 20px auto;
}

.year{
    text-align: right;
	font-size:110px;
	margin-top:30px;
}

.month{
    margin-top: -5px;
    text-align: right;
	font-size:42px;
	color:#f35443;
    text-shadow: 2px 2px 0px #aaa;
}


.calendar td.today{
	background-color:#f2e1d0;
	color:#444;
    border-top:1px solid #fff;
    border-left:1px solid #fff;
}
.calendar{
    margin-top: -10px;
    width: 100%;
    border-bottom:1px solid #ccc;
    margin-bottom: 4px;
}

.calendar th{
    text-align: left;
    padding-left: 3px;
    width: 14.25%;
	font-size:14px;
	font-weight:bold;
	border-top:1px solid #ccc;
}

.calendar td{
   text-shadow: 2px 2px 0px #ccc;
    vertical-align: top;
	height:90px;
	font-size:22px;
	color:#555;
    border-top:1px solid #ccc;
    line-height: .6;
}
.calendar td a{
    cursor: pointer;
}
.calendar td.weekend{
	color:#888;
}



.calendar td.holiday{
	color:red;
}

.content{
    text-shadow: none;
	color:black;
	font-size:11px;
	line-height:0px;
}


.calevent {
    display: none;
    position: fixed;
    width:350px;
    left:50%;
    top:30%;
    padding:10px;
    margin-left:-175px;
    background: #fff;
    z-index: 9500 !important;
    -webkit-box-shadow:1px 1px 2px #000;
    -moz-box-shadow:1px 1px 2px #000;
    box-shadow:1px 1px 2px #000;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius: 8px;
    border:2px solid #f35443;
}


.event-close {
    cursor: pointer;
    position: absolute ;
    z-index:10000 ;
    top:-10px;
    right:-13px; 
}

.calday {
    font-weight: bold;
    text-align: center;
    font-size: 1.2em;
}


.sidecal {
    padding:2px;
    margin: 35px 0 10px 0;
    background-color: #eee;
    border:1px solid #aaa;
}
.sidecal p {
    border-bottom: 1px solid #ccc;
}

.sidecal h5 {
    text-align: center;
}

.calhead {
    margin-top: 40px;
    text-align: center;
}


#extraevents {
    display: none;
}
.latest li {
    list-style-type: disc;
}
.latest .new {
    list-style-image: url('/img/new.gif');
}
.hfield {
    display:none !important;
}

/*SHARE BUTTONS*/
#shareit{
    width:300px;
    float: right;
    height: 30px;
}
#sharepg {
    height:30px;
    text-align: right;
    width:300px;
    float: right;
}
.addthis_toolbox {
   position: absolute; 
    
}
/* RESPONSIVE SETTINGS   ================*/

@media (min-width: 1200px) {
    #menu {
        width:800px;
    }
}
@media (max-width: 979px) {
    .headings {
        width:120px;
        font-size: 1.2em;
        height: 74px;
        line-height: 1;
        padding-left:90px;
        padding-top:42px;
        text-indent: 0;
    }
    .c-head {
        margin-top:30px;
    }
    #login-bar {
        z-index: 2000;
    }
    #menu {
        width:100%;
        position: absolute;
        top:-24px;
        left:0;
        height: 30px;
    }
    #menu .nav {
            margin-top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .hero-unit {
        background-size: auto 120%;
        background-position: -600px;
    }
}
@media (max-width: 767px) {
    .caption {
        width:100% !important;
 
    }
    .headings {
        margin:0;
        padding:0;
        display:block;
        width:290px;
        height:117px;
        text-indent: 90px;
        font-size: 1.35em;
        line-height: 5.7;
    }    
    #social-page {
        margin:20px auto;
        width:90%;
    }
    #social-left{
        width:100%;
        float: none;
    }
    #social-right{
        width:100%;
        float:none;
    }
    #logo-image {
        top:25px;
    }
    #login-bar {
        padding-top: 2px;
        text-align: center;
        float: none;
        min-width: 290px;
        width:93%;
    }
    #login-bar form {
        text-align: left;
    }
    #login-bar form input {
        width: 20%;
        margin:10px 0 0 10px;
    }
    #head-sponsor {
        left:350px;
    }
    #cal-btn {
        display: none;
    }
    #social-btn {
        z-index:2000;
        top:10px;
        right:40px;
        
    }
    .container {
        margin-left:10px;
        margin-right: 10px;
    }
    #trans-div {
        margin-left:auto;
        margin-right:auto;
        width:80%;
    }
    .hero-unit {
        background-position: 0px;
        background-size: auto 100%;
    }
    
}
@media (max-width: 680px) {

    #myCarousel {
        
        float:none;
        margin:0 auto 10px auto;
    }
    #social-btn {
        top:-27px;
        right:5px;
    }
    .r-menu {
        display: block !important;
    }
    #m-toggle {
        display:block;
        float: right;
        margin:4px 25px 0 0;
    }
    #login-bar {
        display: none;
    }
    #menu {
        left:0;
        margin: 0 0px 0 0 ; 
        width:70%;
    }
    #menu .nav {
        display: none;
        margin: 0px;
        position:absolute;
        z-index:11000;
        top:10px;
        left: 10px;
        width:95%;
        background-color: #f35443;
        border:1px solid #c92210;
    }
    #menu .nav li {
        float: none;
        margin: 0px;
    }
    #menu .nav li a {
        line-height: 2.5;
        margin: 0px;
        height:40px;
    }  
}
@media (max-width: 580px) {
    .calbttns {
        display:none;
        
    }
    #extraevents {
        display: block;
    }
    .calendar{
        display:none;  
    }
    .calevent {
        width:250px;
        margin-left:-125px;   
    }
    #menu .nav li a:hover {
        background-color:#c6493d;
    }
    #head-sponsor {
        display:none;
    }
    #logo-image {
        min-width:310px;
    }
}