.debug
{
	border:solid 1px #ee0000;
}

.header 
{
	background-color:#fff;
	
	height: 77px;
	margin: 0 auto;
	padding: 0; 
}

.header .meme_logo 
{
	display:block;
	height:46px;
	width:153px;
	background-image:url('../_img/memelabs_logo.jpg');
}

.header .login 
{
	float:right;
	color:#868686;
}

.header #login_header 
{
	
	width:100px;
}

.header #login_header form 
{
	margin:0px;
	color:#fff;
}  

.header #login_header form input 
{
	margin:0px;
	height:15px;
	width:100px;
}  

.header #login_header .submit 
{
	height:19px;
	width:50px;
}
#hdrResponse
{
	color:#fff;
}
#nav 
{
	background-color:#fff;
	height:20px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:11px;
}

#nav .login a
{
	color:#000;
}

#nav ul 
{
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#00467f;
}

#nav ul li 
{
	float:left;
}

#nav ul li a 
{
	display:block;
	height:30px;
	overflow:hidden;
}

#nav ul li:hover, #nav ul li.sfhover 
{
	background-position:0 -30px;
}

#nav .blog
{
	background: url(../_img/nav_blog.png) top left no-repeat;
	width:99px;
	border-right:1px solid #d6d6d6;
}

#nav .home  
{
	background: url(../_img/nav_home.png) top left no-repeat;
	width:99px;
	border-right:1px solid #d6d6d6;
}

#nav .categories  
{
	background: url(../_img/nav_categories.png) top left no-repeat;
	width:138px;
}

#nav .contest 
{
	background: url(../_img/nav_contests.png) top left no-repeat;
	width:100px;
	border-right:1px solid #d6d6d6;
}

#nav .about 
{
	background: url(../_img/nav_forbrands.png) top left no-repeat;
	width:99px;
	border-right:1px solid #d6d6d6;
}

#nav .selected
{
	background-position:0 -30px;
}

#nav li ul 
{ 
	position: absolute;
	background:#ddd;
	border:1px solid #000;
	padding:1px 1px 0 1px;
	width: 175px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:2;
}

#nav li:hover ul, #nav li.sfhover ul 
{ /* lists nested under hovered list items */
	left: auto;
}

#nav li.categories ul li a,
#nav li.contest ul li a,
#nav li.about ul li a,
#nav li.home ul li a,
#nav li.blog ul li a
{
	background:#fff;
	color:#666;
	margin-bottom:1px;
	padding:4px 10px;
	border:1px solid #bbb;
	height:14px;
	width:153px;
	z-index:2;
}

#nav li.categories ul li a:hover,
#nav li.contest ul li a:hover,
#nav li.about ul li a:hover,
#nav li.home ul li a:hover,
#nav li.blog ul li a:hover
{
	background:#ccc url(../_img/subnav_bg.png) top left repeat-x;
	text-decoration:none;
	border:1px solid #666;
	color:#fff; /*333;*/
	z-index:2;
}

#nav li.contest ul li a.previous_contests { background-image:url('../../_img/nav_previouscontests.jpg'); width:247px; height:24px; margin:0; padding:0; }
#nav li.contest ul li a.previous_contests:hover { background-image:url('../../_img/nav_previouscontests_on.jpg'); } 

.contest_footer
{
	width:917px;
	height:34px;
	background-image:url('../_img/contest_footer_bg.jpg');
}

a.memelabs_link
{
	display:block;
	float:right;
	height:20px;
	margin-right:5px;
	margin-top:5px;
	width:110px;
}

.footer 
{
	background:#fff;
	color: #333;
	text-align:center;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	border-left:solid 7px #fff;
	border-right:solid 7px #fff;
	border-bottom:solid 7px #fff;

}

.footer a 
{
	color: #333;
	
	
}
.site_footer {
	height: 176px !important;
	margin-bottom: -16px;
}
.site_footer .footer_content {
	width: 100%;
	margin: 0 auto;
	font-size:9px;
}

.site_footer a {	font-size:11px;}

/*--- 3 steps ----*/
.three_steps 
{
	display: inline;
	width:165px;
	padding-left:5px;
	height:319px;
	float:left;
}

.three_steps_content
{
	width:170px;	
	height:319px;
	background:url(../_img/three_steps_bg.png) 0 0 repeat-x;
}


.three_steps .hdr
{
	height:30px;
	background:url(../_img/hdr_3_steps.png) top left no-repeat;
}


.three_steps .three_steps_content .step_info
{
	width:170px;
	height:62px;
}

.three_steps .three_steps_content .step_1 
{
	width:170px;
	height:70px;
	display:block;
}

.three_steps .three_steps_content a.step_2 
{
	width:170px;
	height:61px;
	display:block;
}

.three_steps .three_steps_content .step_3 
{
	width:170px;
	height:48px;
}  

.three_steps .three_steps_content .step_footer
{
	width:170px;
	height:40px;
	padding-top:20px;
	text-align:center;
}

.three_steps .three_steps_content .step_footer a
{
	display:block;
	width:97px;
	height:25px;
	margin:0 auto;
	margin-top:10px;
}

.step
{
	font-weight:bold;
	font-size:14px;
}

.three_steps p 
{
	font-size:11px;	
	color:#FFF;
}

/*--- top3 ----*/

.tiny .content 
{
	background:#d2d2d2;

	
}
.tiny 
{
	width:170px;
	float:left;
	margin-left:5px;
	.margin-left:5px; /*IE 6 & 7 specific*/
	_margin-left:1px; /*IE 6 specific*/
	
}

.tiny .hdr 
{
	height:35px;
	background:url(../_img/hdr_top3.png) top left no-repeat;
}

.tiny .content 
{
	padding:6px 3px 3px 6px;
	_padding:3px 2px 2px 3px; 
	_margin:0;
}

.tiny .item 
{
	height:78px;
	background:url(../_img/top3_video_bg.png) top left no-repeat;
	position:relative;
	background-color:#000;
}

.tiny .item .title
{
	display:block;
	height:20px;
	width:161px;
	font-size:11px;
	line-height:16px;
	padding:0 6px;
	_padding:0;
	color:#fff;
	font-weight:bold;
	
}

.tiny .item_over .title 
{
	xbackground: url(../_img/item_title_bg_over.png) top left repeat-x;
}

.tiny .play_over 
{
	height:56px;
	width:100px;
	position:absolute;
	left:54px;
	background: url(../_img/play_video_over.png) 6px 4px no-repeat;
}

.tiny .play_off 
{
	display:none;
}

.tiny .item .vote_col 
{
	float:left;
	width:61px;
	border-right:1px solid #333;
}

.tiny .item .vote_col .num_votes
{
	float:left;
	height:35px;
	width:61px;
	background: url(../_img/top3_num_votes_bg.png) top left no-repeat;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	line-height:26px;
	color:#00467f;
}

.tiny .item .vote_col .vote a 
{
	display:block;
	height:21px;
	width:61px;
	background: url(../_img/top3_btn_vote.png) top left no-repeat;
	overflow:hidden; 
}

.tiny .item .vote_col .vote a:hover 
{
	background-position:0 -21px;
}

.tiny .item .vote_col .voted 
{
	display:block;
	height:21px;
	width:61px;
	background: url(../_img/top3_btn_voted.png) top left no-repeat;
}

.tiny .item .thumb 
{
	float:left;
	text-align:center;
	width:100px;
	background:#000;
	height:56px;
	overflow:hidden;
}

.tiny .tips 
{
	background:#00467f; /*transparent url(../_img/tips_bg.png) bottom left no-repeat;*/
	color:#FFFFFF;
	height:31px;
	_height:34px;
	padding:8px 9px;
	margin-top:-4px;
}

.tips a
{
	color:#FFFFFF;
}

/*---- register ----*/
.register {
	width:350px;
	float:left;
	margin-bottom:10px;
}

