/* 
Theme Name: The Natural Path
Description: A child theme based on the Hybrid theme framework
Author: Dino Quarin of DDC
Author URI: http://designbyddc.com
Version: 0.1.1
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	 @import url('../css/reset.css'); 

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
	/* @import url('../hybrid/library/css/18px.css'); */
	/* @import url('../hybrid/library/css/20px.css'); */
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */

/* Plugins CSS */
	 /* @import url('plugins.css'); */

/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */
	
	
/* Hybrid's drop-downs CSS */
	@import url('drop-downs.css');
	
/* Hybrid's print CSS 
	@import url('print.css');
*/
	 
/* Hybrid's tabs CSS */
	 /* @import url('tabs.css');  */

/**
* Body
************************************************/

/* Contains everything */
body {
	margin:0 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #ffffff;
	}

	/* Wrapper for everything inside of the body */
	#wrapper {
	margin:0 0;
	background-image: url(images/background_image.jpg);
	background-repeat: repeat-x;
	
	}
	
	/* contains content */
	#container{
	margin: 0 auto;
	width: 960px;
}


/**
* Elements
************************************************/

/* Hyperlinks */
a:link {
	text-decoration:none;	
	}
a:visited {
	text-decoration:none;
	color: #333;
	}
a:hover {
	text-decoration:underline;
	}
a:active {
	text-decoration:none;
	}

/* Headers */
h1 {}
h2 {color: #98A741;}
h3 {
	font-size:1.4em;
	color: #98A741;}
h4 { font-size:1.1em; color: #90b744; margin-bottom: 4px;}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {
	margin-bottom: 14px;
	font-size:.9em;
	line-height:1.3em;
	font-weight:normal;
	color: #333;
	}

/* Unordered lists */
ul {
	list-style:none;
	
	}
	ul li {
	margin-bottom: 4px;	
	line-height:1.2em;
	padding-left:16px;
    background:transparent url(images/bullet.jpg) no-repeat;
    background-position:0 3px;
    				}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	font-size:14px;
	color: #333;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	font-size:14px;
	color: #f00;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	font-size:14px;
	color: #fff;
	
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	font-size:14px;
	color: #333;
	
	
	}

/* Alignment */
.left, .alignleft {}
.right, .alignright {}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
img {}
a img {border:none;}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header {
	width:960px;
	height: 130px;
	clear: both;
	margin-bottom:20px;
	margin-top: 0;
    background-image: url(images/header-bg.gif);
    background-repeat:no-repeat;
	}

	/* Contains site title and tagline */
	#logo{
	float: left;
       margin-left:8px;
	width: 130px;
	height: 129px;
	/* background-image: url(images/naturalpath_logo.gif);
        background-repeat:no-repeat;
        background-position:top left; */
	clear: right;
     }

#logo_name{
	float: left;
	width: 400px;
	height: 70px;
	margin-top: 10px;
	margin-left: 10px; /* 20px */

}

.header_title{
	margin-top: 0;
	margin-bottom: 4px;
	color: #ccfccc;
	font-size: 2em;

	}

.header_title a:link{
	color: #98A741;
	text-decoration:none;
	}


.header_title a:hover{
	color: #98A741;
	text-decoration:none;
}

.header_title a:visited{
	color: #98A741;
}

.header_title a:active{
	color: #98A741;
}


.tag_line{
	margin-top: 2px;
	color:#ffffcc;
	font-size: 1.5em;
}

		
/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#main_menu{
	float: left;
	width: 800px;
	/* background-color:#fff; */
	margin-left:10px; /* 20px */
	margin-top: 5px;
}


.page-item-25{
   padding-left:0px;

}

#navigation {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	font-weight:bold;
	margin-top: 20px;
	/* need sIFR */
	}




	/* Page nav */
	#page-nav {}
		#page-nav ul {
	        text-transform:uppercase;
	        float: left;
	        padding-left: 0px;
	        height: 20px;
	        margin: 0px 0 9px 0;
		}

* {
	
}
			#page-nav li {
				padding: 0;
				display: inline;
                list-style-type: none;
                padding-left: 9px;
                background-image: url(images/separator.png);  /* used to be a jpeg */
	            background-repeat:no-repeat;
	            background-position:right;
	            }

				#page-nav li a{
					padding-right: 9px;
				}
				
				#page-nav li a:hover{
					color: #98A741;
				}

				#page-nav li li {
	            padding-top: 8px;
				margin: 0;
                    z-index:2000;    /* IE fix */
	            background:none;
	            height: 22px;
                    position:relative;   /* IE fix */

				}

				#page-nav li a {
						color: #ffffcc;
						text-decoration:none;
				}
						
			
			#page-nav ul li.current_page_item li {
					background: #417877; 
                                        height:20px;
			}
			
			
		
