/* TEMPLATE */

body
{
	background:				#E6DB5C url(../images/tile.jpg) top center repeat-x;
	color:					#333333;
	margin:					0px;
	font-family:			Arial, Helvetica, Verdana, sans-serif;
	font-size:				13px;
}

a:link {color:#0071BC; text-decoration: none;}
a:visited {color:#0071BC; text-decoration: none;}
a:hover {color:#F15A24; text-decoration: none;}
a:active {color:#0071BC; text-decoration: none;}

table
{
	margin:					0px;
	padding:				0px;
	font-family:			Arial, Helvetica, Verdana, sans-serif;
	font-size:				12px;
}

tr
{
	margin:					0px;
	padding:				0px;
	font-family:			Arial, Helvetica, Verdana, sans-serif;
	font-size:				12px;
}

td
{
	margin:					0px;
	padding:				0px;
	font-family:			Arial, Helvetica, Verdana, sans-serif;
	font-size:				12px;
}

p
{
	padding:				0px;
	margin:					0px;	
	font-family:			Arial, Helvetica, Verdana, sans-serif;
	font-size:				12px;
}

a
{
	padding:				0px;
	margin:					0px;	
	font-family:			Arial, Helvetica, Verdana, sans-serif;
}

div
{
	padding:				0px;
	margin:					0px;
	margin-left:			auto;
	margin-right:			auto;
	color:					#333333;
	font-family:			Arial, Helvetica, Verdana, sans-serif;
	font-size:				12px;
	text-decoration:		none;
}

img
{
	border:					none;
}

#wrapper
{
	
	width:					990px;
	position:				relative;
	left:					50%;
	margin-left:			-495px;
	/*background:				#FFFFFF;*/
}

#top
{
	width:					990px;
	height:					640px;
	float:					left;
	background:				url(../images/top.jpg) top center no-repeat;
}

#header
{
	width:					950px;
	height:					120px;
	margin-top:				20px;
	float:					left;
}

#logo
{
	width:					190px;
	height:					120px;
	float:					left;
}

#adv
{
	width:					728px;
	height:					90px;
	margin-top:				15px;
	margin-left:			24px;
	float:					right;
	background-color:		#FFFFFF;
}

#campus
{
	width:					942px;
	height:					340px;
	margin-top:				20px;
	float:					right;
}

#slider
{
	width:					800px;
	height:					300px;
	background:				#FFFFFF url(../images/heading.jpg) top center no-repeat;
	margin-left:			50px;
}

#navigation
{
	width:					780px;
	height:					30px;
	float:					left;
	background:				url(../images/nav.gif) top center no-repeat;
	margin-left:			60px;
	margin-top:				10px;
	font-family:			Arial, Helvetica, Verdana, sans-serif;
	color:					#FFFFFF;
	font-size: 				18px;
	text-align:				center;
	font-weight:			bolder;
}

.menu {
	margin-left: 200px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	*/
	padding: 0;
	list-style: none;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 45px;
	margin-left: 1.4em;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 45px;
	background-repeat: no-repeat;
}
.vote {background-image: url(../images/vote.png); width: 100px;}
.vote a {background-image: url(../images/vote_r.png);}
.discuss {background-image: url(../images/discuss.png); width: 100px;}
.discuss a {background-image: url(../images/discuss_r.png);}
.rule {background-image: url(../images/rule.png); width: 100px;}
.rule a {background-image: url(../images/rule_r.png);}
.movie {background-image: url(../images/movie.png); width: 100px;}
.movie a {background-image: url(../images/movie_r.png);}
.photo {background-image: url(../images/photo.png); width: 100px;}
.photo a {background-image: url(../images/photo_r.png);}
.result {background-image: url(../images/result.png); width: 100px;}
.result a {background-image: url(../images/result_r.png);}
ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}


#bottom
{
	width:					990px;
	float:					left;
	background:				url(../images/round_top.png) top center no-repeat;
}

#content
{
	width:					990px;
	float:					left;
	background-color:		#FFFFFF;
	margin-top:				20px;
}

#footer
{
	float:					inherit;
	width:					990px;
	height:					35px;
	background-color:		#603813;
	color:					#FFFFFF;
	padding-top:			10px;
	text-indent:			10px;
	font-weight:			bold;
}

#footer a:link {color:#FFFFFF; text-decoration: none; }
#footer a:visited {color:#FFFFFF; text-decoration: none;}
#footer a:hover {color:#FFCC00; text-decoration: none;}
#footer a:active {color:#FFCC00; text-decoration: none;}

/* MATRIX */

#box_column
{
	width:					990px;
}

#box
{
	
	margin-left:			43px;
	margin-top:				10px;
	margin-bottom:			10px;
	float:					left;
}

#box_content
{
	width:					190px;
	height:					255px;
	margin-top:				20px;
	position: relative;
}

#box_image
{
	width:					150px;
	height:					150px;
	padding-top:			40px;
	margin-left:			24px;
}

#box_text
{
	width:					150px;
	margin-left:			30px;
	position:				absolute;
	bottom:					0;
	padding-bottom:			15px;
}

#box_button
{
}

.genderm img
{
	border-color:			#cccccc;
	border-width:			5px;
	border-style:			solid;
}

.genderm a:hover img
{
	border-color:			#0071BC;
	border-width:			5px;
	border-style:			solid;
}

.genderf img
{
	border-color:			#cccccc;
	border-width:			5px;
	border-style:			solid;
}

.genderf a:hover img
{
	border-color:			#ED1E79;
	border-width:			5px;
	border-style:			solid;
}

/* VOTE */

#column_left
{
	width:					640px;
	float:					left;
	margin-top: 			35px;
	margin-left: 			20px;
	margin-bottom: 			20px;
}

#box_video
{
	width:					640px;
	height:					930px;
	float:					left;
}

#box_gallery
{
	width:					640px;
	float:					right;
}

#column_right
{
	width:					300px;
	float:					right;
	margin-right: 			20px;
	margin-bottom: 			20px;
}

#box_avatar
{
	float:					left;
}

#box_avatar img
{
	border-color:			#aaaaaa;
	border-width:			1px;
	border-style:			solid;
}

#box_profile
{
	width:					300px;
	height:					320px;
	float:					left;
	background-color:		#cccccc;
	
}

#box_options
{
	float:					right;
}

#box_misc
{
	width:					300px;
	float:					right;
	margin-top:				10px;
}

#box_profile_top
{
	float:					left;
	margin-top:				40px;
	margin-left:			22px;
}

#box_profile_bottom
{
	float:					inherit;
	margin-top:				20px;
	margin-left:			40px;
}

#box_votes
{
	margin-left:			10px;
}

#box_votes td
{
	width:					100px;
	text-align: 			center;
	font-size:				20px;
}

#loader
{
	display:				none;
}

#box_account
{
	width:					285px;
	background-color:		#cccccc;
	float:					right;
	padding-bottom:			5px;
}

#box_switch
{
	margin-top:				3px;
	width:					285px;
	height:					40px;
	background-color:		#cccccc;
	float:					right;
	text-align:				center;
	padding-top:			20px;
}

#box_login
{
	margin-top:					12px;
	margin-left:				12px;
}

#adv_1
{
	margin-top:			10px;
}

#adv_2
{
	margin-top:			10px;
}
