/* @override http://josiesbakesale.com/stylesheets/styles.css */

html {
	font: 13px/130% Helvetica, Arial, Geneva, sans-serif;
	
	background-color: #DDC7B6;
}

a {
	text-decoration: none;
	color: #E41A15;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

#main-wrapper {
	padding: 45px 0 0 0;
	background: url(/images/layout/cookie-pattern-background.png) top left repeat;
}

#main {
	position: relative;
	margin: 0 auto;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	-webkit-box-shadow: 2px 2px 0px #C2AE9F;
	-moz-box-shadow: 2px 2px 0px #C2AE9F;

	background: url(/images/layout/nav-background.png) top left repeat-y #fff;
	width: 950px;
	min-height: 500px;
}

#logo {
	position: relative;
	
	background-color: #FCFBD3;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	
	cursor: pointer;
	
	width: 200px;
	height: 113px;
}

#logo h1 {
	position: absolute;
	left: 10px;
	top: 27px;
	
	background: url(/images/layout/josies-bake-sale-logo.png) top center no-repeat;
	
	width: 165px;
	height: 98px;
	
	text-indent: -10000px;
}
/* @group Navigation */

#navigation {
	float: left;
	color: #AA7851;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	
	width: 200px;
}

#navigation ul {
	position: relative;
	margin: 30px 25px 0 20px;
	padding-bottom: 20px;
}

#navigation ul li a {
	display: block;
	margin-bottom: 20px;
	line-height: 100%;
	text-indent: -1000px;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 19px;
}

#navigation ul li {
	display: inline;
}

#navigation ul li.current_page_item a, #navigation ul li a:hover {
	background-position: 0 -19px;
}

#navigation li.page-item-3 a {
	background-image: url(/images/layout/nav-tasty-treats.png);
	margin-left: 72px;
	width: 83px;
}

#navigation li.page-item-2 a {
	background-image: url(/images/layout/nav-behind-the-bake-sale.png);
	margin-left: 5px;
	width: 150px;
}

#navigation li.page-item-7 a {
	background-image: url(/images/layout/nav-pawsitive-feedback.png);
	margin-left: 24px;
	width: 131px;
}

#navigation li.page-item-10 a {
	background-image: url(/images/layout/nav-where-to-buy.png);
	margin-left: 63px;
	width: 92px;
}

#navigation li.page-item-20 a {
	background-image: url(/images/layout/nav-bake-sale-blog.png);
	margin-left: 47px;
	width: 108px;
}

#navigation li.page-item-133 a {
	background-image: url(/images/layout/nav-faqs.png);
	margin-left: 120px;
	width: 35px;
}

/* @end */

/* @group Content */

div.content {
	margin-left: 200px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

div.content p {
	margin: 15px 0;
}

h2.section-header {
	position: absolute;
	top: 40px;
	right: -5px;
	
	text-indent: -10000px;
	text-align: left;
	
	background-position: top left;
	background-repeat: no-repeat;
}

br.clear {
	clear: both;
}

/* @end */

/* @group Homepage */

#tasty-treats {
	position: relative;
	background: url(/images/homepage/background.jpg) top left no-repeat;
	height: 600px;
}

#tasty-treats a.homepage-link {
	position: absolute;
	display: block;
	text-indent: -10000px;
	height: 40px;
}

#tasty-treats a.homepage-link:hover {
	background-position: 0 -40px;
}

#shaggy-chic-shortbread-link {
	top: 190px;
	left: 0;
	background: url(/images/homepage/shaggy-chic-shortbread.png) top left no-repeat;
	width: 340px;
}

#sea-biscuits-link {
	top: 385px;
	right: 0;
	background: url(/images/homepage/sea-biscuits.png) top right no-repeat;
	width: 201px;
}

#wookie-cookies-link {
	top: 500px;
	left: 0;
	background: url(/images/homepage/wookie-cookies.png) top left no-repeat;
	width: 231px;
}

#tasty-treats #introduction {
	position: absolute;
	top: 460px;
	right: 20px;
	text-align: right;
	color: #DDC5B6;
	font-size: 16px;
	line-height: 120%;
	
	width: 400px;
}

#tasty-treats #introduction a {
	font-size: 12px;
	white-space: nowrap;
	
}

/* @end */

/* @group Tasty Treats */
div.treat {
	padding: 285px 0 20px 0;
	background-color: #fafafa !important;
}

div.treat div.treat-container {
	padding: 20px;
	background-color: #fff;
	text-align: right;
}

