/*
+---------------------------------------------------------------+
|	e107 website system
|	-------------------
|	Halloween
|	-------------------
|	©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: #A56BE4;
	text-align: center;
	background:#000;
}
a {
	color: #6720B5;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #8435DB;
	text-decoration: none;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 2.4em;
}
h3 {
	font-size: 1.8em;
}
h1, h2, h3 {
	font-family: 'trebuchet ms', 'lucida grande', verdana, arial, sans-serif;
	font-weight: bold;
	color: #02C102;
}
td {
    background: none;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color:#A56BE4;
	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:#1f3d59;
	font-size: 1px;
	}
a img {
	border: none;
	}
.hidden{
	display:none;
}
.clear {
	clear: both;
}
table {
	margin: 0 auto;
}
/* layout */
#page {
	margin: 0 auto;
	padding: 0;
	width: 1100px;
	background:#32003D url("images/footer.jpg") bottom left no-repeat;
	font-size: 1.3em;
	text-align: left;	
}
#header {
	position:relative;
	padding: 0;
	margin: 0 auto;
	height: 250px;
	width: 1100px;
	text-align: left;
	background: url("images/header.jpg") top left no-repeat;
}
#animation {
	position: relative;
	top: 0px;
	left: 0px;
	padding:10px;
	margin:0;
	width: 710px;
	height: 260px;
	text-align: left;
}
#frm_menu_10 div.menu {
	width: 150px;
	float: left;
}
.sidebar {
	float: left;
	margin:0;
	padding:0 0 0 20px;
	width: 150px;
	font-family: 'lucida grande', verdana, arial, sans-serif;
}
#narrowcolumn {
	float: right;
	padding:0 20px 0 10px;
	margin:0;
	width: 900px;
}
.c-left {
	float: left;
	width: 350px;
}
.c-right {
	float: right;
	width: 350px;
}
#widecolumn {
	float: right;
	padding:10px 20px 200px 0;
	margin:0;
	width: 730px;
	line-height: 1.6em;
}
#narrowcolumn .entry, #widecolumn .entry {
	line-height: 1.4em;
}
#footer {
      padding:285px 0px 0px 0;
	margin: 0;
	width: 1100px;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 0 20px 30px 20px;
	text-align: center;
	font-size: 0.9em;
}
/* navigation */
.mnav{
	width: 250px;
	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:#33105A url("images/bullet2.gif") 5px 7px no-repeat;
	line-height: 17px;
	margin: 2px 0 0 0;
	border-bottom: 1px solid #333;
	color: #02C102;	
}
.mnav a:hover {
 	display: block;
	background:#1E0A34 url("images/bullet3.gif") 5px 7px no-repeat;
	border-bottom: 1px solid #000;
    color: #00FF00;
}
.mnav .d_sublink a {
 	display: block;
	margin-left: 10px;
}
.mnav .d_sublink a:hover {
 	display: block;	
}
.vlist {
	padding-left: 25px;
	padding-bottom: 20px;
	list-style: none;
	list-style-image: url("images/bullet2.gif");	
}
/* core classes */
.button{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	background:#5EFF3D url("images/button.jpg") bottom left repeat-x;
	padding: 2px 10px;
	border: 1px solid;
	border-color: #777 #333 #333 #777;
	cursor: pointer;
	color: #46167A;
}
.button:hover {
	background:#3BB524 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 #000;
	background: #401470;
	color: #A56BE4;
	font-size: 1em;
}
.indent em {
	background: #1E0A34;
	padding: 2px;
}
.smalltext {
	font: 1em 'lucida grande', verdana, arial, sans-serif;
}
.mediumtext {
	font: 1.2em 'lucida grande', verdana, arial, sans-serif;
}
.tbox{
	background: #46167A;
	border: 1px solid;
	border-color: #333 #777 #777 #333;
	color: #A56BE4;
	font: 11px 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: #777 #333 #333 #777;
}
.forumheader td {
	color: #000;
	vertical-align: middle;
	font-weight: normal;
}
.forumheader{
	background:#3BB524 url("images/button.jpg") top left repeat-x;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color:#000;
	padding: 4px;
	border: 1px solid;
	border-color: #777 #333 #333 #777;
}
.forumheader h2 {
	color: #400080;
}
.forumheader a {
	color: #400080;
}
.forumheader .mediumtext {
	font-size: 1em;	
	font-weight: bold;
}
.forumheader a:hover {
	color: #8000FF;
}
.forumheader2{
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 0.9em;
	color:#A56BE4;
	padding: 4px;
	border: 1px solid;
	border-color: #777 #333 #333 #777;
}
#narrowcolumn .forumheader2 .smalltext {
	font-size: 9px;
}
.forumheader3{
	font: 0.9em verdana, tahoma, arial, helvetica, sans-serif;
	color:#A56BE4;
	padding: 4px;
	border: 1px solid;
	border-color: #777 #333 #333 #777;
}
.forumheader4, .forumheader5 {
	font: 1em verdana, tahoma, arial, helvetica, sans-serif;
	color:#A56BE4;
	padding: 4px;
	border: 1px solid;
	border-color: #777 #333 #333 #777;
}
.forumborder{
	border:  #A56BE4 1px solid;
	background-color: transparent;
}
.fcaption {
	height:35px;
	padding: 2px 0 2px 8px;
	font: 0.85em verdana, tahoma, arial, helvetica, sans-serif;
	color:#A56BE4;
	font-weight:bold;
	border: 1px solid;
	border-color: #777 #333 #333 #777;
	background: #33105A;
	text-align: center;
}
.fcaption a {
	color: #6720B5;
	text-decoration: none;
	outline: none;
}
.fcaption a:hover {
	color: #8435DB;
	text-decoration: none;
}
#narrowcolumn .fcaption {
	height:20px;
	padding-top: 10px;
	font-size: 1.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 #6720B5;
	font-weight: normal;
}
.chatimage {
	z-index: 100;
	float: left;
}
.chatname {
	font-size: 1.1em;
	margin-left: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #6720B5;
	font-weight: bold;
}
.chatdate {
	font-size: 0.85em;
	margin-bottom: 10px;
	margin-left: 57px;
	margin-top: 10px;
}
.chattext {
	padding: 0;
	margin-bottom: 20px;
	font-size: 1em;
}
.chatbox {
	width: 100%;
	padding: 0;
	margin-top: 10px;
}
/* news style */
.article {
	padding-bottom: 20px;
}
.article h2 {
	padding-right: 80px;
	margin-bottom: 10px;
}
.news_date {
	padding: 6px;
	margin-top: 3px;
	float: right;
	background:#5EFF3D url("images/button.jpg") bottom left repeat-x;	
}
.year {
	text-align: center;
	color: #400080;
	font-size: 1.1em;
}
.date {
	color: #000;
	text-align: center;
	font-size: 1.9em;
	font-weight: bold;
}
.month {
	color: #400080;
	text-align: center;
	font-size: 1em;	
}
.left-info {
	width: 40%;
	float: left;
	text-align: left;
}
.right-info {
	float: right;
	text-align: right;
}
.top-info {
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #3AB423;
	background: #33105A;
}
.article .entry {
	padding: 5px 0;
	margin: 5px 0;
	text-indent: 15px;
}

