@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: "" "";
}


body  {
	background: #e9ebe2;
	text-align: center;
	color: #1b1818;
	font-family: "Trebuchet MS", 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;
} 
#sidebar {
	float: left;
	width: 200px;
	margin-left: 40px;
}
#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-size: 1.85em;	
	color: #384345;
	margin-bottom: .5em;
}
h1 img {
	margin-top: .5em;	
}
h4 {
	color: #384345;
	font-size: 1.286em;
	font-weight: normal;
	margin-bottom: .75em;
	line-height: 1.3em;
}
.leftCol h4 strong {
	color: #367a13;
}
p {
	margin-bottom: 1em;
}
em {
	font-style: italic;	
}
.rightCol strong {
	color: #e98228;
	font-size: 1.071em;
}
.leftCol p strong {
	color: #ff2a48;	
}
.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 40px 5px 0;
}
p.date {
	font-size: 0.9em;
	text-transform: uppercase;
	color: #999;
	letter-spacing: .2em;
}
#container #mainContent .thumbList h4 {
	margin-bottom: 0px;
}
