/* general styling css*/

body {
	color: black;
	margin-top:20px;
	text-align:center;
	font-size: 13px;
	font-family: helvetica, verdana, trebuchet, sans;
	background: #ffffff;
}

img	{
}


a:link {color: #ff3333; text-decoration: none;}
a:visited {color: #990000; text-decoration: none;}
a:hover {color: #ff3333; text-decoration: underline;}

h1	{
	margin-top:0px;
	margin-bottom:0px;
	color: #e03d2d;
	font-size: 18px;
}


/*this is the styling applied to the whole floating white part of the page */

.wholePage	{
	margin: auto;
	text-align: center;
	width: 800px;
	background: #ffffff;
	border: 1px #cacca4 solid;
}


/* definitions of the 3 main sections of the page: header, contentarea, and footer */

.header {
	position:relative;
	margin: auto;
	text-align: left;
	width: 800px;
}

.contentarea	{
	position:relative;
	margin: auto;
	text-align: left;
	width: 800px;
}

/* styling for individual elements of the interface */

.titlebanner	{
	text-align: left;
	width: 800px;
}


.footer	{
	text-align: center;
	margin: auto;
	background: #cacca4;
	height:45px;
}
.footertext	{
	padding-top:5px;
	color:#ffffff;
}
	.footertext a:link {
		color: #ffffff; text-decoration: none;
	}

	.footertext a:visited {
		color: #ffffff; text-decoration: none;
	}

	.footertext a:hover {
		color: #ff3333; 
		text-decoration: underline;
	}

.logotext	{
	font-weight: bold;
	color:  #000000;
	font-size: 11px;
}

.logotext3 {
	font-weight: bold;
	color:  #ff3333;
}
.teamname {
	font-weight: bold;
	color: #ff3333;
}
.teamtitle {
	font-size:11px;
	color: #666633;
}
.teambio {
	font-size:11px;
}

.redtitle	{
	color:#ff3333;
	font-weight:bold;
}


.wrapimage {
	padding-left:20px;
	padding-right:20px;
}


.smallertext {
	font-size: 11px;
}



/*reel page*/
.filmtitle	{
	color:#ff3333;
	font-weight:bold;
}

.filmtype {
	font-size:10px;
	color: #666633;
	margin-top:1px;
}


.filmthumb	{
	padding-right:5px;
}

.filmdescription	{
	padding-top: 10px;
	text-align:left;
	width: 320px;
	padding-left:22px;
}
.filmarea	{
	padding-top:20px;
}


/* video upload form*/
.uploadform	{
	text-align:left;
	width:500px;
	padding-left:150px;
}

.formheader {
	color: #666633;
}