div.treat h2 {
	background-image: url(/images/tasty-treats/tasty-treats_header.png);
	width: 217px;
	height: 43px;
}

div.treat h3 {
	margin-top: 20px;
	font-size: 28px;
	font-weight: bold;
	line-height: normal;
}

div.treat div.description {
	position: absolute;
	top: 285px;
	text-align: left;
	width: 390px;
}

div.treat p.options {
	margin-top: 20px;
	line-height: 200%;
	width: 450px !important;
}

div.treat a.buy-button {
	margin-right: 10px;
	padding: 4px 10px;
	color: #FCFBD3;
	font-weight: bold;
	text-decoration: none;
	background-color: #E41A15;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.treat h4 {
	clear: both;
	margin-top: 20px;
	margin-left: 20px;
	font-weight: bold;
	color: #AA7851;
display: none;
}

div.treat table {
	margin: 20px 0 0 0;
	width: 750px;
	color: #6b6b6b;
}

div.treat table th, div.treat table td {
	padding: 0 20px;
	vertical-align: top;
	width: 250px;
}

div.treat table th {
	padding-bottom: 5px;
	font-weight: bold;
}

div.treat table td {
	padding-bottom: 15px;
}

#wookie-cookies {
	background: url(/images/tasty-treats/wookie-cookies_header.jpg) top left no-repeat;
}


#sea-biscuits {
	background: url(/images/tasty-treats/sea-biscuits_header.jpg) top left no-repeat;
}

#shaggy-chic-shortbread {
	background: url(/images/tasty-treats/shaggy-chic-shortbread_header.jpg) top left no-repeat;
}

div.treat img.treat-pack {
	/*float: right;
	position: absolute;
	right: 20px;*/
}

/* @end */

/* @group Behind the Bake Sale */

#behind-the-bake-sale {
	padding: 113px 0 0 0;
}

#behind-the-bake-sale h2 {
	background-image: url(/images/behind-the-bake-sale/behind-the-bake-sale_header.png);
	width: 310px;
	height: 43px;
}

#behind-the-bake-sale img {
	margin-bottom: 10px;
}

#behind-the-bake-sale br {
	clear: left;
}

#behind-the-bake-sale div.col {
	float: left;
	padding: 0 0 20px 20px;
	width: 223px;
}

#behind-the-bake-sale h3 {
	font-weight: bold;
}

/* @end */

/* @group Pawsitive Feedback */

#pawsitive-feedback {
	padding: 113px 0 0 0;
}

#pawsitive-feedback h2 {
	background-image: url(/images/pawsitive-feedback/pawsitive-feedback_header.png);
	width: 289px;
	height: 43px;
}

#pawsitive-feedback #introduction {
	padding: 0 20px;	
}

#pawsitive-feedback img.introduction-photo {
	float: left;
	margin: 0 20px;
}

#pawsitive-feedback #introduction {
	float: left;
	padding: 0;
	font-size: 16px;
	font-style: italic;
	line-height: 140%;
	width: 463px;
	height: 125px;
}

#pawsitive-feedback #introduction p {
	margin-top: 0;
}

#pawsitive-feedback #introduction p em {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	line-height: 130%;
}

#pawsitive-feedback div.individual-feedback {
	float: left;
	margin-top: 40px;
	padding: 0 0 20px 20px;
	width: 223px;
}
	
#pawsitive-feedback div.individual-feedback em {
	display: block;
	font-style: italic;
	text-align: right;
	color: #AA7851;
}

/* @end */

/* @group Where to Buy */
#where-to-buy h2 {
	background-image: url(/images/where-to-buy/where-to-buy_header.png);
	width: 218px;
	height: 43px;
}

#store-list {
	position: absolute;
	top: 113px;
	left: 700px;

	background-color: #fff;
	border: 3px solid #DDC7B6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	width:  224px;
}

#store-list h3 {
	clear: both;
	padding: 8px 17px;
	color: #AA7851;
	font-weight: bold;
	background-color: #FCFBD3;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#store-list ul {
	margin: 10px 10px 10px 0;
	overflow: auto;
	
	line-height: 120%;
	height: 387px;
}

#store-list ul li {
	padding: 5px 10px 5px 17px;
	margin: 5px 0;
	cursor: pointer;
}

#store-list ul li:first-child {
	margin-top: 0;
	padding-top: 0;
}

#store-list ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

#store-list ul li span {
	line-height: 150%;
}

