/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

/* Custom Styles */

body {
 font-size: 30px;
 background: url(back.png);
 color: black;
 text-align: center;
 font-family: 'Indie Flower', arial, serif;
}

.container {
 background-color: #EBD6C7;
 width: 850px;
 margin: 100px auto 0px;
 opacity: 0.9;
 border-radius: 10px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border: solid 2px #B6BCB7;
 box-shadow: 0px 0px 5px 5px #B6BCB7;
 -moz-box-shadow: 0px 0px 5px 5px #B6BCB7;
 -webkit-box-shadow: 0px 0px 5px 5px #B6BCB7;
}

.header {
 padding: 10px;
}

.tease {
 font-size: .75em;
}

h1 {
 font-size: 5em;
 font-weight: bold;
 font-family: 'Cabin Sketch', arial, serif;
 text-transform: uppercase;
}

h1.small {
 font-size: 4em;
}

h1.smaller {
 font-size: 3em;
}

h1.smallest {
 font-size: 2em;
}

.content {
 padding: 10px 10px 30px;
}

.text {
 margin: 0px 0px 30px;
}

a {
 text-decoration: none;
 padding: 4px;
 font-size: 1em;
 background-color: #B6BCB7;
 color: black;
 border: solid 1px black;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 box-shadow: 2px 2px 0px black;
 -moz-box-shadow: 2px 2px 0px black;
 -webkit-box-shadow: 2px 2px 0px black;
}

a:hover {
 color: white;
}

a:active {
 position: relative;
 top: 2px;
 left: 2px;
 box-shadow: 0px 0px 0px black;
 -moz-box-shadow: 0px 0px 0px black;
 -webkit-box-shadow: 0px 0px 0px black;  
}
