/* KERNEST.COM WEB FONT CSS GENERATED FOR USE ON http://recursion.org */

/* 
Thatcher Ulrich Tuffy Bold 
http://thatcher-ulrich.kernest.com/fonts/tuffy-bold
Public Domain: http://creativecommons.org/licenses/publicdomain/
*/ 
 
@font-face {
    font-family: 'Tuffy';
    font-weight: bold;	
    src: url('fonts/tuffy-bold.eot');
    src: url('fonts/tuffy-bold.woff') format('woff'), url('fonts/tuffy-bold.ttf') format('truetype'), url('http://kernest.com/embed/tuffy-bold');
}

.tuffy-bold {
    font-family: 'Tuffy';
    font-weight: bold;
    line-height: 140%;
}


/* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

body {
    background: url("cake.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom right;
    font-family: Helvetica, Arial, sans-serif;
}

h1 {
    font-family: 'Tuffy';
    font-weight: bold;
    font-size: 50px;
}

div.tagline {
    color: #333;
}

input#birthday {
    font-size: 40px;
    width: 460px;
    height: 70px;
}

input#birthday.placeholder {
    color: #ccc;
}

div.tagline {margin-bottom: 1em;}

div#message {
    height: 70px;
    background: #e55e5a;
    background-image: url("arrow.png");
    background-repeat: no-repeat;
}

div#message p {
    margin: 0px;
    padding-top: 1em;
    padding-left: 20px;
    padding-right: 10px;
    line-height: 1.2em;
    color: #333;
}

div#footer {
    font-size: 12px;
    position: absolute;
    bottom: 0px;
}

div#footer a {
    color: #3F6319;
    font-weight: bold;
    text-decoration: none;
}

