/* =====================================================
   RESET AND OVERRIDGE
   ----------------------------------------------------- */
*{
margin: 0;
padding: 0px;
border: none;
}
html, body { height: 100%; }

/* =====================================================
   BASIC LAYOUT FRAMEWORK SETTINGS
   ----------------------------------------------------- */
body {
	width:100%; /* width of masthead */
	font: 0.85em/1.8em Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	background-color: #f1f5db;
	}

a{
	color: #4e7de2;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

p{
	margin: 10px 0;
}

ol{
	margin-left:20px;
}
ul{
	margin-left:15px;
}
code{
	font-size:12px;
}
.floatRight { /* used only for go to blog and go to forum links */
	float: right;
	position: relative;
	margin: 0;
	}
.floatRight img {
	width: 25px;
	height: 25px;
	float: left;
}

/* =====================================================
   WRAPPERS
   ----------------------------------------------------- */
#wrapper { 
	display:block;
	overflow: visible;
	min-width: 1280px;
	min-height: 100%;
	width:100%; /* needs to be 100% for everything to stay the same width as in the body tag */
	height: auto !important; height: 100%;
	margin: 0 auto -140px; /* the bottom margin is the negative value of the footer's height */
	}
	
#innerwrapper { /* holds content and rightcol */
	width: 100%;
	overflow:visible;
	}
	
.footer, .push {
	height: 130px; /* .push must be the same height as .footer */
}

/* =====================================================
   HEADER
   ----------------------------------------------------- */
#header {
	width: 100%;
	height: 190px;
	background-color:#000000;
	overflow: hidden;
	}
	
#banner {
	margin:0 auto;
	height: 190px;
	width: 1280px;	
	background: #000000 url(../images/banner.png) no-repeat;
	overflow:hidden;
	}
	
#banner a {
  display: block;
  position: relative;
  height: 141px;
  width: 229px;
  top: 20px; 
  left: 199px;
  text-decoration: none;
  }
#banner a i { visibility: hidden; }
/* =====================================================
   TOP NAVIGATION (ABOVE BANNER)
   ----------------------------------------------------- */
#top_nav {
	background-color: #000;
	width: 100%;
	height: 40px;
	}

#top_nav_inner {
	margin: 0 auto;
	width: 850px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	text-align: right;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	}
#top_nav a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	}
#top_nav a:hover {
	color: #59eaff;
	}
	
/* =====================================================
   MENU (BELOW BANNER)
   ----------------------------------------------------- */
#menu {
	background:transparent url("../images/menu_blackbg.jpg") repeat-x top left;
	width: 100%;
	height: 40px;
	}

#listmenu{ /*style for menu block*/
	margin:0 auto;
	list-style-type:none;
	width:851px;
	display:block;
	height:40px;
	font-size:0.9em;
}
#listmenu li.first{
	border-left:1px solid #ffffff;
}
#listmenu li{
	display:block;
	float:left;
	border-right:1px solid #ffffff;
	}
#listmenu li a{
	display:block;
	float:left;
	font-size: 1.3em;
	color:#ffffff;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:28px;
	}
#listmenu li a:hover{
	background:transparent url("../images/menu_green.jpg") repeat-x top left;	
	}
	
/* =====================================================
   CONTENT AREA LAYOUT SETTINGS
   ----------------------------------------------------- */	
#content {
	margin:30px auto;
	width: 851px !important; width: 861px;
	}
	
#content h1{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #999999;
	}
	
#content .column {
  position: relative;

  float: left;
}

#content .column h1 {
	text-align: left;
	font: 1.6em/1em Verdana, Arial, Helvetica, sans-serif;
	color: #818181;
	}
	
#content .post {
	margin-top: 15px;
}
#content .post dl{
	padding: 8px;
}

#content .post dt{ 
	color: #999;
	font-weight: 800;
	border-bottom: 1px solid #ccc;
}

#content .post .cat1, .cat2, .cat3, .cat4 {
	margin-left: 2px;
	padding: 0 2px; 
	font-size:10px; 
	font-weight:normal; 
	color: #000; 
	text-align:center; 
	float: right; 
}

#content .post .cat1{
	border:1px solid #9c6; 
	background-color:#cf9; /*green*/
}
#content .post .cat2{
	border:1px solid #f80; 
	background-color:#ecc395; /* orange */
}
#content .post .cat3{
	border:1px solid #69c; 
	background-color:#9cf; /* blue */
}
#content .post .cat4{
	border:1px solid #c67; 
	background-color:#f8c0c9; /* red/pink */
}
/* =====================================================
   LEFT COLUMN
   ----------------------------------------------------- */	
#leftcol{
	width: 161px;
	padding-right: 10px;
}

#leftcol h2 {
	border-bottom:2px solid #FFFF00;
	font-size:1em;
	color: #999;
	}

#leftcol p {
	color: #999;
	font-style:italic;
	line-height: 1.4em;
	margin: 0;
}

/* =====================================================
   BUTTONS in LEFT COLUMN
   ----------------------------------------------------- */	
div.btns /* buttons container */
{
	display:block;
	clear:both;
	content:'';
}

div.btns a.btn{
	margin-top:15px;
	width:160px;
	height: 34px;
	min-width:160px;
	min-height: 34px;	
	cursor:pointer;
	text-align:center;
	display:block;
	float:left;
	text-decoration:none;
	background:url(../images/button_green.png) no-repeat;
}

div.btns a.btn span
{
	padding-top: 6px;
	text-align:center;
	position:relative;
	display:block;
	text-decoration:none;
	font-size:0.9em;
	font-weight:bold;
	color:#555;
}

div.btns a.btn:hover {
	background:url(../images/button_blue.png) no-repeat;
}

/* =====================================================
   MIDDLE COLUMN
   ----------------------------------------------------- */	
#middlecol { 
 	width: 325px;
	padding-left: 10px;
	}

#middlecol .post {
	border: 1px dashed #0F0;
}

#middlecol h1 {
	border-bottom:2px solid #00FF00;
	}
/* =====================================================
   RIGHT COLUMN
   ----------------------------------------------------- */	
#rightcol {
	width:325px;
	padding-left: 15px;
	}
	
#rightcol .post {
	border: 1px dashed #0FF;
}

#rightcol h1 {
	border-bottom:2px solid #00FFFF;
	}

/* =====================================================
   FOOTER
   ----------------------------------------------------- */
#footer {
	background-color: #000;
	width: 100%;
	min-width:1280px;
	height: 130px;
	}
	
#footer_inner { /* support paragraph at footer */
	margin: 0 auto;
	width: 850px;
	text-align: center;
	color: #FFF;
	}
#footer_inner p {
	padding: 6px 0;
}
#footer_inner a {
	text-decoration: none;
	border-bottom: 0;
	padding-bottom: 1px;
	color: #FFF;
	}
#footer_inner a:hover {
	border-bottom: 1px solid #fff;
	}
	
/* -----------------------------------------------------
   Updated Dynamic text settings
   ---------------------------------------------------- */
.updated {
font-size: 80%;
font-style:italic;
color: #aaa;
}

.validations {
text-align: center;
}
	
/* =====================================================
   CLEAR
   ----------------------------------------------------- */	
.clear {
	clear:both;
	/*height:40px;*/
	}	
	
.indent { margin-left: 20px; }