/*  
Theme Name: Troma 2005
Theme URI: http://www.troma.com/
Description: V.2005 of troma.com.
Version: 2005
Author: Chris Lanphear
Author URI: http://www.troma.com/
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Comic Sans MS;
	font-size: 11px;
	text-align:justify;
}

#main {
	margin-left: 160px;
	margin-right: 10px;
	text-align: left;
}

#main a:link,
#main a:active,
#main a:visited {
	color: #000000;

}

#main a:hover {
	text-decoration: none;
}

#sidebar {
	float: left;
	width: 150px;
	text-align: left;
	font-size: 11px;
}

#wrapper {
	width: 850px;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	background-color: #ffffff;
	background-image:url(images/column.gif);
	background-position:left;
	background-repeat:repeat-y;
}

hr.cleaner {
	border:none;
	clear:both;
	height:1px;
	margin:-1px 0 0 0;
	padding:0;
	visibility:hidden;
}

.nav-title {
	background-color: #000000;
	color: #ffffff;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(images/bar.jpg);
	text-decoration: none;
}

.nav-item:link,
.nav-item:active, 
.nav-item:visited {
	display: block;
	padding-left: 15px;
	padding-bottom: 5px;
	background-color: #808080;
	text-decoration: none;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #000000;
	color: #ffffff;
}

.nav-item:hover {
	/* background-color: #A1D6A0; */
	background-color: #55B253;
}

#newsbox {
	height: 250px;
	margin-right: 160px;
}

#bestsellers {
	float: right;
	width: 150px;
}

.footer {
	font-size: 10px;
	text-align: center;
	color:#66FF00;

}

.longbar {
	background-image: url(images/bar.jpg);
	text-align: center;
	color: #ffffff;
	padding: 3px;
	margin-bottom: 5px;
	background-repeat:repeat-x;
}

.newsitem {
	font-size: 11px;
	color: #006633;
	text-align: justify;

}

.newsheadline {
    font-family:"Comic Book";
	font-size:large;
	text-align: left;
	color:#FF0000;

}

.text {
font size: 12px;
text-align: justify;

}

.bestseller {
	font-size: 11px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: underline;
	padding: 3px;
}

.bestseller:link,
.bestseller:visited,
.bestseller:active {
	color: #808080;
	text-decoration: none;
}

.bestseller:hover {
	background-color: #55B253;
	color: #ffffff;
}

.topper {
	background-color: #c0c0c0;
	background-image: url(images/topper.gif);
	width: 850px;
	height: 150px;
}

.subnavigation {
	background-color: #55B253;
	color: #ffffff;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

.subnavigation:link,
.subnavigation:active,
.subnavigation:visited {
	color: #ffffff;
	text-decoration: underline;
}

.subnavigation:hover {
	text-decoration: none;
}

.headline {
	text-align: center;
	font-size: 18px;
}

.superheadline {
	font-size: 22px;
	font-weight: bold;
}

.main-content {
	margin: 5px;
	font-size: 13px;
	text-align: justify;
}

.inlinebar {
	width: 150px;
	background-color: #a3a3a3;
	padding: 5px;
	margin: 10px;
}

.redhighlight {
	font-weight: bold;
	text-align: center;
	color: #ff0000;
}

.inlinehighlight {
	color: #ffffff;
	font-size: 14px;
	font-style: italic;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}