/*
+---------------------------------------------------------------+
|	e107 website system
|	-------------------
|	Model Ship Builder
|	-------------------
|	©2009 mcpeace
|	http://www.manatwork.info
|	mcpeace.manatwork@gmail.com
|
|	Released under the terms and conditions of the Commercial License.
|
+---------------------------------------------------------------+
*/
p {
	margin: 0;
	padding: 0;	
}
body {
	margin: 0;
	padding: 0; 
	font-size: 62.5%; 
	font-family: 'lucida grande', verdana, arial, sans-serif;
	color: #222;
	text-align: center;
	background:#8f96a6;
}
a {
	color: #ff7f00;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #ffaa00;
	text-decoration: none;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.2em;
}
h1, h2, h3, h4 {
	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: #222;
	padding: 0px;
	text-align:left;
}
acronym, abbr, span.caps {
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #ccc;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
hr {
	color: #222;
	background: #222;
	line-height: 1px;
	}
a img {
	border: none;
	}
.linkspage_button{
	border:0px;
}
.hidden{
	display:none;
}
.clear {
	clear: both;
}
/* layout */
#page {
	margin: 0px auto;
	padding: 0 25px;
	width: 1000px;
	height: 100%;
	text-align: left;
	background:#8f96a6 url("images/page.jpg") top center repeat-y; 
}
#page-wide {
	margin: 0px auto;
	padding: 0 25px;
	width: 1000px;
	height: 100%;
	text-align: left;
	background:#8f96a6 url("images/page-wide.jpg") top center repeat-y; 
}
#header {
	position:relative;
	padding: 0;
	margin: 0 auto;
	height: 390px;
	width: 1000px;
	background: url("images/header.jpg") top center no-repeat; 
}
#header-wide {
	position:relative;
	padding: 0;
	margin: 0 auto;
	height: 390px;
	width: 1000px;
	background: url("images/header-wide.jpg") top center no-repeat; 
}
#header h1, #header-wide h1{
	position:absolute;
	top:180px;
	left:50px;
	width: 400px;
	padding: 0;
	margin: 0 auto;
	font-size: 4em;
	text-align: center;
	line-height: 90%;
	z-index: 50;
}
#header h1 a, #header h1 a:hover{
	color:#000;
}
#header-wide h1 a, #header-wide h1 a:hover{
	color:#000;
}
#header h4, #header-wide h4 {
	position:absolute;
	top:230px;
	left:20px;
	width: 460px;
	padding: 0;
	margin: 0;
	font-size: 1.5em;
	text-align: center;
	color: #444;
	z-index: 50;
}
#logo {
	position: absolute;
	top:50px;
	left: 175px;
}
.content {
	font-size: 1.2em;
	padding: 0 10px;
	float: none;
}
.content-left {
	float: left;
	width: 345px;
}
.content-right {
	float: right;
	width: 345px;
}
.sidebar {
	position: relative;
	float: left;
	margin:0;
	padding:0;
	width: 250px;
	padding-left: 10px;
}
.narrowcolumn {
	position: relative;
	float: right;
	padding:0;
	margin:0;
	width: 720px;
	padding-right: 10px;
}
.narrowcolumn a, .widecolumn a {
	color: #0000FF;
	text-decoration: underline;
}
.narrowcolumn a:hover, .widecolumn a:hover {
	color: #00AAFF;
	text-decoration: none;
}
.widecolumn {
	padding:0;
	margin:0 auto;
	width: 980px;
	line-height: 1.6em;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
#footer {
	padding: 30px 0 0 0;
	margin: 0 auto;
	width: 1000px;
	clear: both;
	background:#000 url("images/footer.jpg") top center no-repeat; 
	color: #aaa;
}
#footer h3 {
	color: #fff;
}
#footer p {
	margin: 0 0 0 100px;
	padding: 20px;
	text-align: center;
    font-size: 10px;
}
#footer-wide {
	padding: 30px 0 0 0;
	margin: 0 auto;
	width: 1000px;
	clear: both;
	background:#000 url("images/footer-wide.jpg") top center no-repeat; 
	color: #aaa;
}
#footer-wide h3 {
	color: #fff;
}
#footer-wide p {
	margin: 0 0 0 100px;
	padding: 20px;
	text-align: center;
    font-size: 10px;
}
#page-down {
	font-size: 1.2em;
	padding: 0 10px;
	text-align: left;
}
#pd-left {
	float: left;
	width: 310px;
	padding-left: 10px;
}
#pd-right {
	float: right;
	width: 310px;
	padding-right: 10px;
}
#pd-center {
	width: 310px;
	margin: 0 auto;
}
/* navigation */
.wnav{
	position: relative;
	list-style: none;
	line-height: 0px;
	width: 210px;
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 20px;
}
.wnav li{
	background: none;
 	display: block;
}
.wnav a, .narrowcolumn .wnav a, .widecolumn .wnav a {
	display: block;
	padding: 2px 10px;
	background:#ccc url("images/button.jpg") top left repeat-x;
	line-height: 22px;
	margin: 1px 0 0 0;
	border: 1px solid;
	border-color: #ccc #444 #444 #ccc;
	border-left: 10px solid #336699;
	color: #336699;
	text-decoration: none;	
}
.wnav a:hover, .narrowcolumn .wnav a:hover, .widecolumn .wnav a:hover {
	background:#fff url("images/buttono.jpg") top left repeat-x;
	border: 1px solid;
	border-color: #444 #ccc #ccc #444;
	border-left: 10px solid #000;
	color: #000;
	text-decoration: none;	
}
.wnav h3, .vnav h3, .mnav h3 {
	padding-bottom: 10px;
}
.vnav{
	position: relative;
	list-style: none;
	line-height: 0px;
	width: 210px;
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 20px;
}
.vnav li{
	background: none;
 	display: block;
}
.vnav a, .narrowcolumn .vnav a, .widecolumn .vnav a  {
	display: block;
	padding: 2px 10px;
	line-height: 22px;
	margin: 1px 0 0 0;
	border: 1px solid;
	border-color: #888 #444 #444 #888;
	border-left: 10px solid #336699;
	background: url("images/forum.jpg") bottom left repeat-x;
	color: #fff;
	text-decoration: none;	
}
.vnav a:hover, .narrowcolumn .vnav a:hover, .widecolumn .vnav a:hover {
	background: url("images/forum.jpg") top left repeat-x;
	border-color: #444 #888 #888 #444;
	border-left: 10px solid #ffaa00;
	color: #ffaa00;
	text-decoration: none;	
}
.mnav{
	position: relative;
	list-style: none;
	line-height: 0px;
	width: 210px;
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 20px;
}
.mnav li{
	background: none;
 	display: block;
}
.mnav a   {
	display: block;
	padding: 2px 10px 2px 20px;
	line-height: 22px;
	margin: 1px 0 0 0;
	border: 1px solid;
	border-color: #888 #444 #444 #888;
	background: url("images/bullet.gif") 7px 50% no-repeat;
	color: #fff;
	text-decoration: none;	
}
.mnav a:hover  {
	background: url("images/bullet2.gif") 7px 50% no-repeat;
	border-color: #444 #888 #888 #444;
	color: #ffaa00;
	text-decoration: none;	
}
.narrowcolumn .mnav a, .widecolumn .mnav a   {
	color: #0000FF;
	text-decoration: none;	
}
.narrowcolumn .mnav a:hover, .widecolumn .mnav a:hover  {
	color: #ffaa00;
	text-decoration: none;	
}
.d_sublink a {	
	margin-left: 10px;
	line-height: 18px;
}
/* core classes */
.button{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	background:#222 url("images/forum.jpg") left repeat-x;
	padding: 1px 10px;
	line-height: 15px;
	border: 1px solid;
	border-color: #777 #444 #444 #777;
	cursor: pointer;
	display: inline-block;
	color: #fff;
}
.button:hover {
	border-color: #444 #777 #777 #444;
	color: #ffaa00;
}
.tbox.chatbox {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.spacer {
	padding: 2px 0 2px 0;
}
.indent{
	padding:4px;
	border: 1px solid #777;
	background: #eee;
	color: #444;
}
.indent .indent {
	background: #ccc;
}
.indent em {
	background: #ddd;
	padding: 2px;
}
.smalltext {
	font: 1em 'lucida grande', verdana, arial, sans-serif;
}
.mediumtext {
	font: 12px 'lucida grande', verdana, arial, sans-serif;
}
.tbox{
	border: none;
	outline: none;
	background: #eee;
	border: 1px solid;
	border-color: #444 #ccc #ccc #444;
	color: #000000;
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
	padding: 1px;
	margin-bottom: 2px;
	line-height: 15px;
}
select.tbox {
	padding: 0;
}
.forumheader .defaulttext{
	font-size: 0.9em;
}
.helpbox {
	border: 0px;
	background-color: transparent;
	color:#000;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
}
.fborder {
	border: 1px solid;
	border-color: #ccc #444 #444 #ccc;
	background: #eee;
}
.forumheader{
	background:#4e749b url("images/forum1.jpg") top left repeat-x;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
	padding: 4px;
	border: 1px solid;
	border-color: #ccc #444 #444 #ccc;
}
.narrowcolumn .forumheader {
	text-align: center;
	font-size: 0.9em;
}
.forumheader2{
	background: #fff;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color:#444;
	padding: 4px;
	border: 1px solid;
	border-color: #ccc #444 #444 #ccc;
}
.narrowcolumn .forumheader2 {
	font-size: 0.8em;
}
.forumheader3{
	background: #fff;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	color:#444;
	padding: 4px;
	border: 1px solid;
	border-color: #ccc #444 #444 #ccc;
}
.sidebar .forumheader3, #page-down .forumheader3 {
	color: #444;
}
.forumheader4, .forumheader5 {
	background: #fff;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	color:#444;
	padding: 4px;
	border: 1px solid;
	border-color: #ccc #444 #444 #ccc;
}
.forumborder{
	border:  #000080 1px solid;
	background-color: transparent;
}
.fcaption {
	height:30px;
	padding: 2px 0 2px 8px;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	color:#aaa;
	font-weight:bold;
	background:#222 url("images/forum.jpg") top left repeat-x;
	border: 1px solid;
	border-color: #ccc #444 #444 #ccc;
}
.narrowcolumn .fcaption {
	height:20px;
	padding-top: 10px;	
}
.narrowcolumn .fcaption a, .widecolumn .fcaption a {
	color: #fff;
	text-decoration: none;
}
.narrowcolumn .fcaption a:hover, .widecolumn .fcaption a:hover {
	color: #fff;
}
.narrowcolumn .forumheader a, .widecolumn .forumheader a {
	color: #ff7f00;
	outline: none;
	text-decoration: none;
}
.narrowcolumn .forumheader a:hover, .widecolumn .forumheader a:hover {
	color: #ffaa00;
	text-decoration: none;
}
.nforumdisclaimer {
	font-size: 8px;
}
/* menus style */
.menus .text table {
	margin: 0 auto;
}
.menus h3 {
	padding-bottom: 10px;
}
.menus {
	margin-bottom: 20px;
}
.comm {
	padding: 10px 0;
	border-bottom: 1px solid #336699;
	font-weight: normal;
}
.chatimage {
	z-index: 100;
	float: left;
}
.chatname {
	margin-left: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ff7f00;
}
.chatbox .datetext {
	font-size: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: left;
}
.chatbox .text {
	padding: 0;
	margin-bottom: 20px;
}
.chatbox {
	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;
	text-decoration: none;
}
.right-info {
	width: 50%;
	float: right;
	text-align: right;
}
.top-info {
	padding-bottom: 5px;
	border-bottom: 1px solid #777;
}
.article .entry {
	padding: 10px 0;
	margin: 5px 0;
	text-indent: 15px;
	border-bottom: 1px solid #777;
}
.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: url("images/button.jpg") bottom left repeat-x;
	padding: 5px;
}
.caption a {
	text-decoration: none;	
}
/* nextprev */
.nextprev {
	padding: 0 0 20px 0;
}
.nextprev a {
    font-weight: bold;
}
.nextprev_current {
    color: #000;
    font-weight: bold;
}
.npbutton {
	background:#eee url("images/button.jpg") bottom left repeat-x;
	border: 1px solid;
	border-color: #ccc #444 #444 #ccc;	
}
.npbutton:hover {
	background:#eee url("images/buttono.jpg") top left repeat-x;
	border: 1px solid;
	border-color: #444 #ccc #ccc #444;	
}
/* credit */
#source {
    float: left;
    z-index:100;
    display:block;
    width: 60px;
    height:25px;
    text-align:center;
    padding: 15px 0px 10px 30px;
    font-size: 10px;
}
#source a {
    display:block;
    color: #757575;
	width: 60px;
    height:25px;
    text-decoration: none;
	background: url("images/source.gif") bottom no-repeat;
}
#source a:hover {
    text-decoration: none;
    color:#336699;
	background: url("images/source_over.gif") bottom no-repeat;
}
.default_menu {
	color: #000;
}
td .indent .open-quote, td .indent .close-quote {
	display: none;
}
p.indent .open-quote, p.indent .close-quote, .forumheader3 .indent .open-quote, .forumheader3 .indent .close-quote  {
	display: inline;
}