/* CSS Document */
* {
	margin:0;
	padding:0;
	}
body 
	{
	text-align:center;
	background-color:#000;
	color:#000;
	font: 100 0.8em/1.5em "Trebuchet MS", Trebuchet, Georgia, sans-serif;
	}

/*- - - - - - - - - -  - - - - - - - - - - - CONTAINER */
#container {
	width:600px;
	margin: 10px auto;
	text-align:left;
	background: #fff;

	}
/*- - - - - - - - - -  - - - - - - - - - - - Header. Includes rotating photo area. */
#header {
	width: 100%;
	background: #000 url(images/global/header.jpg) no-repeat bottom right;
	min-height: 300px;
	
}

#header h1 {text-indent: -9000px;}

#rotate_photo {
	margin-left:123px;
}

/*- - - - - - - - - - - - - The Top Nav  - - - - - - - - - - - - */
#topnav {
float:left;
width: 598px;
padding: 0 0 5px 0;
background: url(images/global/top_back.gif) repeat-x bottom;
list-style-type:none;
font-family:Georgia, "Times New Roman", Times, serif;
font-variant:small-caps;
font-weight:bold;
border: 1px solid #fff;
margin-bottom:30px;
}


#topnav li {
float:left;
margin-right:5px;
}

#topnav a {
float:left;
padding: 4px 8px;
margin: 1px 1px;
display:block;
color:#000;
background: url(images/global/top_off.gif) repeat-x bottom;
border: 1px solid #cf9;
border-top: none;
text-decoration:none;
}

#topnav a:hover, body#crew #t-crew a, body#about #t-about a, body#films #t-films a, body#clips #t-clips a, body#blog #t-blog a, body#donate #t-donate a {
background: #fff url(images/global/top_on.gif) repeat-x bottom;
}

#t-home {margin-left:100px;}

body#home #t-home a {
background: #fff url(images/global/top_on.gif) repeat-x bottom;}

/*- - - - - - - - - -  - - - - - - - - - - - MAIN CONTENT */

#main {
	text-align:justify;
	background:#fff url(images/global/top_back.gif) repeat-x 0 0;
	padding: 0 60px;
	}
/* TEXT and IMAGE STYLES for the main content area */

a  {
color:#3399CC;
}

a:hover {background-color:#FFFF66}

hr {
	clear:right;
	margin: 10px 0;
	border: none 0;
	border-bottom: 1px dashed #BBB8B8;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

.box_right {
float:right;
clear:right;
padding:5px;
border:1px solid #ccc;
margin: 20px -20px 10px 20px;
width: 200px;
font-size: 90%;
text-align:center;
line-height:normal;
color:#666666;
}

a img {border:none;}

#main h1 {
padding: 0 0 .05em;
font-size:150%;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:100;
padding-top: 10px;
}

#main h2, dt {
color:#990066;
padding: 0 0 .5em;
text-transform:uppercase;
letter-spacing:.02em;
font-size:110%;
font-weight:bold;
}

#main h3 {
color:#666666;
font-variant:small-caps;
}

dd {margin:0 0 5px 0;
	}

#main li {list-style-image:url(images/global/toplist.png);}


#main p {
margin:10px 0;
}



#footer {
width: 100%;
clear:both;
text-align:center;
padding:10px 0;
margin-top:10px;
font-size:90%;
background:url(images/global/top_back.gif) repeat-x 0 -20px;
}
