/*
* Super Skeleton
* Copyright 2011, Brandon R Jones
* Original Skeleton, Copyright 2011, Dave Gamache
*/

/* Table of Content
==================================================
	#Font-Face
	#Site Styles
	#Navigation Styles
	#Image Overlay Styles
	#Page Styles
	#Media Queries

	#Plugin Style Mods (placed here so we can keep originals pure)
*/
	




	
/* ======================================================= */
/* #FONT FACE */
/* ======================================================= */


body {-webkit-text-stroke: 1px transparent; /* Body Hack for Chrome text */}



/* ======================================================= */
/* #SITE STYLES : Universal Theme Visual Styles */
/* ======================================================= */

/* Set BG */
body, 
h2.title span, 
ul.tabs li a.active{
	background: #fdfdfd;
	/* [disabled]background: url("../images/theme/backgrounds/noise-white.jpg") repeat; */
	position: relative;
	z-index: 1;
	background-color: #FFF;
} 





/* Wrap .container sections with this to create a full width section (for full width BG color stripes) */
.full-width{
	width: 100%;

}

/* HR Divider */
#pagecontent hr {
	clear: both;
	margin: 10px 0 30px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D2CBB5;
	border-right-color: #CCC;
	border-bottom-color: #FFF;
	border-left-color: #CCC;
}
hr{
	clear: both;
	margin: 10px 0 30px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E9E6DA;
	border-right-color: #E9E6DA;
	border-bottom-color: #FFF;
	border-left-color: #E9E6DA;
	}
	
hr.partial-bottom{margin-bottom: 20px;}



/* Responsive Images - Combined with Sencha.io on the frontend */
.columns img, .column img{
	max-width: 100%;
	height: auto;
	margin-bottom: 0px;
}
.content img{border: 1px solid #dfdfdf; margin-bottom: 15px;}

/* Basic alignment */
.align-left{float: left;}
.align-center{text-align: center;}
.align-right{float: right}

img.align-left{float: left; margin: 0 15px 12px 0;}
img.align-center{text-align: center; clear: both; margin: 15px auto; display: block;}
img.align-right{float: right; margin: 0 0 12px 15px;}


/* #Global Transitions */
.column, .columns, .row, .module-img img, .sf-menu li, .sf-menu a, a.header-advert img, a.sidebar-advert img {
  	   -moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	     -o-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
	}

/* Custom Lists, Buttons, Tags, etc. */
ul.square {padding: 10px;}
a.button{text-align: center;}

/* Form Overrides */
input{
	/* [disabled]padding: 10px !important; */
	/* [disabled]font-size: 11px !important; */
}
input.sidebar-search{ width: 90%; min-width: 195px; } 

/* Tags / Categories Styling */
.tags a{
	background: none repeat scroll 0 0 #333333;
	-webkit-border-radius: 3px 3px 3px 3px;
	   -moz-border-radius: 3px 3px 3px 3px;
         -o-border-radius: 3px 3px 3px 3px;
	        border-radius: 3px 3px 3px 3px;
    display: block;
    float: left;
    margin: 2px 2px 0 0;
    padding: 5px 12px;
    text-decoration: none;
}


/* Miscelleneous Classes */
img.tag_icon{
	float: left; 
	border: 0 !important; 
	padding: 5px 13px 0 0;
	margin-bottom: 0;
	}

#entry .tags{margin: -12px 0 -7px;}
.tags .button{margin-bottom: 2px;}

.chzn-container-single .chzn-search input{min-width: 20px;}
 
.excerpt .date{margin-bottom: 20px;}

.my-avatar {
    float: right;
    padding: 5px;
    width: 32px;
    height: 40px;
}

ul.square, ul.circle, ul.disc {
    margin-left: 15px;
    font-size: 13px;
}

/* ======================================================= */
/* #SECTIONS */
/* ======================================================= */

/* Section declarations for BG stripes */
body {
	background: #7B7A3E;
	margin-top: 0px !important;
	padding-top: 0px;
}
.container.white {background: #fff;}
#section-tophat, #section-footer, #section-sub-footer {	position: relative;  z-index: 1;  } /* Setup for :after double bgs below */
#footer {
	background: #7B7A3E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 20px;
}
#section-tophat{  background: #222;	 background: rgba(0,0,0,0.8);  }
#section-content {
	background-color: #fff;
	background-image: url(../images/theme/backgrounds/bg-page-content.png);
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
#pagetop {
	background-color: #7B7A3E;
	background-image: url(../images/theme/backgrounds/bg-page-top.png);
	background-repeat: repeat;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

#pagetop .container.pagetop {
	padding-top: 1px !important;
	padding-bottom: 1px !important;
	background-color: #7B7A3E;
	margin-top: 0px;
	margin-bottom: 0px;
}
#maincontent {
	background-color: #fff;
	padding-bottom: 45px;
}
#section-header{
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu {
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	margin-bottom: 20px;
	margin-top: 20px;
}