#store-list ul li span em {
	display: block;
	font-size: 11px;
	line-height: normal;
	color: #999;
}

#store-list ul li.selected {
	color: #FCFBD3;
	background-color: #2B1C19;
}

#map {
	height: 600px;
}


/* @end */

/* @group Blog */

#blog {
	float: left;
	margin: 0 20px 0 20px;
	padding: 40px 0 20px 0;
	width: 460px;
}

#blog h2 {
	background-image: url(/images/blog/blog_header.png);
	width: 238px;
	height: 43px;
}

#blog h3 {
	font-size: 20px;
	line-height: normal;
}

#blog h3 a {
	color: #2B1C19;
}

#blog h3 a:hover {
	color: #E41A15;
}

#blog p.meta-data {
	margin-top: 5px;
	font-size: 11px;
	line-height: normal;
	color: #AA7851;
}

#side-bar {
	float: right;
	padding: 113px 20px 20px 20px;
	width: 210px;
}

#twitter-blurb {
	position: relative;
	padding: 10px;
	border: 3px solid #DDC7B6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FCFBD3;
}

#twitter-blurb a.twitter-home {
	display: block;
	padding-top: 10px;
	color: #2C190D;
	font-size: 11px;
}

#twitter-blurb img {
	position: absolute;
	right: 5px;
	bottom: -5px;
}

#friends {
	margin-top: 20px;
}

#friends h4 {
	padding: 0 10px 5px 10px;
	color: #AA7851;
	font-weight: bold;
	border-bottom: 1px solid #DDC7B6;
}

#friends ul {
	padding: 10px;
}

#friends ul li {
	margin-bottom: 5px;
	font-size: 11px;
	line-height: normal;
}

#friends ul li a {
	color: #AA7851;
}
/* @end */

/* @group Faq */

#faq {
	padding: 113px 20px 5px 20px;
}

#faq h2 {
	background-image: url(/images/faq/faq_header.png);
	width: 392px;
	height: 43px;
}

#faq h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}

#faq li {
	padding-bottom: 15px;
}

#faq p {
	color: #444;	
}

/* @end */

/* @group Contact Us */

#contact-us {
	padding: 113px 20px 20px 20px;
}

#contact-us h2 {
	background-image: url(/images/contact-us/contact-us_header.png);
	width: 183px;
	height: 40px;
}



/* @end */

/* @group Footer */

#footer {
	margin: 20px auto 0 auto;
	padding: 10px 0;
	
	color: #926644;
	font-size: 11px;
	line-height: 200%;
	
	background-color: #FCFBD3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 0px #C2AE9F;
	-moz-box-shadow: 2px 2px 0px #C2AE9F;

	width: 950px;
	height: 50px;
}

#footer a {
	color: #926644;
}

#address, #contact, #external-sites, #mailing-list {
	float: left;
	padding: 5px 20px;
	border-right: 1px solid #DDC7B6;
}

#address {
	width: 159px;
}

#contact, #external-sites, #mailing-list {
	width: 209px;
}

#external-sites a.facebook {
	margin-right: 15px;
	padding: 3px 0 2px 19px;
	background: url(/images/footer/facebook-icon.png) 0 50% no-repeat;
}

#external-sites a.twitter {
	margin-right: 15px;
	padding: 3px 0 2px 14px;
	background: url(/images/footer/twitter-icon.png) 0 center no-repeat;
}

#external-sites a.yelp {
	padding: 3px 0 2px 17px;
	background: url(/images/footer/yelp-icon.png) 0 50% no-repeat;
}

#mailing-list {
	border: none;
}

#mailing-list legend, #mailing-list input {
	color: #926644;
}

#mailing-list legend {
	padding-top: 5px;
}

#mailing-list input {
	margin-top: -5px;
	padding: 4px 10px;
	border: none;
}

#mailing-list input.text-field {
	margin-left: -10px;
	font-style: italic;
	border-right: none;
	background-color: #fff;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	
	width: 150px;
}

#mailing-list input.submit-button {
	color: #FCFBD3;
	font-weight: bold;
	background-color: #E41A15;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

#josie {
	margin: 50px 0;
	text-align: center;
}

#josie img.josie-icon {
	margin-left: 24px;
}

#footer-wrapper {
	margin-top: -100px;
	padding-top: 100px;
	background: url(/images/footer/footer-background.png) top left repeat-x;
}



/* @end */

div.shadow {
	position: absolute;
	background-color: #000;
	width: 950px;
}