/** DROP DOWNS 

#page-nav ul ul {
	background: #B6BA6E; 
	border-bottom: 1px solid #2e647d;
	}
#page-nav li li {
	border-top: 1px solid #2e647d;
	}
#page-nav li li a {
	font-size: 14px;
	}
#page-nav li:hover ul {
	top: 20px;
	}
#page-nav li:hover ul, li.sfHover ul {
	top: 20px;
	}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}

**/



/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#content_container{
	width: 960px;
	clear:both;
	background-color:#fff;
	margin: 0 auto;
	min-height:350px;
	display: table-cell;
	}


/* ROUNDED CORNERS */
.roundedcornr_top {
   height: 20px;
   background: url(images/roundedcrnr_tl.jpg) no-repeat top left;
   background-color:#fff;
   }
.roundedcornr_top div{
   background: url(images/roundedcrnr_tr.jpg) no-repeat top right;
   height: 20px;

}
.roundedcornr_bottom div {
   background: url(images/roundedcrnr_bl.gif) no-repeat bottom left;
   height: 20px;
}
.roundedcornr_bottom {
   background: url(images/roundedcrnr_br.gif) no-repeat bottom right;
   height: 20px;
   background-color:#fff;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   height: 20px;
   font-size: 1px;
   }




	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {width: 620px;
	height:auto;
	min-height:350px;
	display: table-cell;
	float:left;
	background-color:#fff;
	margin: 0 20px 20px 20px;
		}
	
	

	

		/* Breadcrumb trail */
		.breadcrumb {
			font-size:.7em;
			/* margin-top:8px;*/
			color:#666666;
			}
			
		.breadcrumb a:visited{
			color:#666666;
			
		}
		
		.breadcrumb a:link{
			color:#666666;
			
		}
		
		.breadcrumb a:hover{
			color:#333;
			text-decoration:underline;
		}



		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {}

			/* Post, page, and archive titles */
			
			.entry-title a:link{
				/* sIFR replacement */
	            color:#90b744;
	
				}
			.entry-title a:hover{
				/* sIFR replacement */
	            color:#90b744;
	            text-decoration:none;
				}
			.entry-title a:visited{
				/* sIFR replacement */
	            color:#98A741;
	            text-decoration:none;
				}


			.single-title a:link{
				/* sIFR replacement */
	            color:#98A741;
			}
			.single-title a:hover{
				/* sIFR replacement */
	            color:#90b744;
			}
			

			
			.page-title a:link{
				/* sIFR replacement */
	            color:#90b744;
			}
			.page-title a:hover{
				/* sIFR replacement */
	            color:#98A741;
			}
			
			
			.attachment-title {
				color:#98A741;
			}
			
			
			.error-404-title {
				/* sIFR replacement */
	            color:#98A741;
	            }
			
			.error-404-title a:link  {
				/* sIFR replacement */
	            color:#98A741;
			}
			.error-404-title a:hover  {
				/* sIFR replacement */
	            color:#98A741;
			}
			
			
			.author-title {}
			
			
			.category-title{
				color:#98A741;
			}
			
			
			.category-title a:link {
				/* sIFR replacement */
	            color:#98A741;
			}
			.category-title a:hover {
				/* sIFR replacement */
	            color:#98A741;
			}



			.date-title {
				color:#98A741;
			}
			.search-title {
				color:#98A741;
	
			}
			.tag-title {}

			/* Author and date byline */
			.byline {
				font-size:9px;
				color:#98A741;
				margin-top: -8px;
				margin-bottom:10px;
	
			}
			
			.author a:link{
				color:#98A741;
	
			}

			/* Full entries */
			.entry-content{
	            margin:10px 0 10px 0;
				}

			.entry-content p{
				font-size:.9em;
	            margin-bottom: 14px;
	            margin-top: 7px;
				}

			.entry-content a:link{
					color:#98A741;
				}
			.entry-content a:hover{
					color:#98A741;
				}
			.entry-content a:visited{
					color:#98A741;
				}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {
				color:#98A741;
	
					}

			/* Post meta data */
			.post-meta-data {
				font-size:9px;
				color:#98A741;
				margin:18px 0 8px 0;
				}

			.categories a:link{
			color:#98A741;
}


		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {
				color:#98A741;
				font-size:.9em;
		}
			.navigation-links .previous {}
			.navigation-links .next {
					float: right;
				}
				
		.navigation-links a:link{
				color:#98A741;
				text-decoration:none;
			}
			
			.navigation-links a:hover{
				color:#98A741;
				text-decoration:underline;
			}
			
			.navigation-links a:visited{
				color:#98A741;
			}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template { 
		background-color:#ffffcc; 
		padding:10px; 
		margin-bottom: 10px;
		margin-top:30px;
		}

			/* Comments section headers/titles */
			.comments-header {
				margin-bottom: 10px;
				margin-top:0px;
			}
			
			p.log-in-out{
				font-size:.9em;
				color:#333;
	
			}
			
			p.log-in-out a:link{
				color: #98A741;
			}
			
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {
	
					
	
					}

					/* Comment form title */
					#reply {
	
	
					}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {
	
						}
						#respond .form-url {
	
						}
						#respond .form-textarea {}
							#respond textarea {}
						#respond .button {}
						#respond .comment-action {}
					.form-textarea label{
						float: left;
						margin-right: 6px;
						
					}
					
					textarea {
						font-size:.8em;
						line-height:1.6em;
						}

					.required{
						color: #f10;
					}

					.comments-link{
							color: #417877;
							text-decoration:none;
					}
					
					.comments-link a:hover{
							text-decoration:underline;
					}
					
					.comments-link a:visited{
								color: #417877;
					}
					
