/*
+---------------------------------------------------------------+
|	e107 website system
|	-------------------
|	Fun
|	-------------------
|	©2010 mcpeace
|	http://www.manatwork.info
|	mcpeace.manatwork@gmail.com
|
|	Released under the terms and conditions of Commercial License.
|
+---------------------------------------------------------------+
*/
* {
	margin: 0;
	padding: 0;     
}
body {
	margin: 0;
	padding: 0; 
	font-size: 12px;
	font-family: 'lucida grande', verdana, arial, sans-serif;
	color: #333;
	text-align: center;
	background:#fff url("images/background.png") top left repeat-x;
}
a {
	color: #FC403F;
	text-decoration: none;
    outline: none;
}
a:hover {
	color: #BE0105;
	text-decoration: none;
}
h1 {
	font-size: 34px;
    font: 40px 'highlandgothicflfbold';
    text-shadow: 2px 2px 2px #777;
}
h2 {
	font-size: 30px;
    font: 30px 'myndraineregular';
    text-shadow: 1px 1px 2px #777;
}
h3 {
	font-size: 20px;
    font: 20px 'ptsansregular';
    text-shadow: 1px 1px 2px #777;
}
h1, h2, h3 {
	font-family: 'trebuchet ms', 'lucida grande', verdana, arial, sans-serif;
	font-weight: bold;
	color: #000;
}
td {
    background: none;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color:#333;
	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;
    font-size: 1px;
	}
a img {
	border: none;
	}
.linkspage_button{
	border:0px;
}
.hidden{
	display:none;
}
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}
table {
    margin: 0 auto;
}
/* layout */
#page {
	margin: 0 auto;
	padding: 0;
	width: 1200px;
	text-align: left;
}
#navigation {
    width: 1180px;
    height: 43px;
    margin: 0 auto;
    padding: 156px 0 0 0; 
    z-index: 100;   
}
#header {
	position:relative;
	padding: 0;
	margin: 0;
	width: 1200px;
	height: 570px;
	background: url("images/header.jpg") top left no-repeat;
}
#header h1{
	position:absolute;
	top:60px;
	left:20px;
	width: 600px;
	padding: 0;
	margin: 0;
	font-size: 38px;
	text-align: left;
    font: 45px 'highlandgothicflfbold';
    text-shadow: 1px 1px 1px #fff;
}
#header h1 a {
    color: #EB2D2D;
}
#header h1 a:hover {
	color: #BE0105;
}
#content {
    padding: 10px 10px 0 10px;
	background: url("images/content.png") top left no-repeat;
}
#slider-pad {
    position: absolute;
    top: 235px;
    left: 30px;
    width: 740px;
    height: 305px;
}
#leg {
    position: absolute;
    top: 198px;
    left: 720px;
    z-index: 90;
}
#top-nav {
    width: 390px;
    position: absolute;
    top: 205px;
    left: 790px;
    z-index: 100;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
#top-nav a {
    color: #fff;
    padding: 10px;
    display: inline-block;
    text-shadow: 0px 1px 1px #000;
}
#top-nav a:hover {
    color: #000;
    text-shadow: 0px 1px 1px #fff;
}
#sidebar {
    float: right;
	margin:0;
	padding:0;
	width: 380px;
	font-family: 'lucida grande', verdana, arial, sans-serif;
}
#narrowcolumn {
	float: left;
	padding:0;
	margin:0;
	width:780px;
    font-size: 14px;
}
.content-left {
    float: left;
    width: 380px;
	font-family: 'lucida grande', verdana, arial, sans-serif;
}
.content-right {
    float: right;
    width: 380px;
	font-family: 'lucida grande', verdana, arial, sans-serif;
}
#widecolumn {
	padding:0 0 0 0;
	margin: 0 auto;
	width: 1180px;
	line-height: 1.6em;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
