/* Basics */

body
{
	background: #E5E7E7;
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #222;
	width: 100%;
	height: 100%;
	line-height: 1.4em;
}

a
{
	color: #9F4A59;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

h2
{
	color: #9F4A59;
	font-size: 16px;
	font-weight: bold;
}

h2 .small
{
	font-size: 10px;
	color: black;
}

/* Layout */

#wrap
{
	background: #fff;
	width: 790px;
	margin: 0 auto;
	border: 2px solid #9F4A59;
	border-top: none;
	padding: 5px;
	margin-bottom: 5px;
}

#header
{
	border-bottom: 1px solid #9F4A59;
	height: 95px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	overflow: visible;
}

#headerLeft
{
	font-size: 24px;
	width: 240px;
	height: 95px;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #9F4A59;
	float: left;
}

#logo
{
	background: url('../images/logo.png') center no-repeat;
	margin: 3px auto 0 auto;
	width:  226px;
	height: 87px;
}

#logo a
{
	display: inline-block;
	text-decoration: none;
	width:  226px;
	height: 87px;
}

#logo a span
{
	display: none;
	width:  226px;
	height: 87px;
}

#headerRight
{
	width: 539px;
	height: 85px;
	line-height: 1.5em;
	float: right;
}

#headerRight ol
{
	list-style: decimal;
	list-style-position: inside;
}

#results
{
	white-space: pre;
	font-family: "Courier New", monospace;
	display: none;
	width: 780px;
	height: auto;
	padding: 5px;
	margin: 10px auto 0 auto;
	background: #F5F5F5;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	
}

#ajaxWorking
{
	background: url('../images/ajaxIndicator.gif') center no-repeat;
	width: 40px;
	height: 40px;
	display: none;
	margin: 0 auto;
}

#ads
{
	float: left;
	width: 295px;
	margin: 20px 0;
	padding: 10px;
}

#comments
{
	width: 450px;
	border-left: 1px solid #9F4A59;
	margin: 20px 0;
	padding: 10px;
	float: right;
}

#addCommentForm
{
	margin: 5px 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #9F4A59;
}

#addCommentForm label
{
	width: 50px;
}

#addCommentForm input
{
	width: 270px;
}

#commentComment
{
	width: 334px;
}
#commentEmail
{
	background-image: url(../images/gravatar-enabled.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.commentContainer
{
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	padding-bottom: 12px;
}

.commentName
{
	font-weight: bold;
	font-size: 14px;
}
.commentName a
{
	text-decoration: none;
}
.commentEmail
{
	display: none;
}
.commentComment
{
	margin-left: 10px;
	padding-left: 4px;
	margin-top: 4px;
	border-left: 1px solid #9F4A59;
	overflow: hidden;
}
.commentCreated
{
	color: #999;
}

.message
{
	font-size: 9px;
	color: #9F4A59;
	vertical-align: top;
	float: right;
	line-height: 1em;
	width: 100px;
}

#commentAdded
{
	background-color: #9f9;
	display: none;
}

#footer
{
	width: 800px;
	margin: 0 auto;
	display: block;
	text-align: center;
	margin-bottom: 15px;
}

#noobs 
{
	float: right;
	width: 250px;
	border-left: 1px solid #9F4A59;
	padding-left: 10px;
}

.rule
{
	margin: 0.5em 0 0.5em 2em;
}

.field
{
	margin: 0 0 2em 0;
}

.tooltip 
{
	position: absolute;
	z-index: 9999;
	background-color: #9F4A59;
	color: #F5F5F5;
	padding: 10px;
	width: 300px;
}

.hide
{
	display: block;
	clear: both;
	float: right;
}

.note
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.clear
{
	clear: both;
}

input, select, textarea
{
	background: #fff;
	border: 1px solid #9F4A59;
	padding: 3px;
	color: #222;
	margin-bottom: 7px;
}

label, .onlyOnText
{
	padding-right: 10px;
	padding-bottom: 7px;
	width: 140px;
	display: inline-block;
	text-align: left;
}

.typeOption
{
	margin-left: 150px;
}

#submit
{
	border: none;
	padding: 10px 5px;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.updateLabel, .createLabel
{
	width: auto;
	padding-left: 10px;
}

input[type="checkbox"]
{
	vertical-align: top;
}
