/*
	'Grounded Kitchen & Coffeehouse' main stylesheet
*/

/* =General
---------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
ul, ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	background: url('../images/wrapper/body-bg.jpg') 0 0 repeat;
	background-attachment: fixed;
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	font-size: 14px;
}
table tr td {
	font-family: georgia, 'trebuchet ms', arial, helvetica, sans-serif;
	font-size: 14px;
	vertical-align: top;
}
img, a img {
	border: 0;
}
.clearit:after { 
    content: "."; 
    display: block; 
    clear: both; 
    height: 0; 
    visibility: hidden; 
}
.clearit { 
    min-height: 0; 
    height: 0; 
}
html>body .clearit { 
    height: auto; 
}
.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	font-size: 1px;
}

/* =Typography
---------------------------------------------------------------------------------------------------- */
#main-inner-content #text-content {
	font-family: georgia, times, serif;
}
#main-inner-content #text-content p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
}
#main-inner-content #text-content h1 {
	font-family: arial, helvetica, sans-serif;
	color: #fff;
	font-size: 50px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 12px 0;
}
#main-inner-content #text-content h2 {
	font-family: georgia, times, serif;
	color: #1571b3;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	margin: 0 0 16px 0;
}

#main-inner-content #text-content h3 {
	color: #dfa96d;
	font-size: 18px;
	line-height: 19px;
	margin: 0 0 10px 0;
}

/* Homepage */
#homepage #main-content #content div.text-content {
	font-family: georgia, times, serif;
}
#homepage #main-content #content div.text-content p {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 18px;
}
#homepage #main-content #content h2 {
	font-family: georgia, times, serif;
	color: #1571b3;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin: 0 0 16px 0;
}
#homepage #main-content #content h2.withBg {
	background: url('../images/wrapper/hdr-bg.png') 0 0 no-repeat;
	color: #000;
	width: 393px; 
	height: 26px;
	line-height: 26px;
	text-transform: uppercase;
	margin: 0 0 14px 0;
	padding: 0 0 0 9px;
}
#homepage #main-content #content h3 {
	color: #3c5f3c;
	font-size: 13px;
	line-height: 19px;
	margin: 0 0 10px 0;
}

/* =Lists
--------------------------------------------------------------------------------------------------- */
#main-content #content div.text-content li, #main-inner-content #text-content li {
	line-height: 19px;
}
#main-content #content div.text-content ul, #main-inner-content #text-content ul {
	margin: 15px 0 15px 5px;
}
#main-content #content div.text-content ul li, #main-inner-content #text-content ul li {
	list-style: square;
	padding: 0 0 7px 12px;
} 
#main-content #content div.text-content ol, #main-inner-content #text-content ol {
	list-style: decimal;
	margin: 15px 0 15px 44px;
}
#main-content #content div.text-content ol li, #main-inner-content #text-content ol li {
	list-style: decimal;
	padding: 0 0 7px 0;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a, a:link, a:focus{
	outline: none;
	color: #999;
}
a:hover {
	outline: none;
	color: #fff;
}

/* =Main left column
---------------------------------------------------------------------------------------------------- */
#branding {
	padding: 42px 0 0 41px;
}
#branding #logo {
	display: block;
}

/* Main nav */
#main-nav {
	margin: 57px 0 0 49px;
	padding-right: 30px;
}
#main-nav li {
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 15px;
	text-align: right;
}
#main-nav li a {
	color: #666;
	text-decoration: none;
}
#main-nav li a:hover, #main-nav li a.active {
	color: #fff;
}

/* =Layout & components
--------------------------------------------------------------------------------------------------- */
#wrapper {
	width: 1018px;
	margin: 0 auto;
	padding: 13px 0 13px 0;
}
#wrapper #wrap {
	background: url('../images/wrapper/wrap-bg.png') 0 0 repeat-y;
	padding: 0 29px 0 29px;
	position: relative;
}
#wrapper #wrap-top {
	background: url('../images/wrapper/wrap-top.png') 0 0 no-repeat;
	height: 29px;
}
#wrapper #wrap-btm {
	background: url('../images/wrapper/wrap-btm.png') 0 0 no-repeat;
	height: 29px;
	clear: both;
}
#wrapper #wrap #main-left {
	float: left;
	width: 146px;
}
#wrapper #wrap #main-content {
	float: left;
	color: #fff;
	width: 814px;
}
#wrapper #wrap #main-content #feature img {
	display: block;	
}
#wrapper #wrap #main-content #main-inner-content {
	background: url('../images/wrapper/main-content-bg-repeat.jpg') 0 0 repeat-y;
}
#wrapper #wrap #main-content #main-inner-content #inner-content {
	background: url('../images/wrapper/main-content-bg.jpg') 0 0 no-repeat;
	min-height: 670px;
}
#wrapper #wrap #main-content #main-inner-content #inner-content #text-content {
	float: left; 
	width: 555px;
	padding: 45px 0 10px 30px;
}
#wrapper #wrap #main-content #main-inner-content #inner-content #text-content.extend {
	width: 604px;
	padding-left: 6px;
}

