@charset "utf-8";

html {
	background-color: #ddd;
}

body {
	color: #444;
	font-size: 15px;
}

a {
	color: #06c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 36px;
	color: #06c;
	font-weight: bold;
}

h2 {
	font-size: 24px;
	color: #aaa;
}

p {
	margin-bottom: 20px;
	font-size: 16px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
	color: #999;
}

#container {
	width: 400px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#hd {
	margin-bottom: 20px;
}

#hd img {
	float: left;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 2px;
}

#hd h1 {
	padding-left: 70px;
	margin-bottom: -3px;
}

#hd p {
	padding-left: 72px;
	font-size: 12px;
	color: #999;
	margin-bottom: 0;
}

#ft {
	text-align: center;
	margin-bottom: 20px;
	color: #666;
}

.box {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 20px;
}

.btn-big {
	display: block;
	width: 300px;
	margin: 0 auto;
	padding: 8px;
	text-align: center;
	background-color: #06c;
	border: 1px solid #999;
	color: #fff;
	font-size: 22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.btn-big:hover {
	background-color: #06f;
	text-decoration : none;
}

.hidden {
	display: none;
}

.shout {
	font-weight: bold;
	background-color: #ff9;
}

.whisper {
	color: #999;
}

.note {
	font-size: 13px;
}



/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */