/* CSS Document */

/* Global styles */

* {
	margin: 0px;
	padding: 0px;
}


body {
	padding: 15px 0px 15px 0px;
	font-family: "Century Gothic", sans-serif;
	background-color: #000;	
	background-image: url(pics/wallPaper_ART.png);
	color: #999999;		
}

h1 {
	margin: 10px 0px 0px 42px;
	font-size: 1.8em;
	font-weight: 100;				
	letter-spacing: 2px;
	color: #CCCCCC;	 
}


h2#gallery {
	font-size: 130%;
	letter-spacing: 0.9em;
	font-weight: normal;
	margin: 20px 0px 0px 50px;
	color: #0066FF;
}

h2#feature {
	font-size: 130%;
	letter-spacing: 0.9em;	  
	font-weight: normal;
	margin: 20px 0px 0px 35px;
	color: #0066FF;
}

h3 {
	margin: 10px 0px 10px 35px;
	font-size: 110%;
	font-weight: normal;
	color: #0066FF;
}

p {
	font-size: 90%;
	line-height: 1.4em;	
}

p.center {
	text-align: center;
}

span.blue {
	color: #0066FF;
}

span.green {
	color: #66FF00;
	font-size: 0.6em;
	letter-spacing: 0.1em;	
}

.flashAd {
	margin-left: 35px;
}

/*** TABLE STYLES ***/
table {
	margin: 0px 0px 0px 50px;
	width: 540px;
	font-size: 90%;
}

td {
	color: #666666;
}


td.date {
	width: 80px;
	height: 25px;
}


/*** TEXT LINK STYLES ***/

a.text, a.text:link, a.text:visited, a.text:hover, a.text:active {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 1px 3px 1px 3px;
}

a.text:hover {
	color: #0066FF;	
}

/***** NAV link styles ******/

ul.nav {
	margin: 100px 35px 0px 0px;			
}

ul.nav li {	
	list-style-type: none;	
	margin-bottom: 20px;
	font-size: 0.8em;
	letter-spacing: 0.1em;	
	text-align: right;	
}

ul.nav li:hover {
	list-style-type: circle;
	list-style-position: inside;		
}

ul.nav li#thispage {
	list-style-type: circle;
	list-style-position: inside;
	color: #0066FF;
}


a.nav, a.nav:link, a.nav:visited,
a.nav:hover, a.nav:active {
	text-decoration: none;
	color: #999999;
}

a.nav:hover {
	color: #0066FF;
}

/********** Special style for *************/
/*****TOP NAV to identify current page*****/

#thispage a:link, #thispage a:visited, #thispage a:hover, #thispage a:active {
	text-decoration: none;
	color: #0066FF;			
}




/*****************************/
/***** Division Styles ******/
/****************************/
#container {
	width: 800px;
	margin: 0px auto 0px auto;			
	background-image: url(pics/blackBkgrnd.png);					
}
	

#header {	
	width: 800px;
	height: 80px;
	background-color: #000033;
	border-bottom: 1px solid #0033FF;	
	position: relative;		
}

#nav {			
	margin-top: 0px;	
	width: 165px;
	float: left;
	border-right: 1px solid #0033FF;
	background-image: url(pics/blackBkgrnd.png);
	position: relative;			
}

	p.copyright {
	font-size: 70%;		
	position: absolute;
	bottom: 10px;
	right: 35px;
	}


/*** CONTENT ***/
#content {	
	width: 634px;
	float: right;		
	background-image: url(pics/blackBkgrnd.png);
	position: relative;					
}
	
	.feature, .gallery {
	margin-top: 50px;
	min-height: 600px;
	padding-bottom: 20px;
	margin-right: 30px;
	}
	
	.gallery {
		padding-left: 35px;
	}
	
	
	.feature p {
	margin: 0px 50px 20px 35px;
	color: #666666;
	}
	
	/*** EVENT AND PRESS SECTIONALS ***/
	p.date, p.heading {
	font-size: 100%;
	color: #999999;
	font-style: italic;
	border: 1px solid #0066FF;
	padding: 2px 0px 2px 8px;
	}
	
	/*** PRESS Headings ***/
	p.blue {
		color: #0066FF;
		font-size: 90%;
		margin-bottom: 0px;
	}


	
/*** IMG STYLES ***/	
	
img.left { 
	float: left;
	padding: 0px 15px 5px 0px;
	margin-left: 35px;
}
	
img.right {
	float: right;
	padding: 0px 0px 5px 15px;
	margin-right: 50px;
}

img.selfPic {
	float: right;
	padding: 20px 0px 5px 15px;
	margin-right: 50px;
}
	
img#studioPic {
	margin-left: 31px;
}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}

