/* CSS Document */

/* Remove any unwanted default borders */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

/* set overall font config */
body {
	font-family: arial;
	color: #5B5B2F;
	background-color: #AFB790;
	letter-spacing: 0.05em;
	font-size: 11px;
	padding: 20px 0 0 0;
}

a {
    letter-spacing: 0.2em;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;	
	width: auto;
	text-decoration: none;
}

a:link, a:visited, a:hover {
	
}
gallery-nav {
	background-position: left;
}



#ad {
color: 	#AFB790; 
	
}



#ad a {
    letter-spacing: 0.2em;
	color: #AFB790;
	padding: 2px 0px 2px 10px;	
	width: auto;
	text-decoration: none;
}

/* Overall wrapper - don't let the page get wider than "width" 
    expand to fill sides out*/
#wrapper {
	width: 780px;
	margin: 0 auto; 
	border: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}


#masthead{
	margin: 0;
	width: 100%;
	height: 90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	background-image: url(images/non-gallery/JENNIFLOWER.gif);
	background-repeat: no-repeat;
	background-position: center center;
}




#navBar{
	padding: 0px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 380px;
	letter-spacing: 0.4em;
	
}


#content{
    float:right;
	width: 78%;
	margin: 0;
	margin-right: 0;
	margin-left: auto;
	padding: 0;
	height: 540px;
}


#content .story{
padding: 0 15px 0 15px;
}



#flashcontent{
height: 470px;
}

/************** .feature styles ***************/

.feature{
	margin: 10px auto;
}

.featureTD{
	vertical-align: bottom; 
	horizontal-align: right;
}

.featureText{
	color: #5B5B2F;
	margin: 0 0 10px 10px;
	vertical-align: top;
	letter-spacing: 0.05em;
	font-size: 85%;

}




.feature img{
	border: 1px solid #000000;	
}
/************* #siteInfo styles ***************/

#siteInfoImg{
	padding: 0px;
	margin-top: 0;
	margin-right: 79%;
	margin-bottom: 0;
	margin-left: 0;
}


#siteInfo{
	clear: both;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	padding: 0px;
	margin: 0 auto; 

}

#siteInfoInner{
	width: 94%;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	padding: 2px 0px 2px 0px;	


}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	float:left;
	margin: 10px;
	padding: 0px;
}

	
#sectionLinks a{
	border-bottom: 0px solid #cccccc;
	border-right: 0px solid #cccccc;
	display: block;
}

#sectionLinks a:hover{
	/*border-bottom:: 1px solid #cccccc;*/
	display: block;
	color: #AFB790;
	background-color: #dddddd;
	/*padding: 2px 0px 2px 10px;*/
}

.sectionLinksSelected{
 	/*border-bottom:: 1px solid #cccccc;*/
	color: #AFB790 !important;
	background-color: #dddddd;
	cursor: default;
	/*padding: 2px 0px 2px 10px;*/
	font-weight: bold;
}
.sectionLinksSelected a{
 	/*border-bottom:: 1px solid #cccccc;*/
	color: #AFB790 !important;
	background-color: #dddddd;
	cursor: default;
	/*padding: 2px 0px 2px 10px;*/
}
/*********** #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 */
#navBar li {border-bottom: none;}


/********** Feature  Stuff **************/
.featureTextColour{
	color: #1B4807;
}

.featureTextBlock{
	padding: 0px 5px 0px 0px;
}

.featureTextColourPink{
	color: #B35352;
}

