/*  960 GRID */


.container_12
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}


/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {

	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}


/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}


/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .grid_1 {width: 60px;}
.container_12 .grid_2 {width: 140px;}
.container_12 .grid_3 {width: 220px;}
.container_12 .grid_4 {width: 300px;}
.container_12 .grid_5 {width: 380px;}
.container_12 .grid_6 {width: 460px;}
.container_12 .grid_7 {width: 540px;}
.container_12 .grid_8 {width: 620px;}
.container_12 .grid_9 {width: 700px;}
.container_12 .grid_10 {width: 780px;}
.container_12 .grid_11 {width: 860px;}
.container_12 .grid_12 {width: 940px;}

/* .container_12 .grid_9 {width: 650px; border-left: 1px solid #999;}
.container_12 div.grid_9 {padding-left:10px; padding-right:10px;} */

/* =Prefix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .prefix_1 {padding-left: 80px;}
.container_12 .prefix_2 {padding-left: 160px;}
.container_12 .prefix_3 {padding-left: 240px;}
.container_12 .prefix_4 {padding-left: 320px;}
.container_12 .prefix_5 {padding-left: 400px;}
.container_12 .prefix_6 {padding-left: 480px;}
.container_12 .prefix_7 {padding-left: 560px;}
.container_12 .prefix_8 {padding-left: 640px;}
.container_12 .prefix_9 {padding-left: 720px;}
.container_12 .prefix_10 {padding-left: 800px;}
.container_12 .prefix_11 {padding-left: 880px;}

/* =Suffix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .suffix_1 {padding-right: 80px;}
.container_12 .suffix_2 {padding-right: 160px;}
.container_12 .suffix_3 {padding-right: 240px;}
.container_12 .suffix_4 {padding-right: 320px;}
.container_12 .suffix_5 {padding-right: 400px;}
.container_12 .suffix_6 {padding-right: 480px;}
.container_12 .suffix_7 {padding-right: 560px;}
.container_12 .suffix_8 {padding-right: 640px;}
.container_12 .suffix_9 {padding-right: 720px;}
.container_12 .suffix_10 {padding-right: 800px;}
.container_12 .suffix_11 {padding-right: 880px;}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* CSS Document */

/*GLOBAL STYLES*/

body {
     background-image: url(/assets/images/canvasback.png);
     background-repeat: repeat-y;
     background-position: center;	
     background-color: #efefef;
     margin-top: 0px;
     font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
     font-size: 12px;
     color: #000;
     line-height: 18px;
}

img {
     border: none;
}

.logo {
     padding-top: 19px;
}

p { 
     font-size: 12px;
     line-height: 18px;
}

a {
     color: #003366;
}


h1 {
     font-size: 22px;
     line-height: 30px;
     padding-top: 10px;
     color: #000;
     font-family: tahoma, arial, verdana
}

h2 {
     color: #003366;
     font-size: 16px;
     line-height: 30px;
     padding-top: 10px;
}


h3 {
    font-family: Arial, Verdana, sans-serif;
    font-size: 22px;
    color: #88a752;
    line-height: 30px;
    padding-top: 10px;

}

/*CLASSES*/

.header {
     background-image: url(/assets/images/header.png);
     background-repeat: no-repeat;
     /*background-repeat: repeat-x;
     height: 114px;*/
}

.toprightnav {
     text-align: right;
     float:right;
     padding-top:5px;
}

.toprightnav a {
     font-family: Tahoma, Arial,Verdana, sans-serif;
     font-size: 16px;
     font-weight: normal;
     color: #864901;
     text-decoration: none;
     text-transform: uppercase;
     line-height: 22px;
     padding-left: 15px;
}

.toprightnav a:hover {
     text-decoration: none;
     color: #FFF;
}

.topright {
     float:right;
     position:relative;
     margin-top:25px;
}

.MainMenu {
     text-align: right;
     padding-top: 30px;
     float:right;
}

.MainMenu a {
     font-family: Arial, Verdana, Geneva, sans-serif;
     font-size: 16px;
     font-weight: normal;
     color: #000000;
     text-decoration: none;
     padding-left: 6px;
     padding-right: 6px;
}

.MainMenu a:hover {
     color: #ccc;
     font-size: 16px;
     text-decoration: none;
}

.separator_MainMenu {
     border-left: 1px solid #000000;
}

.maincontent {
     padding-top: 60px;
}

