/*
 * index.css
 *
 * CSS for 'static' frames,
 * including menu, button area, footer, header, counter, etc.
 */

/*
 * DEFAULT
 */

body {
	font-family:		sans-serif;
	text-align:		center;
	color:			#fff0e0;
	background:		#000000;
}

img {
	border-width:		0;
}

a {
	text-decoration:	none;
}

img.bullet {
	width:			7px;
	height:			10px;
}

h1 {
	font-size:		medium;
	font-weight:		bold;
	color:			white;
}

/*
 * MENU
 */

body.menu {
	scrollbar-face-color:		#404040;
	scrollbar-shadow-color:		#404040;
	scrollbar-highlight-color:	#808080;
	scrollbar-3dlight-color:	#404040;
	scrollbar-darkshadow-color:	#000000;
	scrollbar-track-color:		#606060;
	scrollbar-arrow-color:		#808080;

	background:		#201010;
}

img.menu {
	border-width:		0;
	width:			128px;
	height:			64px;
}

/*
 * BUTTONS
 */

body.buttons {
	margin:			5px;
	text-align:		left;
	color:			white;
	background:		#990000;
	line-height:		20px;
}

body.buttons a.cat {
	font-weight:		bold;
	font-family:		verdana, arial, sans-serif;
	font-size:		13px;
	text-decoration:	none;
	text-align:		center;
	color:			#ffe080;
	background:		#990000;
	border:			1px solid #990000;
}
body.buttons a.cat:link {
	background:		#990000;
	border:			1px solid #990000;
}
body.buttons a.cat:hover {
	color:			#ffffff;
	background:		#660000;
	border:			1px solid #660000;
}
body.buttons a.cat:active {
	color:			#ffffff;
	background:		#990000;
	border:			1px solid #990000;
}

.hot {
	font-weight:		normal;
	font-family:		verdana, arial, sans-serif;
	font-size:		13px;
	text-decoration:	none;
	text-align:		left;
	color:			#fff0c0;
}

/*
 * FOOTER
 */

body.footer {
	margin:			5px;
	color:			#fff0e0;
	background:		#660000;
}

body.footer a.btn {
	font-family:		"arial narrow", sans-serif;
	color:			#cccccc;
	font-size:		9px;
}

/*
 * HEADER
 */

body.header {
	margin:			3px 0px 0px 0px;
	background:		#201010;
}

/*
 * COUNTER
 */

body.counter {
	margin:			2px;
	background:		#201010;
}

