#logo {
	float:left;
	width:914px;
}

#close_button {
	display:inline;
	float:left;
	background-color:#383839;
}

#close_button:hover {
	background-color:#5a5a5c;
}

#header {
	margin:40px 0 0 0;
	height:86px;
}

#sub-header {
	height:30px;
}

#sub-header div {
	margin-top:4px;	
}

a, a:visited {
	color:#D6E03D;
}

.alpha {
	width:445px;
	float:left;
	margin:0 35px 0 0;
}

.beta {
	width:480px;
	float:left;
}

.divider {
	margin-bottom:0;
}

#footer {
	margin-top:30px;
}

.blog-post {
	padding-bottom:20px;
	margin-top:20px;
}

.blog-title {
	margin-top:0px;
	margin-bottom:10px;
	font-weight:bold;
	color:#D6E03D;
	font-size:17px;
	font-weight:bold;
}

.date {
	margin-bottom:2px;
	font-size:17px;
	font-weight:bold;	
}

.blog-comments-heading {
	font-weight:bold;
	color:#D6E03D;
	padding:10px 0 10px 0;
	margin:0;
	border: 0px solid #767662;
	border-top-width:2px;
	border-bottom-width:2px;
}

.blog-comment {
	font-size:12px;
	padding-bottom:20px;
	padding-top:20px;
	border: 0px solid #767662;
	border-top-width:2px;
}

.blog-commenter {
	font-weight:bold;
	margin-bottom:0px;
}

.blog-comment-timestamp {
	margin-top:0px;
	margin-bottom:2px;
	font-weight:bold;
	color:#D6E03D;
}

#blog-comment-form-wrapper {
	padding-top:20px;
	border: 0px solid #767662;
	border-top-width:4px;
}

#blog-comment-form-wrapper h2 {
	font-size:11px;
	font-weight:bold;
	color:#D6E03D;
	margin-bottom:10px;
}

#blog-comment-form-wrapper label, #search-form-wrapper label {
	color:#3B3B3C;
	padding-left:10px;
	padding-top:7px;
	position:absolute;
}

#blog-comment-form-wrapper p.input {
	margin:0 0 2px 0;
	padding:0;
}

#blog-comment-form-wrapper input.text-input {
	height:28px;
}

#blog-comment-message-label {
	margin-top:34px;
}

#blog-comment-message-input {
	height:150px;
}

#blog-comment-form-wrapper .small-divider {
	width:445px;
	margin-top:30px;
	margin-bottom:12px;
}

label {
	display:block;
	margin-bottom:2px;	
	font-weight:bold;
	font-size:.9em;
}

label.required {
	padding-left:15px;
	background:url('/images/bullet_required.png') no-repeat 3px 3px;
}

label.selected {
	display:none;
}

.input {
	margin:0 0 20px 0;
	border: 1px solid #3a383a;
	display:inline-block;
	color: #2a2a2a;
}

span.input {
	display:inline-block;
	margin:0 0 10px 0;
	padding:1px;
}

.nicEdit-main {
	color:#000;
}

.text-input {
	width:435px;	
	border:0 solid #3B3B3C;
	background-color:#fff;
	font-size:11px;
}

.select-input {
	width:435px;	
	border:0 solid #3B3B3C;
	background:none;
}

input.text-input {
	height:28px;
	padding-left:3px;
	padding-right:6px;
}

textarea.text-input {
	padding:4px 5px 4px 4px;
}

.highlight {
	border:1px solid #fdff5c; !important
}

.validated {
	border:1px solid #f10b00;
}

div.validator-wrapper {
	/* margin-left:354px; */
	position:absolute;
}

div.validators {
	position:absolute;
	left:0;
	top:0;
	z-index:100;
}

div.validator {
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	height:28px;
	color:#fff;
}

div.validator-inner {
	float:left;
	padding:7px 0 6px 0;
	background-color:#f10b00;
}

div.validator-left, div.validator-right {
	float:left;
}