.footer {
     background-color: #88a752;
     background-repeat: repeat-x;
     font-size: 11px;
     line-height: 13px;
     width: 960px;
     height: 120px;
     color: #FFF;
}

.footer a {
     font-family: Arial Rounded MT Bold,Verdana, Geneva, sans-serif;
     color: #FFF;
     text-decoration: none;
     line-height: 16px;
     padding-right: 5px;
     padding-right: 5px;
}

.footer a:hover {
     text-decoration: underline;
     color: #FFF;
}

/* Featured Events Box */

.featuredEventsBox {
     background-image: url(/assets/images/featuredeventsbg.png);
     background-repeat: no-repeat;
     background-color: #dbcdb8;
     border: none;
     height: 263px;
     width: 227px;
     text-align: center;
}
.featuredEventsTitle {
     font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
     font-size: 16px;
     font-weight: normal;
     color: #e18941;
}

/* Member Login Box */

.membersLoginBox {
     background-image: url(/assets/images/memberloginbg.png);
     background-repeat: no-repeat;
     background-color: #dbcdb8;
     border: none;
     height: 72px;
     width: 199px;
     text-align: center;
     margin-left: 10px;
}
.membersLoginBox a {
     font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
     font-size: 12px;
     font-weight: normal;
     color: #ffffff;
     text-decoration: underline;
     padding-top: 15px;
}
.membersLoginBox a:hover {
     color: #575787;
}

/* New Members Box */

.newMembersBox {
     background-image: url(/assets/images/newmembersbg.png);
     background-repeat: no-repeat;
     background-color: #dbcdb8;
     border: none;
     height: 104px;
     width: 199px;
     text-align: center;
     margin-left: 10px;
}
.newMembersTitle {
     font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
     font-size: 12px;
     font-weight: normal;
     font-transform: uppercase;
     color: #ffffff;
} 

/* News Box */

.newsBox {
     background-image: url(/assets/images/newsboxbg.png);
     background-repeat: no-repeat;
     background-color: none;
     border: none;
     height: 138px;
     width: 645px;
     text-align: left;
}
.newsTitle {
     font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
     font-size: 16px;
     font-weight: normal;
     color: #e18941;
     padding-left: 10px;
}

/* CM ICON LINKS */

#cm-icons {
     height:115px;
}

#cm-icons div {
     float:left;
     text-align:center;
     width:19%; /* Change this value to 100% to display vertically in a sidebar */
}

#cm-icons div a {
     text-decoration:none;
}

#cm-icons div a img {
     -moz-transition: all 0.2s ease-out;  /* FF4+ */
     -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
     -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
     -ms-transition: all 0.2s ease-out;  /* IE10? */
     transition: all 0.2s ease-out;  
     padding-left:0px !important;
     padding-right:0px !important;
}

#cm-icons div a img:hover {
     margin-top:-10px;
     margin-bottom:10px;
     -moz-transition: all 0.2s ease-out;  /* FF4+ */
     -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
     -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
     -ms-transition: all 0.2s ease-out;  /* IE10? */
     transition: all 0.2s ease-out;  
}

/* ROUNDED CORNERS */

.box_round {
     -moz-border-radius: 10px; /* FF1+ */
     -webkit-border-radius: 10px; /* Saf3-4, iOS 1+, Android 1.5+ */
     border-radius: 10px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
     /* useful if you don't want a bg color from leaking outside the border: */        
     -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}

/* DROP SHADOW */

.box_shadow {
     -moz-box-shadow: 0px 0px 4px #333333; /* FF3.5+ */
     -webkit-box-shadow: 0px 0px 4px #333333; /* Saf3.0+, Chrome */
     box-shadow: 0px 0px 4px #333333; /* Opera 10.5, IE9, Chrome 10+ */
}

/* INSET DROP SHADOW */

.box_inset_shadow {
     -moz-box-shadow: 0px 0px 4px #dddddd inset; /* FF3.5+ */
     -webkit-box-shadow: 0px 0px 4px #dddddd inset; /* Saf3.0+, Chrome */
     box-shadow: 0px 0px 4px #dddddd inset; /* Opera 10.5, IE9, Chrome 10+ */
}

/* RIGHT AND LEFT SIDEBAR PADDING AND WIDTHS */

.container_12 .right-main-content {
     width: 680px;
}

.container_12 div.right-main-content {
     padding-left:20px;
}

.container_12 .left-main-content {
     width: 680px;
}