.grid-example .column, 
.grid-example .columns{
	background: #ccc; 
	display: block; 
	height: 60px;
	margin-bottom: 20px;
	}


/* Now we'll add some more granular styles to each specific section*/


/* #TOPHAT */ 
#section-tophat{
	border-bottom: 2px solid #ddd;
	background: transparent url("../images/theme/backgrounds/noise-grey.jpg") repeat;
}

#section-tophat:after, #section-footer:after{
	content: "";
	background: transparent url("../images/theme/backgrounds/pattern_diagonal_medium.png") repeat;
	position:absolute; 
	z-index:99; 
	left:0; 
	bottom:0;
	right:0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
#section-tophat{padding: 0px 0;}

#section-tophat span.subscribe{float: left;}
#section-tophat span.tagline{float: right;}



/* #HEADER */
#header {

	margin-top: 0px !important;
	padding-top: 0px !important;
}

h1#logo{
	margin-top: 20px;
	font-size: 28px;
	font-weight: normal;
	color: #545739;
}


/* Social Icons Section */
ul.social{
	text-align: left; 
	margin-bottom: 0;
	}
	
ul.social li{
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 10px 2px 0;
	margin: 0;
	/* [disabled]-moz-opacity:0.8; */
	/* [disabled]filter: alpha(opacity=80); */
	/* [disabled]opacity:0.8; */
	/* [disabled] -moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out; */
	}
	        
ul.social li:hover{
			   -moz-opacity:1.0 !important;
     filter: alpha(opacity=100) !important;
     			    opacity:1.0 !important;
}	



/* #SLIDER */
#section-slider{}



/* #FOOTER */
#section-footer{
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
	margin: 0px;
	background-repeat: repeat;
	background-color: #F00;
}

#section-footer h5{
	position: relative;
	z-index: 1;
	padding: 2px 10px;
	margin-bottom: 20px;
	}
	
#section-footer h5:after{
	content: "";
	z-index: -1;
	position: absolute;
	background: url("../images/theme/backgrounds/pattern_diagonal_dark.png") repeat transparent;
	left: 0; top: 0; right: 0; bottom: 0;
}
 
#section-footer ul li{
	padding:10px 0;
	margin: 0;
-webkit-border-top: 1px solid rgba(255, 255, 255, 0.05); /* Top/Bottom border for the dropdown links */
   -moz-border-top: 1px solid rgba(255, 255, 255, 0.05);
     -o-border-top: 1px solid rgba(255, 255, 255, 0.05);
		border-top: 1px solid rgba(255, 255, 255, 0.05);
	-webkit-border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	   -moz-border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	     -o-border-bottom: 1px solid rgba(0, 0, 0, 0.4);
			border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

#section-footer ul li:first-child { 
	border-top: none; 
	padding-top: 0;
	}  
  
#section-footer ul li:last-child { 
	border-bottom: none; 
	} 



/* #SUBFOOTER */


#section-sub-footer{
	/* [disabled]border-top: 2px solid #000; */
	}
#section-sub-footer span{
	padding: 20px 0;
	}

#section-sub-footer span.copyright{float: left;}
#section-sub-footer span.colophon{float: right;}






/* ======================================================= */
/* #NAVIGATION STYLES (Theme defaults, then SuperFish mods) */
/* ======================================================= */
header .navigation{margin-top: 0;}
footer .navigation{margin-top: 0;}