.register .hdr 
{
	height:30px;
	background:url(../_img/hdr_signup_now.png) top left no-repeat;
}

.login_now 
{
}

.login_now .hdr 
{
	background:url(../_img/hdr_login.png) top left no-repeat !important;
}

.register .sub_hdr 
{
	padding:0 20px;
	color:#fff; /*eb2b2b;*/
}

.register .sub_hdr a 
{
	color:#000; /*eb2b2b;*/
}  

.register .sub_hdr a.selected 
{
	color:#fff; /*f26522;*/
	font-weight:bold;
}

.register form 
{ 
	margin:0px;
	padding:0px;
}

.register .content 
{
	padding:8px 20px;
}

#register_submit_button 
{
	text-align:right;
}

legend 
{
	color:#000;
}

.radio 
{
	background:none !important;
}

/*---- upload ----*/
.upload 
{
	width:630px;
	/*margin-left: 31px;*/ 
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity:.95;
	z-index:0;
	float:left;
}

.upload .hdr 
{
	height:30px;
	background:url(../_img/hdr_upload.png) top left no-repeat;
}

.upload .sub_hdr 
{
	padding:0 20px;
}

.upload .sub_hdr a 
{
	color:#233a59;
}  

.upload .sub_hdr a.selected 
{
	color:#233a59;
	font-weight:bold;
}

.upload form 
{ 
	margin:0px;
	padding:0px;
}

.upload .content 
{
	padding:8px 20px;
	color:#000;
}
/*----video list ----*/


.video_list .content
{
	background:#f2f2f2;
}

.video_list 
{
	width:350px;
	background:#00467f; 
}

.video_list .hdr 
{
	height:30px;
	background:url(../_img/hdr_all_videos.png) top left no-repeat;
}

.video_list .sub_hdr a 
{
	color:#3f3f3f;
	font-family:Century, serif;
	text-decoration:none;
	font-family:arial;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:-0.5px;
}

.video_list .sub_hdr a.selected 
{
	color:#262626; 
	font-weight:bold;
	text-decoration:underline;
}

.video_list .content 
{
	xpadding:6px;
	margin-bottom:0px !important;
}

.video_list .item 
{
	width: 338px;
	height:107px;
	overflow:hidden;
	margin:2px 0;
	background:url(../_img/video_item_bg.png) top left no-repeat; 
	position:relative;
}
.video_list .item .title
{
	display:block;
	height:23px;
	font-size:14px;
	font-weight:bold;
   	color:#3f3f3f;
	font-family:arial;
	line-height:23px;
	padding:0 6px;
	color:#fff;
}

.video_list .item_over .title 
{
	xbackground: url(../_img/item_title_bg_over.png) top left repeat-x;
}

.video_list .item .vote_col 
{
	float:left;
	width:75px;
	border-right:1px solid #333;
}

.video_list .item .vote_col .num_votes 
{
	float:left;
	height:47px;
	padding-top:5px;
	width:74px;
	background: url(../_img/num_votes_bg.png) top left no-repeat;
	text-align:center;
	
	font-size:28px;
	font-weight:bold;
	line-height:34px;
	color:#322e2d;
}

.video_list .item .vote_col .vote a 
{
	display:block;
	height:30px;
	width:75px; 
	background: url(../_img/btn_vote.png) top left no-repeat;
}

.video_list .item .vote_col .vote a:hover 
{
	background-position:0 -30px;
}

.video_list .item .vote_col .voted  
{
	display:block;
	height:30px;
	width:75px;
	background: url(../_img/btn_voted.png) top left no-repeat;
}

.video_list .item .thumb 
{
	float:left;
	background:#000;
	text-align:center;
	width:141px;
	height:79px;
	overflow:hidden;
}

.video_list .play_over 
{
	height:79px;
	width:142px;
	position:absolute;
	left:74px;
	_left:-145px;
	_top:0px;
	background: url(../_img/play_video_over.png) 6px 4px no-repeat;
}

.video_list .play_off 
{
	display:none;
}

