@charset "utf-8";
/*
Theme Name: Levis Hot Dogs
Theme URI: http://www.levishotdogs.com/
Description:Custom theme for Levis Hot Dogs website
Author: Anna Mikhailova
Version: 1.0
Author URI: http://www.annascirclestudio.com
*/



/*-------------------------------

colors:
dark blue: #242e3a
light beige: #e5d5bd
dark olive green : #473c12
dark pink: #de2b40
orange:#fc7702
------------------------------*/
/*-------------------------------
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */

body {
	line-height: 1;
	color: black;
	background: transparent;
}
ol,
ul,
li { list-style: none; }
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	text-align: left;
	font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after { content: ""; }
blockquote,
q { quotes: "" ""; }
/*-------------------------------
GENERAL
------------------------------*/

body {
	background: url(images/bg.jpg) repeat;
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	color: #242e3a;
	text-align: left;
}
#main_container {
	width: 100%;
	background: url(images/bg_top.jpg) repeat-x
}
#container_top { background: url(images/container_top.jpg) no-repeat center 13em; }
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 500px;
	position: relative;
}
p { line-height: 150%; }
/*-------------------------------
HEADER
------------------------------*/
#logo_main {
	width: 241px;
	height: 275px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background: url(images/logo_levis-2.png) no-repeat;
}
#header {
	height: 190px;
	background: url(images/header-2.jpg) no-repeat top left;
}
#header h1 { margin: 0; }
ul#nav {
	margin-left: 250px;
	margin-top: 5px;
	float: left;
	padding-top: 5px;
	background: url(images/line.png) no-repeat top left;
	height: 50px;
}
ul#nav li {
	display: block;
	margin: 0 2px;
	padding: 4px 7px;
	float: left;
	text-align: center;
}
ul#nav li p { display: none; }
ul#nav li:hover p {
	display: block;
	font-size: 70%;
	color: #e5d5bd;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: url(images/bg_hover.png) repeat;
	padding-bottom: 5px;
	width: auto;
}
ul#nav li h3 {
	display: inline;
	font-size: 22px;
}
ul#nav li h3 a {
	color: #e5d5bd;
	text-decoration: none;
	padding: 2px 10px;
}
ul#nav li:hover {
	background: url(images/nav_a.png) repeat-x top left;
	display: block;
}
ul#nav li h3 a:hover {
	color: #473c12;
	background: url(images/bg_hover.png);
	padding-bottom: 5px;
	display: block;
}
/*-------------------------------
CONTENT
------------------------------*/
#main_content {
	min-height: 600px;
	background: url(images/bg_content.jpg) repeat-y top center;
	border-bottom: 1px solid #9a8d6a;
}
#content {
	min-height: 600px;
	padding: 100px 20px;
	position: relative;
	background: url(images/bg_content.jpg) repeat-y top center;
}
#content a { color: #473c12; }
h1.entry-title { line-height: 180%; }
/*-------------------------------
HOME PAGE
------------------------------*/
#slider_wrap {
	width: 1000px;
	height: 450px;
	background: url(images/bg_slider.png) no-repeat;
	margin: 0 auto;
}
.slider_side {
	font-style: italic;
	color: #fff;
	float: left;
	width: 240px;
	margin-top: 130px;
	line-height: 160%;
	font-size: 110%;
}
.slider_side p {
	width: 150px;
	margin-left: 30px;
}
.slider_side a {
	margin-left: 20px;
	margin-top: 50px;
	padding: 10px;
	display: block;
}

#home_boxes {
	height: 250px;
	margin: 0 auto;
	width: 966px;
}
#home_boxes .hbox { float: left; }
#home_boxes .hbox a {
	display: block;
	width: 322px;
	height: 224px;
}
#home_boxes .history { background: url(images/hbox1.jpg) no-repeat; }
#home_boxes .history:hover { background: url(images/hbox1_hover.jpg) no-repeat; }
#home_boxes .club { background: url(images/hbox2.jpg) no-repeat; }
#home_boxes .club:hover { background: url(images/hbox2_hover.jpg) no-repeat; }
#home_boxes .soda { background: url(images/hbox3.jpg) no-repeat; }
#home_boxes .soda:hover { background: url(images/hbox3_hover.jpg) no-repeat; }
/*-------------------------------
BOTTOM
------------------------------*/

