/*
+---------------------------------------------------------------+
|	e107 website system
|	-------------------
|	Stereo FM
|	-------------------
|	©2009 mcpeace
|	http://www.manatwork.info
|	mcpeace.manatwork@gmail.com
|
|	Released under the terms and conditions of the Commercial License.
|
+---------------------------------------------------------------+
*/
* {
	margin: 0;
	padding: 0; 	
}
body {
	margin: 0;
	padding: 0; 
	font-size: 62.5%; 
	font-family: 'lucida grande', verdana, arial, sans-serif;
	color: #555;
	text-align: center;
	background:#000;
}
a {
	color: #06c;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #147;
	text-decoration: none;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1.0em;
}
h1, h2, h3 {
	font-family: 'trebuchet ms', 'lucida grande', verdana, arial, sans-serif;
	font-weight: bold;
	color: #888;
	margin-bottom: 10px;
}
td {
    background: none;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color:#555;
	padding: 0px;
	text-align:left;
}
acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
hr {
	color: #333;
	height: 1px;
	font-size: 1px;
	margin: 5px 0;
}
a img {
	border: none;
	}
.linkspage_button{
	border:0px;
}
.hidden{
	display:none;
}
.clear {
	clear: both;
}
table {
	margin: 0 auto;
}
/* begin layout */
#pageout {
	position: relative;
	margin:0;
	padding:0;
	width: 100%;
	text-align: right;
	background:#000;
}
#page {
	margin:0 auto;
	padding:0;
	width: 100%;
	min-width: 864px;
	max-width: 2000px;
	text-align: left;
	background: url("images/header.jpg") top center no-repeat;
}
#header {
	position:relative;
	padding: 0;
	margin: 0 auto;
	height: 300px; 
}
#header h1{
	position:absolute;
	top:0px;
	left:0px;
	width: 1%;
	padding: 0;
	margin: 0;
	font-size: 0.01em;
	text-align: center;
}
#header h1 a, #header h1 a:hover{
	color:black
}
#header-right {
	margin-left: 49%;
	padding: 0;
	text-align: center;
	position: relative;
}
#dj {
	position: absolute;
	top: 1px;
	left: 0;
	width: 330px;
	height: 345px;
}
.slide {
	margin: 0 auto;
	width: 500px;
	height: 96px;
	z-index: 10;
	background: url("images/box.png") 0 12px no-repeat;
}
#box {
	margin: 0 auto;
	width: 500px;
	height: 75px;
	z-index: 10;
	margin-top: 12px;
}
.content {
	padding: 0 10px;
	font-size: 1.0em;
}
#page-middle {
	padding-top: 70px;
	width: 100%;
	background: url("images/back.jpg") top left repeat-x;	
}
#page-middle .content {
	font-size: 1em;
}
.page-middle-left {
	width: 60%;
	float: left;
}
.page-middle-right {
	width: 60%;
	float: right;
}
#page-left {
	width: 70%;
	float: left;
}
#sidebar-left {
	float: left;
	margin:0;
	padding:0;
	width: 20%;
}
#sidebar-right {
	float: right;
	margin:0;
	padding:0;
	width: 20%;
}
.narrowcolumn {
	float: right;
	padding:0;
	margin:0;
	width: 64%;
}
.semiwidecolumn {
	padding: 0;
	margin: 0;
	width: 100%;
	margin: 0 auto;
}
.widecolumn {
	padding: 0;
	margin: 0;
	width: 100%;
	margin: 0 auto;
	line-height: 1.6em;
}
.narrowcolumn .entry, .semiwidecolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
#page-down {
	background:#101010 url("images/cube.jpg") top left repeat-x;	
	padding-top: 20px;
}
#page-down .content {
	font-size: 1em;
}
#page-down-left {
	width: 33%;
	float: left;
}
#page-down-right {
	width: 33%;
	float: right;
}
#page-down-center {
	width: 33%;
	margin: 0 auto;
}
#footer {
	padding: 0;
	margin: 0;
	width: 100%;
	clear: both;
	font-size: 0.9em;
	background: url("images/back.jpg") top left repeat-x;
}
#footer p {
	margin: 0;
	padding: 20px 20px 20px 100px;
	text-align: center;
}
/* navigation */
.mnav{
	position: relative;
	list-style: none;
	line-height: 0px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.mnav h3 {
	margin-bottom: 10px;
}
.mnav li{
	background: none;
 	display: block;
}
.mnav a {
	display: block;
	padding: 5px 15px 5px 25px;
	background:#222 url("images/bullet2.gif") 5px 7px no-repeat;
	line-height: 17px;
	margin: 2px 0 0 0;	
}
.mnav a:hover {
 	display: block;
	background:#333 url("images/bullet3.gif") 5px 7px no-repeat;
	color: #aaa;
}
.mnav .d_sublink a {
 	display: block;
	background:#444 url("images/bullet3.gif") 5px 7px no-repeat;
	margin-left: 10px;
	color: #888;	
}
.mnav .d_sublink a:hover {
 	display: block;
	background:#555 url("images/bullet4.gif") 5px 7px no-repeat;
	color: #00d4ff;	
}
.vnav{
	position: relative;
	list-style: none;
	line-height: 0px;
}
.vnav li{
	background: none;
 	display: block;
}
.vnav a {
	display: block;
	padding: 3px 15px 3px 20px;
	background: url("images/bullet2.gif") left no-repeat;
	line-height: 15px;
	margin: 1px 0 0 0;	
}
.vnav a:hover {
	background: url("images/bullet3.gif") left no-repeat;
	color: #aaa;
}
.d_sublink a {
	background: url("images/bullet3.gif") left no-repeat;	
	margin-left: 10px;
	color: #888;
}
.d_sublink a:hover {
	background: url("images/bullet4.gif") left no-repeat;
	color: #00d4ff;
}
/* core classes */
.button{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	background:#333 url("images/button.jpg") bottom left repeat-x;
	padding: 2px 10px;
	border: 1px solid;
	border-color: #555 #333 #333 #555;
	cursor: pointer;
	color: #aaa;
}
.button:hover {
	background:#333 url("images/buttono.jpg") top left repeat-x;
	color: #000;
}
.tbox.chatbox {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.spacer {
	padding: 2px 0 2px 0;
}
.indent{
	padding:4px;
	border: 1px solid #111;
	background: #555;
	color: #000;
}
.indent a {
	color: #aaa;
}
.indent a:hover {
	color: #0000FF;
}
.indent .indent {
	background: #333;
	color: #777;
}
.indent em {
	background: #777;
	padding: 2px;
}
.smalltext {
	font: 1em 'lucida grande', verdana, arial, sans-serif;
}
.mediumtext {
	font: 1.1em 'lucida grande', verdana, arial, sans-serif;
}
.tbox{
	background: #444;
	border: 1px solid;
	border-color: #333 #555 #555 #333;
	color: #000000;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
	padding: 2px;
	margin-bottom: 3px;
}
.helpbox {
	border: 0px;
	background-color: transparent;
	color:#000;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
}
.fborder {
	border: 1px solid;
	border-color: #555 #333 #333 #555;
	background: #111;
}
.forumheader{
	background:#444 url("images/buttono.jpg") top left repeat-x;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 1.2em;
	color:#aaa;
	padding: 4px;
	border: 1px solid;
	border-color: #555 #333 #333 #555;
}
.forumheader td {
	color: #777;
	vertical-align: middle;
}
.forumheader2{
	background: #222;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 1em;
	color:#555;
	padding: 4px;
	border: 1px solid;
	border-color: #555 #333 #333 #555;
}
.narrowcolumn .forumheader2 .smalltext {
	font-size: 9px;
}
.forumheader3{
	background: #222;
	font: 1em verdana, tahoma, arial, helvetica, sans-serif;
	color:#555;
	padding: 4px;
	border: 1px solid;
	border-color: #555 #333 #333 #555;
}
.forumheader4, .forumheader5 {
	background: #222;
	font: 1em verdana, tahoma, arial, helvetica, sans-serif;
	color:#555;
	padding: 4px;
	border: 1px solid;
	border-color: #555 #333 #333 #555;
}
.forumborder{
	border:  #000080 1px solid;
	background-color: transparent;
}
.fcaption {
	height:35px;
	padding: 2px 0 2px 8px;
	font: 0.9em verdana, tahoma, arial, helvetica, sans-serif;
	color:#777;
	font-weight:bold;
	background:#000 url("images/back.jpg") top left repeat-x;
	border: 1px solid;
	border-color: #555 #333 #333 #555;
}
.narrowcolumn .fcaption {
	height:20px;
	padding-top: 10px;
	font-size: 1em;	
}
.nforumdisclaimer {
	font-size: 8px;
}
/* menus style */
.menu h3 {
	padding-bottom: 10px;
}
.menu {
	padding-bottom: 20px;
}
.comm {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #06c;
	font-weight: normal;
}
.chatimage {
	z-index: 100;
	float: left;
}
.chatname {
	margin-left: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #06c;
}
.chatbox .datetext {
	font-size: 10px;
	margin-bottom: 10px;
	margin-left: 57px;
	margin-top: 10px;
}
.chatbox .text {
	padding: 0;
	margin-bottom: 20px;
	font-size: 1em;
}
.chatbox {
	width: 100%;
	padding: 0;
	margin-top: 10px;
}
/* news style */
.article {
	padding-bottom: 20px;
}
.article h2 {
	margin-bottom: 10px;
}
.left-info {
	width: 40%;
	float: left;
	text-align: left;
}
.right-info {
	width: 59%;
	float: right;
	text-align: right;
}
.top-info {
	padding-bottom: 5px;
	border-bottom: 1px solid #444;
}
.article .entry {
	padding: 5px 0;
	margin: 5px 0;
	text-indent: 15px;
}
.newsimage {
	float: left;
	padding: 5px 10px 5px 0;
}
.extend a{
	width: 150px;
	line-height: 25px;
	background: url("images/extend.jpg") bottom left no-repeat;	
	text-align: left;
	font-size: 11px;
	display: block;
}
.caption {
	background-image: url("images/back.jpg");
}
/* nextprev */
.nextprev {
	padding: 10px 0 20px 0;
}
.nextprev_link {	
    border:none;
    text-align:center;
    font-size: 1.4em;
}
.nextprev_link:hover{
    border:none;
    text-align:center;
    font-size: 1.4em;
}
.nextprev_current {
    border:none;
    color: #555;
    text-align:center;
    font-size: 1.4em;
}
.npbutton {
	background:#000 url("images/button.jpg") bottom left repeat-x;
	border: 1px solid;
	border-color: #555 #333 #333 #555;
	color: #aaa;
	font-weight: bold;	
}
.npbutton:hover {
	background:#333 url("images/buttono.jpg") top left repeat-x;
	border: 1px solid;
	border-color: #333 #333 #555 #555;
	color: #000;
	font-weight: bold;	
}
/* credit */
#source {
    float: left;
    z-index:100;
    display:block;
    width: 60px;
    height:25px;
    text-align:center;
    padding: 10px 0px 10px 20px;
}
#source a {
    display:block;
    color: #777;
	width: 60px;
    height:25px;
    text-decoration: none;
	background: url("images/source.gif") bottom no-repeat;
}
#source a:hover {
    text-decoration: none;
    color:#bbb;
	background: url("images/source_over.gif") bottom no-repeat;
}
#sidebar #sign a{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	background:#eee url("images/button.jpg") bottom left repeat-x;
	padding: 2px 10px;
	border: 1px solid;
	border-color: #ddd #444 #444 #ddd;
	cursor: pointer;
	margin: 0px auto;
	color: #000;
}
#sidebar #sign a:hover {
	background:#eee url("images/buttono.jpg") top left repeat-x;
}
.default_menu {
	color: #aaa;
}
#frm_menu_10 .menu {
	display: inline;
	width: 230px;
	float: left;
}
td.indent .open-quote, td.indent .close-quote {
	display: none;
}