/*
+---------------------------------------------------------------+
|	e107 website system
|	-------------------
|	Champions Blue
|	-------------------
|	©2008 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: #333;
	text-align: center;
	background: #06587D url("images/background.jpg") top left repeat-x;
}
a {
	color: #007FFF;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #00D4FF;
	text-decoration: none;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
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: #ccc;
	background: #ccc;
	margin: 5px 0;
	}
ul {
	padding: 0;
	margin: 0;
	list-style-position: inside;
}
a img {
	border: none;
	}
.linkspage_button{
	border:0px;
}
.hidden{
	display:none;
}
.clear {
	clear: both;
}
#pageout {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 1000px;
}
#page {
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	text-align: left;
	background:#fff url("images/page.jpg") top left repeat-y;
}
#page1 {
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	text-align: left;
	background:#fff url("images/page1.jpg") top left repeat-y;
}
#page2 {
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	text-align: left;
	background:#fff;
}
#pagein {
	margin: 0;
	padding: 0;
	width: 1000px;
	text-align: left;
	background: url("images/header.jpg") top left no-repeat;
}
#pagein1 {
	margin: 0;
	padding: 0;
	width: 1000px;
	text-align: left;
	background: url("images/header1.jpg") top left no-repeat;
}
#pagein2 {
	margin: 0;
	padding: 0;
	width: 1000px;
	text-align: left;
	background: url("images/header2.jpg") top left no-repeat;
}
#header {
	position:relative;
	padding: 0;
	margin: 0 auto;
	height: 280px;
	width: 100%;
}
.top {
	position:absolute;
	top:9px;
	right:1px;
	width: 200px;
	padding: 0;
	margin: 0;	
	list-style: none;
	font-size: 12px;
}
.top li{
	background: none;
 	display: inline;
}
#header h1{
	position:absolute;
	top:0px;
	left:210px;
	width: 140px;
	padding: 0;
	margin: 0 auto;
	font-size: 5em;
	text-align: center;
}
#header h1 a, #header h1 a:hover{
	color:white;
}
#header h2 {
	color:white;
	position:absolute;
	top:10px;
	left:415px;
	width: 152px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}
#header h3 {
	position:absolute;
	top:3px;
	left:698px;
	width: 299px;
	height: 58px;
	padding: 0;
	margin: 0;
	text-align: center;
	overflow: hidden;
}
#main_navigation{
	width: 980px;
	height: 22px; 
	margin: 0 auto;
	padding: 0 0 40px 0;
}
#content {
	margin-top:0px;
	font-size: 1.2em
}
#right_side {
	float: right;
	width: 790px;
}
.sidebar {
	margin: 30px 0 0 0;
	padding: 0;
	font: 1.1em 'lucida grande', verdana, arial, sans-serif;
}
#sidebar_left {
	float: left;
	width: 200px;
}
#sidebar_right {
	float: right;
	width: 180px;
	margin: 0;
}
.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 590px;
}
.semiwidecolumn {
	float: right;
	padding: 0 10px 0 0;
	margin: 0;
	width: 770px;
	line-height: 1.6em;
}
.widecolumn {
	padding: 30px 0 0 0;
	margin: 0;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6em;
}
.narrowcolumn .entry, .semiwidecolumn .entry, .widecolumn .entry  {
	line-height: 1.4em;
}
.auxiliar_left {
	float: left;
	width: 265px;
}
.auxiliar_right {
	float: right;
	width: 265px;
}
#footer {
	padding: 5px 0;
	margin: 0 auto;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	width: 996px;
	clear: both;
	background:#264890 url("images/footer.jpg") top left repeat-x;
	color: #bbb;
}
#footer p {
	margin: 0;
	padding: 10px 100px 10px 30px;
	text-align: center;
}
#footer p a {
	color: #00D4FF;
}
#footer p a:hover {
	color: #0000FF;
}
.bottom{
	position: relative;
	width: 980px;
	height: 20px;
	padding: 0;
	margin: 0 auto;
	font-size: 12px;
	list-style: none;
	z-index: 100;
}
.bottom li{
	background: none;
 	display: inline;
}
.sidebar .button {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	background: url("images/button.gif") top left no-repeat;
	border: none;
	padding: 1px 15px 3px 15px;
	width: 60px;
	height: 17px;
	cursor: pointer;
	margin: 1px;
}
.sidebar .button:hover {
	background: url("images/button1.gif") top left no-repeat;
	padding: 1px 15px 3px 15px;	
}
.button{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	background: url("images/button.jpg") left repeat-x;
	border: none;
	padding: 1px 10px;
	cursor: pointer;
	color: #0055FF;
}
.button:hover{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	background: url("images/button1.jpg") left repeat-x;
	border: none;
	padding: 1px 10px;
	cursor: pointer;
	color: #00D4FF;
}
.tbox.chatbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.spacer {
	padding: 2px 0 2px 0;
}
.indent{
	padding:4px;
	border: 1px solid;
	border-color: #777 #ccc #ccc #777;
}
.smalltext {
	font: 1em 'lucida grande', verdana, arial, sans-serif;
}
.mediumtext {
	font: 12px 'lucida grande', verdana, arial, sans-serif;
}
.tbox{
	background: #f4f7fa;
	color: #000;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	border: 1px solid;
	border-color: #777 #efefef #efefef #777;
}
.helpbox {
	border: 0px;
	background-color: transparent;
	color:#000;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
}
.fborder {
	background-color: #f4faff;
	border: 1px solid;
	border-color: #efefef #777 #777 #efefef;	
}
.forumheader{
	background: url("images/caption.jpg") left repeat-x;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
	padding: 4px;
	border: 1px solid;
	border-color: #efefef #777 #777 #efefef;
}
.forumheader a {
	color: #00D4FF;
}
.forumheader a:hover {
	color: #00AAFF;
}
.forumheader td {
	color: #ddd;
}
.forumheader2{
	background-color: #efefef;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	padding: 4px;
	border: 1px solid;
	border-color: #efefef #777 #777 #efefef;
}
.narrowcolumn .forumheader2 {
	font-size: 9px;
}
.forumheader3{
	background-color: #efefef;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	color:#000;
	padding: 4px;
	border: 1px solid;
	border-color: #efefef #777 #777 #efefef;
}
.forumborder{
	border:  #000080 1px solid;
	background-color: transparent;
}
.fcaption {
	height:35px;
	padding: 2px 0 2px 8px;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
	color:#000;
	font-weight:bold;
	background: url("images/forum.jpg") top left repeat-x;
	border: 1px solid;
	border-color: #efefef #777 #777 #efefef;
}
.fcaption a, h3 a{
	padding-right:4px;
	color:#0055FF;
}
.fcaption a:hover, h3 a:hover{
	padding-right:4px;
	color:#0000FF;
}
.narrowcolumn .fcaption {
	height: 17px;
	padding-top: 10px;
}
#searchsubmit {
	position: absolute;
	top: 323px;
	left: 160px;
	width: 27px;
	height: 26px;
	background: url("images/search_button.jpg") top left no-repeat;
	font-size: 0;
	text-indent: -50px;
	border: none;
	cursor: pointer;
}
#searchfield {
	position: absolute;
	top: 327px;
	left: 12px;
	width: 145px;
	border: none;
	background:#fff url("images/search.jpg") top left no-repeat;
}
.menu_left {
	margin-bottom: 10px;
}
.menu_left h3 {
	background: url("images/left_caption.jpg") top left no-repeat;	
	color: #fff;
	padding: 6px 10px;
}
.menu_left .text {
	padding: 5px 10px;
}
.menu_right {
	margin-bottom: 10px;
}
.menu_right h3 {
	background: url("images/right_caption.jpg") top left no-repeat;	
	color: #fff;
	padding: 6px 10px;
}
.menu_right .text {
	padding: 5px 10px;
}
.content_menu {
	margin-bottom: 10px;
}
.content_menu h3 {
	background: url("images/caption.jpg") top left repeat-x;	
	color: #fff;
	padding: 9px 10px 12px 10px;
}
.content_menu .text {
	padding: 10px;
	border: 1px solid #eee;
}
.aux_left {
	margin-bottom: 10px;
}
.aux_left h3 {
	background: url("images/caption.jpg") top left repeat-x;	
	color: #fff;
	padding: 9px 10px;
}
.aux_left .text {
	padding: 10px;
	border: 1px solid #eee;
	font-size: 0.95em;
}
.aux_right {
	margin-bottom: 10px;
}
.aux_right h3 {
	background: url("images/caption.jpg") top left repeat-x;	
	color: #fff;
	padding: 9px 10px;
}
.aux_right .text {
	padding: 10px;
	border: 1px solid #eee;
	font-size: 0.95em;
}
.content_menu .article {
	padding: 0;
	border: none;
	border-bottom: 1px solid #eee;
}
.article {
	padding: 10px;
	border: 1px solid #eee;
	margin-bottom: 10px;
}
.newstext {
	padding: 5px 0;	
}
.news_date {
	background: url(images/date.jpg) top left no-repeat;
	height: 50px;	
}
.year {
	text-align: center;
	color: #fff;
}
.date {
	color: #000;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.month {
	color: #007FFF;
	text-align: center;
	font-size: 9px;	
}
.newsimage {
	float: left;
	padding: 3px 10px 10px 0;
}
.article p {
	text-indent: 15px;
}
.titleline {
	font-size: 1.3em;
	padding: 0 0 1px 10px;
	background: url(images/line.jpg) 5px bottom repeat-x;
}
.info {
	padding: 0 0 5px 10px;
	font-size: 1.2em;
}
.comments {
	font-size: 1.2em;
	padding-bottom: 5px;
}
.name {
	background: url(images/line.jpg) bottom repeat-x;
}
.chatdate {
	font-size: 0.8em;
}
.up {
	text-align: center;
	font-size: 1.2em;
	padding-bottom: 5px;
}
.article_icons {
	padding-bottom: 5px;
}
.newstext {
	font-size: 1.4em;
	padding: 10px 0 0 0;
}
.comm{
	background: #efefef;
	padding: 5px;
	color: #000;
	border: 1px solid;
	border-color: #efefef #bbb #bbb #efefef;
}
.comm1 {
    background: url("images/ar.gif") top right no-repeat;	
}
.name1 {
	border-bottom: 1px solid #000;
}
.nextprev {
    padding:0px 10px 10px 10px;
}
.nextprev_link {
    background: #B70000;
	border: 1px solid;
	border-color: #ccc #333 #333 #ccc;
    color: #fff;
    font: 10px tahoma;
    text-align:center;
    padding: 2px 5px 2px 5px;
}
.nextprev_link:hover{
    background: #eee;
	border: 1px solid;
	border-color: #333 #ccc #ccc #333;
    color: #000;
    font: 10px tahoma;
    text-align:center;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
}
.nextprev_current {
	background: #efefef;
	border: 1px solid;
	border-color: #ccc #333 #333 #ccc;
	color: #333;
	font: 10px tahoma;
	text-align:center;
	padding: 2px 5px 2px 5px;
}
.npbutton{
    background: #efefef;
    text-decoration: none;
    width: 16px;
    height:14px;
    text-align:center;
    padding:3px 0;
	border: 1px solid;
	border-color: #ccc #333 #333 #ccc;
    color: #333;
}
.nforumdisclaimer {
    display:none;
}
#source {
    position:relative;
    z-index:100;
    display:block;
    float:right;
    width: 60px;
    height:25px;
    padding: 0px 30px 10px 0;
    text-align:center;
    color:#000;
    margin-top: 10px;
}
#source a {
    display:block;
    color:#B2B2B2;
	width: 60px;
    height:25px;
	background: url("images/source.gif") bottom no-repeat;
}
#source a:hover {
    color:#fff;
	background: url("images/source_over.gif") bottom no-repeat;
}
#b {
	margin-left:4px;
}