/* Top Level Styles */
.sf-menu > li{
	/* [disabled]border-left: 1px solid #ffffff; */
	border-left: 1px solid rgba(255,255,255,0);
	border-right: 1px solid rgba(255,255,255,0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.sf-menu > li > a {
	background: transparent;
	margin-bottom: 0; /* Adjust for padding below our list */
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 14px;
	padding-left: 15px;
	text-shadow: 1px 1px 0px #fff;
	}
	
.sf-menu > li:hover{
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

.sf-menu > li:first-child a{	
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 14px;
	padding-left: 15px;}
	
.sf-menu > li > a, .sf-menu > li {
	   -moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;	
			}

.sf-menu > li:hover {
	background: #fefefe; 
	background: rgba(255,255,255,0.7); 
  -webkit-box-shadow:inset 0 -3px 2px rgba(133,133,133,0.1);
	 -moz-box-shadow:inset 0 -3px 2px rgba(133,133,133,0.1);
	   -o-box-shadow:inset 0 -3px 2px rgba(133,133,133,0.1);
		  box-shadow:inset 0 -3px 2px rgba(133,133,133,0.1);
}


/* DARK VERSION - Second Level Styles (the Dropdown) */
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li:focus, .sf-menu li li:hover, .sf-menu li li:active {
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.95);
  -webkit-box-shadow:inset 0 5px 6px #000000;
	 -moz-box-shadow:inset 0 5px 6px #000000;
	   -o-box-shadow:inset 0 5px 6px #000000;
		  box-shadow:inset 0 5px 6px #000000;
}

.sf-menu li li a, .sf-menu li li a:hover, .sf-menu li li a:focus {
	padding:8px 10 8px 11px !important; 
	background: transparent; margin: 0;
}

/* MAIN SKIN FOR DROPDOWN */
.sf-menu li ul {
	background: url("../images/theme/uparrow.png") no-repeat scroll 35px 5px transparent !important;
	 -webkit-text-shadow: 1px 0 1px #000;
		-moz-text-shadow: 1px 0 1px #000;
		  -o-text-shadow: 1px 0 1px #000;
			 text-shadow: 1px 0 1px #000;
}

.sf-menu li li {
	margin:0;
	background: rgb(0,0,0);  /* BG Color for the dropdown */
	background: rgba(0,0,0,0.8);
	padding:3px 0;
-webkit-border-top: 1px solid rgba(255, 255, 255, 0.05); /* Top/Bottom border for the dropdown links */
   -moz-border-top: 1px solid rgba(255, 255, 255, 0.05);
     -o-border-top: 1px solid rgba(255, 255, 255, 0.05);
		border-top: 1px solid rgba(255, 255, 255, 0.05);
	-webkit-border-bottom: 1px solid rgba(0, 0, 0, 0.9);
	   -moz-border-bottom: 1px solid rgba(0, 0, 0, 0.9);
	     -o-border-bottom: 1px solid rgba(0, 0, 0, 0.9);
			border-bottom: 1px solid rgba(0, 0, 0, 0.9);
	  -webkit-border-left: 1px solid rgba(0, 0, 0, 0.9); /* Left/Right border for visibility */
	     -moz-border-left: 1px solid rgba(0, 0, 0, 0.9);
	  	   -o-border-left: 1px solid rgba(0, 0, 0, 0.9);
			  border-left: 1px solid rgba(0, 0, 0, 0.9);
	 -webkit-border-right: 1px solid rgba(0, 0, 0, 0.9);
	    -moz-border-right: 1px solid rgba(0, 0, 0, 0.9);
	      -o-border-right: 1px solid rgba(0, 0, 0, 0.9);
			 border-right: 1px solid rgba(0, 0, 0, 0.9);
}

.sf-menu li li:first-child {  
    border-top: none;  
/*	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
         -o-border-radius: 3px 3px 0 0;
	        border-radius: 3px 3px 0 0; */
}  
  
.sf-menu li li:last-child {  
   border-bottom: none;  
	-webkit-border-radius: 0 0 3px 3px;
	   -moz-border-radius: 0 0 3px 3px;
         -o-border-radius: 0 0 3px 3px;
	        border-radius: 0 0 3px 3px;
} 



/* LIGHT VERSION of Dropdown (add the "light" class to .sf-menu to activate) */
.sf-menu.light li li:hover, .sf-menu.light li li.sfHover, .sf-menu.light li li:focus, .sf-menu.light li li:hover, .sf-menu.light li li:active {
	background: rgb(249,249,249);
	background: rgba(249,249,249,1);
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
  -webkit-box-shadow:inset 0 5px 8px #EEE;
	 -moz-box-shadow:inset 0 5px 8px #EEE;
	   -o-box-shadow:inset 0 5px 8px #EEE;
		  box-shadow:inset 0 5px 8px #EEE;
}

.sf-menu.light li li {
	background: rgb(255,255,255);  /* BG Color for the dropdown */
	background: rgba(255,255,255,0.98);
 -webkit-border-top: 1px solid rgba(255, 255, 255, 0.9); /* Top/Bottom border for the dropdown links */
    -moz-border-top: 1px solid rgba(255, 255, 255, 0.9);
      -o-border-top: 1px solid rgba(255, 255, 255, 0.9);
		 border-top: 1px solid rgba(255, 255, 255, 0.9);
	-webkit-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	   -moz-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	     -o-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
			border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	  -webkit-border-left: 1px solid rgba(0, 0, 0, 0.1); /* Left/Right border for visibility */
	     -moz-border-left: 1px solid rgba(0, 0, 0, 0.1);
		   -o-border-left: 1px solid rgba(0, 0, 0, 0.1);
			  border-left: 1px solid rgba(0, 0, 0, 0.1);
	 -webkit-border-right: 1px solid rgba(0, 0, 0, 0.1);
	    -moz-border-right: 1px solid rgba(0, 0, 0, 0.1);
	      -o-border-right: 1px solid rgba(0, 0, 0, 0.1);
			 border-right: 1px solid rgba(0, 0, 0, 0.1);
}





/* ======================================================= */
/* Responsive Nav Queries - Swaps normal Nav with a dropdown menu with the #responsive-nav ID */
/* ======================================================= */

#responsive-nav{display: none; float: right;}
#responsive-nav li{clear: both;} 

/* @media only screen 
and (max-width: 960) {
  .navigation ul.sf-menu  { display: none; }
  #responsive-nav, .chzn-container, .chzn-container div { display: inline-block !important; }
} */

@media only screen and (max-width: 767px) {
	
  .navigation ul.sf-menu { display: none;} 
  
  #section-tophat span.subscribe, #section-tophat span.tagline,
  #section-sub-footer span.copyright, #section-sub-footer span.colophon,
  {float: none; text-align: center;}
  
  header .navigation{margin-top: 10px;}
  
  .flex-direction-nav{display: none;}
  
  #responsive-nav { display: inline-block !important; width: 100% !important; margin-top: 5px;}
  
  #responsive-nav .chzn-container{width: 100% !important;}
  
  #responsive-nav .chzn-container-single .chzn-single, #responsive-nav .chzn-container-single .chzn-single div {padding: 4px 9px;}
  
 #headerbuttons, #logo, #tagline p, ul.social, ul.social li{text-align: left;}
  
  #tagline p{font-size: 24px; line-height: 28px; padding: 0 10 22px 11px;}
  
  ul.social{
	margin-bottom: 0px !important;
	display: inline;
}
  
  a.button.pagination{width: 90% !important;}
  
  ul.social li{
  	float: none; display: inline; 
			   -moz-opacity:1.0 !important;	    		  
     filter: alpha(opacity=100) !important;
     			    opacity:1.0 !important;
	}	 
	
  .flex-control-nav { /* default opacity */
			  -moz-opacity:0;
     filter: alpha(opacity=0);
     			   opacity:0;     
     			  }
     			  
}






/* ======================================================= */
/* #Image Overlay Styles */
/* ======================================================= */
.module, .module-img{position: relative; overflow: hidden;}
.module{margin-bottom: 7px;}
.module-meta {display: inline;} 
.module-img{text-align: center;}

/* The lightbox and full post link styles */
.module-img .thumbLink, .module-img .lightboxLink{
    background: url("../images/theme/post_link.png") no-repeat scroll 0 0 transparent;
    height: 20px !important;
    width: 20px !important;
    z-index: 9 !important;  
    margin-top: -26px; /* Nudge up a bit */
    position: absolute; 
    right: 0;
}

.module-img .lightboxLink{
	background: url("../images/theme/pop_link.png") no-repeat scroll 0 0 transparent;
    right: 21px;
}

/* Our transitions for the thumbnails */
.module-img .thumbLink, .module-img .lightboxLink{ 
			  -moz-opacity:0.0;
      filter: alpha(opacity=0);
     			   opacity:0.0;
     			   text-indent: -9999px;
	   -moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	     -o-transition: opacity .3s ease-in-out;
	        transition: opacity .3s ease-in-out;
}

.module:hover .thumbLink, .module:hover .lightboxLink{
			   -moz-opacity:1.0 !important;	    		  
     filter: alpha(opacity=100) !important;
     			    opacity:1.0 !important;
}

.thumbLink:hover , .lightboxLink:hover { 
			  -moz-opacity:0.8 !important;	    		  
     filter: alpha(opacity=80) !important;
     			   opacity:0.8 !important;
}

/* Make the entire space clickable */
.popLink{display: block; height: 20px;}


/* Styling for centered overlay */
.module-img img{
	border: medium none;
    margin: 0;
    outline: medium none;
    position: relative;
    text-decoration: none;
    background: black;
    z-index: 2;}
    
.module-img:hover img{opacity: 0.09;}

.module-img span{
	background: url("../images/theme/img-bg-pat.png") repeat scroll center center;
    height: 100%;
    left: 0;
    position: absolute;
    top: -6px; /* Removes auto height of the HTML5 span element */
    width: 100%;
    z-index: 1;
}





/* ======================================================= */
/* Tipsy */
/* ======================================================= */
.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../images/theme/tipsy.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }




#logo span {
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
}
#logo img {
	float: left;
	padding-right: 20px;
}

