@charset "utf-8";
/* Global CSS */

*	{
	margin:0px;
	padding:0px;
	}

body	{
	background:#000;
	color:#fff;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:18px;
	}

a	{
	color:#fff;
	text-decoration:none;
	}

	a:hover	{
		color:#960000;
		}
	
	a img	{
		border:1px solid #fff;
		}

p	{
	margin:8px 0px 8px 0px;
	}

#wrapper	{
	width:980px;
	margin:10px auto;
	background:#000;
	background:url(../images/logo.png) top left no-repeat;
	padding:10px;
	}

.clear	{
	clear:both;
	width:100%;
	}

/*
=====================
	MAIN CONTENT
	STYLES
=====================
*/

#mcWrapper	{
	margin:277px 0px 0px 85px;
	width:452px;
	float:left;
	}

#mcNav	{
	background:url(../images/mc_nav_bg.png);
	width:416px;
	padding:10px;
	text-align:center;
	}

	#mcNav a	{
		color:#fff;
		font-size:16px;
		padding:0px 5px 0px 5px;
		}
	
		#mcNav a:hover	{
			color:#960000;
			}
			
	#mcNav a.on	{
		font-style:italic;
		font-weight:bold;
		}
	
#mc	{
	background:url(../images/mc_bg.png);
	width:372px;
	padding:9px 32px 16px 32px;
	}

	#mc p a	{
		border-bottom:1px dashed #960000;
		}

	#mc h1	{
		font-size:18px;
		border-bottom:1px solid #960000;
		color:#fff;
		padding-bottom:3px;
		margin-bottom:5px;
		margin-top:10px;
		}
	
		#mc h1 span.date	{
			color:#960000;
			margin:0px 0px 0px 10px;
			}
		
		#mc h1 a img	{
			border:1px solid #960000;
			margin-right:5px;
			}
			
	#mc p.author	{
		margin:5px 0px 0px 0px;
		}
	
	#mc a.smallLink	{
		font-size:10px;
		}
	
	#mc .separator	{
		width:100%;
		display:block;
		clear:both;
		border-top:1px solid #3C3C3C;
		margin:22px 0px 0px 0px;
		}
	
	#mc .videoBox	{
		text-align:center;
		}

table.showTable	{
	border:0px;
	border-collapse:collapse;
	width:100%;
	margin-top:12px;
	}

	table.showTable td	{
		padding:2px;
		}
	
	table.showTable td.red	{
		color:#960000;
		}

	table.showTable tr.showHead	{
		border-top:1px solid #960000;
		border-bottom:1px solid #960000;		
		}
		
		table.showTable tr.showHead td	{
			font-weight:bold;
			color:#fff;
			padding:5px 0px 5px 0px;
			font-size:14px;
			}

/*
======================
	RIGHT SIDE
	STYLES
======================
*/

#rightWrapper	{
	width:358px;
	float:right;
	margin:277px 85px 0px 0px;
	}

#playerWrapper	{
	width:219px;
	padding:16px;
	background:url(../images/player_bg.png);
	}
	
	#playerWrapper #player	{
		margin-bottom:10px;
		}
	
	#playerWrapper a.popOut	{
		float:right;
		margin-top:-18px;
		font-size:10px;
		}
	
	#playerWrapper p	{
		text-align:center;
		margin-top:16px;
		font-weight:bold;
		}

#linkBox	{
	margin:16px 0px 0px 0px;
	width:231px;
	padding:10px;
	background:url(../images/link_bg.png);
	text-align:center;
	}
	
	#linkBox a	{
		font-size:14px;
		}

/*
======================
	Photo table
======================
*/

table.photoTable	{
	border-collapse:collapse;
	width:100%;
	}

	.photoTable td	{
		padding:5px 0px 5px 0px;
		text-align:center;
		}
	
	.photoTable .imgLink img	{
		border:none;
		}