/* SIDE BAR */

#sidebar{
	float: left;
	width: 260px;
	height: auto;
	height:100px;
    background-color:#000;
	
}



		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {
	 
	}
	.cb{
	
}
	
	.widget p{
	
	
		}
		.widget-inside {
			margin: 0 0 10px 0;
	        
			}
			
			.widget-inside ul{
				color: #333;
				list-style:none;
				/* list-style-image:url(images/bullet.gif); */
				padding-left:5px;
				margin: 8px 0 8px 0;
				color: #333;
				}
				
				.widget-inside ul li{
					color: #333;
					margin-bottom: 4px;	
					line-height:1.2em;
					padding-left:16px;
    				background:transparent url(images/bullet.jpg) no-repeat;
    				background-position:0 3px;
					
						}
				
				.widget-inside ul li a:link, .widget-inside ul li a:visited{
					color: #333;
					text-decoration:none;
					}
				.widget-inside ul li a:hover{
					color: #333;
					text-decoration:underline;
					}

					
			
			.widget-title {}
			
			h3.widget-title {
				margin: 5px 0 5px 0;
				}
				
				.textwidget p {
					margin: 4px 0 4px 0;
					
					}

	/* Primary widget section */
	#primary { 
	width: 265px;
	float: right;
	margin: 40px 25px 10px 0;
	}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
	clear: both;
	width: 960px;
	margin-top:20px;
	}
	
	
	/* SEACH AND SOCIAL */


#search_social{
	clear: both;
	width: 960px;
	margin-bottom: 15px;
	height: 72px;
    background-image: url(images/search_social_bg.gif);
    background-repeat:no-repeat;
    	
}


#social{
	float:right;
	margin: 25px 20px 0 0;
	height: 30px;
	width: 390px;	
}

#social div{
	float: left;
	font-size:10px;	
	width: 390px;
}

#social img a{
	border: none;
}

.social_link{
	float: right;
	margin-left: 5px;
}


#social_texts{
	float: left;
	width: 160px;
	color: #333;
}


#search_footer{
	float:left;
	margin: 21px 0 0 20px;
	height: 30px;
	width: 277px;
    background: url(images/search-bg.jpg);
    background-repeat:no-repeat;
    background-position:top left;
    position: relative;
}

.search-text{
	border: 0px;
	font-size:12px;
	height: 16px;
	width: 160px;
	margin: 7px 10px 0 12px;
	color: #333;
    float: left;
}

.search-form div{
	width: 270px;
	height: 36px;
}


.search-submit{
	float: right;
	
	
}


/* SUB FOOTER */


#sub_footer{
	height: 60px;
	clear: both;
	width: 960px;
	color: #333;
    }

#company_info{
	float:left;
	height: 30px;
	width: 310px;
	margin-right: 10px;
	margin-left:55px;
	
}

#company_info p{
	font-size:9px;
	line-height: 1.5em;
}



#terms{
	float:left;
	margin-right: 20px;
	height: 30px;
	width: 230px;
	margin-left: 10px;
	
}


#terms p{
	font-size:9px;
	line-height: 1.5em;
}

#terms p a:link{
	color: #333;
}

#terms p a:visited{
	color: #333;
}