.extend a{
	float: left;
	margin-top: 5px;
	padding: 0 15px 0 0;
	line-height: 25px;
	background:#3BB524 url("images/button.jpg") top left repeat-x;
	text-align: left;
	font-size: 11px;
	display: block;
}
.caption {
	background:	#33105A;
	border-bottom: 1px solid #3AB423;
	font-style: oblique;
}
/* nextprev */
.nextprev {
	padding: 0 0 20px 0;
}
.nextprev_link {	
    border:none;
    text-align:center;
    font-size: 1.1em;
}
.nextprev_link:hover{
    border:none;
    text-align:center;
    font-size: 1.1em;
}
.nextprev_current {
    border:none;
    color: #fff;
    text-align:center;
    font-size: 1.1em;
    font-weight: bold;
}
.npbutton {
	background: url("images/button.jpg") bottom left repeat-x;
	border: 1px solid;
	border-color: #777 #333 #333 #777;
	color: #400080;
	font-weight: bold;	
}
.npbutton:hover {
	background:#333 url("images/buttono.jpg") top left repeat-x;
	border: 1px solid;
	border-color: #333 #333 #777 #777;
	color: #000;
	font-weight: bold;	
}
/* misc */
#frm_menu_10 .menu {
	display: inline;
	width: 230px;
	float: left;
}
td.indent .open-quote, td.indent .close-quote {
	display: none;
}
#source {
	visibility: hidden;
}
h3 a, h2 a, .caption a {
	color: #02C102;
	text-decoration: none;
	outline: none;
}
h3 a:hover, h2 a:hover, .caption a:hover {
	color: #00FF00;
	text-decoration: none;
}
#pad .tbox {
	width: 150px;
}
#sign a {
  color: #02C102;
  font-weight: bold;
  text-transform: uppercase;	
}
#sign a:hover {
  color: #00FF00;	
}