#sidebarnewsletter {
	background-image: url(../images/theme/bg_sidebar.png);
	background-repeat: repeat;
	border: 1px solid #D2CBB5;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #525739;
	font-size: 14px;
	margin-bottom: 20px;
}
#sidebarnewsletter h3 {
	font-size: 19px;
	color: #7A793E;
	background-image: url(../images/theme/newsletter-bird.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#sidebarnewsletter p {
	font-size: 13px;
	text-shadow: #fff 1px 1px 0px;
}

/* ======================================================= */
/* #MEDIA QUERIES SECTION */
/* ======================================================= */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		a.sidebar-advert img { width: 43%; }

				#sidebarnewsletter h3 {background-image: none;}

	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		  a.header-advert{margin-top: 0; text-align: center;}
  
  		  a.header-advert img{width: 410px;}
  		  
  		  .commentlist .comment-body {padding: 30px !important;}
  		  
  		  h2.title span:after{  
			content: "";
			background: transparent;
			}
		
		  #section-tophat{text-align: center;}
		  .subscribe, .tagline{float: none !important;} 
		  .subscribe:after{  
			content: " | ";
			}
			
		  .aside{ 
		  	padding: 0;
		  	border-right: 0px solid rgba(155, 155, 155, 0.2); 
		  	}
		.templogo {display:none;}
		#homelink {display:none;}

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480) and (max-width: 767px) {
		.flex-control-nav {bottom: 29px;}
		.slider-shadow:after {background: none transparent;}
				#logo span {font-size: 16px;}
		#homelink {display:none;}

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		a.header-advert img{width: 290px;}
		.flex-control-nav {bottom: 29px;}
		.slider-shadow:after {background: none transparent;} 
		h1#logo  {font-size:24px;}
		#homelink {display:none;}

	}
	@media only screen and (max-width: 419px) {		
		
}
#comment_form {margin-left: 30px;}
#comment_form #name, 
#comment_form #email,
#comment_form #url,
#comment_form #commentarea,
#aos_contact #name, 
#aos_contact #email,
#aos_contact #url,
#aos_contact #commentarea,
#aos_contact #name, 
#aos_contact #email,
#aos_contact #formemail, 
#aos_contact #tel, 
#aos_contact #message {
	min-width: 95%;
	width: 90%;
	padding: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#aos_membership #name,
