/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;

/* added 8/1/10 to force all headers to normal
any bold etc styling will be done on a selector basis  */
	font-weight: normal;
	font-style: normal;
}

body {
    line-height:1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
	display:block;
}

nav ul {
    list-style:none;
	border-style: none;
	text-decoration: none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
 
/* End of html5doctor.com Reset Stylesheet */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 1, 2010 */

@font-face {
	font-family: 'BergamoStdItalic';
	src: url('bergamostd-italic-webfont.eot');
	src: local('☺'), url('bergamostd-italic-webfont.woff') format('woff'), url('bergamostd-italic-webfont.ttf') format('truetype'), url('bergamostd-italic-webfont.svg#webfontrc4IzfqA') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BergamoStdRegular';
	src: url('bergamostd-regular-webfont.eot');
	src: local('☺'), url('bergamostd-regular-webfont.woff') format('woff'), url('bergamostd-regular-webfont.ttf') format('truetype'), url('bergamostd-regular-webfont.svg#webfontgOjdTqkC') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BergamoStdBold';
	src: url('bergamostd-bold-webfont.eot');
	src: local('☺'), url('bergamostd-bold-webfont.woff') format('woff'), url('bergamostd-bold-webfont.ttf') format('truetype'), url('bergamostd-bold-webfont.svg#webfontMlubapHM') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TransportMedium';
	src: url('transport_medium-webfont.eot');
	src: local('☺'), url('transport_medium-webfont.woff') format('woff'), url('transport_medium-webfont.ttf') format('truetype'), url('transport_medium-webfont.svg#webfontShohpIQg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* End of Font Squirrel (http://www.fontsquirrel.com) on August 1, 2010 */

body {
	font-family: BergamoStdRegular, Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 0 80px;
	text-rendering: optimizeLegibility;
	width: 840px;
	color: ####8C8C8C;
	background-color: #f2f2f2;
}

a {
	font-family: BergamoStdBold, Georgia, "Times New Roman", Times, serif;
	color: #595959;
}

a:hover {
	font-family: BergamoStdBold, Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #000;
}

nav {
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #de5131;
}

nav p {
	font-style: italic;
	display: inline-block;
	width: 455px;
	text-align: right;
	font-size: 1.25em;
	padding-top: 4px;
}

nav li {
	float: left;
	width: 4em;
	font-size: 1.5em;
}

header {
	height: 310px;
	letter-spacing: -3.5px;
	font-family: TransportMedium, Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid #de5131;
	margin-bottom: 10px;
	color: #595959;
}

header h1 {
	margin-top: 10px;
	font-size: 2em;
	letter-spacing: -3.5px;
}

header h2 {
	font-size: 1.5em;
	letter-spacing: -2.5px;
}

article {
	width: 240px;
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 30px;
}

article h1 {
	text-align: center;
	padding-top: 5px;
}

article p {
	display: inline-block;
	width: 120px;
	text-align: right;
}

article aside {
	clear: left;
	display: inline-block;
	width: 120px;
	text-align: left;
}

footer {
	border-top: 1px solid #de5131;
	margin: 10px 0px 10px 0;
	clear: left;
}

img {
	-moz-box-shadow: 5px 5px 5px #777;
	-webkit-box-shadow: 5px 5px 5px #777;
	box-shadow: 5px 5px 5px #777;
}

small {
	font-style: italic;
	font-size: .8em;
	padding-top: 20px;
}