.video_list .item .item_details 
{
	color:#8e8e8e;
	font-size:10px;
	position:absolute;
	left:217px;
	width:115px;
	height:79px;
}
.video_list .item .item_details a
{
	color:#8e8e8e;
}
.video_list .item_over .item_details 
{
}

.video_list .send_friend  
{
	display:block; 
	height:10px; 
	width:13px; 
	overflow:hidden;
	position:absolute; 
	top:4px; 
	left:5px; 
	background: url(../_img/send_friend.png);
} 

.video_list .item .link_to_video {
background: url(../_img/btn_link_to_page.png); 
	display:block; 
	width:16px; 
	height:10px; 
	overflow:hidden;
		left:21px; 
		position:absolute; 
		top:4px; 
}

.video_list .embed_url {
background: url(../_img/btn_embed.png);
	display:block; 
	width:11px; 
	height:10px; 
	overflow:hidden;
		left:53px; 
		position:absolute; 
		top:4px; 
}
	
.video_list .item .info 
{
	display:block; 
	height:10px; 
	width:10px; 
	overflow:hidden;
	background: url(../_img/btn_info.png); 
	position:absolute; 
	top:4px; 
	left:39px; 
	cursor:help;
}

.video_list .item .tool_details 
{
	display:none;
	color:#fff !important;
} 
.video_list .item .item_details a.send_friend:hover  
{
	background-position:0 -10px;
}

.video_list .viewed
{
	position:absolute;
	line-height:12px;
	top:10px;
	left:5px;
	width:120px;
}
.video_list .commenter
{
	position:absolute;
	line-height:12px;
	top:25px;
	left:5px;
	width:120px;
}
.video_list .uploader  
{
	position:absolute;
	line-height:12px;
	top:40px;
	left:5px;
	width:120px;
}

.pagination {
background-color: #f2f2f2;
	color:#295091;
	border-top: 1px solid #797979;
	border-bottom: 1px solid #3d3d3d;
	height:20px;
	line-height:20px;
	margin-top: -2px;
}
.pagination a {
	padding: 0px 5px;
	margin:0 0 0 1px;
	color: #000;
}
.pagination a.selected, 
.pagination a.selected:hover {
	color:#000;
	background:#ded4d1;
}

.pagination a:hover 
{
	border:1px solid #000;
	color:#000;
}


div.comment_error
{
	
	color:#ff0000;
	font-size:18px;
}

/* Debuging purposes
div.comment_userprofile_box
{
	border:solid 1px #ee0000;
}*/

div.comment_userprofile_box {
background-color: #f2f2f2;
	width: 170px;
	height: 319px;
	margin-left: 11px;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
		float:left;
}

	div.comment_userprofile_header {
	background: #b2bd9c url(../_img/hdr_user_profile.png) 0 0 no-repeat;
		color: #000000;
		height: 35px;
		margin: 0;
		padding: 1px 0 0 6px;
		font-size:12px;
		font-weight:bold;
		line-height: 17px;
	}
	div.comment_userprofile_header h2
	{
		color:#000;
		font-size:20px;
		font-weight:bold;
		padding-top:0;margin-top:0;
		padding-bottom:0;margin-bottom:0;
	}
	
	div.comment_userprofile_infoheader
	{
		width:140px; /*original width = 149px */
		padding-left:9px;		
		padding-top:5px;
		_padding:0;
		height:30px; /*org: 35px;*/
		background-image:url(../_img/userprofile_header.png);
		background-repeat:no-repeat;
		color:#000;
		font-size:18px;
		
	}
	
	div.comment_userprofile_main
	{
		width:160px;
		padding:5px;
		_padding:0;
		height:125px;
		color:#000;
	}
	
	div.comment_userprofile_avatar
	{
		width:160px;
		margin:0 auto;
		margin-top:10px;
		text-align:center;
	}
	
	div.comment_userprofile_main .user_info
	{
		margin:10px;
		padding:2px;
		_padding:0;
		_margin:2px;
		width:150px;
		/*background-color:#939598;*/
		color:#000;
		
	}
	