#terms p a:hover{
	color: #333;
}


#directions{
	float:right;
	height: 30px;
	width: 250px;
	
}


#directions p{
	font-size:9px;
	line-height: 1.5em;
	float:right;
}

#directions img{
	border: 0;
	margin-top: 10px;
	margin-right:8px
}


/* =================== FRONT PAGE FOOTER BOXES =================== */


#footer_boxes{
	height: 230px;
    clear: both;
	width: 960px;
	margin-bottom: 15px;
	margin-top: 15px;
	
}



/* MAILING LIST */

#mailinglist{
	float: left;
	width: 300px;
	height: 214px;
	background-image:url(images/footer_boxes_background.gif);
	background-repeat: no-repeat;
    
}

#mailinglist .inner{
	margin:13px;
        
}


/* RESOURCES */

#resources{
	float: left;
	width: 300px;
	margin-right:30px;
	height: 214px;
	background-image:url(images/footer_boxes_background.gif);
	background-repeat: no-repeat;
	}

#resources .inner{
	margin:13px;

}



/* FIRST VISIT */

#firstvisit{
	float: left;
	width: 300px;
	margin-right:30px;
	height: 214px;
	background-image:url(images/footer_boxes_background.gif);
	background-repeat: no-repeat;
}

#firstvisit .inner{
	margin:13px;

}


/* === GENERAL .inner for bottom modules ===*/

.inner h3{
	margin:10px 0 10px 0;
}

.inner p{
	margin:0 3px 0 3px;
	font-size:12px;
}

.inner img{
	float: right;
	border:0;
	margin: 3px;
}


	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {}

		/* Footer extra */
		#footer .credit {}
		
		
		
		/* MISC */

#rss{
	float: right;
	clear:right;
	margin-right: 20px;
	margin-top: 15px;
	width: 100px;
	height: 20px;
	background-image:url(images/rssfeed.gif);
	background-repeat: no-repeat;
	background-position:right top;
	}

#rss span{
	font-size: 9px;
	color: #ffffcc;
	
	margin-top: -1px;
	width: 130px;
}


	/* =================== FRONT PAGE FEATURE =================== */

/* new main image 
#home_featured{
	width: 930px;
}*/

/** featured content **/
#featured{
	width:930px;
	/* padding-right:250px; */
	position:relative;
	height:350px;
	background:#fff;
	/* border:5px solid #ccc; */
}



/* === Site Title === */

#site-title a span {
        display: none;
        }

#site-description { display: none; }



/* Front page CSS modifications for main image feature */





/*==+== FEATUERD TABS =====*/


#tabs {
font-size: 90%;
/* margin: 0 0; */
height: 345px;
}

#tabs ul {
float: right;
width: 318px;
height: 333px;
margin: 0px;
padding: 2px;
background-image:url(images/3boxes.jpg);
background-repeat:no-repeat;
}
 
#item_one{
	/* background-image: url();
	background-repeat:no-repeat; */
	
}

#option_two{
	/* background-image: url();
	background-repeat:no-repeat; */
}

#option_three{
	/* background-image: url();
	background-repeat:no-repeat; */
}

#tabs li {
margin-left: 8px;
list-style: none;
height: 83px;  /* 99px on IE style sheet */
background-image:none;
margin:10px 0  0px 0;  /* used to have 20px margin */
clear:both;
}

* html #tabs li {
 display: inline; /* ie6 double float margin bug */ 
}

#tabs li,
#tabs li a {

}

#tabs ul li a {
text-decoration: none;
color: #fff;
font-weight: bold;
float: left;
margin-left: 30px;
}

#tabs ul li a p{
margin-top: 5px; 
}

#tabs ul li.active {
background: url(images/arrow.png) no-repeat left top;

/* height:90px; */
}
#tabs ul li.active a {
/* background:url(images/arrow.png) no-repeat left top; */
}



#tabs div {
/* background: #CEE1EF; */
float: left;
/* padding: 0px; */
min-height: 200px;
}
#tabs div h3 {
text-transform: uppercase;
margin-bottom: 5px;
letter-spacing: 1px;
}

h3.excerpt_title{
	text-transform: uppercase;
	font-size: 15px;
	margin: 0 0 0 0px;
	width: 260px;
	color: #fff;

}


.readmore_feature{
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	height: 26px;
	color: #fff;
	margin-right:8px;
	
         position:relative;
        float:right;
}

.readmore_feature a:link{
	color: #fff;
	text-decoration:none;
       
	
}
.readmore_feature a:hover{
	color: #fff;
	text-decoration:underline;
}

