/* CSS Document */

* {
	margin:0;
	padding:0;
}
html {background:#333333;}
body {
	background:url(images/shopping.jpg) no-repeat center center fixed; 
 	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color:#000;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
h1 {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size:28px;
	text-transform:uppercase;
}
h2 {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size: 34px;
	margin-bottom: 5px;
	text-transform:uppercase;
}
h3 {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size:38px;
	text-transform:uppercase;
}
h4 {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size:21px;
	text-transform:uppercase;
}
p {
	font-size: 17px;
	margin:0 0 15px;
	line-height: 1.4;
}
ul {
	font-size:16px;
	margin:0 0 15px 20px;
}
ul li {
	margin:0 0 5px
}
a {color:#CC1B00;text-decoration:none;}
a:hover {color:#231f20;text-decoration:underline;}


#subtitle{
	text-indent: -9999em;
	height: 0;
}

#overlay{
	background: url('images/overlay.png') repeat fixed;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

article#home a {
	text-shadow:0 -1px 1px rgba(0,0,0,.66);
	color:#FF4420;
}
article#home a:hover {color:#CA2100}
.wrapper {
	max-width:960px;
	margin:0 auto;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#branding {
	background: #D7EBF6;
	height: 75px;
	padding: 10px 0;
	box-shadow: 0 0 10px #000;
}

#branding h1 {
	display: inline-block;
	width:100%;
	max-width: 240px;
	height:75px;
	text-indent:-9999em;
	background: url(images/wtbb.png) left center no-repeat;
}

#giveaway > img{
	max-width: 100%;
}

#content:after{
	clear: both;
	display: table;
	content: "";
}

article {
	margin:20px 0 30px;
	padding:30px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:#ffffff;
	background:rgba(255,255,255,.85);
	color:#000;
	-webkit-box-shadow:0 0 15px rgba(0,0,0,.5);
	-moz-box-shadow:0 0 15px rgba(0,0,0,.5);
	box-shadow:0 0 15px rgba(0,0,0,.5);
}
article#home {
	color:#ffffff;
	text-shadow:0 -1px 5px rgba(0,0,0,.5);
	background:transparent;
	box-shadow:none;
	padding:0 0 50px 0;
	width:50%;
	float:left;
}

#home p{
	font-size: 22px;
}

#entry-form {
	width:45%;
	float:right;
	margin:20px 0;
	padding:20px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:#ffffff;
	background:rgba(255,255,255,.85);
	box-shadow:0 0 15px rgba(0,0,0,.4)
}
footer,#footer {
	width: 100%;
	background: #000;
	height: 100px;
	margin: 0;
	padding: 40px 20PX;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0 0 10px #000;
}
footer a, #footer a {
	color:#FFF;
	font-size: 16px;
	text-decoration:none;
}
footer a:hover, #footer a:hover {
	color:#CC1B00;
	text-decoration:underline;
}

span.seperator{
	padding: 0 10px;
}

.button {
    text-align:center;
    margin:35px 0 25px;
}
.button a {
	display: inline-block;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    background: #CC1B00;
    padding:10px 25px 10px;
    color:#ffffff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:42px;
    line-height: 42px;
    font-weight:bold;
    text-shadow:-1px -1px 0 rgba(0,0,0,.25);
    border-radius:4px;
    box-shadow:0px 1px 5px rgba(0,0,0,.5)
}
.button a:hover {
    background:#003603;
    box-shadow:none;
}
.clearfix {
	clear:both;
}
@media screen and (max-width:960px) {
	.wrapper {margin:0 15px;}
}
@media screen and (max-width:600px) {
	article#home,
	#entry-form {
		width:100%;
		float:none;
		margin:0;
	}
}