div.comment_commenting_box
{
	width:350px;
	float:right;
	
}

div.comment_commenting_header { 
	width:345px;
	height:30px;
	background-image:url(../_img/comment_header.png);
	background-repeat:no-repeat;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	
}

div.comment_commenting_header h2
{
	padding:0; margin:0;
}

div.comment_commenting_main 
{
	background-color:#f2f2f2;
	color:#000;
	padding:10px;
	width:325px;
	height:300px;
	margin-bottom:10px;
}

div.comment_submitbutton
{
	width:80px;
	height:22px;
	background-image:url(../_img/comment_submitbutton.png);
}

a div.comment_submitbutton
{
	display:block;
	
} 
a:hover div.comment_submitbutton
{
	cursor:pointer;
}
div.comment_comments_header h2
{
	padding:0; margin:0;
}
div.comment_comments_header {
background: url(../_img/comment_comments_header.png) 0 0 no-repeat;
	color: #ffffff;
	width: 330px;
	height: 30px;
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
}

div.pagination_container {
	height:20px;
	background-color:#f2f2f2;
}

div.pagination_container div.pagination a {
	border:1px solid #746d6b;
	margin:0 0 0 1px;
	color: #000;
}

div.pagination_container div.pagination a.selected, 
div.pagination_container div.pagination a.selected:hover {
background: #d2d2d2;
	color: #000000;
	border: 1px solid #8e8886;
}


div.comment_comments_bg_even,
div.comment_comments_bg_odd
{ 
	color:#1a1716;
	width:310px;
	padding:10px;
	min-height:75px;
	margin:0;
	border-bottom:solid 1px #ADADAE;
}

div.comment_comments_bg_odd
{
	background-color:#e2e2e2;
}

div.comment_comments_bg_even
{
	background-color:#f2f2f2;
}

div.comment_poster
{
	width:282px;
	height:20px;
	font-size:11px;
	color:#000;
	
}


div.comment_comments_box .pagination a 
{
	border:1px solid #ADADAE;
	margin:0 0 0 1px;
	color: #000;
}

div.comment_comments_box .pagination a.selected, 
div.comment_comments_box .pagination a.selected:hover  
{
	border:1px solid #eb2b2b;
	color:#fff;
	background:#b9b1ae;
}
   
div.comment_comments_box .pagination a:hover 
{
	border:1px solid #eb2b2b;
	color:#fff;
	background:#b9b1ae;
}

div.comment_comments_box .pagination 
{
	background:none; 
	text-align:center;
	line-height:20px;
	color:#FFF;
	height:20px;
}
   
.form_commentbox
{
	background-color:#fff; 
	overflow:auto;
	width:300px;
}
 
div.comment_extra_box
{
	width:330px;
	
	height:320px;
}

div.about_contest_box
{
	width:150px;
	height:320px;	
	float:left;
	margin-left:5px; 
	_margin-left:5px;
}

	div.about_contest_header
	{
		width:150px;
		height:35px;
		background-image:url(../_img/comment_about.png);
		background-repeat:no-repeat;
		padding:0; margin:0;
		padding-left:5px;
		_padding:0;
		font-family:"Trebuchet MS", Arial, Verdana, sans-serif;	
	}
	div.about_contest_header h2
	{
		padding:0; margin:0; font-size:14px;
	}
	
	div.about_contest_body
	{
		padding:0; margin:0;
		width:145px;
		_width:150px;
		height:280px;	
		background-color:#b2aaa7;
		color:#000;
		padding-top:5px;
		padding-left:5px;
		padding-right:5px;	
		_padding:0;
	}
	
	div.about_contest_body a
	{
		color:#000;
	}



#loginRegisterTip .header {width:315px; } /*popup login header is defined in header.css again for main site- should change this*/

body {
	background: #fff url(../_img/body_bg.jpg) center 0 repeat-x;
	margin:0px;
	padding:0px;
	font-family: arial, verdana, sans-serif;
	font-size:12px;
}
.container 
{
	width:925px;
	margin-left:auto;
	margin-right:auto;
}