.readmore_feature a:visited{
	color: #fff;
	}


#tabs div span p {
line-height: 130%;

}

#tab-1{
	margin: 0px;
	padding:0px;
	width:608px ;
	height:333px;
	overflow:hidden;
}

#tab-2{
	margin: 0px;
	padding:0px;
	width:608px;
	height:333px;
	overflow:hidden;
}

#tab-3{
	margin: 0px;
	padding:0px;
	width:608px;
	height:333px;
	overflow:hidden;
}

.tabtext p{
	width: 250px;
        height:49px;
	color: #fff;
	font-size:.9em;
        margin-bottom:2px; 
       
}








/* ========= PLUGINS ==========*/

/*===Subscribe To Comments ===*/
.subscribe-to-comments a:link, a:visited{
	color: #98A741;
	text-decoration:none;
}

.subscribe-to-comments a:hover{
	color: #98A741;
	text-decoration:underline;
}










/*===Page Categories ===*/

.widgettitle{
	color: #98A741;
}

.mpc_pages_categories{
	padding-left: 15px;
}


ul li.current {
	display:none;
}

.subulclass{
	padding-left:0px;
	list-style:none;
}

.subulclass li {
	margin-bottom: 10px;
	
}

.subulclass li a:link{
	color: #333;
	text-decoration:none;
	}
	
	.subulclass li a:visited{
	color: #333;
	}
	.subulclass li a:hover{
	text-decoration:underline;
	}


#utility-after-content{
	display: none;
}

#utility-before-content{
	display: none;
}





/*===HTML Sitemap ===*/

.sitemap-ul li a:link{
	color:#98A741;
}

.sitemap-ul li a:visted{
	color:#98A741;
}

.sitemap-ul li a:hover{
	text-decoration:underline;
}





/* ====Clean Contact ====*/

fieldset.clean-contact{
	background-color:#ffffcc;
	color: #333;
	width: 510px;
}

.clean-contact { text-align: left; width: 30em; display: block; border:0; padding-top: 1em; }
.clean-contact input[type=text] { width: 340px; margin-bottom: .6em; display: block;color:#333;font-size:.9em;}
.clean-contact label { clear: none; display: inline; text-align: left; font-size:.9em; color:#333; margin-bottom: .6em;}
.clean-contact textarea{ width: 90%; height: 10em; margin-bottom: .5em; font-size: .9em; color:#333;}
.clean-contact label em { font-weight: bold; font-style: normal; color: red; }
.clean-contact-msg { font-weight: bold;  padding: 1em; -moz-border-radius: 5px; -webkit-border-radius: 5px;  }
.clean-contact-msg.ok{ background-color: #8dff87; border: solid 1px #e6f4d7; color: #000; margin: 2em 0 2em 0;}
.clean-contact-msg.err{ background-color: #ff9595; border: solid 1px #fff; color: #000;}



/* ==== Mailchimp ==== */

.formLabel{
	font-size:.9em; 
	color:#333;
    border: 0px;
}


.form-container em{
	font-weight: bold; 
	font-style: normal; 
	color: red;
	
}

#MERGE0 input{
   width:150px;

}

#MERGE1 input{
   width:150px;

}




.form-container table{
    margin-top:0px;
}

.form-container table tbody{
    margin-top:0px;
}


.form-container table tbody tr{
    margin-top:0px;
}

.formLabel {
	width: 150px;
	height: 14px;
	margin: 0 0 0 2px ;
}

#MERGE0{
    background: url(images/mailchimp-formbg.gif);
    background-repeat:no-repeat;
    background-position:top left;
    position: relative;
    height:28px;
    width:171px;
}

#MERGE1{
    background: url(images/mailchimp-formbg.gif);
    background-repeat:no-repeat;
    background-position:top left;
    position: relative;
    height:28px;
    width:171px;
}

.inputBox{
	height: 30px;
	width: 171px;
    
}


/* ==== Jquery Rounded Corners ====*/



* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:#fff;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
}

/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(images/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(images/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url(images/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(images/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(images/borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(images/borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#fff;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */





/* ==== text-6 side bar widget ===*/

#primary{
	
	font-size:.9em;
	color: #333;
}

#text-6 p{
	margin-bottom: 8px;
}



/* === Go To The Top Image ====*/

.gototop{
	padding-right: 15px;
    background-image: url(images/top_arrow_naturalpath.jpg);
	background-repeat:no-repeat;
	background-position:right;
	
}




/* misc */

.alignleft{
float:left;
}


#secret-header{
display:none;
}
