/* -------------------------------------
	Author: Tim Blumer ~ api-webservices.com
	
	Built: 2009-08-12 (YYYY-MM-DD)
	
	Last Edit: 2011-07-18 Brandi Kapfer
	
	URI: bjangus.com
---------------------------------------*/

/* @group Body */

body {
	margin: 0;
	padding: 0;
	background-color: #3f6335;
	background-image: url(../images/design/mainbg.gif);
}

body, p {
	
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
	color: #7e0807;
}

a {
	color: #fff;
}

visited {
	color: #7e0807;
}

/* @end */

/* @group Layout */

hr {
	height: 1px;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top: 1px solid #81977b;
}

#container {
	margin: auto;
	width: 972px;
	background-image: url(../images/design/container_bg.gif);
}

#header {
	height: 164px;
	background: url(../images/design/header.jpg) no-repeat;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

#header a {
	display: block;
	height: 153px;
	margin: 0 auto;
	width: 953px;
	text-decoration: none;
	text-align: center;
}

#header a h1 {
	visibility: hidden;
}

#wrapper {
	background: url(../images/design/wrapper_bg.jpg) no-repeat left bottom;
}

#title {
	color: #7e0807;
	font-weight: bold;
	font-size: 25px;
}

#content {
	float: right;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	width: 781px;
	padding: 0 15px 10px 10px;
	min-height: 430px;
}

#content img {
	background-color: #b2caac;
	border: 1px solid #73856d;
	padding: 4px;
}

#content img.no_borders {
	border: none;
	padding: 0;
	background-color: transparent;
}

#nav {
	float: left;
	width: 160px;
	font: 13px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #fff;
	padding-left: 5px;
}

#footer {
	clear: both;
	margin-left: 165px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #fff;
	height: 56px;
	width: 807px;
	padding-top: 19px;
	text-align: center;
	background: url(../images/design/footer.jpg) no-repeat;
}

#api {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 972px;
	margin: auto;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 30px;
}

.subtitle {
	padding-left: 19px;
	height: 39px;
	background: url(../images/design/subtitle_bg.png) no-repeat;
	font: italic bold 18px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #7e0807;
	padding-top: 3px;
}

.subtitle {
	padding-left: 19px;
	height: 39px;
	background: url(../images/design/subtitle_bg.png) no-repeat;
	font: italic bold 18px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #7e0807;
	padding-top: 3px;
}

.subtitle a {
	color: #7e0807;
}

.subtitle a:hover {
	color: #fff;
}

.shiny-button {
	border: solid thin #882d13;
	background-color: #9d0008;
	color: #eee;
	padding: .5em;
	text-shadow: 1px 1px 1px #333;
	/* 

Yummy Firefox/Safari bonuses */  
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e30f15), to(#ce401c),color-stop(0.4, #8c1b0b));
	box-shadow: 2px 2px 2px #bbb;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 1px 1px 3px #aaa;
	text-decoration: none;
	font-size: 1.25em;
}

.shiny-button:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ce401c), to(#e30f15),color-stop(0.4, #7d1709));
	box-shadow: 1px 1px 1px #bbb;
	color: #fff;
	background-color: #e30f15;
}

/* @end */

/* @group Pretty Forms */

form {
	margin: 0 0 1em;
	padding: 0;
}

label {
	color: #235353;
}

input, textarea {
	background: #e6e6e6;
	border: 1px solid #73856d;
	margin: 0;
	padding: 0;
}

.submit {
	padding-bottom: 1em;
	margin: 0;
}

.submit input {
	color: #000;
	background: #fff;
	padding: 5px;
	font-size: 12px;
}

fieldset {
	border: 1px solid #235353;
}

fieldset p {
	padding-left: 20px;
}

legend {
	
}

/* @end */

/* @group EPDs/Peds/misc */

/*adjustments for HP EPD */

.left {
	float: left;
	margin-right: 10px;
}

.left-col {
	float: left;
	margin-right: 2px;
	width: 50%;
}

.short-col {
	float: left;
	width: 350px;
}

.right {
	float: right;
	margin-left: 10px;
}

.right-col {
	float: right;
	margin-left: 2px;
	width: 48%;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
	margin: auto;
}

.banner {
	width: 150px;
	height: 105px;
	background-color: #b2caac;
	border: 1px solid #73856d;
	padding: 4px;
	margin: 0 auto;
}

.PedAnmName {
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #7e0807;
}

.PedCalvedRow {
	font: italic 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.PedS, .PedD {
	font-weight: bold;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-right: 5px;
}

.PedPGS, .PedPGD, .PedMGS, .PedMGD {
	margin-left: 10px;
}

.PedTable {
	width: 525px;
	padding-top: 5px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable {
	border-bottom: 1px solid #647966;
	border-left: 1px solid #647966;
	width: 525px;
}

.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td {
	padding: 1px;
	border-top: 1px solid #647966;
	border-right: 1px solid #647966;
}

.EPDProdHeaderProd, .EPDMatHeader, .EPDCarcHeader, .EPDValueHeader {
	background-color: #758a70;
	color: #e6e6e6;
	font-size: 12px;
	font-weight: bold;
}

.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader {
	background-color: #889f82;
	color: #e6e6e6;
	font-size: 11px;
}

.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow {
	background-color: #a6baa1;
	font-size: 11px;
	color: #000;
}

.EPDAcc {
	padding-left: 5px;
}

.EPDAsOfDt {
	
}

.footnote {
	background-color: #a6baa1;
	width: 300px;
	padding: 7px;
	margin: auto;
}

/* @end */

/* @group GeneStar Table */

#genestar {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

#genestar td {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 2px;
	text-align: center;
}

.gs_head {
	padding: 2px;
	background-color: #0c4c89;
	color: #fff;
	font-weight: bold;
}

.gs_subhead {
	background-color: #bc2d27;
	color: #fff;
}

/* @end */

/* @group RSS FEED */

.leftcol {
	display: block;
	float: left;
	width: 476px;
	margin-top: 4px;
}

.labelfield {
	color: brown;
	font-size: 90%;
}

.datefield {
	color: gray;
	font-size: 90%;
}

#rssfeeds a {
	color: #7e0807;
	text-decoration: none;
	font-weight: bold;
}

#rssfeeds p {
	margin-bottom: 10px;
	margin-top: 0;
	background-color: #cad7c7;
	padding: 4px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border: 1px solid #b0bbad;
}

code {
	color: red;
}

#blogoolafeed, #blogoolafeed a {
	color: white;
}

#blogoolafeed a:hover {
	color: #8E7BD3;
}

#blogoolafeed ul {
	margin-left: -15px
}

#rssfeed-wrap {
	text-align: left;
	display: block;
	float: right;
	width: 280px;
	height: 236px;
	background-color: #b2caac;
	padding: 6px;
	border: 1px solid #73856d;

	overflow: auto;
}

#footercopyright {
	clear: both;
	text-align: center;
	width: 100%;
	height: 20px;
	min-width: 600px;
	padding: 30px 0px 50px 0px;
	background-color: #EFEFEF;
}

.darklink{
	color: #3d6133;
}

/* @end */