#bottom {
	background: url(images/line.png) no-repeat top center;
	float: left;
	width: 1000px;
	margin-top: 10px;
	padding: 20px 0;
}
ul.left {
	width: 322px;
	float: left;
	margin-left: 30px;
}
ul.left li { list-style: none; }
ul.left li p {
	float: right;
	width: 120px;
	margin-top: 15px;
	margin-right: 20px;
	line-height: 140%;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
ul.left li:hover p { color: #e5d5bd; }
ul.left li a {
	text-decoration: none;
	width: 322px;
	height: 88px;
	display: block;
	color: #242e3a
}
ul.left li.one a,
ul.left li.one a:hover,
ul.left li.two a,
ul.left li.two a:hover,
ul.left li.three a,
ul.left li.three a:hover {
	background: url(images/buttons.jpg) no-repeat;
	width: 305px;
	height: 81px;
}
ul.left li.one a { background-position: top left; }
ul.left li.one a:hover { background-position: -316px 0px; }
ul.left li.two a { background-position: 0px -91px }
ul.left li.two a:hover { background-position: -316px -91px }
ul.left li.three a { background-position: 0px -182px }
ul.left li.three a:hover { background-position: -316px -182px }
/*-------------------------------
FOOTER
------------------------------*/
#footer_wrap {
	background: url(images/bg_green.jpg) repeat;
	height: 180px;
	border-top: 1px solid #473c12
}
#footer {
	width: 1000px;
	margin: 0 auto;
}
#footer .box {
	float: left;
	width: 313px;
	margin: 20px 10px;
}
.separator { background: url(images/separ_foot.png) no-repeat top right; }
#footer ul li {
	list-style: none;
	margin-left: 70px;
	text-transform: uppercase;
}
#footer a {
	color: #e5d5bd;
	line-height: 220%;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#footer a:hover { color: #fc7702 }
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
/*-----------------------
STORE
--------------------------*/


#left_nav {
	width: 245px;
	padding-top: 120px;
}
#left_nav h3 {
	font-size: 18px;
	padding-top: 10px;
	padding-left: 15px;
}
#left_nav h3 a {
	color: #e5d5bd;
	text-decoration: none;
}
#left_nav ul#parent li {
	height: 38px;
	background: url(images/bg_store_nav.png) repeat;
	margin: 5px 0;
}
#left_nav ul#parent li:hover {
	background: #c2ac7f;
	border-right: 1px solid #a58b58;
	border-bottom: 1px solid #a58b58;
	height: 37px;
	width: 244px;
}
#left_nav h3 a:hover { color: #473c12; }
#left_nav ul#child li { background: none; }
/*-----------------------
Storefront
--------------------------*/

