/* 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, 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 {
	background-color: #f2f2f2;
	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;
}

/* Begin Main CSS */

body {
	background-image: url(../images/white_plaster.png);
	font-size: 20px;
	font-family: "Myriad Set", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

h1 {
	margin: 10px;
	font-weight: bold;
	font-size: 200%;
}

#container {
	min-width: 400px;
	border-left-color: #eaeaea;
	border-bottom-color: #d6d6d6;
	border-right-color: #d6d6d6;
	border-top-color: #f2f2f2;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	padding-bottom: 25px;
	padding-top: 25px;
	background-color: white;
	margin-right: 12%;
	margin-left: 12%;
	margin-top: 45px;
	text-align: center;
	border-style: solid;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

h2 {
	line-height: 125%;
	font-weight: bold;
	color: red;
	font-size: 115%;
}

h3 {
	line-height: 125%;
	font-size: 100%;
}

#controls p {
	margin-bottom: 5px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 13px;
}

h4 {
	font-size: 125%;
	margin-bottom: 8px;
	font-weight: bold;
}

#controls ol {
	margin-right: 18%;
	margin-left: 18%;
	text-align: justify;
	list-style-type: decimal;
}

#controls ol li {
	line-height: 120%;
	margin-bottom: 8px;
}

input {
	font-size: xx-large;
}

.shadow {
	text-shadow: 1px 1px 1px #bfbfbf;
}

#hot {
	border-left-width: 1px;
	border-bottom-width: 2px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-color: #d8d8d8;
	border-bottom-color: #b2b2b2;
	border-right-color: #b2b2b2;
	border-top-color: #d8d8d8;
	background-color: #f9f9f9;
	margin-right: 8%;
	margin-left: 8%;
	padding: 10px;
	border-style: solid;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#headline {
	margin-right: 8%;
	margin-left: 8%;
	padding: 0px;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-color: #bfbfbf;
	border-style: solid;
}
#headline h4 {
	margin-left: 0px;
	margin-bottom: -10px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 150%;
	padding: 0px;
}
#shadow {
	margin-bottom: 25px;
	margin-top: -1px;
	text-align: center;
}