/* #########################################################################

Merry Christmas
File: style.css
Date: 2013
Autor: Roger Burkhard
Copyright: all rights reserved

######################################################################### */

/*------------------------------------------------------
THE BIG FAT RESET
------------------------------------------------------*/

html, body, div, span, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}

/*------------------------------------------------------
IMPORT FONTS
------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,600italic,700italic);

/*------------------------------------------------------
GENERAL
------------------------------------------------------*/

html {
	height: 101%;
}

body {
	width:100%;
	font: 600 60px/80px 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
	color: #37a64c;
	background:#ebe4d0;
}

/*------------------------------------------------------
TYPOGRAPHY
------------------------------------------------------*/

h1 {
	margin: 0;
	padding: 0;
	font: 700 150px/160px 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
	padding-bottom:42px;
	color: #ebe4d0;
	display: block;
	text-align: center;
}

h1.fuck {
	font-size:50px;
	line-height: 70px;
	position: relative;
	width: auto;
	padding-bottom: 0px;
	margin-top:15px;
}

h1.fuck::after {
	border-bottom: 5px solid #ebe4d0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 550px;
    margin: 0px auto 0 auto;
}

h2 {
	margin: 0;
	padding: 0;
	font: 700 30px/30px 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
	color: #ebe4d0;
	display: block;
	text-align: center;
}

h3 {
	margin: 0;
	padding: 0;
	font: 700 60px/80px 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
	color: #37a64c;
	display: block;
	text-align: center;
	font-style: italic;
}

h4 {
	margin: 0;
	padding: 0;
	font: 400 30px/60px 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
	color: #ebe4d0;
	display: block;
	text-align: center;
	font-style: italic;
}

h3.h_light {
	font-weight: 400;
}

h3.h_bold {
	font-weight: 700;
}

/*------------------------------------------------------
GENERAL LINKS
------------------------------------------------------*/

a {
	outline: none;
	color: #37a64c;
	text-decoration: none;
	border-bottom:1px solid #37a64c;
}

a:hover {
	color: #37a64c;
}

/* Firefox Hack to elmininate that ugly dotted line */
:focus {
	-moz-outline-style: none;
}


/*------------------------------------------------------
IMAGES
------------------------------------------------------*/

img {
	border: none 0;
}

/*------------------------------------------------------
CLEAR
------------------------------------------------------*/

.clear {
	clear: both;
}

/*------------------------------------------------------
CONTENT
------------------------------------------------------*/

#wrapper {
	display: block;
	width: 100%;
}

.inside {
	width: 960px;
	margin: 0 auto;
	z-index: 1;
}

.thank_you_suckers {
	display: block;
	width: 151px;
	height: 147px;
	position: absolute;
	top:20px;
	left:50%;
	margin-left:180px;
	font-size:12px;
	line-height: 18px;
	text-align: center;
	padding-top:15px;
	background: url(../bubble.png) no-repeat top left;
}

/*------------------------------------------------------
HEADER
------------------------------------------------------*/

#header {
	display: block;
	width: 100%;
	padding:90px 0;
	background: #37a64c;
}

/*------------------------------------------------------
CONTENT
------------------------------------------------------*/

.different {
	padding:55px 0 0 0;
}

.line {
	display: block;
	height: 3px;
	width: 200px;
	margin:55px auto 0 auto;
	background: #37a64c; 
}

.image_block {
	width: 640px;
	margin: 0 auto 0 auto;
	padding-bottom:55px;
	text-align: center;
}

.image_block h3 {
	padding:55px 0;
	font-size:50px;
}

.never_change h3 {
	padding:55px;
	text-transform: uppercase;
	line-height: 60px;
}

.merry h3 {
	padding:55px 0 0 0;
	text-transform: uppercase;
	line-height: 60px;
}

.santa {
	display: block;
	width: 600px;
	height: 450px;
	margin:0 auto;
}

.made_with {
	display: block;
	padding:20px 0 55px;
	font-size:13px;
	text-align: center;
	color:#dbcb9b;
}

.made_with .line {
	height: 1px;
	margin-bottom:20px;
}

/* Mobile Shizzle */

@media all and (max-width: 640px) and (min-width: 0) {
		.inside {
			width: 640px;
		}
		h1 {
			font: 700 120px/130px 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
			padding-bottom:22px;
		}
		h3 {
			font: 700 50px/70px 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
		}

		.thank_you_suckers {
			margin-left:150px;
		}

}