﻿* { margin: 0; padding: 0; outline: none; }

body
{
	background: #5A5A5A;
	font-size: 62.5%;
	text-align: center;
}

body, input, textarea, select
{
	font-family: Trebuchet MS, Arial, sans-serif;
}

.Heading
{
	font-family: Arial, Helvetica, sans-serif;
}

.Clear:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.Clear
{
    display: inline-block;
}

html[xmlns] .Clear
{
    display: block;
}

* html .Clear
{
    height: 1%;
}

.Inner
{
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}


/* Header
--------------------------------------------------------------------------------------- */

#Outer-Header
{
    background: #FFF url('/images/backgrounds/body.png') repeat-x top;
}

#Header h1 a
{
	position: absolute;
	top: 0;
	left: -5px;
	width: 163px;
	height: 158px;
	background: url('/images/logos/nftpg-masthead.png') no-repeat 0 0;
	text-indent: -9000px;
	z-index: 90;
	cursor: pointer;
}

/* --- Top Navigation --- */

#Header #Extra-Navigation
{
	position: absolute;
	top: 10px;
	left: 154px;
	list-style: none;
	z-index: 90;
}

#Header #Extra-Navigation li
{
	float: left;
	display: inline;
	margin: 0 6px 0 0;
	font-size: 1.2em;
	font-weight: bold;
}

#Header #Extra-Navigation li a
{
	float: left;
	display: inline;
	padding: 0 0 0 10px;
	background: url('/images/icons/nav-bullet.png') no-repeat 0 center;
	color: #000;
	text-decoration: none;
}

#Header #Extra-Navigation li a:hover
{
	color: #FFF;
}

/* --- Imagery --- */

#Header #Imagery
{
	height: 170px;
	padding: 36px 0 0 0;
	overflow: hidden;
}

/* --- Report Badge --- */

#Header #Report-Campaigns
{
	position: absolute;
	top: 0;
	right: -18px;
	width: 221px;
	height: 171px;
	background: url('/images/backgrounds/header-report.png') no-repeat top left;
	z-index: 90;
}

#Header .Go-Report
{
	position: absolute;
	width: 180px;
	height: 58px;
	top: 32px;
	right: 0;
	background: url('/images/buttons/report-tipping.gif') no-repeat 0 0;
	text-indent: -9000px;
	z-index: 95;
}

#Header .Go-Report:hover
{
	background-position: 0 -68px;
}

#Header .Go-Current
{
	position: absolute;
	width: 183px;
	height: 28px;
	top: 100px;
	right: 0;
	background: url('/images/buttons/current-campaigns.gif') no-repeat 0 0;
	text-indent: -9000px;
	z-index: 95;
}

#Header .Go-Current:hover
{
	background-position: 0 -28px;
}

/* --- Main Navigation --- */

#Header #Navigation
{
	height: 52px;
	background: url('/images/backgrounds/header-nav.png') repeat-x top;
	list-style: none;
}

#Header #Navigation li, 
#Header #Navigation li a
{
	float: left;
	display: inline;
	position: relative;
}

#Header #Navigation li
{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.6em;
}

#Header #Navigation li.First
{
	margin-left: 6px;
}

#Header #Navigation li a
{
	height: 37px;
	padding: 15px 10px 0 10px;
	color: #FFF;
	text-decoration: none;
}

#Header #Navigation li:hover a.Root, 
#Header #Navigation li.Active a.Root
{
	background: #FFF;
	color: #78A22F;
}

/* --- Sub Navigation --- */

#Header #Navigation .Sub-Navigation
{
    position: absolute;
    top: -9000px;
    left: 0;
    width: 190px;
    height: auto;
    border: solid #FFF;
    border-width: 1px 0 0 0;
    background: #78A22F;
    z-index: 50;
}

#Header #Navigation li.Active .Sub-Navigation, 
#Header #Navigation li:hover .Sub-Navigation
{
    top: 52px;
}

#Header #Navigation .Sub-Navigation li
{
    border: solid #78A22F;
    border-width: 0 0 1px 0;
    font-size: 0.9em;
    font-weight: normal;
}

#Header #Navigation .Sub-Navigation li, 
#Header #Navigation .Sub-Navigation li a
{
    float: none;
    display: block;
    height: auto;
}

#Header #Navigation .Sub-Navigation li a
{
    padding: 5px 7px;
}

#Header #Navigation .Sub-Navigation li a:hover
{
    background: none;
    color: #000;
}


/* Content
--------------------------------------------------------------------------------------- */

#Content 
{
	padding: 0;
}

#Content h2
{
    padding: 20px 0 6px 10px;
	background: url('/images/icons/feature-dash-horiz.png') repeat-x bottom left;
	font-size: 2em;
	color: #333;
}

#Content h3
{
    margin: 0 0 0 10px;
    padding: 25px 0 5px 0;
	background: url('/images/icons/feature-dash-horiz.png') repeat-x bottom left;
	font-size: 1.6em;
	color: #78A22F;
}

#Content h4
{
    margin: 15px 0 0 0;
    font-size: 1.4em;
    color: #78A22F;
    font-weight: normal;
}

#Content p
{
    margin: 15px 5px 0 10px;
}

#Content p, 
#Content li
{
    font-size: 1.4em;
    color: #333;
    line-height: 1.5em;
}

#Content p.Promo
{
    font-size: 1.9em;
    color: #78A22F;
    font-weight: bold;
}

#Content ul
{
    margin: 5px 5px 0 15px;
    list-style: none;
}
#Content ol
{
    margin: 5px 5px 0 50px;
}

#Content ul.Section-Links
{
    margin-top: 0;
    padding: 0 0 20px 0;
}

#Content ul li
{
    margin: 10px 0 0 0;
    padding: 0 0 0 25px;
    background: url('/images/icons/bullet.gif') no-repeat 5px 5px;
}

#Content ul.Section-Links li
{
    margin-top: 5px;
    font-weight: bold;
}

#Content a
{
	color: #78A22F;
}

#Content a:hover
{
    color: #333;
}

/* --- Columns --- */

#Content .Column
{
    float: left;
    display: inline;
}

#Content .Column-250
{
    width: 250px;
}

#Content .Column-310
{
    width: 310px;
}

#Content .Column-400
{
    width: 360px;
    padding: 0 20px;
}

#Content .Column-620
{
    width: 620px;
    margin-left: 15px;
    padding-bottom: 30px;
}

/* --- Feature Panel --- */

#Content .Feature
{
	padding: 10px;
	background: #E4ECD5;
}

#Content #Feature-Views
{
    background: #FFF;
}

#Content .Column-Showcase #Feature-Views
{
    margin-top: 250px;
}

#Content .Feature h2
{
    padding-top: 0;
}

#Content .Feature h2.First
{
    padding-top: 10px;
}

#Content .Feature .Feature-List ul
{
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	list-style: none;
}

#Content .Feature .Feature-List ul li
{
	padding: 7px 0;
	background: url('/images/icons/feature-dash-horiz.png') repeat-x bottom left;
	font-size: 1.2em;
	color: #484646;
	line-height: 1.3em;
}

#Content .Feature .Feature-List ul li img
{
    float: left;
    display: inline;
    margin: 0 10px 0 0;
}

#Content p.Feature-Link
{
	margin: 5px 0 0 0;
	font-size: 1.2em;
	text-align: right;
}

#Content .Feature .Feature-Content p
{
	margin: 0 5px 0 0;
	padding: 0 10px 0 0;
	font-size: 1.3em;
	color: #000;
}

#Content .Feature .Feature-Content blockquote
{
	margin: 5px 0 0 0;
	padding: 2px 0 20px 0;
	background: url('/images/icons/quote-open.png') no-repeat left top;
	font-size: 1.8em;
	color: #78A22F;
	line-height: 1.3em;
}

#Content .Feature .Feature-Content blockquote div
{
	padding: 0 25px 0 0;
	background: url('/images/icons/quote-close.png') no-repeat right bottom;
	text-indent: 37px;
}

#Content .Feature .Feature-Content cite
{
	display: block;
	margin: 5px 0 0 0;
	padding: 0 0 3px 0;
	font-size: 1.3em;
	color: #484646;
	font-weight: bold;
	font-style: normal;
	text-indent: 37px;
}

#Content #Feature-Views .Feature-Content a.Go
{
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

#Content #Feature-Views .Feature-Content a.Go:hover
{
	color: #000;
	text-decoration: underline;
}

#Content #Feature-Poll .Poll-Question p
{
	padding: 10px 0 0 0;
	font-size: 1.3em;
	color: #78A22F;
}

#Content #Feature-Poll .Poll-Options
{
	margin: 5px 0 0 10px;
	font-size: 1.3em;
	color: #78A22F;
	line-height: 2em;
}

#Content #Feature-Poll .Poll-Submit
{
	margin: 20px 0 0 0;
}

#Content #Feature-Poll .Poll-Submit a
{
	float: right;
	display: inline;
	width: 90px;
	height: 30px;
	background: url('/images/buttons/feature-vote-now.png') no-repeat right 0;
	text-indent: -9000px;
	overflow: hidden;
}

#Content #Feature-Poll .Poll-Submit a:hover
{
	background-position: right -30px;
}

/* --- Member Showcase --- */

#Content #Member-Showcase
{
	position: absolute;
	top: 260px;
	right: -23px;
	width: 334px;
	height: 260px;
	z-index: 90;
	overflow: hidden;
}

#Content .Showcase-Inner
{
	width: 334px;
	height: 260px;
	background: url('/images/backgrounds/content-showcase.png') no-repeat top left;
	line-height: 1.5em;
	overflow: hidden;
}

#Content .Showcase-Inner .Showcase-Excerpt
{
	padding: 35px 0 0 20px;
}

#Content .Showcase-Inner p
{
	margin: 5px 35px 0 0;
	font-size: 1.2em;
	color: #484646;
	line-height: 1.2em;
}

#Content .Showcase-Inner img
{
    border: solid 1px #CCC;
}

#Content #Member-Showcase .Visit-Members
{
	position: absolute;
	top: 5px;
	right: 11px;
	width: 150px;
	height: 90px;
	background: url('/images/backgrounds/content-showcase-visit.png') no-repeat top left;
	z-index: 90;
}

#Content #Member-Showcase .Visit-Members span.Go
{
	display: block;
	height: 40px;
	margin: 26px 23px 0 66px;
	background: url('/images/buttons/visit-members-site.gif') no-repeat 0 0;
	text-indent: -9000px;
	cursor: pointer;
}

#Content #Member-Showcase .Visit-Members:hover span.Go
{
	background-position: 0 -40px;
}

#Content #Member-Showcase .Visit-Members span.Clip
{
	position: absolute;
	top: 4px;
	right: 17px;
	width: 60px;
	height: 38px;
	background: url('/images/icons/showcase-clip.png') no-repeat 0 0;
	text-indent: -9000px;
	cursor: pointer;
	z-index: 100;
}


/* Footer
--------------------------------------------------------------------------------------- */

#Outer-Footer
{
	padding: 10px 0 0 0;
	background: url('/images/backgrounds/footer.jpg');
}

#Footer .Copyright
{
	display: block;
	padding: 15px 0 43px 0;
	font-size: 1.2em;
	color: #FFF;
	text-align: right;
	line-height: 1.2em;
}
