@charset "UTF-8";

/*  RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
.sub {
	font-size: 0.9em;
}
html	{ 					/* force scrollbar to prevent page jump */
	min-height: 100%;
	margin-bottom: 1px;
}
a {
	text-decoration: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* FONTS */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 22, 2011 05:41:33 PM America/New_York */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('_webfonts/BebasNeue-webfont.eot');
    src: url('_webfonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('_webfonts/BebasNeue-webfont.woff') format('woff'),
         url('_webfonts/BebasNeue-webfont.ttf') format('truetype'),
         url('_webfonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* LAYOUT */

body  {
	background: #e9ebe2;
	text-align: center;
	color: #3e433e;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.875em;
}
#container { 
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	padding: 15px 0;
	line-height: 1.4em;
} 
#header {
	padding: 0 40px;
	text-align: right;
	font-size: 0.9em;
} 
#sidebar {
	float: left;
	width: 185px;
	margin-left: 40px;
}
#sidebar p.social {
	font-family: BebasNeueRegular;
	font-size: 1.2em;
	letter-spacing: .1em;
}
#sidebar p.social a {
	color: #333;
	padding-bottom: 2px;
}
#sidebar p.social img {
	margin-right: 6px;
	margin-bottom: -2px;
}
#mainContent { 
	margin: 0 40px 0 264px;
} 
#footer { 
	padding: 0 40px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.rightCol {
	float: right;
	width: 205px;
}
.leftCol {
	margin: 0 250px 0 0;
}

/*
-----------------------------
    TYPOGRAPHY
-----------------------------
*/

a {
	color: #00a8e2;	
}
h1 {
    font-family: 'BebasNeueRegular';
	font-size: 40px;
	color: #333;
	margin-bottom: 15px;
	margin-top: 30px;
}
h1 img {
	margin-top: .5em;
}
h2 {
    font-family: 'BebasNeueRegular';
	font-size: 30px;
	line-height: 30px;
	color: #333;
	margin-bottom: 15px;
	margin-top: 30px;
}
h2.thinMargin {
	margin-bottom: 2px;
}
h4 {
	color: #626262;
	font-size: 1.286em;
	font-weight: normal;
	margin-bottom: .75em;
	line-height: 1.3em;
}
.leftCol h4 strong {
	color: #000;
}
p {
	margin-bottom: 1em;
}
em {
	font-style: italic;	
}
.rightCol strong, .red {
	color: #e70033;
	font-size: 1.071em;
}
.green {
	color: #8fd400;	
}
.leftCol strong {
	color: #020202;
}
.photocredit {
	font-size: .85em;
	color: #999;
	text-align: right;
}
div.thumbList {
	float: left;
	border-top: 1px solid #dfdede;
	width: 655px;
	padding-top: 5px;
}
div.thumbList img {
	float: left;
	margin: 5px 20px 5px 0;
}
div.thumbList h2 {
	margin-top: 10px;	
}
p.date {
	font-size: 0.9em;
	text-transform: uppercase;
	color: #999;
	letter-spacing: .2em;
}
#container #mainContent .thumbList h4 {
	margin-bottom: 0px;
}
.center {
	text-align: center;
}
#sidebar #buzz {
	margin-top: 5em;	
}
#mainContent #buzz {
	margin-top: 30px;	
}
#container #sidebar #buzz p {
	/*font-family: 'LatinModernMono10Regular';
	line-height: normal;*/
	font-size: .85em;
	line-height: 1.4em;
	margin: 1em 0;
}
#container #sidebar #buzz p a {
	color: #333;	
}
#container #sidebar #buzz p a em {
    /*font-family: 'LatinModernMono10Italic';	*/
}
#container #sidebar #buzz p a strong {
	color: #000;
	font-weight: bold;
	font-size: .9em;
}
#container #sidebar #buzz p a cite {
	color: #767676;
}
#container #sidebar #buzz p a:hover {
	color: #00a8e2;	
}
#container #mainContent #buzz h3 {
	line-height: 1.3em;
	font-size: 16px;
	margin-top: 1em;
}
#container #mainContent #buzz p {
	color: #333;	
}
#container #mainContent #buzz h3 em {
	font-style: italic;
}
#container #mainContent #buzz p strong {
	color: #000;
	font-weight: bold;
	font-size: .9em;
}
#container #mainContent #buzz p cite {
	color: #666;
}
ul.none {
	list-style-type: none;
}
ul.none li {
	margin-bottom: .25em;	
}

/* NAVIGATION */
#topnav {
    font-family: 'BebasNeueRegular';
	font-size: 18px;
	margin: 10px 40px 65px 0;
}
#topnav ul {
	margin: 0;
	padding: 0;
	float: right;
	list-style-type: none;
}
#topnav ul li {
	display: block;
	float: left;
	margin-left: 15px;
}
#topnav ul li a {
	display: inline-block;
	color: #8fd400;
	text-decoration: none;
}
