/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}









#headwrap {
	position: fixed;
	width: 100%;
	height: 202px;
	z-index:99;
}
header {
	background: #FFF;
	height: 118px;
}
nav {
	background: #51B9B9;
	height: 42px;
}
#subnav {
	background: #205666;
	height: 42px;
}
#registration {
	height: 100px;
	width: 100%;
	background: #FFF;
	border-bottom: 1px solid rgba(00,00,00,.1);
	padding-top: 202px;
}
#contentwrapper {
	float: left;
	width: 100%;
}
#contentcolumn {
	padding: 20px 0 0 20px;
	margin: 0 0 0 320px;
	background: url(images/bgd-tile-feed.png) repeat fixed;
	text-align: center;
	border-left: 1px solid rgba(00,00,00,.1);
}
#leftrail {
	margin-left: -100%;
	float: left;
	width: 320px;
	background: #F6F6f6;
}
footer {
	clear: left;
	width: 100%;
}
.card {
	background: #FFF;
	padding: 20px;
	text-align: left;
	width: 640px;
	margin: 0px auto 30px;
}
.carddivider {
	height: 30px;
	background: url(images/card-shadow.png) repeat-x top;
}
.card h1 {
	color: #205666;
	text-align: center;
	padding-bottom: 15px;
	font: lighter 40px/50px "Bodoni Egyptian Pro", serif;
}
.card h2 {
	text-transform: uppercase;
	color: #ABABAB;
	text-align: center;
	padding-bottom: 15px;
	font: lighter 16px "Sofia Pro", sans-serif;
}
.card h3 {
	font: 18px/28px "Sofia Pro", sans-serif;
	color: #333;
}
.card p {
	padding-bottom: 24px;
	color: #333;
	font: lighter 18px/28px "Sofia Pro", sans-serif;
}
.cardimage {
	float: left;
	padding-right: 20px;
}
.bannerskyscraper {
	float: right;
	padding-left: 30px;
}
.bannerleaderboard {
	padding: 20px 10px;
}
.logo {
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}
.headerstuff {
	float: right;
	padding-right: 20px;
	padding-top: 50px;
}
.social {
	float: left;
}
.expand {
	float: right;
}







#leftrail header {
	height: 30px;
	background: #B5E1E0;
}
#leftrail header h1 {
	color: #205666;
	font: lighter 14px "Sofia Pro", sans-serif;
	text-transform: uppercase;
}
.minicard {
	padding: 10px 27px 10px 10px;
	border-bottom: 1px solid rgba(00,00,00,.1);
	position: relative;
}
.minicard img {
	float: left;
	margin: 0px 10px 10px 0px;
}
.minicard h2 {
	color: #205666;
	font: 400 17px/20px "Bodoni Egyptian Pro", serif;
	padding-bottom: 5px;
}
.minicard p {
	color: #666;
	font: 300 14px/17px "Sofia Pro", sans-serif;
}
.thumb {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}








a:link, a:visited {
	text-decoration: none;
	color: #51B9B9;
}

a:hover {
	text-decoration: underline;
	color: #51B9B9;
}

a:active {
	text-decoration: none;
	color: #51B9B9;
}





.centerme {
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}












@media(max-width: 960px) {

#contentcolumn {
	padding: 20px 0 0 0px;
	margin: 0;
	text-align: center;
	border-left: 1px solid rgba(00,00,00,.1);
}
#leftrail {
	display: none;
}

}