body {
	background: url('/images/background-stripe.gif') #141506;
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: white;
}

.comments label {
  display: block;
  float: left;
  width: 80px;
}

.comments .field {
  margin-bottom: 8px;
}

.comments .actions {
  padding-left: 80px;
}

#categories, #categories li, #tags, #tags li {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

#github {
	right: 0;
	top: 0;
	z-index: 100;
	position: absolute;
}

#github img {
	border: 0;
}

#page, #site_bar_content {
  width: 1099px;
  margin: 0px auto;
	position: relative;
}

#footer {
	text-align: center;
}

#footer, #footer * {
	font-size: 10px;
  color: white;
}

#body_content_wrapper {
	margin-top: 45px;
	margin-bottom: 20px;
	background: url('/images/background-curve.gif') no-repeat #303030;
	padding-top: 14px;
}
#body_content {
    background: url('/images/body_content_bg.gif') repeat-y #303030;
}

#body_content_left {
	float: left;
	width: 671px;
	padding: 30px;
	min-height: 390px;
}

#body_content_right {
	background: url('/images/side-background.gif') repeat-y #404040;
	width: 307px;
	float: right;
	margin-top: 10px;
	min-height: 390px;
	padding: 30px;
}

#header {
    height: 71px;
    margin-bottom: 10px;
}

#header h1 {
	margin: 0;
	position: absolute;
	top: 46px;
	left: 29px;
}

#header h1 a {
	background: url('/images/refinery/logo-small-medium.png') no-repeat;
	width: 190px;
	height: 57px;
	display: block;
	text-indent: -5000em;
}

#header ul {
	background: url('/images/menu-background.gif') no-repeat;
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	width: 1099px;
	height: 32px;
}

#header li {
	float: left;
	list-style: none;
}

#header li a {
	display: block;
	line-height: 32px;
	color: white;
	padding: 0 10px;
	text-decoration: none;
}

#header li.selected {
	background: #0094e9;
}

#header li a:hover {
	text-decoration: underline;
}

.inquiries form {
    width: 325px;
    float: left;
}

.inquiries form label {
    width: 100%;
    float: left;
}

.inquiries form input {
    width: 325px;
    border: 0px none;
    height: 20px;
    line-height: 22px;
    padding: 6px 0px 0px 3px;
}

.inquiries form .actions {
    margin-top: 24px;
}

.inquiries form .actions input {
    margin-left: 0px;
    width: auto;
    height: auto;
}

.inquiries .field {
    margin: 6px 0px;
}

.inquiries .form {
    padding-top: 12px;
    background: url('/images/psd_to_refinery_form_background.gif') no-repeat;
    height: 445px;
    width: 665px;
    padding-left: 30px;
    margin: 30px 0px 30px -30px;
}

.inquiries form textarea {
    height: 100px;
    border: 0px none;
    width: 100%;
}

.inquiries #other_options {
    float: right;
    width: 315px;
    padding-top: 12px;
}

.inquiries #other_options label {
    float: left;
    width: 304px;
    height: 42px;
    display: block;
    background: #595959;
    margin-bottom: 8px;
    line-height: 42px;
    padding-left: 8px;
}

/* Default error colouring */

div.fieldWithErrors {
    display: inline;
}

#errorExplanation {
	border-top: 3px solid #F27F7F;
	background: #FFBEBE;
	padding: 10px;
}

#errorExplanation, #errorExplanation *, .fieldWithErrors, .fieldWithErrors * {
	color: #9C2626;
}


/* Browser Hacks */

/* remove borders from images */

a img {
    border: 0px none;
}

/*
Firefox Dotted Line Fix
  - http://sonspring.com/journal/removing-dotted-links
*/
a:focus {
	outline: none;
}

/*
Clearfix docs
 - Main docs: http://positioniseverything.net/easyclearing.html
 - IE7 change: http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */