/*
let's get noice 
-------------------------------------------------------------- */
@font-face {
	font-family:nevis;
	src:url(i/nevis.ttf) format(truetype);
}

@font-face {
	font-family:AvenirLTStd-Roman;
	src:url(i/AvenirLTStd-Roman.otf) format(opentype);
}

@font-face {
	font-family:AvenirLTStd-Medium;
	src:url(i/AvenirLTStd-Medium.otf) format(opentype);
}

/*
set all the fancy (nevis) sans-serif things
-------------------------------------------------------------- */
#header,#subnav,ul.nuggets,h2.talking,h2.talkingRed,h3,a.slideshow,a.news-link,ul.addy li a,#footer .nav,legend {
	font-family:AvenirLTStd-Medium,"Century Gothic", Futura, Segoe,Corbel, HelveticaNeue, Lucida Grande, Helvetica, sans-serif;
}


	
/*
set all the  serif things
-------------------------------------------------------------- */
.serif,body,#calls-to-action ul li a span,ul.nuggets li a span,#newsfeed h3,form,#regular-fade-text h2,#regular-fade-text h3 {
	font-family:Constantia, Georgia, serif;
}


	
/*
set all the regular sans-serif things
-------------------------------------------------------------- */
form {
	font-family:Corbel, HelveticaNeue, Lucida Grande, Helvetica, sans-serif;
}


	


	
/* Default font settings. 
   The font-size percentage is of 16px. (0.8125 * 16px = 13px) */
body {
	font-size:81.25%;
	line-height:1.5em;
	color:#333;
}


	
/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	color:#333;
}

h1 {
	font-size:1.847em;
	line-height:1em;
	margin-bottom:.5em;
	margin-right:10px;
}

h2 {
	font-size:1.539em;
	line-height:1em;
	margin-bottom:.5em;
	color:#5c1412;
}

h3 {
	font-size:1.077em;
	text-transform:uppercase;
	letter-spacing:.12em;
	margin-bottom:2px;
	margin-top:15px;
	color:#555;
}

h4 {
	font-size:1.077em;
	font-style:italic;
	letter-spacing:.2em;
	margin-bottom:2px;
	margin-top:15px;
}

h5 {
	font-size:.924em;
	font-weight:bold;
	margin-bottom:1.5em;
}

h6 {
	font-size:.924em;
	font-weight:bold;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
	margin:0;
}


	
/* magical talking headers
-------------------------------------------------------------- */
h2.talking,h2.talkingRed {
	text-transform:uppercase;
	letter-spacing:.15em;
	background-image:url(i/talking_light.png);
	height:46px;
	line-height:38px;
	text-indent:20px;
	margin-bottom:4px;
	color:#023841;
	margin-right:0;
	font-size:.847em;
}

h2.talkingRed {
	background-image:url(i/talking_red.png);
	background-color:#260000;
	color:#fff;
}


	
/* Text elements
-------------------------------------------------------------- */
p {
	margin:0 0 1.5em;
}

p img.left {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}

p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}

a:focus,a:hover {
	color:#000;
}

a {
	color:#009;
	text-decoration:underline;
}

blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}

strong {
	font-weight:bold;
}

em,dfn {
	font-style:italic;
}

dfn {
	font-weight:bold;
}

sup,sub {
	line-height:0;
}

abbr,acronym {
	border-bottom:1px dotted #666;
}

address {
	margin:0 0 1.5em;
	font-style:italic;
}

del {
	color:#666;
}

pre {
	margin:1.5em 0;
	white-space:pre;
}

pre,code,tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}


	
/* Use this to create a horizontal line across a column. */
hr,hr.small {
	background:#999;
	color:#999;
	width:98%;
	clear:both;
	float:none;
	height:1px;
	margin:36px 0;
	margin-left:-3px;
	border:none;
}

hr.small {
	margin:9px 0;
}

hr.space {
	background:#fff;
	color:#fff;
}


	
/* Use a .box to create a padded box inside a column.  */
.box {
	padding:20px;
	margin-bottom:20px;
	background:#E5ECF9;
}


	
/* links
-------------------------------------------------------------- */
a {
	color:inherit;
}


	
/* Lists
-------------------------------------------------------------- */
ul,ol {
	margin-bottom:20px;
}

ul {
	list-style-type:disc;
}

ol {
	list-style-type:decimal;
}


	
/* Tables
-------------------------------------------------------------- */
table {
	margin-bottom:20px;
	width:100%;
}

th {
	font-weight:bold;
}

thead th {
	background:#c3d9ff;
}

th,td,caption {
	padding:4px 10px 4px 5px;
}

tr.even td {
	background:#e5ecf9;
}

tfoot {
	font-style:italic;
}

caption {
	background:#eee;
}


	
/* Misc classes
-------------------------------------------------------------- */
.small {
	font-size:.847em;
	margin-bottom:1em;
}

.large {
	font-size:1.385em;
	line-height:1.5em;
	margin-bottom:1em;
}

.hide {
	display:none;
}

.quiet {
	color:#666;
}

.loud {
	color:#000;
}

.highlight {
	background:#ff0;
}

.added {
	background:#060;
	color:#fff;
}

.removed {
	background:#900;
	color:#fff;
}

.first {
	margin-left:0;
	padding-left:0;
}

.last {
	margin-right:0;
	padding-right:0;
}

.top {
	margin-top:0;
	padding-top:0;
}

.bottom {
	margin-bottom:0;
	padding-bottom:0;
}

.fc-smallcaps {
	font-size:.924em;
	text-transform:uppercase;
	letter-spacing:.2em;
}

.indent {
	padding-left:20px;
	padding-right:20px;
}