/*----------------------------------------------------------------------------------*/
/*		Rive Music																	*/
/*		2col_leftNav.css															*/
/* 		Corresponding Template ..templates/index_template.dwt          				*/
/*		----------------------------------------------------------------------		*/
/*		Copyright www.rivemusic.com/Jane Coulcher-Stoltenburg &amp; Paul 				*/
/*  	Stanton/www.innovativefuture.co.uk some rights reserved						/*  														
/*  	http://creativecommons.org/licenses/by-nc/2.5/								*/
/*		----------------------------------------------------------------------		*/
/*  	This license lets others remix, tweak, and build upon my work 				*/ 
/*  	non-commercially, and although the new works must also acknowledge			*/
/*		me &amp; be non-commercial, they don't have to license their derivative 	*/
/*		works on the same terms. 													*/
/*		----------------------------------------------------------------------		*/
/*		Please feel free to use this style sheet but not the images as a 			*/
/*		template for your own sites or as an example for 							*/
/*		study. However, please respect my work by maintaining 						*/
/*		this credit in the style sheet.												*/
/*		----------------------------------------------------------------------		*/
/*		Credits/Notes																*/
/*																					*/
/*		Thanks and credit to Ryan Brill for his article on liquid layouts			*/
/* 		http://www.alistapart.com/articles/negativemargins/ 						*/
/*																					*/
/*		Thanks to whoever invented it for the html>body hack used in 				*/
/*		contact_form to hide code from good old IE and ruining the style-			*/
/*		for info see /*http://www.sitepoint.com/article/browser-specific-css-hacks	*/																	
/*																					*/
/*		Created----------------------------------------------------	261006 	ps		*/
/*		Updated----------------------------------------------------	161106	ps		*/
/*		Form Updated-----------------------------------------------	211106	ps		*/
/*		Tweaks-layout/components-----------------------------------	041106	ps		*/
/*		Whistles &amp; bells-width:content borders &amp; FONTS-----	051106	ps	 	*/
/*		Change nav, border clr &amp; form margins/padding----------	081206	ps		*/
/*		CHANGE DOUBLE BOTTOM BORDER--------------------------------	151206	ps		*/
/*----------------------------------------------------------------------------------*/


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #d8d8d8;
	line-height: 1.166;
}

a:link, a:hover {
	color: #026;
	text-decoration: none;
}

a:visited{
	color: #026;
	text-decoration: none;
}
a:hover {
	color: #ffd700;
	background-color:#026;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #d8d8d8;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 120%;
 	line-height: 150%;
}

h2{
	font-size: 110%;
	line-height: normal;
}

h3{
	font-size: 100%;
}

h4{
	font-size: 100%;
	font-weight: normal;
}

h5{
	font-size: 100%;
}

ul{
	list-style-type: none;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0 5% 0 5%;
	width: 90%;
	background-color: #D7DABD;
	border: 1px solid /*#9B9B9B*/;
}

#navBar{
	margin: 0 40% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid /*#9B9B9B*/;
	border-bottom: 1px solid /*#9B9B9B*/;
}

#wrapper{
	width:90%;
/*	background-color:#d7dabd;*/
	margin: 0 5% 0 5%;
	border: 1px solid #9B9B9B;
}
#content{
	width: 80%;
	margin: 0 5% 0 5%;	
/*	background-color: #570519;*/
}
.clearing {
	height: 0;
	clear: both;
}

.left {
	display:none;
/*	align:left;*/
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	color:#026;
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/************* #globalNav styles **************/

#globalNav{
/*color: #9B9B9B;*/
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
/*	background-color: #8A8C7A;*/
	padding: 5px 0px 5px 10px;
	line-height: 80%;
}
#breadCrumb a {
	text-decoration:underline;
	color:#fff;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 10px 0 10px;
	font-size: 85%;
	border-bottom-style: ridge;
	border-bottom-width: thin;
}

.feature h1{
	padding: 30px 0px 5px 0px;
	text-align: center;
	border-bottom-style: ridge;
	border-bottom-width: thin;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.feature a {
	text-decoration:underline;
	color:#fff;
	text-decoration:none;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 85%;
	border-bottom-style: ridge;
	border-bottom-width: thin;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/************** .links styles *****************/

.story a {
	text-decoration:underline;
	color:#fff;
}

.story a:visited{
	color: #fff;
	text-decoration: none;
}

.story a:hover {
	color: #ffd700;
	background-color:#026;
	text-decoration: underline;
}

/************** .sample styles *****************/

.samples {
	display:none;
/*	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 85%;*/
}

.samples p{
	display:none;
/*	padding: 0px 0px 10px 0px;*/
}

.samples a {
	display:none;
/*	text-decoration:underline;
	color:#fff;
*/
}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #9B9B9B;
	text-align:center;
	font-size: 80%;
	color: #d14013;
	line-height:0.8em;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color: #d7dabd;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they seemingly touch */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/************** #contact_form styles-see notes on the html>body hack **************/

html>body .contact_form{
	margin: 10px 10px 20px 10px;
}

.contact_form{
/*	margin: 10px 10px 10px 10px;*/
	padding: 0 10px 0 10px;
	font-size: 80%;
	font-family: tahoma, arial, helvetica, sans-serif; 
}

.contact_form label{
	margin: 0 10px 0 10px;
	color:#d8d8d8; 	
}

html>body .contact_form fieldset{
	/*padding: 0 10px 0 10px;*/
}

.contact_form fieldset{
	margin: 0 10px 0 10px;
}


html>body .contact_form input{
	margin: 0 10px 0 10px;
}

.contact_form input{
	/*padding: 0 10px 0 10px;*/
	background:#fff;
	color:#000;
}

html>body 
.contact_form textarea{
	margin: 0 10px 0 10px;
}

.contact_form textarea{
	background:#fff;
	color:#000;
}
a {
}
