/*
Theme Name: Wii-Sale.com
Theme URI: http://wii-sale.com
Description: Custom template for Wii-Sale.com
Version: 1.0
Author: Dustin Davis
Author URI: http://nerdydork.com/
Tags: white, Wii, mario
*/

#header {
	background: url(http://wii-sale.com/images/header.jpg) no-repeat;
}

#box {
	background: url(http://wii-sale.com/images/background.jpg) repeat-y;
}

#menu ul li a:hover{background:#00FFFE url("http://wii-sale.com/images/menu-arrow.gif") no-repeat 0 9px;}
#menu ul li a.current,ul li a.current:hover{background:#7FFFFC url("http://wii-sale.com/images/menu-arrow.gif") no-repeat 0 9px;}

#footer {
	background: url(http://wii-sale.com/images/footer.jpg) no-repeat;
}



/* Begin Typography & Colors */
body {
	font-size: 80%;
}

#comment {
	width: 100%;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}