/* @override 
	http://0.0.0.0:3001/stylesheets/main.css?1245634128
	http://nutrisoil.local/stylesheets/main.css?1246257777
*/

/* @group html */

/* Have jpg as background, as png can't be tiled in IE 6 */

body
 {
	color: #000;
	margin: 0;
	padding: 0;
	font: 9pt "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #7bb254 url(../images/design/header/body-background.jpg) repeat-x 0 top;
}

/* @group a */

a img {
	border-style: none;
}

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

a:hover {
	color: #700d36;
	text-decoration: none;
}

a.current {
	font-weight: bold;
}

/* Making links on the right bold, to increase visibility */

#right a {
	font-weight: bold;
}



/* @end */

address {
	font-weight: normal;
	font-style: normal;
}

p {
	margin-top: 0;
	margin-bottom: 8pt;
	padding-top: 0;
}

acronym {
	text-decoration: none;
}

em {
}

/* @group lists */

#main li {
	margin: 5px;
	padding-left: 5px;
}

#main ul, #main ol {
	padding-left: 20px;
	margin-left: 0;
	margin-right: 0;
}

#main ul li {
	list-style-image: url(../images/design/li.png);
}



/* @end */

/* @group h* */

h1 {
	padding-top: 0;
	padding-bottom: 10px;
	margin: 0;
	font-size: 16pt;
}

h2 {
	padding-top: 0;
	padding-bottom: 5px;
	margin: 0;
	font-size: 14pt;
}

h3 {
	padding-top: 0;
	padding-bottom: 5px;
	margin: 0;
	font-size: 12pt;
}

h4 {
	font-size: 11pt;
	padding-bottom: 0;
	padding-top: 5px;
	margin: 0;
}

h5 {
	font-size: 10pt;
	padding-bottom: 0;
	padding-top: 3px;
	margin: 0;
}



/* @end */



/* @end */

/* @group classes */

.flash {
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.notice {
	background-color: #ffe767;
	color: #434535;
}

.error {
	background-color: #7a2d20;
	font-weight: bold;
	color: #fff;
}

/* This is for content, which is important from a SEO point of view. But not in the visual design */

.hidden {
	display: none;
}

.large {
	font-size: 150%;
}

.alert {
	background: url(/images/assets/error.png) no-repeat 5px 5px;
	padding-left: 40px;
}

/* Controls gallies of text */

.inner {
	max-width: 500px;
}

.note {
	margin-bottom: 10px;
	margin-top: 10px;
	background: url(../images/icons/warning.png) no-repeat left top;
	padding-left: 25px;
}

.warning {
	margin-bottom: 10px;
	margin-top: 10px;
	background: url(../images/icons/warning.png) no-repeat left top;
	padding-left: 25px;
}

.lowercase {
	text-transform: lowercase;
}

.section {
	padding-top: 5px;
	padding-bottom: 5px;
}

.indent {
	padding-left: 25px;
}

/* @group panels */

.price {
	font-size: 20pt;
	font-weight: bold;
}

/* @group statement */

.statement {
	padding: 20px;
	background-color: #e5f4df;
	margin-bottom: 20px;
	border-top: 3px solid #fff;
	border-bottom: 2px solid #a5c899;
}

.statement a {
	font-weight: bold;
}

#product-hero {
	position: absolute;
	top: 10px;
	left: 280px;
}

.statement .right {
	text-align: right;
	margin-bottom: 20px;
}

a.large {
	padding: 5px 10px 5px 15px;
	color: #fff;
	background: #6eb43f;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

a.large:hover {
	background: #00703c;
	color: #fff;
}



/* @end */

/* @group promotion */

div.promotion {
	border-bottom: 2px solid #7a2d20;
	padding-top: 20px;
}

div.promotion a {
	color: #7a2d20;
	font-weight: bold;
}

.starburst {
	position: absolute;
	left: 236px;
}



/* @end */



/* @end */



/* @end */

/* @group structure */

/* @group header */

#header {
	border-bottom: 4px solid #6eb43f;
	padding: 0;
	margin: 0;
	background: url(../images/design/header/banner-background.jpg) no-repeat right top;
}

#header h1 {
	margin: 0;
	padding: 20px;
	width: 385px;
	background: url(../images/design/header/header-h1.png) no-repeat left bottom;
}

/* The homepage doesn't need the product */

#homepage #header h1 {
	background: url(../images/design/header/header-h1-homepage.png) no-repeat left bottom;
}



/* @end */

/* @group navigation */

/* @group highlights */

.red {
	color: red;
}

.green {
	color: green;
}

.blue {
	color: blue;
}



/* @end */

#navigation {
	font-size: 15px;
	padding: 0;
}

#navigation ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

#navigation ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation a {
	padding: 5px;
	display: block;
	margin-bottom: 2px;
}

/* @group sub nav */

#navigation ul li ul {
	padding-left: 20px;
}

#navigation ul li ul li a {
	padding: 1px;
	margin: 0 0 2px;
}



/* @end */



/* @end */

/* @group wrapper */

/* We're putting it in a table, as it's still the most robust way */

table#wrapper {
	width: 100%;
}

