body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: 'Spinnaker', sans-serif;
	font-size: 13px;
	color: #5B5B5B;
	text-align: center;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-weight: 500;
	color: #222222;
}

h1 { font-size: 4em; }

h2 { font-size: 3em; }

h3 { font-size: 2em; line-height: 2em; }

.saul { font-family: 'Yesteryear', cursive; }

ul, ol {
	margin-top: 0;
	margin-bottom: -7;
}

p.space-bitches { 
	letter-spacing: 10px; 
	font-size: 0.8em;
	margin-top: 0;
	margin-bottom: -7; 
}

a { text-decoration: none; color: #009900; }

a:hover { text-decoration: none; }

hr { 
	padding: 1; 
	margin-top: 5px;
	margin-bottom: 15px;
	border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    text-align: center; 
}
hr:after { 
	content: "$"; 
	display: inline-block; 
	position: relative; 
	top: -0.6em; 
	font-size: 1.5em; 
	color: #009900;
	padding: 0 0.10em; 
	background: white; 
}

#main-shit-yo { margin: 0 auto; width: 600px; }

#the-man { height: 270px; }

.basic-chemistry { width: 60%; margin: 0 auto; }

.buy-this-shit { width: 60%; margin: 0 auto; }
	
#car-wash { margin: 30px; }

#small-car { display: none; }

#facebook-this-shit { text-align: center; margin: 25px; }

#cooked-books {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #666;
	width: 75%;
	height: 200px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
}

#author {
	color: #C93;
	position: relative;
	margin-top: 15px;
}

#shitty-ass-comments {
	min-height: 250px;
}

.waltbox { display: none; }

#marie { 
	width: 50px; 
	height: 50px; 
	position: relative;
	bottom: 0px; 
	left: 0px;
}
#marie:hover { cursor: pointer; }
body.klepto { background-color: #6666cc; }
body.klepto hr:after { background: #6666cc; color: #fff; }
body.klepto #cooked-books { color: #C93 }

#better-call-saul { margin-bottom: 15px; }
#better-call-saul p { font: 20px; }
#better-call-saul hr:after { content: "$$$"; }

input, textarea { 
	margin: 5px;
	padding: 12px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100%;
	font-family: 'Spinnaker', sans-serif;
	background: #FFFFFF;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	border-radius: 0px 15px 20px 20px;
}

textarea { 
	width: 100%;
	height: auto;
	line-height: 150%;
	font-size: 14px;
	background-image: url('evidence/400ml.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

select {
	margin: 5px;
	width: 100%;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 40px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100%;
	font-family: 'Spinnaker', sans-serif;
	background: #FFFFFF;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;	
}
select.language { width: 97%; }
input.numbers-yo { width: 25%; }
select.output-type { width: 67%; }

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.form label { 
	margin-left: 10px; 
	color: #999999; 
}

.submit input {
	width: 97%;
	padding: 12px 15px;
	background: #4796b8;;
	border: 0;
	font-size: 14px;
	margin-top: 0;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.submit input:hover { background: #ccc; }

@media only screen and (max-width: 767px) {		
	
	#main-shit-yo { margin: 0 auto; width: 95%; }
	h1 { font-size: 3em; }
	#cooked-books { width: 75%; margin: 0 auto; }
	#car-wash { display: none; }
	#small-car { display: block; margin: 30px; }
	textarea { width: 95%; }
	
}

@media only screen and (max-width: 520px) {	

	#main-shit-yo { margin: 0 auto; }
	select.output-type { width: 64%; }	
	h1 { font-size: 2.1em; }
	#cooked-books { font-size: 15px; }
	.buy-this-shit { width: 75%; }
	#car-wash { display: none; }
	#small-car { display: block; margin: 30px; }
	textarea { width: 95%; }
	
}	