.background 
{
	background-color:#fff;
	min-height:1100px;
	_height:1100px;
}

a.top_container 
{
	display:block;
	background-image:url(../_img/top-container-bg.jpg);
	width:925px;
	height:90px;
	padding:0;
	float:left;
}

.left_col
{
	width:232px; /*225px;*/
	height:300px;
	margin-top:1px;
	float:left;
	
	/*margin-top:7px;*/
}
	.left_open_your_heart
	{
		width:232px;
		height:410px;
		background-image:url('../_img/left-open-your-heart.jpg');
	}
	
	.left_find_united
	{
		width:232px;
		height:75px;
		background-image:url('../_img/left-find-united.jpg');
	}
	a.left_twitter
	{
		display:block;
		width:232px;
		height:95px;
		background-image:url('../_img/left-twitter.jpg');
	}
	
	a.left_facebook
	{
		display:block;
		width:232px;
		height:75px;
		background-image:url('../_img/left-facebook.jpg');
	}
	
	a.left_you_tube
	{
		display:block;
		width:232px;
		height:75px;
		background-image:url('../_img/left-you-tube.jpg');
	}
	
	a.left_liveunited
	{
		display:block;
		width:232px;
		height:60px;
		background-image:url('../_img/left-liveunited.jpg');
	}
	
	a.left_community_network
	{
		display:block;
		width:232px;
		height:53px;
		background-image:url('../_img/left-community-network.jpg');
	}
	
.content_col 
{
	float:left;
	width:693px;
	height:auto;
}

.content_col_footer
{
	width:752px;
	height:13px;
	background-image:url('../_img/content-col-footer-bg.jpg');
	/*ie 6 - does not handle small heights well*/
	overflow:none;
	background-repeat:no-repeat;
	margin-left:119px;
	_margin-left:118px;
}

.content_col,
.content_col_footer
{

}

.content_right
{
	/*border:solid 1px #ee0000;*/
	height:auto;
	width:350px;
	float:left;	
	margin-left:0px;
}


.prop 
{
	height:800px;
	float:right;
	width:1px;
}

input, textarea, select {
   background:#f6f6f6;
   border:1px solid #AAA;
   font-family: "Trebuchet MS", verdana, sans-serif;
   color:#000;
   font-size:11px;
   }
label input {
   border:none;
   }
fieldset  {
   border:1px solid #e3e3e3;
   padding:10px;
   }
h2, .content h2 a {
   color:#000;
   font-size:18px;
   font-weight:bold;
   padding-top:0;
   margin-top:0;
   }
h3{
   font-size:12px;
   font-weight:bold;
   }
#homebutton{
	position:absolute;
	top:0;
	left:0;
	margin:102px 0 0 50px;
	}
/*----register-----*/
.response {
   color:#ff0000;
   clear:both;
   }
.signup {
   width:450px;
   float:left;
   margin:0 10px 10px 0px;
   color:#fff;
   filter: alpha(opacity=95);
   -moz-opacity: 0.95;
   opacity:.95;
   }
.signup .content{
	color:#000;
   }   
.signup .hdr {
   height:30px;
   background:#fff url(../_img/hdr_register.png) top left no-repeat;
   }   
.already_member {
   background:#482215;
   float:left;
   width:230px;
   }
.already_member .hdr 
{
	height:30px;
	background:#fff url(../_img/hdr_already_member.png) top left no-repeat;
}
.confirmation {
   font-size:12px;
   }



/*----links-----*/
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a img {
   border:none;
   outline:none;
   }
.details .sub_hdr a {
   display:block;
   height:20px;
   margin:0 -11px;
   padding:0 11px;
   color:#3f3f3f;
   font-family:arial;
   text-transform:uppercase;
   font-weight:bold;
   letter-spacing:-0.5px;
  
   }
.details .sub_hdr a:hover 
{
	background:url(../_img/sub_head_gradient_over.png);
	text-decoration:underline;
	color:#000;
}
.clear {
   clear:both;
   }

