/*  
Theme Name: KDM100 default
Theme URI: http://mteww.com
Description: The hacked-up theme for MTAA's Karaoke DeathMatch 100
Version: 1.0
Author: T.Whid
Author URI: http://mteww.com
*/

img
{
	border: none;
}

body
{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;	
	background-color: white;
	color: black;
	font: small/16px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}

body#commentspopup
{
	text-align: left;
	margin: 10px;
}

div#header
{
	margin: 0px auto 0px auto;
	border: 1px solid white;
}

div#header_nav p
{
	font-size: 12px;
	margin: 4px auto 0px auto;
}

h1#page_head
{
	/*width: 544;*/
	margin: 4px auto 4px auto;
	text-indent: -9000px; /*hide text*/
	height: 49px;
	cursor: pointer;
	margin: 0px;
	background: white url(images/kdm100_headline.gif) top center no-repeat;
}

h1#page_head a
{
	display: none;
}

h2#subtitle
{
	width: 544px;
	margin: 4px auto 4px auto;
	font-size: 12px;
}


div#description p
{
	margin: 4px auto 4px auto;
	font-size: 12px;
	color: #000;
	width: 88%;
}

div#current_score
{
	position: relative;
	margin: 10px auto 0px auto;
	width: 730px;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 0px 6px 0px;
	border: 1px solid red;
}

div#current_score span#legend 
{
	position: absolute;
	left: 6px;
	top: -8px;
	background-color: white;
	padding: 0px 4px 0px 4px;
	font-weight: bold;
	font-size: 12px;
	color: red;
}

div#main_content
{
	position: relative;
	margin: 0px auto 0px auto;
	width: 730px;
	background: white url(images/burst.jpg) center center no-repeat;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

div#page_content
{
	margin: 30px auto 30px auto;
	padding: 20px 0px 20px 0px;
	width: 600px;
	text-align: left;
	border-top: 6px solid #dcdcdc;
	border-bottom: 6px solid #dcdcdc;
}

div#page_content h2
{
	margin: 0px auto 20px auto;
}

div#page_content h2.sub
{
	padding: 0px;
	margin: 20px auto 0px auto;
}

#expired_msg
{
	font-size: .5em;
	background-color: #FFC;
}

div#main_content h2 /* ROUND */
{
	margin: 0px auto 0px auto;
	padding-top: 6px;
	font-size: 32px;
	line-height: 32px;
	color: red;
}

div.left
{
	width: 320px;
	text-align: left;
	float: left;
}

div.right
{
	width: 320px;
	text-align: right;
	float: right;
}

div.entry
{
	margin: 0px 0px 2px 0px;
	text-align: center;
}

div.entry p
{
	margin: 2px 0px 2px 0px;
}

div.entry p strong
{
	font-size: larger;
}

div.entry p img
{
	border: 1px solid black;
}

div.entry img /* main images */
{
	display: block;
	margin-top: 2px;
	border: 1px solid black;
}

p.video_links
{
	width: 320px;
	margin: 2px 0px 0px 0px;
	text-align: center;
}

p.entry_comment
{
	font-size: 12px;
	text-align: center;
}

div#footer
{
	width: 730px;
	font-size: smaller;
	color: #999;
	margin: 10px auto 10px auto;
}

/* VOTE links */
span.vote_action
{
	width: 314px;
	border: 3px solid red;
	color: red;
	text-decoration: underline;
	display: block;
	text-align: center;
	padding: 4px 0px 4px 0px;
	cursor: pointer;
}

span.vote_action:hover
{
	border: 3px solid red;
	color: white;
	background-color: red;
}

span.register_state
{
	display: block;
	width: 314px;
	padding: 4px 0px 4px 0px;
	border: 3px solid #bbb;
	background-color: #dedede;
	color: #666;
	font-style: italic;
	text-align: center;
}

span.vote_complete
{
	width: 314px;
	border: 3px solid red;
	color: red;
	background-color: #FF9;
	display: block;
	text-align: center;
	padding: 4px 0px 4px 0px;
}

hr
{
	width: 90%;
	color: #f5f5f5;	
	margin-bottom: 4px;
}

#archive
{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
}

p.comment_author
{
	margin: 0px;
	padding: 0px;
}

p.comment_author cite
{
	color:#666;
	font-size:11px;
}

/* common links */
a:link, a:visited
{
	color: red;
}

a:hover 
{
	text-decoration : none;
}

a:active
{
	text-decoration : none;
	color: black;
}