/* ----------- */
/*Global Reset */
/* ----------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	}
	
.clear { clear: both; }


/* ---------- */
/* html setup */
/* ---------- */
html {
	background: #6cd0ff url("../img/top_bg.jpg") no-repeat top center;
	}

body {
	margin: 0px auto;
	font: 62.5%/1.5 helvetica, arial, sans-serif;
	}
	
h1 {
	float: left;
	text-indent: -99999px;
	width: 112px;
	height: 58px;
	margin-left: 30px;
	padding: 20px 0 0 0;
	background: url("../img/logo.png") no-repeat 0 16px;
	}
	
h1 a{
	display: block;
	font-size: 25px;
	letter-spacing: -.02em;
	font-weight: normal;
	text-decoration: none;
	}
	
 h2 {
	font-weight: normal;
	font-size: 2em;
	letter-spacing: -.01em;
	margin: 0 0 10px 0;
	color: #ccc;
	}
	
h3 {
	color: #9f9f9f;
	margin: 0 0 4px 0;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -.03em;
	/* border-bottom: 1px solid #9F9F9F; */
	}

a {
	text-decoration: none;
	color: #ccc;
	}

p a{
	color: #000;
	border-bottom: 1px dotted;
}
	
#wrapper {
	width:750px;
	position: relative;
	background: url("../img/header.jpg") no-repeat top center;
	}
	
	
/* ----------------- */
/* Global Navigation */
/* ----------------- */
#globalNav {
	margin: 50px 0 0 0;
	float: left;
	/* position: absolute;
	top: 45px;
	left: 130px; */
	/* border: 1px solid red; */
	}

#globalNav li{
	display: inline;
	list-style: none;
	}
	
#globalNav a{
	margin:0 0 0 20px;
	color: #000;
	font-size: 1.4em;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -.045em;
	border: 1px
	}
	
#globalNav a:hover {
	color: #666;
	}

#globalNav a.active {
	color: #555;
	border-bottom: 4px solid #729640;
	}

p#breadcrumbs {
	color: #777;
	font-weight: bold;
	background: #3F3227;
	margin: 0 0 10px 0;
	font-size: 1.1em;
	letter-spacing: -.03em;
	}

p#breadcrumbs a{
	color: #879F00;
	text-decoration: none;
	border: 0;
	margin-right: 5px;
	}


/* -------------------- */
/* Main Feature Section */
/* -------------------- */
#mainFeature {
	float: left;
	width: 320px;
	margin: 0 30px 30px 30px;
	padding: 20px;
	background: #729640 url("../img/main_content_header.jpg") no-repeat top center;
	}
	
#mainFeature p {
	font-size: 1.2em;
	color: #222;
	margin: 0 0 12px 0;
	}
	
/* --------------- */
/* Read More links */
/* --------------- */	
p.more {
	background: #879F63 url("../img/main_link_bg.gif") no-repeat center left;
	text-align: right;
	}
	
p.more a {
	padding: 0 2px;
	font-size: .9em;
	letter-spacing: -.02em;
	border: none;
	text-decoration: none;
	color: #ccc;
	}
	
p.more a:hover {
	text-decoration: underline;
	}
	
/* ----------------------------- */
/* Article, Project List Section */	
/* ----------------------------- */
#itemList {
	display: block;
	margin: 10px 0;
	}
	
#itemList li{
	list-style: none;
	}
	
#itemList li.odd{
	background: #6F5F53 url("../img/list_end.gif") no-repeat right center;
	}
	
#itemList a {
	color: #AFAEA4;
	font-size: 1.3em;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 8px; 
	}
	
#itemList a:hover {
	text-decoration: underline;
	}
	
div.break{
	margin:10px 20px;;
	border-bottom: 1px solid #7E9F4F;
}
	
	
/* ------------------------ */
/* Secound Features Section */
/* ------------------------ */
#featuredGP {
	margin: 50px 0 30px 0;
	width: 300px;
	float:left;
	}
	
#featuredGear {
	float:left;
	width: 134px;
	margin: 10px 0;
	}

#featuredGear li{
	list-style: none;
	}

#featuredGear a {
	display: block;
	width: 134px;
	height: 84px;
	margin: 0 0 14px 0;
	background: #fff;
	}

#featuredGear img {
	width: 135px;
	height: 88px;
}

#featuredProjects {
	float: left;
	width: 134px;
	margin: 10px 0 10px 30px;
	}

#featuredProjects dl {
	color: #9F8B77;
	}

#featuredProjects dt {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 2px 0;
	}
	
#featuredProjects dd a.inline {
	display: inline;
	color: #9F8B77;
	border-bottom: 1px dotted;
	}
	
#featuredProjects dd a{
	margin: 4px 0 0 0;
	display: block;
	background: #5D493A;
	color: #AFA08E;
	text-align: left;
	}
	
.clear {
	clear: both;
	}	
	
#blurb {
	clear: both;
	display: block;
	margin: 10px 0;
	}

#blurb p {
	font-size: 1.2em;
	color: #9F8B77;
	}
	
#blurb a{
	color: #9F8B77;
	font-weight: normal;
	border-bottom: 1px dotted #8f7a6b;
	margin: 10px 0;
	}
	
#featuredGP form{
	margin: 10px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #3F3227;
	text-align: center;
}

 	
input.searchInput {
	display: inline;
	background: #8F7A6B;
	border: 1px solid #AF9683;
	width: 240px;
	margin: 0 5px 0 0; 	
 	}

input.searchInput:focus {
	background: #9F8877;
 	}
 	
 input.btn {
 	color: #3F3227;
 	width: 50px;
 	display: inline;
 	background: url("../img/search-button.png") repeat-x top left;
 	}

#footer {
	margin: 0 auto;
	width: 750px;
	padding: 0 0 70px 0;
	background: #5d493a url("../img/footer_bg2.png") no-repeat bottom left;
	}
 
 a#rss_button {
 	position: absolute;
 	display: block;
 	width: 30px;
 	height:30px;
 	background: transparent url("../img/rss_button.png") no-repeat top left;
 	top: 20px;
 	right: 20px;
 	z-index: 2;
 	}
 

 



