/* COLORS
--------------------
Green - 	#6A7934
Khaki - 	#B9A26B
Purple - 	#871A7D
--------------------
Lt Khaki - 	#E8E4B5
Dk Khaki - 	#86754E
Very Dk - 	#393221
--------------------

*/

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 70%/1.8em Verdana, Tahoma, Arial, Geneva, sans-serif;
	color: #86754E; 
	text-align: center;
	margin: 0 0 50px 0;
}

/* links */
a, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #8D132C;
	background: inherit;
	text-decoration: underline;	
}

/* headers */
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	color: #6A7934;
}
h1 {
	font-size: 230%;	
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	font-size: 180%;
	color: #88ac0b;
}
h3 {
	font-size: 150%;	
	font-weight: normal;	
}

h4 {
	font-size: 120%;	
	font-weight: normal;	
}

h1, h2, h3, h4, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

#main ul {
	list-style:circle;
}

/* images */
#main img {
    border: 1px solid #B9A26B;
	padding: 5px;
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

#main img.logo, img.logo {
    border: 0;
	padding: 10px;
	vertical-align:middle;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #F4F3EC; 
	background: #FAFAE7;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
 	padding: 0 0 0 20px;  
	background: url(/images/template/quotes-khaki.png) no-repeat 0px 10px; 
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #B9A26B;
}
cite {
	font-weight:normal;
	font-size:.8em;
	padding-left:20px;
}

/* NAVBAR */

#navx {
	clear:both;
	margin:0 auto;
	padding:0;
	width:870px;
}

ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 870px;
	list-style: none;
	position: relative;
	background: url(/images/topnav_stretch.gif) repeat-x;
	z-index:1000;
	line-height:1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555;
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}

ul#topnav li:hover { 
	color: #000000;
	background-color:#555555;
}

ul#topnav li span {
	float: left;
	padding: 12px 0;
	position: absolute;
	left: 0;
	display: none;
	width: 870px;
	background: #555555;
	color: #fff;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; }
ul#topnav li span a:hover {text-decoration: underline;}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #B9A26B; 
	background-color: #E8E4B5; 	
}
label {
	display:block;
	margin:5px 0;
}
input {
	padding:2px;
	xborder:1px solid #B9A26B;
	font: normal 1em Verdana, sans-serif;
	xfont-weight:bold;
	xcolor:#FFFFFF;
	xcursor:pointer;
	xcursor:hand;
	xbackground-color:#6A7934;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	padding:2px;
	border:1px solid #B9A26B;
	font: normal 1em Verdana, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	cursor:hand;
	background-color:#6A7934;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 250px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 170px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	background: url(/images/template/bg-page.png) repeat-y;
	width: 932px;	
	margin: -2px auto 0 auto;
	text-align: left;
	padding-top:12px;
}

#content-wrap {
	background:#FFFFFF;
	border:1px solid #B9A26B;
	clear:both;
	display:inline;
	float:left;
	margin-left:31px;
	margin-top:20px;
	padding:0;
	position:relative;
	width:868px;
}

#header {
	position: relative;
	background-color:#FFFFFF;
	width: 870px;	
	height: 40px;	
	padding: 0;	
	margin: 0px auto;
	border-top:#6A7934 5px solid;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 42px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.5px;
	color: #6A7934;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 22px; left: 20px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #5b4a29;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 25px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: -8px; right: 10px;	
	color: #86754E;
	font: bold 1.9em 'Trebuchet MS',Tahoma,Sans-serif;
	font-variant: small-caps;
	line-height:1.7em;
}


#header #header-links a {	
	color: #5b4a29;
	text-decoration: none;	
	padding: 0 2px;
	font-weight: bold;
}
#header #header-links a:hover {
	color: #111;		
}

/* header-photo */
#header-photo {
	border-top:2px solid #6A7934;
	clear: both;
	margin: 0 auto;
	height:175px;
	width: 870px;
	background:url(../images/template/banner.jpg) no-repeat;
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
	border-top:#5a5503 1px solid;
} 