.sub_hdr {
   background: url(../_img/sub_head_gradient.png) top left repeat-x;
   height:20px;
   line-height:18px;
   padding:0 11px;
   }


#rules .content ul li
{
	padding-bottom:5px;
}

   .sub_hdr  a
   {
		color:#000;
   }
.content 
{
	background-color:#f7f7f7;
	color: #2f2b2a;
	padding: 8px 6px;
}

.right_col {
	display:none;
	width:223px;
	   float:left;
}

.player 
{
	display: inline;
	width: 511px;
	height: 319px;
	float:left;
	padding-bottom:10px;
}

table td {
	color:#000;
}
.how,
.how p,
.how ul li {
	color:#000;
}

.details {
	display: inline;
	width:330px;
	margin-right: 12px;
	float:left;
	/*height:530px;*/ 
	height:auto;
}
.details .hdr {
	background:url(../_img/sub_hdr_details.png);
	height:30px;
	width:330px;
}
.details .content 
{
   height: 488px;
   overflow:auto;
   /*padding: 15px 21px;*/
   padding: 8px 10px;
   border-left:solid 1px #e7e7e7;
   border-right:solid 1px #e7e7e7;
  
}
   /*SITE SPECIFIC*/
.details .content h3.pressPlay {
   background:transparent url(../_img/title_about-contest.png) 0 0 no-repeat;
   width: 227px;
   height: 18px;
   text-indent: -999em;
}
.details .content div.downloads {
	overflow: hidden;
	margin-top: 20px;
}
.details .content div.downloads a {
	height: 56px;
	overflow: hidden;
	text-indent: -999em;
		float: left;
}
.details .content div.downloads a.downloadWaiver {
background: url(../_img/btn_download-waiver.png) 0 0 no-repeat;
	width: 150px;
}
.details .content div.downloads a.downloadMusic {
background: url(../_img/btn_download-music.png) 0 0 no-repeat;
	width: 134px;
}
	/*END SITE SPECIFIC*/


/*---send to friend popup----*/   
#sendtofriend {
   padding:15px;
   width:320px;  
   height:293px;
   background:transparent url(../_img/sendtofriend_bg.png) top left no-repeat;
   }
#sendtofriend .column_left {
   float:left;
   }
#sendtofriend .title {
   font-weight:bold;
   background:none;
   font-size:12px;
   }
#sendtofriend #close {
   float:right;
   margin-right:35px;
   cursor:pointer;
   }
#sendtofriend .error{
   color:#f00;
   font-weight:bold;
   }
#sendtofriend .embed_text textarea {
   height:225px;
   width:270px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   overflow:hidden;
   }   
#sendtofriend h2 {
   font-size:14px;
   margin:0;
   padding:0;
   }   

   
/* Fading Tooltips By Dustin Diaz*/
body div#toolTip { position:absolute;z-index:1000;width:220px;background:#fff;border:1px solid #ccc;text-align:left;padding:5px;min-height:1em;-moz-border-radius:5px; }
body div#toolTip p { margin:0;padding:0;color:#333;font:11px/12px verdana,arial,sans-serif; }
body div#toolTip p em { display:block;margin-bottom:3px;color:#295091;font-style:normal;font-weight:bold; }
body div#toolTip p em span { font-weight:bold;color:#333; }

.content_col .upload .content a,
.upload .content a,
.upload .content a:active,
.details .content a,
div.step_2 a,
a,
a.step,
a:link,
a:visited,
a:active
{

	color:#000;
}

.header .login a
{
	color:#000;
}

#hdrResponse a
{
	color:#000;
}

.upload .content a:hover,
.details .content a:hover,
div.step_2 a:hover,
a:hover
{
	/*color:#fff;
	text-decoration:underline;*/
}

.details .content p
{
	margin:0;
	padding:0;
	
	padding-bottom:5px;
	padding-top:5px;
}

#news div.content strong
{
	font-size:14px;
}

div.about div.content b
{
	font-weight:bold;
	font-size:13px;
}


 