h1 {
	color: #473c12;
	font-size: 18px;
	line-height: 150%;
}
h1.food {
	height: 39px;
	width: 198px;
	text-indent: -9999px;
	margin-left: 20px;
}
h1.food { background: url(images/h1_food.jpg); }
#store_content {
	float: right;
	width: 750px;
	position: relative;
}
#store_content h1#front_h1 {
	width: 325px;
	height: 50px;
	background: url(images/h1_storefront.jpg) no-repeat;
	text-indent: -9999px;
	margin-left: 20px;
}
#store_content h1#club_h1 {
	width: 398px;
	height: 39px;
	background: url(images/h1_club.png) no-repeat;
	text-indent: -9999px;
	margin-left: 20px;
}
#store_content .category h1 { margin: 10px; }
/*--#store_content .category,--*/#store_content .product {
	width: 710px;
	position: relative;
	float: left;
	padding: 10px 0;
}
#products_page_container { padding-top: 20px; }
#products_page_container h1 a {
	color: #473C12;
	text-decoration: none;
}
#products_page_container .wpsc_categories li {
	width: 710px;
	height: 250px;
	padding: 0;
	list-style: none;
}
#store_content .wpsc_categories .image {
	float: left;
	margin: 0px 10px 10px 0;
	background: url(images/bg_category.jpg) no-repeat top left;
	width: 343px;
	height: 208px;
	padding-top: 20px;
	padding-left: 30px;
}
#store_content .wpsc_categories img {
	width: 325px;
	height: 166px;
	border: 2px solid #fff;
}
#store_content .description {
	float: right;
	width: 310px;
	padding-top: 10px;
}
.start_shop {
	width: 260px;
	height: 71px
}
.start_shop a {
	display: block;
	cursor: pointer
}
#store_content .start_shop img {
	width: 260px;
	height: 71px;
	border: none;
}
#store_content .product .image {
	float: left;
	margin: 0px 10px 10px 15px;
	background: url(images/bg_product.jpg) no-repeat top left;
	width: 198px;
	height: 200px;
	padding-top: 13px;
	padding-left: 18px;
}
#store_content .product .image img {
	width: 175px;
	height: 175px;
	border: 2px solid #fff;
}
.wpsc_product_price {
	color: #de2b40;
	font-size: 130%;
	font-style: italic;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	position: absolute;
	top: 10px;
	right: 30px;
}
#store_content .product .description { padding-right: 50px; }
#store_content .product input { }
#store_content .product p { margin: 10px 0; }
#store_content .product a { color: #473c12; }
input.addtocart { background: url(images/addtocart.jpg) no-repeat }
input.buynow { background: url(images/buy.jpg) no-repeat }
.additional_description_span { margin-bottom: 20px; }
#shop_cart_top {
	position: absolute;
	top: 150px;
	right: 7px;
	width: 180px;
	height: 35px;
}
#sliding_cart {
	width: 220px;
	z-index: 100;
	padding: 10px;
	margin: 20px 0;
}
#sliding_cart span { margin: 0; }
#shopping-cart p {
	font-size: 90%;
	margin: 0 10px;
}
#shopping-cart {
	list-style: none;
	width: 230px;
	line-height: 180%;
}
#shopping-cart a {
	color: #473c12;
	font-size: 90%;
}
#shopping-cart a:hover { color: #473c12 }
#sliding_cart span .total { border-top: 1px solid #473c12; }
#shop_cart_top h3 a {
	font-size: 18px;
	line-height: 100%;
	color: #473c12;
	text-decoration: none;
}
.widget-container { }
.productcart input { background: #f3e9d6 }
.productcart button { background: #c9b387 }
.wpsc_checkout_table input.make_purchase { background: #c9b387 }
.wpsc_checkout_table input { background: #f3e9d6 }
label .screen-reader-text { display: none; }
form#searchform { margin: 10px 0 20px 0; }
input#s {
	background: url(images/bg_store_nav.png);
	height: 29px;
	width: 155px;
	border: 1px solid #473c12
}
input#searchsubmit {
	background: url(images/search.png);
	width: 76px;
	height: 29px;
	padding: 0;
	border: 0;
	text-indent: -9999px;
	line-height: 0;
	cursor: pointer;
}
.facebookgr {
	background: url(images/bg_facebook.png) no-repeat;
	width: 593px;
	height: 277px;
	float: left;
	padding: 10px;
	margin-left: 20px;
}
.facebookgr h1 {
	float: left;
	margin: 0 50px 0 20px
}
.facebookgr h1 a {
	font-size: 16px;
	text-decoration: none;
	color: #de2b40;
}
.facebookgr iframe.main {
	width: 560px;
	height: 250px;
	overflow: hidden;
}
.fb_edge_widget_with_comment { position: relative; }
.fb_iframe_widget {
	float: left;
	width: auto;
	margin-top: 10px;
	margin-left: 30px;
}
/* entry content*/

h2 {
	color: #473c12;
	text-transform: uppercase;
	font: 100%;
	line-height: 150%;
}
img.alignleft {
	float: left;
	border: 1px solid #473c12;
	padding: 7px 7px 10px 7px;
	background: #fff;
	margin: 10px 10px 10px 0;
}
img.alignright {
	float: right;
	border: 1px solid #473c12;
	padding: 7px 7px 10px 7px;
	background: #fff;
	margin: 10px 40px 10px 10px;
}
.entry-content {
	padding-right: 30px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.entry-content p { margin: 10px 0; }
.entry-content p.wp-caption-text {
	margin: 0;
	font-size: 80%;
}
p.caption {
	margin: 0;
	font-size: 80%;
	display: inline
}
.text {
	display: block;
	clear: both
}
.entry-content a { color: #473c12; }
.entry-content em { font-style: italic; }
.club { /*background:url(images/line.jpg) no-repeat bottom left;*/ padding-bottom: 30px; }
/*-----------------
CONTACT FORMS
__________________*/

/*contact page*/

#wpcf7-f1-p106-o1 {
	float: left;
	width: 400px;
}
input.wpcf7-text,
#wpcf7-f1-p106-o1 textarea {
	border: 1px solid #473c12;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	display: block;
	overflow: hidden;
}
input.wpcf7-text { height: 25px; }
input.wpcf7-submit {
	width: 105px;
	height: 39px;
	background: url(images/send.jpg);
	text-indent: -9999px;
	cursor: pointer;
	border: none;
	display: block;
	font-size: 0;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
}
.franchise {
	float: right;
	margin: 0 0 10px 30px;
	width: auto;
}