/* Navigation */
#nav {
	clear: both;	
	margin: 0; padding: 0;		
	height: 45px;	
}
#nav ul {
	float: left;
	list-style: none;
	background: url(nav.jpg) repeat-x;	
	width: 870px;		
	height: 45px;
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #899D00;
	border-left: 1px solid #A7D101;
	font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
	color: #fff;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(nav-hover.jpg) repeat-x;	
}
#nav ul li#current a {	
	background: url(nav-current.jpg) repeat-x;	
}

/* Main Column */
#main {
	float: left;
	width: 540px;
	padding: 15px 0 30px 0; 
	margin: 0 0 0 10px;
	display: inline;	
	font-size: 105%;
	line-height:2em;
}

#main h2 {
	padding-bottom: 3px;
	font: normal 2.3em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #951509; 
	letter-spacing: -1px;	
	text-transform: none;
}

#main h3 {
	color: #86754E; 
}

#main h2 a {
	color: #895F30; 
	text-decoration: none;	
}
#main ul li {
	list-style-image: url(bullet.gif);
}

/* Sidebar */	
#sidebar {
	border-left:1px dotted #E8E4B5;
	float:right;
	margin:15px 0;
	padding-left:15px;
	padding-right:15px;
	width:270px;
	background-image:url(/images/background/bg-sidebar.png);
	background-position:center;
	background-repeat:repeat-y;
}

#sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: normal 1.65em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #6A7934; 	
	text-align: center;
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 10px 8px 0px; padding: 0;
	text-decoration: none;		
	border-top: 1px dotted #E8E4B5;
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px dotted #E8E4B5;
	padding: 5px 0 5px 10px;
	margin: 0 2px;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #654617; 		
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;
	text-decoration:underline;
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

/* footer */
#footer-wrap {
	clear: both;
	font-size: 95%;	
	text-align: left;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap h3 {
	color: #976834;  
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
	font-weight: bold;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 840px;			
}
#footer-columns a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	border-top: 1px solid #e5e5e5;
}
#footer-columns li {
	border-bottom: 1px solid #e5e5e5;	
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #B9A26B;	
	margin: 0 auto; 
	width: 870px;
	text-align: center;	
}
#footer-bottom  a {
	color: #976834;
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 95%;	
	color: #99997D;
	border: 1px solid #EAE7DB;
	background: #FAFAE7;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em;	padding-top: 0; margin-left: 5px;	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* large background image */
		img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}
		
		div#content {
			/* This is the only important rule */
			/* We need our content to show up on top of the background */
			position: relative; 
			
			
			/* These have no effect on the functionality */
			width: 500px;
			margin: 0 auto;
			background: #fff;
			padding: 20px;
			font-family: helvetica, arial, sans-serif;
			font-size: 10pt;
			line-height: 16pt;
			-moz-box-shadow: #000 4px 4px 10px;
			-webkit-box-shadow: #000 4px 4px 10px;
		}

#pageTop {
	position: relative;
	background: url(/images/template/bg-page-top.png) repeat-x;
	width: 932px;	
	margin: 0 auto;
	text-align: left;
	height:18px;
}

#pageBottom {
	position: relative;
	background: url(/images/template/bg-page-bottom.png) repeat-x;
	width: 932px;	
	margin: 0 auto;
	text-align: left;
	height:18px;
}

#nvnmLogo {
	background: url(/images/template/nvm-logo.png) repeat-x;
	width:194px;
	height:166px;
	z-index:1000;
	position:relative;
	left:670px;
	top:0;
}

