﻿/*************************************************************************/
/*                                Overall                                */
/*************************************************************************/
body
{
    background-color: #ffffff;
    color: #333333;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 16px;
}
h1
{
    margin-bottom: 10px;
    margin-top: 0px;
    padding-top: 10px;
    color: rgb(87, 78, 49); 
    font-size: 14px;
    font-weight: normal;
}
h2
{
    color: #636b84;
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 14px;
    border-bottom: solid 1px #636b84;
    padding-bottom: 5px;
}
a
{
    color: #9c331e;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}
a:hover
{
    color: #000000;
}
.error
{
    background-color: #ff9f9f;
    border: solid 1px #cc3333;
    padding: 10px;
    font-weight: bold;
    color: #cc3333;
    margin-top: 10px;
    margin-bottom: 10px;
}
.button
{
    background-color: #517e91;
    color: #FFF;
    font-weight: bold;
    border: none;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
    font-size: 12px;
    font-family: Arial;
}
.button:hover
{
    background-color: #243748;
    text-decoration: none;
    color: #FFF;
}
/*************************************************************************/
/*                                Preview                                */
/*************************************************************************/
.previewNoticeArea
{
    background-color: #ff9f9f;
    border: solid 1px #cc3333;
    padding: 20px;
    font-weight: bold;
}
.previewLink
{
    position: absolute;
    background-image: url(../../images/buttonback.gif);
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    border: solid 1px gray;
}
.previewOnly
{
    text-align: center;
    font-size: 24px;
    color: #cc3333;
}
.previewDisclaimer
{
    text-align: center;
    padding-top: 15px;
    font-size: 14px;
}
/*************************************************************************/
/*                                Master                                 */
/*************************************************************************/
#wrap
{
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}
#logo
{
    float: left;
    margin-left: 9px;
    background-image: url(images/logo.jpg);
    width: 242px;
    height: 52px;
}
#menu
{
    float: left;
    padding-left: 15px;
    padding-top: 32px;
}
#pageTop
{
    background-image: url(images/page_top.jpg);
    width: 760px;
    height: 6px;
    
}
#banner
{
    background-color: #902510;
    text-align: center;
}
#contentArea
{
    background-color: #902510;
}
#pageBottom
{
    background-image: url(images/page_bottom.jpg);
    width: 760px;
    height: 6px;
}
#footer
{
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    padding: 10px;
}
#footer a
{
    color: #000000;
    font-weight: normal;
}
.bannerOverlay
{
    position: absolute;
    z-index: 10px;
    text-align: right;
    width: 730px;
    padding: 50px 20px 0px 0px;
    font-size: 12px;
    font-weight: bold;
}
#pageLeftBottom
{
    background-image: url(images/pageLeft_bottom.jpg);
    width: 231px;
    height: 10px;
}
#pageBodyTop
{
    background-image: url(images/pageBody_top.jpg);
    width: 486px;
    height: 9px;
}
#pageBodyTopLarge
{
    background-image: url(images/page_top_large.jpg);
    width: 740px;
    height: 9px;
}
#pageBodyContent
{
    background-color: #e5ddb9;
    padding: 0px 30px 0px 32px;
}
#pageBodyBottom
{
    background-image: url(images/pageBody_bottom.jpg);
    width: 486px;
    height: 9px;
}
#pageBodyLarge
{
    background-image: url(images/pageBody_bottom_large.jpg);
    width: 740px;
    height: 9px;
}
/*************************************************************************/
/*                            Page Layouts                               */
/*************************************************************************/
.bBody
{
    width: 100%;
}
/*  Two Columns Left */
.lbLeft
{
    width: 33%;
    float: left;
}
.lbBody
{
    width: 66.5%;
    float: left;
}
/*  Three Columns */
.lbrLeft
{
    width: 25%;
    float: left;
}
.lbrBody
{
    width: 49%;
    float: left;
}
.lbrRight
{
    width: 25%;
    float: left;
}
/*  Two Columns Right */
.brBody
{
    width: 70%;
    float: left;
}
.brRight
{
    width: 30%;
    float: left;
}
.contentLeft
{
    /*padding: 10px;
    border-right: solid 2px #cccccc;
    border-bottom: solid 2px #cccccc;
    border-top: solid 2px #eeeeee;
    border-left: solid 2px #eeeeee;*/
    margin: 5px 0px 10px 15px;
}
.contentBody
{
    
    padding: 5px 10px 10px 10px;
}
.contentRight
{
    padding: 10px;
    border-right: solid 2px #cccccc;
    border-bottom: solid 2px #cccccc;
    border-top: solid 2px #eeeeee;
    border-left: solid 2px #eeeeee;
    margin: 10px 10px 10px 0px;
}
.contentFooter
{
}
/*************************************************************************/
/*                                News                                   */
/*************************************************************************/
.newsBlock
{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px silver;
    margin-bottom: 5px;
}
.newsTitle
{
    font-size: 14px;
    padding-bottom: 3px;
    font-weight: bold;
}
.releaseDate
{
    color: Gray;
    font-weight: bold;
    font-style: italic;
}
/*************************************************************************/
/*                                Events                                 */
/*************************************************************************/
.calendarIcon
{
    background-image: url(../../images/calendaricon.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 90px;
    display: block;
    padding-left: 25px;
    height: 20px;
    padding-top: 4px;
}
.listIcon
{
    background-image: url(../../images/listicon.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 60px;
    display: block;
    padding-left: 25px;
    height: 20px;
    padding-top: 4px;
}
.eventHeaderLeft
{
    float: left;
}
.eventViewLinks
{
    float: right;
    padding-top: 5px;
}
.eventBlock
{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px silver;
    margin-bottom: 5px;
}
.eventTitle
{
    font-size: 14px;
    padding-bottom: 3px;
    font-weight: bold;
}
.eventDate
{
    color: #ff9900;
    font-weight: bold;
    font-style: italic;
}
.eventDetails
{
    background-color: #eeeeee;
    border: solid 1px #cecece;
    padding: 5px;
    margin-bottom: 5px;
}
.eventRegistrationHeader
{
    background-color: #eeeeee;
    border: solid 1px #cecece;
    padding: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}
.eventCalendar
{
    width: 100%;
    border: solid 1px silver;
}
.eventCalendarTitle
{
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    height: 40px;
    background-color: White;
    color: #007bc6;
}
.calendarDayStyle
{
    text-align: left;
    vertical-align: top;
    height: 100px;
}
.otherMonthDayStyle
{
    background-color: #e0dfe3;
    color: gray;
}
.todayStyle
{
    background-color: #cde4f4;
}
.nextPrevStyle
{
    color: #333333;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
}
.dayHeaders
{
    font-size: 8pt;
    font-weight: bold;
}
/*************************************************************************/
/*                           Photo Gallery                               */
/*************************************************************************/
.galleryThumbnail
{
    width: 155px;
    height: 160px;
    display: table;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: solid #cecece 1px;
    background-color: #e8e7e8;
    float: left;
}

.galleryThumbnail div
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
/*Hack for IE*/
.galleryThumbnail div
{ *margin-top:expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
}

.galleryThumbnail a img
{
    border: solid #9c331e 3px;
}
.galleryThumbnail a:hover img
{
    border: solid #000000 3px;
}
.galleryThumbnail a
{
    color: #9c331e;
}
.galleryThumbnail a:hover
{
    color: #000000;
}

.albumTitle
{
    padding-top: 3px;
    line-height: normal;
    margin: 0px;
}
.noPhotos
{
    font-weight: bold;
    font-size: 14px;
}
.backToAlbumsLink
{
    padding: 10px 0px 10px 0px;
    font-size: 12px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                               Lightbox Gallery                                 */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#lightbox
{
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#lightbox a img
{
    border: none;
}

#outerImageContainer
{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#imageContainer
{
    padding: 10px;
}

#loading
{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#hoverNav
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#imageContainer > #hoverNav
{
    left: 0;
}
#hoverNav a
{
    outline: none;
}

#prevLink, #nextLink
{
    width: 49%;
    height: 100%;
    background: transparent url(../../images/blank.gif) no-repeat; /* Trick IE into showing hover */
    display: block;
}
#prevLink
{
    left: 0;
    float: left;
}
#nextLink
{
    right: 0;
    float: right;
}
#prevLink:hover, #prevLink:visited:hover
{
    background: url(../../images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover
{
    background: url(../../images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer
{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
}

#imageData
{
    padding: 0 10px;
}
#imageData #imageDetails
{
    width: 70%;
    float: left;
    text-align: left;
}
#imageData #caption
{
    font-weight: bold;
}
#imageData #numberDisplay
{
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}
#imageData #bottomNavClose
{
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}
#overlay
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html > body .clearfix
{
    display: inline-block;
    width: 100%;
}
* html .clearfix
{
    height: 1%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                              Lightbox Gallery CSS                              */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#container
{
}
.thumbnail
{
    width: 158px;
    height: 125px;
    display: table;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #e8e7e8;
    float: left;
    filter: alpha(opacity=75);
    opacity: .75;
}

div.thumbnail:hover
{
    background: #cccccc;
    filter: alpha(opacity=100);
    opacity: 1;
}

.thumbnail p
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
/*Hack for IE*/
.thumbnail p
{ *margin-top:expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                              Membership                                        */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.forms
{
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}
.boxTitle
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 3px;
    padding-left: 5px;
    background-color: #517e91;
    color: White;
}
.successBold
{
    font-size: 14px;
    color: #b40909;
    font-weight: bold;
}
.lblMessage
{
    color: #b40909;
    font-style: italic;
    font-weight: bold;
}

/************************************************************/
/*********************** Menus CSS **************************/
/************************************************************/
/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider
{
    display: block;
    font-size: 1px;
    border-width: 0px;
    border-style: solid;
}
.qmmc .qmdividery
{
    float: left;
    width: 0px;
}
.qmmc .qmtitle
{
    display: block;
    cursor: default;
    white-space: nowrap;
}
.qmclear
{
    font-size: 1px;
    height: 0px;
    width: 0px;
    clear: left;
    line-height: 0px;
    display: block;
}
.qmmc
{
    position: relative;
}
.qmmc a
{
    float: left;
    display: block;
    white-space: nowrap;
}
.qmmc div a
{
    float: none;
}
.qmsh div a
{
    float: left;
}
.qmmc div
{
    visibility: hidden;
    position: absolute;
}
/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*//* Remove the comments bleow for vertical mains and change the false value to
           true in the qm_create function after the menus structure. *//*.qmmc a {float:none}*//*"""""""" (MAIN) Container """"""""*/
#qm0
{
    background-color: #ffffff;
    padding-left: 10px;
    margin: 0px 0px 0px 0px;
    z-index: 10 !important;
}
/*"""""""" (MAIN) Items """"""""*/
#qm0 a
{
    color: #ffffff;
    background-color: #902510;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 17px 0px 17px;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-color: #902510;
    text-align: left;
    margin-right: 1px;
}
/*"""""""" (MAIN) Hover State """"""""*/
#qm0 a:hover
{
    background-color: #000000;
    color: #ffffff;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-color: #000000;
}
/*"""""""" (MAIN) Active State """"""""*/
body #qm0 .qmactive, body #qm0 .qmactive:hover
{
    background-color: #c2e0a9;
}
/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 .qmparent
{
}
/*"""""""" [SUB] Containers """"""""*/
#qm0 div
{
    background-color: #dcedcd;
    padding: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #687a54;
    margin-top: -1px;
}
/*"""""""" [SUB] [SUB] Containers """"""""*/#qm0 div div
{
    margin-top: 0px;
}
/*"""""""" [SUB] Items """"""""*/#qm0 div a
{
    font-size: 12px;
    color: #222222;
    border-width: 1px 0px 1px 0px;
    border-color: #dcedcd;
    padding: 3px 20px 3px 5px;
    text-align: left;
}
/*"""""""" [SUB] Hover State """"""""*/#qm0 div a:hover
{
    color: #222222;
    background-color: #c2e0a9;
    border-color: #687a54;
}
/*""""""""[SUB] Active State """"""""*/body #qm0 div .qmactive, body #qm0 div .qmactive:hover
{
    /* Note: Add '!important' after each style */
    border-color: #687a54 !important;
}
/*"""""""" [SUB] Parent Items """"""""*/#qm0 div .qmparent
{
}

.qmfv
{
    visibility: visible !important;
}
.qmfh
{
    visibility: hidden !important;
}

/*******************************************************************************/
/********************************  Blog   **************************************/
/*******************************************************************************/
#blogWrap
{
    padding: 10px;
}
#blogColumn1
{
    float: left;
    width: 30%;
    background-color: #eee;
}
#blogColumn2
{
    float: left;
    width: 68%;
    padding: 0px 0px 0px 2%;
}
#blogContentsC1
{
    padding: 10px;
}
#blogContentsC2
{
}
.blogName
{
    font-weight: bold;
    border-bottom: dotted 2px silver;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.blogName a
{
    color: #e1771e;
    text-decoration: none;
    font-size: 18px;
}
.blogTitle
{
    float: left;
}
.blogMenu
{
    font-size: 12px;
    padding-top: 5px;
}
.blogDate
{
    font-weight: bold;
    background-color: #eeeeee;
    padding: 5px;
    margin-bottom: 10px;
}
.postTitle
{
    font-size: 16px;
    color: #e1771e;
    font-weight: bold;
    margin-bottom: 10px;
}
.postTitle a
{
    font-size: 16px;
    color: #e1771e;
    text-decoration: none;
}
.postTitle a:hover
{
    color: #323333;
}
.postText
{
    margin-bottom: 10px;
}
.postText a
{
    color: #0055a5;
    text-decoration: none;
}
.postText a:hover
{
    text-decoration: underline;
}
.postText ul
{
    margin-left: 20px;
    padding-left: 20px;
    list-style-image: url(../images/bullet.gif);
}
.postText ol
{
    margin-left: 20px;
    padding-left: 20px;
}
.postFooter
{
    color: Gray;
    font-size: 10px;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana, Sans-Serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-bottom: 5px;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 15px;
}
.postFooter a
{
    color: Gray;
    text-decoration: none;
}
.postFooter a:hover
{
    color: #e1771e;
    text-decoration: underline;
}
.sideBarHeader
{
    font-weight: bold;
    background-color: #bbbbbb;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    margin-bottom: 5px;
}
.sideBarText
{
    padding-bottom: 10px;
}
.sideBarText a
{
    color: #e1771e;
    text-decoration: none;
}
.sideBarText a:hover
{
    color: #323333;
}
.sideBarText ul
{
    list-style-image: url(images/bullet.gif);
    margin-left: 8px;
    padding-left: 8px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.meetBloggers
{
    font-weight: bold;
    padding-top: 7px;
    text-transform: uppercase;
}
.addThis
{
    padding-bottom: 10px;
}
.comment
{
    border-bottom: dotted 1px #ccc;
    background: #f5f5f5;
    margin-bottom: 10px;
    padding: 10px 4px 0px 4px;
}
.commentMessage
{
    padding-bottom: 10px;
}
.commentFooter
{
    color: Gray;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 10px;
}
.commentFooter a
{
    color: Gray;
    text-decoration: none;
}
.commentFooter a:hover
{
    text-decoration: underline;
}
.commentsMessage
{
    font-weight: bold;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}
.commentsMessage a
{
    color: #b40909;
    text-decoration: none;
}
.commentsMessage a:hover
{
    text-decoration: underline;
}
.mouseOver
{
    cursor: pointer;
}
.forumResults
{
    background-color: #f5f5f5;
    padding: 5px;
    border: solid 1px #cccccc;
}
.commentForm
{
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
    color: #3f3f40;
    width: 400px;
}
.commentsHeader
{
    color: #b40909;
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 16px;
}
.formLabel
{
    padding-top: 5px;
    padding-bottom: 2px;
    font-weight: bold;
}
.bloggerProfile a
{
    color: #016aae;
    text-decoration: none;
}
.bloggerProfile a:hover
{
    text-decoration: underline;
}
.rssFeed
{
    display: block;
    font-weight: bold;
    vertical-align: middle;
    border-bottom: dotted 1px silver;
    padding-bottom: 5px;
}
.rssFeed img
{
    border: none;
}
.bookMark
{
    padding-top: 7px;
    padding-bottom: 5px;
}
