/***
 * Overridden default styles
 ***/
html {
	min-height: 100%;
	height: auto;
}
body,td,th,div,p {
	color: #F0F0F0;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
}

body{
	background-position: bottom;
	background-image: url(../images/bg_gradient_b2w.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}
h1 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px;
}
h2 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px;
}
h3 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px;
}

a, a:link, a:visited{
	text-decoration: underline;
	color: #ACC5D5;
}

a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}


/***
 * Global styles
 ***/
#container{
	width: 780px;
	margin: 0 auto;
}
#content{
	margin-top: 10px;
	width: auto;
	display: block;
}
#content_title{
	margin-top: 5px;
	margin-bottom: 1.5em;
}
#content_border{
	padding: 6px;
	text-align: left;
	width: auto;
	display: block;
	/* No border around main content area looks cleaner */
	/* border: solid 1px #777777 */;
	border: none;
}

#footer{
	color: #CCCCCC;
	font-size: 10px;
	padding-top: 10px;
	
	text-align: center;
	width: auto;
	display: block;
}

.transparent {
	filter: alpha(opacity=80);	/* For IE support */
	opacity: 0.80;				/* For Firefox & Chrome support */
}

/***
 * Home page styles
 ***/
#headshot_container{
	display: block;
    margin-left: auto;
    margin-right: auto;
	width: 488px;
}
IMG#headshot{
	margin-bottom: 5px;
}
IMG#headshot_subtitle{
	float: right;
}


/***
 * Production Photos styles
 ***/
TABLE#thumbnails{
	padding-bottom: 10px;
	margin-left: auto;
    margin-right: auto;
}

IMG.thumbnail {
	background-color: #000000;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}
IMG.thumbnail:hover {
	border-color: #FFFFFF;
}

.photoTitle {
	font: 14px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
IMG#photo{
	display: block;
	margin-left: auto;
	margin-right: auto;
	
	padding: 6px;
	border-color: #F0F0F0;
	border-style: solid;
	border-width: 1px;
}
#color {
	color: #00AE2C;
}