.container_12 div.left-main-content {
     padding-right:20px;
}

.container_12 .three-col-main-content {
     width: 420px;
}

.container_12 div.three-col-main-content {
     padding:0 20px;
}

/* DropDown */

.LiveEdit_drop_down   { 
     text-align: left; 
     color: white; 
     width: 150px;  
     margin-top: 10px;
     background-color: #413E35;
     -moz-box-shadow: 3px 3px 8px #333333; /* FF3.5+ */
     -webkit-box-shadow: 3px 3px 8px #333333; /* Saf3.0+, Chrome */
     box-shadow: 3px 3px 8px #333333; /* Opera 10.5, IE9, Chrome 10+ */
}

.LiveEdit_drop_down a {  
     font-size: 11px;
     color: #e7e5d9; 
     font-family: Verdana, Arial, Helvetica, sans-serif;
     text-decoration: none; 
     background-repeat: no-repeat; 
     background-position: center top; 
     display: block; 
     padding: 4px 8px;
}

.LiveEdit_drop_down a:hover {
     background-color: #F8941D;
     text-decoration: none; 
     font-weight: bold;
}
/* CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
/*	vertical-align:baseline;    */
/*	background:transparent;     */
}
body {
	line-height:1
}
ol, ul {
	list-style: disc;
        list-style-position: outside;
        padding-left: 30px;
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}


/* Front end */
.blog_viewPostTitle {
	color: #049BE4;        
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	padding: 4px;
	margin-bottom: 6px;
}

.blog_viewPostTitle a,
.blog_viewPostTitle a:HOVER,
.blog_viewPostTitle a:VISITED {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 16px;
	font-weight: bold;

}

#blog_rightMenu {
	float: right;
	width: 20%;
	margin-left: 12px;
}

.blog_rightMenuHeading {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 12px;
	padding: 4px;
	background: #f0f0ee;
}

.blog_rightMenuMargin {
	margin: 0px 4px 8px 4px;
	padding: 3px;
}

.blog_rightMenuContainer {
	border: 1px solid silver;
	margin-bottom: 12px;
       text-align: left;
        font-size: 12px;
}

#blog_leftData {
	float: left;
	width: 75%;
}

.blog_mostPopularLink,
.blog_mostPopularLink:HOVER,
.blog_mostPopularLink:VISITED,
.blog_mostRecentLink,
.blog_mostRecentLink:HOVER,
.blog_mostRecentLink:VISITED {
	display: block;
	margin: 0px 4px 6px 4px;
	color: #003366;
}

.leBlog_formRow {
	margin-bottom: 8px;
}

#leBlog_comment_field {
	width: 100%;
	height: 150px;
}

#leBlog_email_field {
	width: 250px;
}

#leBlog_submitCommentButton {
	margin-top: 6px;
	margin-bottom: 6px;
}
/* End Front End */




#blog_branding {
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #023971;
        margin-bottom: 24px;
}

#blog_branding span {
	font-weight: bold;
	font-size: 20px;
}

#blog_postCount {
	float: right;
	font-weight: bold;
	margin-right: 34px;
	margin-bottom: 24px;
}

#blog_postCount span {
	font-size: 20px;
}

#blog_mainContent {}

#blog_leftMenu {
	float: left;
	width: 30%;
	margin-right: 12px;
}

.blog_leftMenuHeading {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 12px;
}

.blog_leftMenuMargin {
	margin: 0px 4px 8px 4px;
	padding: 3px;
}

#blog_newBlog,
#blog_newBlog:HOVER,
#blog_newBlog:VISITED {
	display: inline-block;
	margin: 0px 4px 12px 4px;
	color: #0000ff;
	font-size: 12px;
	text-decoration: underline;
}

.blog_pictureItem { float: left; }

#blog_branding img,
.blog_pictureItem img {
	border: none;
	float: left;
	margin-right: 4px;
}

.blog_pictureItemText {
        font-size: 13px;
	position: relative;
	top: 0px;
	padding-left: 54px;
	word-wrap: break-word;
        color: gray;
}

#blog_rightData {
	float: left;
	width: 66%;
}

#blog_commentsHeader,
.blog_commentsHeader {
	border: 1px solid silver;
	background: #f0f0ee;
	padding: 2px 4px;
	font-weight; bold;
	font-size: 14px;
	margin-bottom: 12px;
}

