/* 
Theme Name: Lost Dog Cafe
Version: 1.0
Author: Fuzzco
Author URI: http://www.fuzzco.com
*/

/* $Typography & Colors
------------------------------------------------

"futura-pt"	Bold (700)
"adelle"	Semibold (600) / Bold (700)
	
orange		#cd722b
pink		#ffa890
peach		#ffead6
dark blue	#42b4e6
light blue	#7ecaee
green		#0f4528
											  */

/* $Reset
--------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,
dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* $Global
--------------------------------------------- */
body {	
	font-family: Georgia, Times, serif;
	font-weight: 400;
	font-size: 62.5%;
	line-height: 100%;
	background: #FFF;
	color: #333;
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
em {
	font-style: italic;
}
strong {
	font-weight: 700;
}
img,
embed,
object,
video {
	max-width: 100%;
}
a {
	outline: none;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
a:link,
a:visited {
	text-decoration: none;
	color: #555;
}
a:hover {
	color: #777;
}
p {
	margin-bottom: 20px;
	font: 600 1.6em/1.5em "adelle", Georgia, Times, serif;
}
h1 {
	font-size: 4.8em;
	line-height: 1em;
}
h2 {
	font: 600 3.2em/1.4em "adelle", Georgia, Times, serif;
}
h3 {
	font: 700 1.2em/1em "adelle", Georgia, Times, serif;
	color: #cd722b;
	text-transform: uppercase;
	letter-spacing: .1em;
}
h4 {
	font-size: 2.7em;
	line-height: 1em;
}
h5 {
	font-size: 2.4em;
	line-height: 1em;
}
h6 {
	font-size: 1.8em;
	line-height: 1em;
}
::selection {
	background: #42b4e6;
	color: #fff;
}
::-moz-selection {
	background: #42b4e6;
	color: #fff;
}
*:focus {
	outline: none
}
.clear:before,
.clear:after {
    content: "";
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    zoom:1;
}
::-webkit-input-placeholder {}
:-moz-placeholder {}
input[type=text],
input[type=submit] {
	-webkit-appearance: none;
	border-radius: 0;
}
.tame {
	width: 992px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.peach {
	background: #ffead6;
}
.pink {
	background: #ffa890;
}
button {
	border: none;
	background: #42b4e6;
}
.button,
.button:link,
.button:visited {
	color: #fff;
	font: 600 1.8em/1em "adelle", Georgia, Times, serif;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 0 #3287ad;
	-moz-box-shadow: 0 6px 0 #3287ad;
	box-shadow: 0 6px 0 #3287ad;
	-webkit-transition: -webkit-box-shadow .2s ease-in-out;
	-moz-transition: -moz-box-shadow .2s ease-in-out;
	-o-transition: -o-box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out;
	padding: 0;
	}
.button span {	
	display: inline-block;
	padding: 15px 35px;
	line-height: 1;
	background: #42b4e6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	-moz-transition: -moz-transform .2s ease-in-out;
	-o-transition: -o-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	}
button:active,
.button:active {	
	-webkit-box-shadow: 0 0 0 #3287ad;
	-moz-box-shadow: 0 0 0 #3287ad;
	box-shadow: 0 0 0 #3287ad;
	}
button:active span,
.button:active span {	
	-webkit-transform: translate(0, 4px);
	-moz-transform: translate(0, 4px);
	-o-transform: translate(0, 4px);
	transform: translate(0, 4px);
	}
button:hover,
.button:hover span {
	background: #7ecaee;
	cursor: pointer;
}

/* $Header
--------------------------------------------- */
.backstretch-slideshow {
	height: 430px;
}
.masthead {
	height: 54px;
	position: relative;
	background: #47b2e8;
}
.masthead ul {
	margin-left: 400px;
}
.masthead li {
	display: inline;
	font: 700 1.4em/54px "futura-pt", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.masthead li a:link,
.masthead li a:visited {
	color: #fff;
	display: inline-block;
	float: left;
	padding: 0 25px;
	height: 54px;
}
.masthead li.current_page_item a:link,
.masthead li.current_page_item a:visited,
.masthead li a:hover {
	background: #7ecaee;
}
.logo {
	width: 330px;
	height: 188px;
	background: transparent url('-/img/icons.png') no-repeat -10px -7px;
	position: absolute;
	bottom: 0px;
	display: block;
	text-indent: -9999px;
}
.shadow {
	width: 100%;
	height: 5px;
	background: transparent url('-/img/shadow.png') repeat 0 0;
	position: absolute;
	bottom: 0;
}

/* $Footer
--------------------------------------------- */
* {
	margin: 0;
	}
html,
body {
	height: 100%;
	}
.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -310px;
	}
.push {
	height: 310px;
	}
.main-footer {
	height: 150px;
	padding: 80px 0;
}
.main-footer .column {
	float: left;
	min-height: 100px;
}
.main-footer .column.one {
	width: 90px;
	margin-right: 67px;
}
.main-footer .column.two {
	width: 90px;
	margin-right: 65px;
}
.main-footer .column.three {
	width: 190px;
	margin-right: 50px;
}
.main-footer .column.four {
	width: 200px;
	margin-right: 20px;
}
.main-footer .column.four p {
	margin-bottom: 15px;
}
.main-footer .column.five {
	width: 220px;
}
.main-footer li {
	margin-bottom: 20px;
}
.main-footer li a:link,
.main-footer li a:visited {
	color: #ffa890;
	font: 700 1.4em/1em "futura-pt", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.main-footer li.current_page_item a:link,
.main-footer li.current_page_item a:visited,
.main-footer li a:hover {
	color: #cd722b;
}
.logo-footer {
	width: 92px;
	height: 102px;
	background: transparent url('-/img/icons.png') no-repeat -10px -220px;
}
.main-footer p,
.main-footer a.facebook {
	color: #ffa890;
	font: 700 1.4em/1em "futura-pt", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.main-footer a:link,
.main-footer a:visited {
	color: #ffa890;	
}
.main-footer a:hover {
	color: #cd722b;	
}
.main-footer .orange {
	color: #cd722b;	
}
.main-footer h3 {
	line-height: 20px;
	margin-bottom: 15px;
}
.main-footer h3.hours,
.main-footer h3.find {
	padding-left: 25px;
}
.main-footer h3.hours {
	background: transparent url('-/img/icons.png') no-repeat -10px -358px;
}
.main-footer h3.find {
	background: transparent url('-/img/icons.png') no-repeat -10px -408px;
}
.main-footer a.facebook:link,
.main-footer a.facebook:visited {
	display: inline-block;
	line-height: 20px;
	margin-bottom: 20px;
	padding-left: 30px;
	background: transparent url('-/img/icons.png') no-repeat -10px -460px;
}
.main-footer a.facebook:hover {
	background: transparent url('-/img/icons.png') no-repeat -10px -610px;
}
.main-footer p.small {
	font: 700 1.1em/1.2em "adelle", Georgia, Times, serif;
	color: #cd722b;
	text-transform: none;
	letter-spacing: normal;
}

/* $Home
--------------------------------------------- */
.page-id-2 .intro .tame {
	padding: 80px 0;
}
.intro h2 {
	color: #cd722b;
	width: 600px;
}
.page-id-2 .intro .tame {
	background: transparent url('-/img/frames/frames-01.png') no-repeat 100% 40px;
}
.page-id-2 .intro .hours {
	width: 200px;
	text-align: center;
	position: absolute;
	right: 16px;
	top: 204px;
}
.page-id-2 .intro .hours h4 {
	font: 700 1.6em/1em "futura-pt", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: normal;
	margin-bottom: 10px;
	color: #0f4528;
}
.page-id-2 .intro .hours p {
	line-height: 1em;
	margin-bottom: 10px;
	color: #fff;
}
.info .tame {
	height: 350px;
}
.page-id-2 .info .left {
	width: 50%;
	float: left;
	background: transparent url('-/img/frames/frames-02.png') no-repeat 0 40px;
	height: 300px;
	position: relative;
}
.page-id-2 .info .right {
	width: 50%;
	float: left;
	background: transparent url('-/img/frames/frames-03.png') no-repeat 30px 40px;
	height: 300px;
	position: relative;
}
.page-id-2 .info .left .button {
	position: absolute;
	right: 5px;
	top: 210px;
}
.page-id-2 .info .right .map-link {
	display: block;
	width: 180px;
	height: 160px;
	position: absolute;
	left: 50px;
	top: 80px;
	text-indent: -9999px;
}
.page-id-2 .info .right .address {
	width: 200px;
	text-align: center;
	position: absolute;
	right: 15px;
	top: 143px;
	color: #fff;
}
.page-id-2 .info .right .address a:link,
.page-id-2 .info .right .address a:visited {
	color: #47b2e8;
}
.page-id-2 .info .right .address a:hover {
	color: #ffa890;
}
.page-id-2 .info .right .address p {
	line-height: 1.5em;
}
.page-id-2 .info .right .address span {
	display: block;
}
.photo {
	height: 420px;
}
.photo .shade {
	height: 420px;
	width: 100%;
	background: transparent url('-/img/shade-orange.png') repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.photo h3 {
	position: relative;
	color: #fff;
	text-align: center;
	font: 700 5em/1em "futura-pt", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	z-index: 4;
	padding-top: 180px;
}

/* $Menu
--------------------------------------------- */
.page-id-5 .intro,
.page-id-5 .intro .right {
	height: 400px;
	padding: 0;
}
.page-id-5 .intro .left {
	width: 660px;
	float: left;
	background: transparent url('-/img/frames/frames-04.png') no-repeat 30px 60px;
	height: 400px;
	position: relative;
}
.page-id-5 .intro .left .button {
	position: absolute;
	top: 250px;
	right: 75px;
}
.page-id-5 .intro .right {
	width: 330px;
	float: left;
}
.page-id-5 .brick {
	float: left;
}
.page-id-5 .brick-1 {
	width: 660px;
	height: 440px;
}
.page-id-5 .brick-2 {
	width: 330px;
	height: 232px;
}
.page-id-5 .brick-6,
.page-id-5 .brick-4,
.page-id-5 .brick-7 {
	width: 330px;
	height: 232px;
}
.page-id-5 .brick-5 {
	width: 330px;
	height: 464px;
}
.page-id-5 .brick-3 {
	width: 330px;
	height: 440px;
	background: #ffead6 url('-/img/frames/frames-05.png') no-repeat 28px 10px;
}

/* $About Us
--------------------------------------------- */
.page-id-7 .about-content {
	background: #fff;
	color: #42b4e6;
	padding: 50px 50px 30px 50px;
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
	column-gap: 40px;
	height: 470px;
}
.page-id-7 .intro .left {
	width: 660px;
	float: left;
	background: transparent url('-/img/frames/frames-06.png') no-repeat 60px 50px;
	height: 400px;
	position: relative;
}
.page-id-7 .intro .right {
	width: 330px;
	float: left;
}
.page-id-7 .intro,
.page-id-7 .intro .right {
	height: 400px;
	padding: 0;
}
.page-id-7 .brick-1,
.page-id-7 .brick-4 {
	width: 660px;
	height: 440px;
}
.page-id-7 .brick-2 {
	width: 330px;
	height: 440px;
	background: #ffead6 url('-/img/frames/frames-07.png') no-repeat 20px 25px;
}
.page-id-7 .brick-2 .map-link {
	display: block;
	width: 160px;
	height: 140px;
	position: absolute;
	left: 40px;
	top: 60px;
	text-indent: -9999px;
}
.page-id-7 .brick-2 .address {
	width: 200px;
	text-align: center;
	position: absolute;
	right: 43px;
	top: 273px;
	color: #fff;
}
.page-id-7 .brick-2 .address a:link,
.page-id-7 .brick-2 .address a:visited {
	color: #47b2e8;
}
.page-id-7 .brick-2 .address a:hover {
	color: #ffa890;
}
.page-id-7 .brick-2 .address p {
	line-height: 1.5em;
}
.page-id-7 .brick-2 .address span {
	display: block;
}
.page-id-7 .brick-3 {
	width: 330px;
	height: 440px;
}

/* $Gallery
--------------------------------------------- */
.page-id-9 .intro,
.page-id-9 .intro .right {
	height: 330px;
	padding: 0;
}
.page-id-9 .intro .left {
	width: 660px;
	float: left;
	background: transparent url('-/img/frames/frames-08.png') no-repeat 50px 15px;
	height: 330px;
	position: relative;
}
.page-id-9 .intro .left .button {
	position: absolute;
	top: 150px;
	right: 97px;
}
.page-id-9 .intro .left .button span {
	padding: 15px 20px;
}
.page-id-9 .intro .right {
	width: 330px;
	float: left;
}
.page-id-9 .brick {
	width: 330px;
	height: 330px;
}
.page-id-9 .brick-12 {
	background: #ffead6 url('-/img/frames/frames-09.png') no-repeat 15px 30px;
}

/* $Store
--------------------------------------------- */
.store-items .brick {
	width: 330px;
	height: 330px;
	float: left;
	position: relative;
}
.store-items .brick img,
.store-items .brick .product-meta {
	position: absolute;
	z-index: 2;
}
.store-items .brick a:link,
.store-items .brick a:visited {
	color: #fff;
}
.store-items .brick a:hover .product-meta,
.store-items .brick a:hover .shade {
	display: block;
}
.store-items .brick .shade {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: transparent url('-/img/shade-orange.png') repeat 0 0;
	display: none;
}
.store-items .brick .product-meta {
	text-align: center;
	width: 100%;
	display: none;
}
.store-items .brick .product-meta h2 {
	line-height: 1.2em;
	margin-bottom: 10px;
}
.store-items .brick .product-meta h3 {
	color: #fff;
	font: 700 1.4em/1em "futura-pt", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.store-items .brick-0 {
	background: transparent url('-/img/frames/frames-10.png') no-repeat 0px 30px;
}
.store-items .brick-8 {
	background: transparent url('-/img/frames/frames-11.png') no-repeat 30px 20px;
}

body#home .masthead li.store a:link,
body#home .masthead li.store a:visited,
body#product .masthead li.store a:link,
body#product .masthead li.store a:visited,
body#cart .masthead li.store a:link,
body#cart .masthead li.store a:visited {
	background: #7ecaee;
}
body#home .main-footer li.store a:link,
body#home .main-footer li.store a:visited,
body#product .main-footer li.store a:link,
body#product .main-footer li.store a:visited,
body#cart .main-footer li.store a:link,
body#cart .main-footer li.store a:visited {
	color: #cd722b;	
}

.product_detail {
	margin: 45px 0 25px;
}
.product_detail .left {
	width: 500px;
	float: left;
	margin-right: 45px;
}
.product_detail .left img {
	margin-bottom: 20px;
}
.product_detail .right {
	width: 447px;
	float: left;
}
.product_detail .right h2,
.cart h2 {
	color: #0f4528;
	font-size: 3.2em;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.product_detail .right p {
	color: #cd722b;	
}
.product_detail .right p.price {
	font: 700 1.8em/1em "futura-pt", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.selectbox select {
	position: absolute;
	top: 5px;
	left: 5px;
	display: none;
	width: 100%;
	margin: 5px 0 0 0;
}
.selectbox {
	font: 700 1.2em/1em "futura-pt", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	height: 30px;
	border: none;
	padding: 1px 1% 2px;
	width: 60%;
	margin-top: 1px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: left;
	margin-right: 0;
	border: 1px solid #cd722b;
	margin-top: -5px;
	display: inline-block;
}
.selected-value {
	padding-left: 5px;
	margin-left: 0;
	text-align: left;
	font-size: .8em;
	width: 400px;
	display: block;
	line-height: 32px;
}
.selectbox .arrow {
	display: block;
	position: absolute;
	top: 1px;
	right: -5px;
	height: 35px;
	width: 35px;
	background: #ffead6 url('-/img/icons.png') no-repeat -5px -648px;
}
.cart,
.cart a:link,
.cart a:visited {
	color: #cd722b;
}
.cart a:hover,
.cart p.detail span {
	color: #ffa890;
}
.cart p.detail span {
	min-width: 100px;
	display: inline-block;
}
.cart input[type=text] {
	padding: 5px 10px;
	border: none;
	font: 600 1.6em/1.5em "adelle", Georgia, Times, serif;
	color: #cd722b;
	width: 50px;
}
.cart .col1,
.cart .col2 {
	width: 50%;
	float: left;
}
.cart .col1 a,
.cart .col1 div,
.cart .col1 input,
.cart .col2 div {
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.cart p.detail,
.cart p.price,
.cart .remove p {
	line-height: 2.2em;
}
.cart p.price {
	min-width: 100px;
}
.cart .remove p {
	font-size: 3em;
	line-height: 1em;
}
.cart ul {
	border-top: 1px solid #ffa890;
}
.cart .cart_item {
	padding: 10px 0;
	border-bottom: 1px solid #ffa890;
}
.cart .total {
	margin: 30px 0;
}
.cart .total .col1 {
	width: 10%;
}
.cart {
	margin: 45px 0;
}
li.shipping {
	padding-top: 20px;
}
	
/* $HD Support
--------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (-moz-min-device-pixel-ratio: 2),
       only screen and (-o-min-device-pixel-ratio: 2/1),
       only screen and (min-device-pixel-ratio: 2) {

.logo,
.logo-footer,
.main-footer h3.hours,
.main-footer h3.find,
.main-footer a.facebook:link,
.main-footer a.facebook:visited,
.selectbox .arrow {
	background-image: url('-/img/icons@2x.png');
	background-size: 612px 792px;
}
.page-id-2 .intro .tame {
	background-image: url('-/img/frames/frames-01@2x.png');
	background-size: 346px 312px;
}
.page-id-2 .info .left {
	background-image: url('-/img/frames/frames-02@2x.png');
	background-size: 502px 257px;
}
.page-id-2 .info .right {
	background-image: url('-/img/frames/frames-03@2x.png');
	background-size: 473px 251px;
}
.page-id-5 .intro .left {
	background-image: url('-/img/frames/frames-04@2x.png');
	background-size: 559px 264px;
}
.page-id-5 .brick-3 {
	background-image: url('-/img/frames/frames-05@2x.png');
	background-size: 282px 409px;
}
.page-id-7 .intro .left {
	background-image: url('-/img/frames/frames-06@2x.png');
	background-size: 532px 296px;
}
.page-id-7 .brick-2 {
	background-image: url('-/img/frames/frames-07@2x.png');
	background-size: 288px 391px;
}
.page-id-9 .intro .left {
	background-image: url('-/img/frames/frames-08@2x.png');
	background-size: 518px 295px;
}
.page-id-9 .brick-12 {
	background-image: url('-/img/frames/frames-09@2x.png');
	background-size: 305px 339px;
}
.store-items .brick-0 {
	background-image: url('-/img/frames/frames-10@2x.png');
	background-size: 311px 272px;
}
.store-items .brick-8 {
	background-image: url('-/img/frames/frames-11@2x.png');
	background-size: 281px 295px;
}

}