@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Walter+Turncoat|Architects+Daughter);

/* =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, 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%;
	vertical-align:baseline;
}
body { line-height:1; }
ol, ul { list-style:none; }

table { border-collapse:collapse; border-spacing:0; }
caption, th, td { font-weight:normal; text-align:left; }

h1, h2, h3, h4, h5, h6 { font-family: 'Walter Turncoat', cursive; margin-bottom:20px; font-weight:600; text-shadow:0 1px 0 rgba(0,0,0, 0.2); clear:both; }

h1 { font-size:30px; color:#e98b00; line-height:1; text-transform:uppercase;}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display:block; }

::-moz-selection { color:#fff;  background:#e8ba02; }
::-webkit-selection { color:#fff;  background:#e8ba02; }
::selection { color:#FFF;  background:#e8ba02; } 

a { outline:none; text-decoration:none; color:#e98b00; }
a:hover { color:#333; text-decoration:underline;}

form { width:100%;}
p { margin:10px 0;}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html { font-size:87.5%; }
body {
	font-family:'Droid Sans',Arial,Verdana,sans-serif;
	text-rendering:optimizeLegibility;
	color:#222;
	font-size:15px;
	
	/* Background Cover  */
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	background-attachment:fixed;
	background-position:50% 70%;
	background-repeat:no-repeat;
	background-clip:border-box;
	background-origin:border-box;
	
	min-height:100%;
}

/* Body Background Cover Images */

iframe, img { max-width:100%; }

/* Form Background Images */
body.vsl-page  { /*background:url(images/vslpage-bg.jpg) no-repeat 50% 70%;*/ }

/* Page structure */

.container  { max-width:815px; margin:25px auto; }
.main-content { margin:0 5px; padding:30px 20px; background:#fbfbfb; border-radius:10px; text-align:center; }
.title { display:none;}
.copyright { margin-top:10px;}

/* Share Button Custom Style */
.dd_post_share .dd_button { float:left; width:auto; margin-right:5px;}

@media (max-width: 600px) {
	iframe, img { max-width:100%; height:auto;}
}