.blog_postSummary,
.blog_commentSummary {
	clear: both;
	margin-bottom: 24px;
	padding: 6px;
}

.blog_commentSummary {
	border: 1px solid silver;
}


.blog_rightMenuHeading a,
.blog_rightMenuHeading a:HOVER,
.blog_rightMenuHeading a:VISITED,
.blog_leftMenuHeading a,
.blog_leftMenuHeading a:HOVER,
.blog_leftMenuHeading a:VISITED,
.blog_postSummary a,
.blog_postSummary a:HOVER,
.blog_postSummary a:VISITED {

	text-decoration: underline;
}

.blog_postSummaryText li,
.blog_commentSummaryText {
        font-size: 12px;
        line-height: 18px;
}


.blog_viewPostTitle a,
.blog_viewPostTitle a:HOVER,
.blog_viewPostTitle a:VISITED {
	text-decoration: none;
}

.blog_postTitle {
	color:#000;
	font-family: tahoma,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:22px;
	line-height:30px;
}

.blog_postSummaryActions,
.blog_commentSummaryActions {
	float: right;
}

.blog_postSummaryActions a,
.blog_commentSummaryActions a {
	margin-left: 6px;
}

.blog_postSummaryText,
.blog_commentSummaryText {
	margin-top: 4px;
        text-align: left
}

.blog_commentSummaryText {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px inset silver;
}

.blog_postReadMore a {}

/* Edit Create Post */
#blog_postPageHeader {
	font-weight: bold;
	font-size: 24px;
	margin-left: 12px;
	margin-bottom: 24px;
	padding-left: 30%;
}

.blog_formElement {
	margin-bottom: 12px;
}

.blog_formElement label {
	margin-bottom: 6px;
	display: inline-block;
	font-size: 14px;
}

.blog_formElement input {
	width: 100%;
}

#blog_postOptionInfo {
	background: #f0f0ee;
	padding-top: 12px;
	padding-bottom: 1px;
}
.blog_postOptionElement {
	padding-bottom: 12px;
	margin-bottom: 12px;
	margin-left: 8px;
	margin-right: 8px;
	border-bottom: 1px inset #a8a8a8;
}

.blog_postPublishElement {
	padding-bottom: 18px;
	margin-bottom: 18px;
	margin-left: 8px;
	margin-right: 8px;
	border-bottom: 1px inset #a8a8a8;
}

.blog_postPublishElement select,
.blog_postPublishElement input {
	width: 100%;
}

.blog_formElement input,
.blog_postPublishElement input {
	padding-top: 2px;
	padding-bottom: 2px;
}

#blog_publishDateDate {
	margin-bottom: 8px;
}

#blog_postPublishInfo {
	background: #f0f0ee;
	padding-top: 12px;
	padding-bottom: 1px;
}

#blog_postSubmitButton,
#blog_postCancelButton {
	width: 150px;
	background: #f0f0ee;
	padding: 8px 0px;
	text-align: left;
	text-decoration: none;
}

#blog_postSubmitButton:HOVER ,
#blog_postCancelButton:HOVER {
	background: #c2daf0;
}

#blog_postSubmitButton {
	float: right;
}

#blog_postCancelButton {
	float: left;
}

.blog_postRevision {
	font-weight: normal;
	font-size: 10px;
}
/* End Edit Create Post */

/* Status Elements */
.blog_blogInactive {
	background: #A8A8A8;
}

.blog_postInactive {
	color: #A8A8A8;
}
/* End Status Elements */



/* Page Navigation */
#blog_pageNavigation {
	margin: 0px 0px 12px 0px;
	color: #0000ff;
}

#blog_pageNavigation a,
#blog_pageNavigation a:HOVER,
#blog_pageNavigation a:VISITED {
	color: #0000ff;
	text-decoration: underline;
}

#blog_nextLink,
#blog_prevLink {
	display: inline-block;
	width: 30px;
	text-align: center;
}

.blog_pageLink {
	display: inline-block;
	padding: 0px 1px;
	text-align: center;
}
/* End Page Navigation */

/* Form Display */
#blog_updateBlogButton,
#blog_updateBlogButton:HOVER,
#blog_updateBlogButton:VISITED {
	float: right;
	color: #0000ff;
}
/* End Form Display */

.blog_clear {
	clear: both;
}

.blog_floatRight {
	float: right;
}
.slider a {position:absolute;}.slider .LiveEditBar a, .slider .edit_dropdown a {position:relative;}

