/*
+---------------------------------------------------------------+
|	e107 website system
|	-------------------
|	Military Portal
|	-------------------
|	©2010 mcpeace
|	http://www.manatwork.info
|	mcpeace.manatwork@gmail.com
|
|	Released under the terms and conditions of the BUYOUT
|	Commercial License.
|
+---------------------------------------------------------------+
*/
* {
	margin: 0;
	padding: 0;     
}
body {
	margin: 0;
	padding: 0; 
	font-size: 12px; 
	font-family: 'lucida grande', verdana, arial, sans-serif;
	color: #777;
	text-align: center;
background: #000000 url("images/background-2.jpg")  repeat-y;    
}
p {
	color:#fff;
	font-family: 'lucida grande', verdana, arial, sans-serif;
text-indent: 15px;
font-size: 12px;
margin-top: 5px;
line-height:18px;
}
a {
	color: #ff9f03;
	text-decoration: none;
    outline: none;
}
a:hover {
	color: #c15101;
	text-decoration: none;
}
a:active {
    outline: none;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 20px;
  
}
h3 {
	font-size: 16px;
}
h1, h2, h3 {
	font-family: 'trebuchet ms', 'lucida grande', verdana, arial, sans-serif;
	font-weight: bold;
	color: #fff;
}
td {
    background: none;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#ffffff;
	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 {
	display: none;
	}
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: 1300px;
	text-align: left;
	background:#373742 url("images/header.jpg") top left no-repeat;
    overflow: hidden;
}
#down {
	margin: 0;
	padding: 0;
	width: 1300px;
	text-align: left;
    border-top: 1px solid #777;
    border-bottom: 1px solid #000;
}
#pagedown {
	margin: 0 auto;
	padding: 0;
	width: 1300px;
	text-align: center;
	background: url("images/menu.jpg");
    border-top: 1px solid #444;
}
#header {
	position:relative;
	padding: 0;
	margin: 0 auto;
	height: 450px;
	width: 1300px;
}
#header h1{
	position:absolute;
	top:30px;
	left:60px;
	width: 700px;
	padding: 0;
	margin: 0 auto;
	font-size: 4em;
	text-align: left;
}
#header h1 a, #header h1 a:hover{
	color: #ff9f03;
}
#header h2 {
	position:absolute;
	top:115px;
	left:60px;
	width: 700px;
	padding: 0;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: left;
	color: #fff;
}
#feature_box {
	position:absolute;
    top: 155px;
    left: 0;
	padding: 0;
	margin: 0;
	width: 1300px;
	height: 312px;
}
#images_bar {
	position:relative;
	padding: 0;
	margin: 0;
	width: 1300px;
    border-bottom: 1px solid #111;
}
.sidebar {
    float: right;
	margin:0;
	padding:35px 55px 0 0;
	width: 520px;

	font-family: 'lucida grande', verdana, arial, sans-serif;
}
#sidebar-left {
    float: left;
    width: 250px;
}
#sidebar-right {
    float: right;
    width: 250px;
}
#sidebar-right1 {
    float: right;
    width: 250px;
	padding:30px 55px 0 0;
}
#narrowcolumn {
	float: left;
	padding: 30px 0 0 55px;
	margin: 0;
	width: 650px;
}
#semiwidecolumn {
	float: left;
	padding: 30px 0 0 55px;
	margin: 0;
	width: 920px;
}
#narrowcolumn #content-left {
    float: left;
    width: 315px;
}
#narrowcolumn #content-right {
    float: right;
    width: 315px;
}
#semiwidecolumn #content-left {
    float: left;
    width: 290px;
}
#semiwidecolumn #content-right {
    float: right;
    width: 290px;
}
#semiwidecolumn #content-center {
    width: 290px;
    margin: 0 auto;
}
#widecolumn {
	padding: 30px 55px 0 55px;
	margin: 0 auto;
	width: 1190px;
	line-height: 1.6em;
    border-bottom: 1px solid #000;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 1190px;
	clear: both;
    overflow: hidden;
}
#footer p {
	margin: 0;
	padding: 20px 100px;
	text-align: center;
    font-size: 10px;
}
/* navigation */
#navigation{
	width: 1200px;
	height: 39px; 
    top: 0;
    margin: 0 auto;
	position: relative;
	list-style: none;
}
#navigation li{
	background: none;
 	display: inline;
}
.mnav{
	position: relative;
	list-style: none;
	line-height: 0px;
	display: block;
    width: 220px;
}
.mnav h3 {
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.mnav li{
	background: none;
    position: relative;
}
.mnav a {
	display: block;
	padding: 4px 5px 4px 10px;
	background: url("images/button.jpg") top left repeat-x; 
	line-height: 20px;
	margin: 0 0 1px 0;
    font-size: 12px;
    position: relative;	
    border: 1px solid #000;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.mnav a:hover {
	background: url("images/button.jpg") bottom left repeat-x; 
    color: #000;
}
.d_sublink {
    font-size: 0;
}
.mnav .d_sublink a {
    font-size: 12px;
	display: block;
	margin-left: 10px;
    position: relative;
}
.list {
    padding-left: 25px;
}
.bullet_list {
    list-style-image:url("images/bullet2.png"); 
    padding-left: 25px;   
}
.navg li{
	background: none;
    position: relative;
}
.navg a {
	display: block;
	padding: 4px 5px 4px 10px;
	background: url("images/button.jpg") top left repeat-x; 
	line-height: 20px;
	margin: 0 0 1px 0;
    font-size: 12px;
    position: relative;	
    border: 1px solid #333;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.navg a:hover {
	background: url("images/button.jpg") bottom left repeat-x; 
    color: #000;
    border: 1px solid #aaa;
}
.navg .d_sublink {
    font-size: 0;
}
.navg .d_sublink a {
    font-size: 12px;
	display: block;
	margin-left: 10px;
    position: relative;
}
/* core classes */
.button{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
    padding: 3px 15px;
    cursor: pointer;
    border: 1px solid #000;
	background: url("images/button.jpg") top left repeat-x;
	color: #fff;
}
.button:hover {
	background: url("images/button.jpg") bottom left repeat-x; 
	color: #000;
}
.tbox.chatbox {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 3px;
}
.spacer {
	padding: 2px 0 2px 0;
}
.indent{
	padding:4px;
	border: 1px solid #777;
    background: #222;
}
.smalltext {
  color: #ff9f03;
  font-family:arial;
  font-size: 14px;
} 
.smallblacktext {
  color: #ff9f03;
  font-family:arial;
  font-size: 14px;
} 
.mediumtext {
	font: 14px 'lucida grande', verdana, arial, sans-serif;
}
.tbox{
	background:#111;
    border: 1px solid #000;
	color: #fff;
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
    padding: 3px;
}
.tbox:focus {
    background: #000;
    border: 1px solid #333;
}
.helpbox {
	border: 0px;
	background-color: transparent;
	color:#000;
	font: 10px tahoma, verdana, arial, helvetica, sans-serif;
}
.fborder {
	border: 1px solid #000;
    background: none;
}
.forumheader{
	background:#000 url("images/btn.jpg") top left repeat-x;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 14px;
	color:#999;
	padding: 4px;
	border: 1px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.forumheader2{
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	padding: 4px;
	border: 1px solid #000;
}
.forumheader3, .forumheader4, .forumheader5{
	font: 13px verdana, tahoma, arial, helvetica, sans-serif;
	color:#ffffff;
	padding: 4px;
	border: 1px solid #000;
}
.forumborder{
	border: 1px solid #222;
	background-color: transparent;
}
.fcaption {
	height:35px;
	padding: 2px 0 2px 8px;
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
}
.nforumdisclaimer {
    font-size: 8px;
}
/* search style */
#searchbar {
    position: absolute;
    top: 65px;
    right:55px;
    width: 285px;
    height: 32px;
}
#searchfield {
    position: absolute;
    top: 8px;
    left: 0px; 
    width: 235px; 
    background: none; 
    border: none;
}
#searchfield:focus {
    color: #ff9f03;
}
#searchsubmit {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    background: none;
    border: none;
}
/* menu style */
.menu {
    padding-bottom: 20px;
}
.menu h3 {
    padding: 0 10px 10px 10px;
	color: #CC9933;
}
.menu .text {
	background: url("images/menu.jpg");
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
}
/* news style */
.article {
    padding-bottom: 20px;
}
.article h2 {
    padding: 0 10px 10px 10px;
	color: #CC9933;
}
.article .entry {
	background: url("images/menu.jpg");
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;    
}
.article .entry p {
    text-indent: 20px;    
}
.article .top-info {
	background: url("images/menu.jpg");
    padding: 5px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 5px;   
}
.article .newsimage {
    float: left;
    padding: 3px 10px 5px 0;
}
.article .smalltext {
	background: url("images/menu.jpg");
    padding: 5px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 5px;
    overflow: hidden;    
}
.article .left-info {
    float: left;
    width: 49%;
    text-align: left;
}
.article .right-info {
    float: right;
    width: 49%;
    text-align: right;
    padding-top: 8px;
}
.cap {
    font-size: 15px;
    border-bottom: 1px solid #777;
    padding-bottom: 3px;
}
.extend a{
    padding: 4px 10px;
    cursor: pointer;
    border: 1px solid #000;
	background: url("images/button.jpg") top left repeat-x;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
}
.extend a:hover {
	background: url("images/button.jpg") bottom left repeat-x; 
    color: #000;
}
.article .article h2 {
    color: #000;
}
/* 2 columns news style */
.news-columns {
    overflow: hidden;
}
.news-left {
    float: left;
    width: 315px;
}
.news-right {
    float: right;
    width: 315px;
}
/* next */
.nextprev {
    padding-top: 10px;
    margin-bottom:20px;
    font-size: 10px;
    color: #aaa;
}
.npbutton {
    border: 1px solid #000;
	background: url("images/button.jpg") top left repeat-x;
    text-decoration: none;
    padding: 0;
    text-align:center;
    font-size: 12px;
}
.npbutton:hover{
	background: url("images/button.jpg") bottom left repeat-x; 
    color: #000;
}
.nextprev .tbox, .forumheader .tbox {
	padding: 0;
}
.nextprev_link{
    border: 1px solid #000;
	background: url("images/button.jpg") top left repeat-x;
    text-decoration: none;
    padding: 2px 4px;
    text-align:center;
    font-size: 12px;
}
.nextprev_link:hover{
	background: url("images/button.jpg") bottom left repeat-x;
    color: #000;
}
.nextprev_current{
    text-decoration: none;
    padding: 2px 4px;
    text-align:center;
    font-size: 12px;
    border: 1px solid #777;
    color: #fff;
    font-weight: bold;
	background: #000;
}
/* chat styles  */
#chatbox .button {
    margin-top: 3px;
}
.chatname {
    font-size: 12px;
    border-bottom: 1px solid #777;
}
.chatdate {
    color: #777;
    font-size: 10px;
}
.chattext {
    font-size: 12px;
    width: 100%;
    text-align: left;
}
/* comments styles  */
.comm {
	background:#111;
    border: 1px solid #000;
    color: #777;
    padding: 10px;   
}
.comm1 {
    color: #777;
}
#source span {
    display: none;
}
#source {
    display: inline;
    float: left;
    margin: 10px;
}
/* login styles  */
#sign a{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
    padding: 53px 5px 33px 25px;
    cursor: pointer;
	background: url("images/sign.png") top center no-repeat;
	color: #fff;
    width: 200px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
#sign a:hover { 
	color: #999;
}
.lat {
    display: block;
    text-align: left;
    margin-left: 20px;
}
#pad .button {
    margin-top: 3px;
}
/* add */
.RedTxt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ff0000;
}
.BlueTxt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0000ff;
}
.ColorBlackBold {
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
.bigbold {
	font-size:1.2em;
	font-weight:bold;
}
div.centered {
	text-align: center;
}
div.centered table {
	margin: 0 auto;
	text-align: left;
}

div.centere {

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
div.centered img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* end add */
/* List */
ol
{

list-style-type: decimal;
margin: 25px 60px 60px 25px;



}

 ol li
{
color:#131E0B;
	font-family: 'lucida grande', verdana, arial, sans-serif;
font-size: 12px;
padding-left: 3px;
}
ul
{
list-style-type: none;
padding: 0;
margin: 25px;
}
 ul li
{
background-image: url(images/bullet2.gif);
background-repeat: no-repeat;
background-position: 0 .2em;
padding-left: 1.2em;
}

/* List end */