table#wrapper td {
	vertical-align: top;
}

table#wrapper #left {
	width: 190px;
	background-color: #e3f2dd;
	padding: 20px 20px 60px 30px;
	border-right: 1px solid #c7e0bc;
	border-bottom: 1px solid #c7e0bc;
}

table#wrapper #main {
	padding: 30px 30px 50px;
	border-bottom: 15px solid #7bb254;
	background-color: #cee8c3;
}

#homepage table#wrapper #main {
	padding: 30px 30px 50px;
	border-bottom: 15px solid #7bb254;
	background: #cee8c3 url(/images/design/main-background.png) no-repeat right bottom;
}

/* #right has more padding at the top, so that it aligns with #main content, as it is within a div.statement */

table#wrapper #right {
	width: 20%;
	font-size: 8pt;
	padding-left: 0;
	background: #cee8c3 url(../images/design/main-background.png) no-repeat right bottom;
	border-bottom: 15px solid #7bb254;
	padding-top: 50px;
	padding-right: 20px;
}



/* @end */

/* @group footer */

/* The hello caffine is to keep mod_rails awake */

#footer {
	text-align: right;
	color: #00703c;
	padding: 20px;
	font-variant: normal;
	font-style: normal;
	font-size: 7pt;
	background-image: url(/hello/caffine);
}

#footer a {
	color: #00703c;
}



/* @end */



/* @end */

/* @group forms */

input.send {
	cursor: pointer;
	font-size: 14pt;
	margin-top: 10px;
	background-color: #00703c;
	color: #fff;
	border-style: none;
	padding: 5px 10px;
}

.cancel {
	background-color: transparent;
	border-style: none;
	cursor: pointer;
	font-variant: normal;
	font-style: normal;
	padding-bottom: 0;
	margin-bottom: 0;
}

label {
	font-size: 11pt;
	display: block;
	margin-bottom: 5px;
	margin-top: 15px;
}

label.inline {
	display: inline;
	width: auto;
	font-size: 9pt;
}

label.compact {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	font-size: 9pt;
}

#main label {
	padding-bottom: 2px;
	padding-top: 4px;
	display: block;
}

fieldset {
	border-style: none;
	padding: 0;
	margin: 0;
}

legend {
	font-size: 16pt;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* @group fields */

.txt {
	padding: 6px;
	width: 80%;
	border-bottom: 1px dotted #00703c;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #fff;
	font: 12pt "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	color: #000;
}

#main .txt {
	margin-bottom: 4px;
}

.number {
	width: 50px;
}

.title {
	font-size: 22pt;
}

input.inline {
	display: inline;
	width: auto;
}

/* Used on the final step of checkout, to write "other uses". Need sepeate class so that field doesn't recieve focus. */

input.txt_small {
	padding: 3px;
	width: 40%;
	border-bottom: 1px dotted #00703c;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #fff;
	font: 10pt "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	color: #000;
	
}



/* @end */

/* @group errors */

.errorExplanation {
	font-size: 12px;
	color: #8c1a02;
}

.errorExplanation p {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
}

.errorExplanation ul li {
	list-style-image: none;
	list-style-type: disc;
}

.fieldWithErrors {
	display: inline;
}

.fieldWithErrors input, .fieldWithErrors textarea {
	color: #fff;
	background-color: #8c1a02;
}



/* @end */



/* @end */

/* @group blog */

.post .date {
	background: url(/images/assets/date.png) no-repeat;
	padding-left: 25px;
}



/* @end */

/* @group uploads */

img.uploaded {
	padding: 4px;
	margin-bottom: 4px;
	margin-right: 4px;
	border: 1px solid #89b36c;
	background-color: #fff;
}

p img.uploaded {
}

div.uploaded {
	padding-bottom: 6px;
}

p div.uploaded {
	display: inline;
}

.invisible {
	border-style: none;
}

img.icon {
	padding-right: 5px;
}

em.filesize {
	font-size: 8pt;
	color: #6eb43f;
	font-weight: bold;
	font-style: normal;
}



/* @end */

/* @group orders */

/* @group bank-details */

.bank-details caption {
	text-align: left;
	padding: 0 5px 5px;
	border-bottom: 1px solid #cee8c3;
}

.bank-details td {
	text-align: left;
	padding: 0;
}

.bank-details tfoot th {
	text-align: left;
	font-weight: normal;
	font-style: normal;
}



/* @end */

/* @group progress */

/* This is for showing the steps in an order */

#main ul.steps {
	padding: 0;
	margin: 0;
}

#main ul.steps li {
	padding: 5px 0;
	margin: 0;
	display: inline;
	list-style-type: none;
}

.steps .number {
	font-size: 20pt;
}

.steps .current {
	font-weight: bold;
}



/* @end */



/* @end */

/* @group slideshow */

#hero img {
	width: 100%;
	height: auto;
	padding: 4px;
	margin-bottom: 4px;
	margin-right: 4px;
	background-color: #fff;
}

/*.warning {
	color: #a2a2a2;
	font-style: italic;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
}*/

#thumbs img {
	padding: 0;
}



/* @end */