#aos_membership #email,
#aos_membership #formemail,
#aos_membership #phone1,
#aos_membership #phone2,
#aos_membership #address1,
#aos_membership #address2,
#aos_membership #postalcode,
#aos_membership #city,
#aos_contact #name,
#aos_contact #email,
#aos_contact #formemail,
#aos_contact #phone1,
#aos_contact #phone2,
#aos_contact #address1,
#aos_contact #address2,
#aos_contact #postalcode,
#aos_contact #city,
#aos_contact textarea #message, {
	min-width: 90%;
	width: 90%;
	padding: 8px;
	margin-bottom: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#aos_membership #name,
#aos_membership #email,
#aos_membership #formemail,
#aos_membership #phone1,
#aos_membership #phone2,
#aos_membership #street1,
#aos_membership #street2,
#aos_membership #postalcode,
#aos_membership #city,
#aos_membership #position,
#aos_contact #name,
#aos_contact #email,
#aos_contact #phone1,
#aos_contact #phone2,
#aos_contact #street1,
#aos_contact #street2,
#aos_contact #postalcode,
#aos_contact #city {min-width: 90%; padding: 5px;}
#comment_form label, #contact_form label {
	font-size: 18px;
	color: #666;
}
#aos_contact label, #aos_membership label {	font-size: 16px;
	color: #666;}