#down {
	padding: 0;
	margin: 0 auto;
	width: 1180px;
	clear: both;
	background:#222;
}
#downin {
    width: 1160px;
    margin: 0 auto;
    padding: 0 10px;
	background: url("images/line.png") top left repeat-x;
}
#down-left {
    float: left;
    width: 575px;
}
#down-right {
    float: right;
    width: 575px;
}
.down-left {
    float: left;
    width: 282px;
}
.down-right {
    float: right;
    width: 282px;
}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 1198px;
	clear: both;
	background:#f2f2f2 url("images/fade.png") top left repeat-x;
	border: 1px solid #bbb;
}
#footer p {
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
    font-size: 10px;
    width: 900px;
}
/* core classes */
.button{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	background: url("images/b.png") top left repeat-x;
    padding: 4px 10px;
    border: 1px solid #bbb;
    cursor: pointer;
	color: #FC403F;
}
.button:hover{
	background: url("images/bo.png") top left repeat-x;
	border: 1px solid #777;
	color: #BE0105;
}
.tbox.chatbox {
	width: 90%;
	margin: 0 auto;
}
.spacer {
	padding: 2px 0 2px 0;
}
.indent{
	padding:4px;
	border: 1px solid #FC403F;
    background: #f4f7fa;
}
.smalltext {
	font: 1em 'lucida grande', verdana, arial, sans-serif;
}
.mediumtext {
	font: 1.2em 'lucida grande', verdana, arial, sans-serif;
}
.tbox{
	background-color: #f4f7fa;
	border: 1px solid #bbb;
	color: #333;
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
    padding: 4px 4px 5px 4px;
}
.tbox:focus {
    background: #fff;
	color: #FC403F;
	border: 1px solid #777;
}
.helpbox {
	border: 0px;
	background-color: transparent;
	color:#000;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
}
.fborder {
	border: 1px solid #bbb;
	background:#f3f3f3;	
}
.forumheader td {
    font-weight: normal;
}
.forumheader{
	background:#f7f7f7 url("images/btno.png") bottom left repeat-x;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	padding: 4px;
	border: 1px solid #bbb;
    font-weight: bold;
}
.forumheader .mediumtext {
    font-size: 12px;
    font-weight: bold;
}
.forumheader2{
	background:#ffffff url("images/fade2.png") top left repeat-x;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	padding: 4px;
	border: 1px solid #bbb;
}
.forumheader3{
	background:#ffffff url("images/fade2.png") top left repeat-x;
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
	color:#333;
	padding: 4px;
	border: 1px solid #bbb;
}
.forumheader3 .smalltext {
    font-size: 10px;
}
.forumborder{
	border:  1px solid #bbb;
	background-color: transparent;
}
.fcaption {
	padding: 5px 0 5px 8px;
    line-height: 30px;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	color:#555;
	font-weight:bold;
	background:#f7f7f7 url("images/btn.png") top left repeat-x;
}
.nforumdisclaimer {
    display: none;
}
/* search */
#searchbar {
    position: absolute;
    top: 89px;
    right: 20px;
    width: 300px;
    height: 25px;
    font-size: 12px;
    background: transparent;
    border: none;
    line-height: 25px;
}
#searchfield {
    float: left;
    width: 230px;
    height: 12px;
    padding: 8px;
    border: none;
    display: inline-block; 
	background: transparent;   
}
#searchfield:focus {
	color: #FB3F3E; 
    border: none;   
}
#searchsubmit {
    border: none;
    margin: 0;
    position: relative;
    width: 50px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
	background:none;
    text-align: center;
    display: inline-block;
	color: #fff; 
    top: 0;
    right: 0;
    float: right;
    text-shadow: 0px 1px 1px #000;
}
#searchsubmit:hover {
	color: #f65403;
	background: url("images/bo.png") top left repeat-x;
    text-shadow: 0 0 0 #000;
}
/* navigation */
.mnav{
	position: relative;
	list-style: none;
	line-height: 0px;
	margin-bottom: 20px;
	margin-top: 5px;
	display: block;
}
.mnav h3 {
    padding-bottom: 10px;
}
.mnav li{
	background: none;
    position: relative;
}
.mnav a {
	display: block;
	padding: 1px 10px 1px 22px;
	background: url("images/bullet2.png") 0 54% no-repeat;
	line-height: 20px;
	margin: 0;
    font-size: 12px;
    position: relative;	
}
.mnav a:hover {
 	display: block;
	background: url("images/bullet2.png") 0 54% no-repeat;
    position: relative;	
}
.mnav .d_sublink a {
	display: block;
	padding: 1px 10px 1px 15px;
	background: url("images/bullet2.png") 0 54% no-repeat;
	margin-left: 10px;
    position: relative;
}
.mnav .d_sublink a:hover {
 	display: block;
	background: url("images/bullet2.png") 0 54% no-repeat;
    position: relative;
}
.d_sublink {
    font-size: 0;
}
.list {
    padding-left: 20px;
}
/* next/prev */
.nextprev {
    padding:10px;
}
.npbutton {
	background: url("images/b.png") top left repeat-x;
    text-decoration: none;
    padding: 3px;
    text-align:center;
    font-size: 13px;
	border: 1px solid #bbb;
}
.npbutton:hover{
	background: url("images/bo.png") top left repeat-x;
	border: 1px solid #777;
}
.nextprev .tbox, .forumheader .tbox {
	padding: 0;
}
.nextprev_link{
	background: url("images/b.png") top left repeat-x;
    text-decoration: none;
    padding: 2px 5px;
    text-align:center;
    font-size: 13px;
	border: 1px solid #bbb;
}
.nextprev_link:hover{
	background: url("images/bo.png") top left repeat-x;
	border: 1px solid #777;
    text-shadow: 1px 1px 1px #fff;
}
.nextprev_current{
	background: url("images/b.png") top left repeat-x;
    text-decoration: none;
    padding: 2px 5px;
    text-align:center;
    font-size: 13px;
	border: 1px solid #777;
    color: #000;
    font-weight: bold;
}
/* chat styles  */
.chatname {
    font-size: 12px;
    border-bottom: 1px solid #014177;
}
.chatdate {
    font-size: 9px;
}
.chattext {
    font-size: 12px;
}
/* comments styles  */
.comm {
	background:#f3f3f3;
	border: 1px solid #bbb;
    padding: 5px; 
    color: #333;  
}
/* menu styles  */
.menu {
    margin-bottom: 20px;
}
.menu h3 {
    padding: 10px;
}
.menu .text {
    text-align: left;
    padding: 10px;
	background:#ffffff url("images/fade2.png") top left repeat-x;
    border: 1px solid #bbb;
    font-size: 12px;
}
#down .menu:first-child {
    margin-top: 10px;
}
#down .menu h3, #down .menu h2, #down .menu h1 {
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}
#down .menu .text {
    padding: 10px;
	background:transparent;
    border: 1px solid #333;
    font-size: 12px;
    color: #555;
}
/* credit  */
#source span {
    display: none;
}
#source {
    display: inline;
    float: left;
    margin: 20px 0 10px 10px;
}
/* news */
.article {
    position: relative;
    margin-bottom: 10px;
	background:#f2f2f2 url("images/fade.png") top left repeat-x;
    border: 1px solid #bbb; 
    padding: 10px; 
}
.menu .article {
    position: relative;
    margin-bottom: 10px;
    background: none; 
    border: none; 
    padding: 0;
    font-size: 12px; 
}
.article h2 {
    padding-bottom: 10px;
}
.menu .article h2 {
    font-size: 25px;
    font: 25px 'myndraineregular';
    text-shadow: 1px 1px 2px #777;
}
.article .top-info {
    text-align: center;
    padding: 1px 5px 2px 5px;
    margin: 0 auto;
    margin-bottom: 20px;
	background: url("images/b.png") bottom left repeat-x;
}
.article p {
    text-indent: 20px;
}
.article .entry {
    padding-bottom: 20px;
    overflow: hidden;
	border-bottom: 1px solid #bbb;
}
.menu .article .entry {
    padding-bottom: 0;
    overflow: hidden;
	border-bottom: none;
}
.newsimage, .newsthumbnail {
    float: left;
    padding: 5px 15px 5px 0;
    display: inline;
    position: relative;
}
.article .smalltext {
	border-top: 1px solid #fff;
    padding-top: 10px;
}
.left-info {
    display: inline;
    float: left;
    width: 49%;
    text-align: left;
    position: relative;
}
.right-info {
    display: inline;
    float: right;
    width: 49%;
    text-align: right;
    position: relative;
    padding-top: 2px;
}
.caption { 
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
	background: url("images/b.png") top left repeat-x;
	padding-left:15px;
    text-shadow: 1px 1px 1px #fff;
}
.extend a{
	background: url("images/b.png") top left repeat-x; 
    padding: 4px 10px;
    cursor: pointer;
    border: 1px solid #bbb;
    font-size: 12px;
}
.extend a:hover {
	background: url("images/bo.png") top left repeat-x;
    border: 1px solid #777; 
}
/* login menu */
#adminarea a{
    line-height: 32px;
    display: block;
	background: url("images/admin.png") top left no-repeat;
    text-indent: 42px;
}
#usern a {
    line-height: 32px;
    display: block;
	background: url("images/settings.png") top left no-repeat;
    text-indent: 42px;    
}
#profile a {
    line-height: 32px;
    display: block;
	background: url("images/profile.png") top left no-repeat;
    text-indent: 42px;    
}
#logout a {
    line-height: 32px;
    display: block;
	background: url("images/logout.png") top left no-repeat;
    text-indent: 42px;    
}
#uname, #pass, #imgcode {
    text-align: center;
}
#imgcode .tbox {
    width: 70px;
}
#log {
   text-align: center;
   padding: 3px 0;    
}
#rem {
    text-align: center;
}
#sign {
   text-align: center;
   padding: 8px 0 5px;   
}
#sign a{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	background: url("images/b.png") top left repeat-x;
    padding: 4px 10px;
    border: 1px solid #bbb;
    cursor: pointer;
}
#sign a:hover{
	background: url("images/bo.png") top left repeat-x;
	border: 1px solid #777;
}
#fpw {
	background: url("images/bullet2.png") 0 55% no-repeat; 
    text-indent: 18px;
    padding: 5px 0 3px 0; 
}
#resend {
	background: url("images/bullet2.png") left no-repeat; 
    text-indent: 18px;
}
