/* CSS by Devin Barth
 * MrDevinB.com
 * @MrDevinB
 */
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;}

html, body{
	background: #ece6d5;
	font-family: helvetica, arial, sans-serif;
}

.clearfix{
	clear: both;
}

#wrapper{max-width: 480px;margin: auto;}
#banner img{
	width: 100%;
	height: auto;
}
b{font-weight: bold;}
a, a:visited, a:hover{
	text-decoration: none;
	color: #882310;
}

.alert, .cm{
	background: #8a2411;
	padding: 10px;
	color: #ece6d5;
	font-weight: 700;
}

.um, .cm{
	margin-top: 20px;
}

.um{
	color: #ece6d5;
	font-weight: 700;
	background-color: #3b3a35;
}

.alert{
	font-size: 1.1875em;
	line-height: 1.375em;
	margin: 5px 10px 10px;
}

h3.cm, h3.um{
	font-size: 1.25em;
	text-transform: uppercase;
	max-width: 60%;
	padding: 6px 0 6px 20px;
	margin-bottom: 10px;
}

hgroup{
	font-weight: bold;
	margin: 20px;
}

hgroup h1{
	color: #252525;
	font-size: 1.375em;
	margin-bottom: 10px;
}

hgroup h2{
	color: #862e17;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.125em;
}

p{
	margin: 10px 20px;
	font-size: 15px;
	line-height: 1.1875em;
	font-family: arial, helvetica, sans-serif;
}
#footer{
	background: #38413a;
	padding: 5px 15px 25px;
}

#footer p{
	margin: 10px 0;
	color: #ece6d5;
}
#footer h3{
	color: #c2614e;
	font-size: 1.0625;
	text-transform: uppercase;
	margin-top: 20px;
}
#social{
	margin-top: 10px;
}
#social li{
	float: left;
	margin-right: 5px;
}
#fullsite a{
	display: block;
	color: #c2614e;
	font-weight: bold;
	padding: 20px;
}

.mobile_bottom_link a {
        color: #e5e6d7;
}