#comment_form label.inline {display:inline;}
#contactform #name,
#contactform #email,
#contactform #phone1,
#contactform #website,
#contactform #message {min-width: 280px; padding: 5px;}
#contactform #message {max-width:280px;}
#contactform label.inline {display: inline;}
#search #keywords {
	margin-top: 5px;
	margin-bottom: 0px;
	height: 21px;
	float: right;
	/* [disabled]color: #666; */
}
#pagetop #social {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 34px;
}
#footernav ul li a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0px #333;
}
#footernav ul li a:hover {
	color: #9F0000;
	text-shadow: 1px 1px 0px #7b7a3a;
}
#footernav {
	background-image: url(../images/theme/army-logo-footer.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#footernav ul li {
	margin-bottom: 8px;
}
#footer #footerbird {
	background-image: url(../images/theme/footer-bird.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 38px;
	position: absolute;
	top: -57px;
}
#sidebarmember, #sidebarfacebook {
	background-image: url(../images/theme/bg_sidebar.png);
	background-repeat: repeat;
	border: 1px solid #D2CBB5;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-shadow: #fff 1px 1px 0px;
	margin-bottom: 35px;
}
#sidebarmember h3, #sidebarfacebook h3 {
	font-size: 18px;
	color: #5E521E;
	padding-left: 80px;
	line-height: 1;
	display: block;
	margin-bottom: 10px;
}
#sidebarfacebook h3 {padding-left: 40px; margin-bottom:30px; margin-top:5px;}
#sidebarmember img, #sidebarfacebook img {
	float: left;
}
#sidebarmember p {
	padding-left: 80px;
	line-height: 1.2;
	font-size: 14px;
	text-shadow: #fff 1px 1px 0px;
}
 #sidebarfacebook p {padding-left: 30px;
	line-height: 1.2;
	font-size: 14px;
	text-shadow: #fff 1px 1px 0px;}
#sidebarmember .button {
	margin-left: 80px;
}