.sideBarSpacer {
	display:block;
	height:30px;
	background-image:url(../images/template/sidebar-flourish.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:30px;
	margin-bottom:20px;
}

.slideshow { width: 530px; height: 368px; margin:10px;}
.slideshow imgx { padding: 15px; border: 1px solid #ccc; background-color: #eee; }

.thumbGallery img {
margin: 3px;
}

.specialHead {
	clear:both;
	background-color:#E8E4B5;
	border-top:2px solid #6A7934;
	color:#393221;
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
	margin-top:30px;
	padding:4px 4px 4px 10px;
}

.eventTime {
	width:165px;
	float:left;
	padding-left:10px;
}

.eventDesc {
	float:left;
	width:355px;
}

.eventFull {
	padding-left:10px;
}

.threeGrid {
	float:left;
	width: 170px;
	padding:5px;
	margin: 0 auto;
}

.threeGrid h3 {
	border-bottom:1px solid #B9A26B;
	margin-bottom:5px;
	margin-left:10px;
	padding-bottom:2px;
	padding-left:0;
	width:150px;
}

.threeGrid p {
	font-size:.95em;
	margin-top:0px;
	padding-top:0px;
}

.bgOne, .bgTwo, .bgThree {
	background-image:url(../images/background/bg-1.png);
	background-position:40px 10px;
	background-repeat:no-repeat;
}

.bgTwo {
	background-image:url(../images/background/bg-2.png);
	background-position:30px 10px;
}

.bgThree {
	background-image:url(../images/background/bg-3.png);
	background-position:30px 10px;
}

#main img.icon {
    border: 0;
	padding: 0;
}

#map { 
	width:520px; 
	height:520px; 
	margin:8px;
	border: 1px solid #B9A26B;
	padding: 5px;
}

.mapBubble {
	font-size:1em;
	line-height:1.3em;
}

.resultsFormLeft, .resultsFormRight, .resultsFormMiddle, .resultsFormHalf {
	float:left; 
	width:115px; 
	text-align: center; 
	display: table-cell; 
	vertical-align: middle;
	padding:5px;
}

.resultsFormMiddle {
	width:240px; 
}

.resultsFormLeft strong, .resultsFormRight strong, .resultsFormMiddle strong {
	padding:5px;
	border-bottom:#B9A26B 1px solid;
	display:block;
}

.pastaMenu {
	width:420px;
	text-align:center;
	border: #B9A26B 1px solid;
	padding: 20px;
	margin: 0 auto;
}

.pastaMenu p {
	font-style:italic;
}

.calistogaSpotlight {
	width:250px;
	border: #B9A26B 2px solid;
	padding: 10px;
	margin-left:40px;
	margin-top:20px;
	float: right;
}

.calistogaSpotlight h3 {
	text-align:center;
}

.calistogaSpotlight img {
	padding:0;
}

#twc img {
	border:0;
	padding:0;
}

#twc {
	line-height:1em;
	margin:25px auto 0;
    border: 1px solid #B9A26B;
	padding: 5px;
	width:270px;
}

.trainingGuide {
	padding:5px;
	border-collapse:collapse;
	border-top:#B9A26B 1px solid;
	border-right:#B9A26B 1px solid;
	margin:20px;
}

.trainingGuide td {
	padding:10px;
	border-bottom:#B9A26B 1px solid;
}

.trainingGuide .dayOfWeek {
	background-color:#B9A26B;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

#searchbrowse form {
border:0;
}

#searchbrowse img {
border:0;
padding:0;
margin-right:25px;
}

ul#widget,ul.widget li.widget {
      margin:0;
      padding:0;
      list-style:none;
}
li.widget {
      float:left;
      width:400px;
	  margin:23px;
}
ul#widget div {
      background:#E8E4B5;
}
ul#widget h3 {
      font-family:'Verdana', sans-serif;
      font-size: 10pt;
      font-weight: bold;
      color:#FFFFFF;
      margin:0px;
      padding:6px 15px 4px;
      text-align:left;
      background:#6A7934;
}
div#searchbrowse {
      padding:14px;
}
div#searchbrowse div.indent {
      padding: 5px 0px 5px 15px;
}

div#socialmedia {
      padding-top: 5px;
	  padding-bottom: 10px;
}