/* BASIC */

body {
	font: 62.7% Arial, Verdana, Helvetica, sans-serif;
}


h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
}

a img { 
	border: none;
}

/* LAYOUT */

#banner {
	background: url(../images/banner.jpg) no-repeat right top;
	height: 108px;
}



/* NAVIGATION */
#mainNav {
	background: black url(../images/right_corner_girl.gif) no-repeat left bottom;
}
#mainNav li {
	list-style: none;
	display: inline;
}
#mainNav a {
	text-decoration: none;
	color: #000000;
	font-size: 1.1em;
	text-transform: uppercase;
	border-bottom: 1px solid #999999;
	display: block;
	padding: 7px 5px 7px 20px;
	background: #E7E7E7 no-repeat left center;
}
a#homeLink {
	background-image: none; 
	background-repeat: no-repeat;
	background-position: left center;
}
#logo {
	display: none;
}
#mainNav ul {
	border-top: 1px solid #999999; 
	margin-top: 20px;
	margin-bottom: 20px;
}

#mainNav a:hover {
	background: #3134FF no-repeat left center;
	padding-right: 15px;
	padding-left: 20px;
	font-weight: bold;
	color: white;
}

#home #mainNav a#homeLink,
#about #mainNav a#aboutLink,
#contact #mainNav a#contactLink,
#links #mainNav a#linksLink,
#workshops #mainNav a#workshopsLink,
#happenings #mainNav a#happeningsLink {
	background: #FFFFFF url(../images/bg_here.gif) no-repeat 95% 50%;
	padding-right: 15px;
	padding-left: 20px;
	font-weight: bold;
	color: #3134ff;
}

#home #mainNav a#homeLink:hover,
#feature #mainNav a#featureLink:hover {
	color: black;
}

#nav p {
	color: #3134FF;
	padding-right: 5px;
	padding-left: 5px;
}


#nav a {
	text-decoration: none;
	color: #666666;
}

/* BANNER STYLES */
#banner img {
	float: left;
}
#banner ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#banner li {
	display: inline;
	float: right;
	margin-right: 5px;
	padding-bottom: .5em; /* to display bottom border on links in IE */
}

#sitetools li a {
	font-size: 1em;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 2em;
	background: #1B3A89;
	padding: 5px;
	height: 2em;
	border: 1px solid #4D69B0;
	font-weight: bold;
}
#sitetools li a:hover {
	color: #10214E;
	background: #DCE5FF;
}

/* MAIN */

#main a {
	text-decoration: none;
	border-bottom: 1px solid #000;
	color: #152D6A;
}

#main h1 {
	color: #152D6A;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: none;
	font: normal 2.7em Arial,Verdana, Helvetica sans-serif;
	padding-left: 1px;
	
}

#main h2 {
	font: normal 2em Arial, Verdana, Helvetica sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #152D6A;
}
#main p {
	font-size: 1.25em;
	margin-bottom: 5px;
	line-height: 130%;
}

/* headlines with warnings */
.warning {
	
	padding-top: 2px;
	padding-left: 1px;
	border-bottom: 1px solid #CCCCCC;
}

/* NEWS */

#news .story {
	background: url(../images/bg_story.png) repeat-y;
	color: #FFFFFF;
	padding: 5px 5px;
	border-bottom: 1px solid #AAA;
	display: block;
	text-decoration: none;
	line-height: 110%;
}
#news span.title {
	background: transparent url(../images/galpic_fp.jpg) no-repeat left center;
	height: 90px;
	padding-left: 110px;
	padding-right:25px; /* was 45 */
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	line-height: 120%;
	color: #FFF;
}

/* group of pictures for the gallery menu */
#news span#fp {
	background: transparent url(../images/galpic_fp.jpg) no-repeat left center;
}
#news span#caric {
	background: transparent url(../images/galpic_caric.jpg) no-repeat left center;
}
#news span#henna {
	background: transparent url(../images/galpic_henna.jpg) no-repeat left center;
}
#news span#glit {
	background: transparent url(../images/galpic_glit.jpg) no-repeat left center;
}
#news span#sil {
	background: transparent url(../images/galpic_sil.jpg) no-repeat left center;
}
#news span#pho {
	background: transparent url(../images/galpic_pho.jpg) no-repeat left center;
}

/* ---end of gallery menu pictures */

#news .elaborate{
	color:#ddd;
}
#news a.story:hover {
	color: #4A761D;
	background: url(../images/bg_story_high.png);
}
#gal_fp #news .story #fp,
#gal_caric #news .story #caric,
#gal_glitter #news .story #glit,
#gal_henna #news .story #henna,
#gal_sil #news .story #sil,
#gal_pics #news .story #pho
{
	background: transparent url(../images/galpic_arrow.gif) no-repeat;
	color: #D0AAC7;
	
	
	
}
* html #news a {
	height: 1px;
}

#news h2 {
	background-color: white;
	color: #333333;
	font-size: 2em;
	text-transform: uppercase;
	padding-top: 25px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#news h2 span {
	position: absolute;
	right: 10px;
	height: 48px;
	width: 48px;
	top: 4px;
	z-index: 10;
}

/* ADVERTISING */
div.natEx {
	text-align: center;
	margin-top: 25px;
	font-weight: bold;
}

.natEx p {
	margin-bottom: 5px;
}
#news a.story:hover span.title {
	color: #000000;
}