#sidebarnewsletter a.sidelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#sidebarblog {
	background-image: url(../images/theme/bg_sidebar.png);
	border: 1px solid #D2CBB5;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 20px;
}
#sidebarblog #blogbird {
	position: absolute;
	height: 66px;
	width: 66px;
	background-image: url(../images/theme/blog-bird.png);
	right: 10px;
	top: -12px;
}
#sidebarblog h3 {
	background-color: #9A9C3A;
	color: #FFF;
	font-size: 18px;
	padding-left: 20px;
	text-shadow: none;
}
#sidebarblog a.sidelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left: 20px;
	display: block;
}
#sidebarblog p {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	text-shadow: #fff 1px 1px 0px;
}
#sidebarblog p.smalldate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#sidebarblog hr {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#pagecontent h3 .heading.link a {
	font-size: 16px;
}
#homevents h4 a {
	font-size: 16px;
}
#pagecontent table { border-collapse: collapse; text-align: left; width: 100%; font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #7B7A3E; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } #pagecontent table td, #pagecontent table th { padding: 3px 10px; } #pagecontent table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7B7A3E), color-stop(1, #A1A33D) );background:-moz-linear-gradient( center top, #7B7A3E 5%, #A1A33D 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7B7A3E', endColorstr='#A1A33D');background-color:#7B7A3E; color:#FFFFFF; font-size: 15px; font-weight: bold; border-left: 1px solid #7B7A3E; } #pagecontent table thead th:first-child { border: none; } #pagecontent table tbody td { color: #444; border-left: 1px solid #D9CFB8;font-size: 12px;font-weight: normal; } #pagecontent table tbody td { border: 1px solid #ccc; } #pagecontent table th, #pagecontent table th h3 {text-shadow: none; color: #fff; font-size: 18px; line-height:normal; margin-bottom:5px; margin-top:5px;}
#homevents h4 .smalldate {
	font-size: 12px;
}
#sidebar #sidebarnav {
	background-image: url(../images/theme/bg_sidebar.png);
	background-repeat: repeat;
	border: 1px solid #D2CBB5;
	position:relative;
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
}
#sidebarnav h3 {
	font-size: 18px;
	display:block;
	margin-left: 20px;
}
#sidebarnav ul {
	margin-left:30px;
}

#sidebarnav #blogbird {
	position: absolute;
	height: 66px;
	width: 66px;
	background-image: url(../images/theme/blog-bird.png);
	right: 10px;
	top: -12px;
}
#commentlist li {
	position:relative; /* Create a positioning context */
	margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */
	padding:4px 8px; /* Add some spacing around the content */
	list-style:none;
	background-color: #f6f6f6;
	background-image: url(../images/theme/bg_sidebar.png);
	text-shadow: 1px 1px 0px #fff;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #69594C;
}
ol#commentlist {
counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
ol#commentlist > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-2em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:2em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:8px;
    padding:4px;
    border-top:2px solid #69594C;
    color:#fff;
    background:#69594C;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
	text-shadow: 1px 1px 0px #333;

}
ol#commentlist > li.cfadmin:before {    background:#9f0000;    border-top:2px solid #9f0000;
}
#pagecontent ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}
#pagecontent ul.tabs-content {	list-style-type: none;
}
#pagecontent ol {}
#pagecontent p.postmeta {
	display: block;
	background-image: url(../images/theme/calendar.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 5px;
}
#pagecontent #commentlist .comment_text {
	padding-right: 20px;
	padding-left: 10px;
}
#pagecontent h3 {
	font-size: 18px;
}
#pagecontent h3 strong {
	font-weight: bold;
}
#pagecontent h3 em {
	font-style:italic;
}
#pagecontent h2 {
	font-size: 22px;
}
#commentlist li p.comment_author {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1DDCE;
	margin-bottom: 10px;
}
#sidebarnav a.current {
	color: #9f0000;
}
#sidebar h3.section {
	background-image: url(../images/theme/backgrounds/bg-sidenav-top.png);
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #FFF;
	text-shadow: 1px 1px 0px #333;
	background-color: #A1A33D;
}
#keywords:focus {
	background-color: #fff;
	background-image:none;
	color: #333;
}
#footer p {
	text-shadow: 1px 1px 0px #333;
}
#homevents h5 {
	font-size: 16px;
	font-weight: bold;
	color: #5E521E;
}
#homevents h2 {
	background-color: #E7E3D7;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E9E6DA;
	border-bottom-color: #E9E6DA;
	background-image: url(../images/theme/bg_sidebar.png);
}
#homevents h2.eventyear {background-color: #fff; color: 7b7a3e; border: none; background-image: none; font-size: 25px;}
#homevents h4 {
	margin-bottom: 0px;
}
#pagecontent p.smalltext {
	font-size: 12px;
	line-height: 1.3;
}
#pagecontent h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2CBB5;
}
p.editthis {
	background-image: url(../images/theme/report--pencil.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
}

#pagecontent strong {
	font-weight: bold;
}