/* Sub content */
#wrapper #wrap #main-content #main-inner-content #inner-content #sub-content {
	float: right; 
	width: 170px;
	font-family: georgia, times, serif;
	font-size: 14px;
	line-height: 22px;
	padding: 120px 10px 0 18px;
}
#wrapper #wrap #main-content #main-inner-content #inner-content #sub-content p {
	margin-bottom: 12px;
}
#wrapper #wrap #main-content #main-inner-content #inner-content #sub-content div.sub-image {
	margin-bottom: 12px;
}
#wrapper #wrap #main-content #main-inner-content #inner-content #sub-content div.sub-image img {
	display: block;
}
#wrapper #wrap #main-content #main-inner-content #inner-content #sub-content div.testimonial {
	background: url('../images/wrapper/sub-divide.gif') 0 100% no-repeat;
	color: #dfa96d;
	font-style: italic;
	padding-bottom: 10px;
}
#wrapper #wrap #main-content #main-inner-content #inner-content #sub-content div.testimonial p.source {
	font-size: 10px;
	font-style: normal;
	text-align: right;
	padding-right: 12px;
}

/* Form blocks*/
.formBlock {
	float: left;
	width: 130px;
	min-height: 140px;
	margin-bottom: 15px;
	padding: 12px 5px 50px 5px;
	position: relative;
	border: 1px solid #aaa;
}
.formBlock_rgt {
	margin-left: 10px;
}
#main-inner-content #text-content.extend .formBlock .media .mediaBody p {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}
#main-inner-content #text-content.extend .formBlock .media h2 {
	color: #fff;
	font-size: 17px;
	line-height: 20px;
	text-transform: uppercase;
	margin-left: 2px;
	text-shadow: 2px 2px 2px #000;
}
.formBlock .qty {
	background: #5f5d5e;
	width: 130px;
	min-height: 46px;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	left: 3px;
	bottom: 3px;
}
.formBlock .qty .selectQty {
	float: right;
	padding: 10px 5px 0 0;
}
.formBlock .qty label { 
	display: block;
	float: left;
	color: #fff;
	width: 58px;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #2a2a2a;
}
.formBlock .qty select {
	display: block;
	float: left;
	width: 40px;
}

/* Common classes */
.media, .mediaBody { overflow: hidden; zoom: 1; padding-top: .1em; }
.mediaAside	{ margin-bottom: 1em; }
.media img	{ display: block; }

.inset-left {
	float: left;
	margin: 0 10px 10px 0;
}
.inset-right {
	float: right;
	margin: 0 0 10px 10px;
}

/* =Homepage layout
--------------------------------------------------------------------------------------------------- */
#homepage #wrapper #wrap #main-content #content-wrap.default	 {
	background: url('../images/wrapper/menu-bg.jpg') 0 100% no-repeat;
}
#homepage #wrapper #wrap #main-content #content-wrap div.default	 {
	background: url('../images/wrapper/muffin-bg.jpg') 0 100% no-repeat;
	min-height: 554px;
}
#homepage #wrapper #wrap #main-content #content-wrap div.yellow	 {
	background: url('../images/wrapper/salad-bg.jpg') 0 100% no-repeat;
	min-height: 554px;
}
#homepage #wrapper #wrap #main-content #content-wrap div.blue	 {
	background: url('../images/wrapper/wraps-bg.jpg') 0 100% no-repeat;
	min-height: 554px;
}
#homepage #wrapper #wrap #main-content #content-wrap div.green	 {
	background: url('../images/wrapper/panini-bg.jpg') 0 100% no-repeat;
	min-height: 554px;
}
#homepage #wrapper #wrap #main-content #content-wrap div.red	 {
	background: url('../images/wrapper/breakfast-bg.jpg') 0 100% no-repeat;
	min-height: 554px;
}
#homepage #wrapper #wrap #main-content #content-wrap div.dark-red	 {
	background: url('../images/wrapper/coffee-bg.jpg') 0 100% no-repeat;
	min-height: 554px;
}
#homepage #wrapper #wrap #main-content #content {
    padding: 5px 10px 0;
    width: 380px;
}
#homepage #wrapper #wrap #main-content #content-wrap {
	min-height: 554px;
	/* padding: 21px 0 0 31px; */
}
#homepage #wrapper #wrap #main-content #feature img {
	display: block;	
}
#homepage #wrapper #wrap #main-content h1.tagline {
	padding: 17px 0 0 30px;
}
#homepage #wrapper #wrap #main-content h1.tagline img {
	display: block;	
}

/* Twitter feed */
#twitter-feed ul {
	width: 320px;
}
#twitter-feed ul li {
	background: url('../images/wrapper/the-divide.gif') 0 0 repeat-x;
	padding: 10px 0 10px 0;
}
#twitter-feed ul li:first-child { /* IE7 and up */
	background: none;
	padding-top: 0;
}
#twitter-feed ul li span.date {
	font-weight: bold;
}

/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer {
	color: #fff;
	font-size: 12px;
	width: 130px;
	text-align: right;
	position: absolute;
	left: 16px;
	bottom: 16px;
}
#footer div.site-info {
	clear: both;
}
#footer p {
	line-height: 15px;
	margin-bottom: 10px;
}
#footer p.highlight {
	color: #999;
}

/* Social buttons */
#footer ul.social-btns {
	float: right;
	margin: 0 0 8px 0;
}
#footer ul.social-btns li {
	float: left;
	padding-left: 5px;
}

/* =Forms
---------------------------------------------------------------------------------------------------- */
fieldset {
	padding: 4px 4px 4px 12px;
	border: 1px solid #aaa;
}
input, textarea {
	border: 1px solid #aaa;
	padding: 4px 0 4px 2px;
	margin: 2px 0 10px 0;
	width: 95%;
}
select {
	border: 1px solid #aaa;
	width: 95%;
	margin: 2px 0 10px 0;
}
.validation {
	color: #FFCC00;
}