/*
Theme Name: FoxyShop
Description: Special, Custom-built Theme
Author: SparkWeb Interactive
Version: 2.0
*/
@charset "UTF-8";

/* ----------  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,dd, dl, dt, li, ol, ul,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
}
a img, :link img, :visited img { border: 0px; }
table { border-collapse: collapse; border-spacing: 0px; }
ol, ul { list-style: none; margin: 0; padding: 0; }
a { outline-color: -moz-use-text-color; outline-style: none; outline-width: 0; }


/* ----------  MISC BLOG CONTENT SETTINGS  ------------ */
.alignleft { float: left; margin: 5px 10px 5px 0; }
.alignright { float: right; margin: 5px 0 5px 10px; }
.aligncenter, div.aligncenter { margin: 10px auto; text-align: center; display: block; }
img.alignleft { float: left; margin: 5px 10px 5px 0; }
img.alignright { float: right; margin: 5px 0 5px 10px; }
img.aligncenter { margin: 10px auto; text-align: center; display: block; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img { margin: 0; padding: 0; border: none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px;padding: 0 4px 5px; margin: 0; color: #111; }
.highlight { color: #222222; font-weight: bold; }


/* ----------  STICKY FOOTER  ------------ */
html, body { height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 75px;}
#footer {margin-top: -75px; height: 75px; clear:both; position: relative;}


/* ----------  CLEARFIX  ------------ */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */







/* ----------  BASIC SETUP  ------------ */


body {
	background: #fff url(images/bg-main.jpg) repeat-x;
	font: 300 15px/1.625 "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #383838;
	margin: 0;
}
p {
	margin-bottom: 1.652em;
	line-height: 137%;
}
h1 {
	font-family: Georgia;
	font-size: 28px;
	margin: 0 0 12px 0;
	color: #575759;
	font-weight: normal;
}

h2 {
	font-family: 'Istok Web',sans-serif;
	font-size: 28px;
	margin: 0 0 12px 0;
	color: #575759;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	margin: 0 0 5px 0;
	color: #575759;
	font-family: 'Istok Web',sans-serif;
	font-weight: bold;
}

h4 {
	font-size: 16px;
	margin: 0 0 10px 0;
	color: #000;
	font-weight: bold;
}

a {
	color: #BB1E1E;
	text-decoration: none;
}
a:hover {
	color: #BB1E1E;
	text-decoration: underline;
}
strong { font-weight: bold; }
em { font-style: italic; }
.clr { clear: both; }

input[type=text], input[type=password] {
	outline: none;
	border: 1px solid #D5D5D5;
	background: #fff url(images/bg-input.jpg) repeat-x 0 bottom;
	padding: 2px 3px;
	font-family: Helvetiva, Arial;
	font-size: 17px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 234px;
	color: #525252;
}
textarea {
	outline: none;
	border: 1px solid #D5D5D5;
	background: #fff url(images/bg-input.jpg) repeat-x 0 bottom;
	padding: 2px 3px;
	font-family: Helvetiva, Arial;
	font-size: 17px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 234px;
	float: left;
	height: 150px;
	color: #525252;
}
input.foxyshop_quantity {
    width: 30px !important;
}
select {
	margin-top: 4px;
}


/* ----------  BASIC DESIGN  ------------ */

#wrap {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}



/* ----------  HEADER  ------------ */

#header {
	border-bottom: 1px solid #e7e7e7;
	position: relative;
}
#header h1 { margin: 0; }
#header h1 a {
	width: 443px;
	height: 131px;
	display: block;
	position: absolute;
	top: 23px;
	left: 0;
}
#subhead {
	width: 351px;
	height: 41px;
	display: block;
	text-aling:right;
	color: #a4a4a4;
	font-size: 22px;
	position: absolute;
	top: 23px;
	right: 0;
	font-family: Georgia;
	font-style: italic;
}

#socialstuff {
	position: absolute;
	top: 70px;
	right: 0px;
	width: 190px;
}
#socialstuff iframe {
	margin-bottom: 10px;
}


/* ----------  TOP NAV  ------------ */

#header .menu {
	height: 37px;
	padding-top: 156px;
}
#header .menu li {
	float: left;
	margin: 0 28px 0 0;
	line-height: 37px;
}
#header .menu a {
	display: block;
	line-height: 37px;
	font-weight: bold;
	font-family: 'Istok Web', sans-serif;
	font-size: 17px;
	padding: 0 10px;
	color: #a4a4a4;
}
#header .menu a:hover, #header .menu li.current_page_item a, #header .menu li.current_page_parent a, #header .menu li.current-page-ancestor a {
	color: #000;
	text-decoration: none;
}
#menu-header-menu li#menu-item-12 {
	margin: 0;
}


/* ---------- HOME ------------ */
#home_banner {
	width: 872px;
}
#home_banner h1 {
	font-family: Georgia;
	font-size: 50px;
	line-height: 62px;
	margin: 14px 0 13px 0;
	width: 800px;
}
#home_banner ul {
	font-family: Georgia;
	font-size: 22px;
	width: 550px;
	float: left;
	margin: 10px 0 0 44px;
}
#maincontent #home_banner ul li {
	margin-top: 10px;
	font-family: Georgia;
	font-size: 22px;
	margin: 0;
	padding: 0 0 5px 27px;
	background: url(images/green_check_big.png) no-repeat 0 3px;
	list-style: none;
}
#home_banner .watchintro {
	list-style: none;
	float: right;
	width: 152px;
	font-size: 18px;
	font-family: Georgia;
	font-weight: bold;
	color: #9E1D20;
	background: url(images/icon_video.png) no-repeat;
	padding: 5px 0 9px 90px;
	margin-top: 10px;
}
#home_banner .watchintro:hover {
	color: #c91317;
	text-decoration: none;
}
#home_banner .foxyshop_button {
	float: right;
	margin-top: 30px;
	clear: right;
}

.homediv {
	border-bottom: 1px solid #e7e7e7;
	height: 10px;
	margin-bottom: 30px;
	clear: both;
}

.homebox {
	float: left;
	padding: 10px;
	margin: 0 35px 8px 0;
	background-color: #F1F1F1;
	border: 1px solid #D3D3D3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 275px;
	box-shadow:inset 0 0 5px #ddd;
}
.homebox h2 {
	line-height: 36px;
	margin-bottom: 8px;
}

.logolink {
	display: block;
	margin: 0 auto;
	padding: 4px;
	background-color: #f7f7f7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #D3D3D3;
	width: 145px;
	box-shadow:inset 0 0 5px #ddd;
}

.logolink:hover {
	background-color: #fff;
	box-shadow:inset 0 0 5px #ddd;
}

#homeright {
	float: right;
	width: 260px;
}
#homeright h3 {
	border-bottom: 1px solid #D3D3D3;
	font-family: Georgia;
	font-size: 18px;
	text-align: center;
	padding-bottom: 1px;
	margin-bottom: 0;
}
#homeright #quoteholder {
	background: url(images/round_shadow.png) no-repeat center -15px;
}
#homeright #quoteholder div {
	padding: 10px;
	text-align: center;
	font-family: Georgia;
	font-style: italic;
}

#inthewild {
	background: url(images/round_shadow.png) no-repeat center -15px;
	padding: 18px 10px 0 10px;
}
#slideshow {
	width: 240px;
	overflow: hidden;
	height: 184px;
	margin: 0 auto;
	border: 1px solid #D3D3D3;
	background-color: #9E1D20;
	box-shadow:inset 0 0 20px #520101;
}



/* ---------- MAIN CONTENT ------------ */

#main {
	padding-top: 20px;
	position: relative;
	clear: both;
}
#maincontent, #foxyshop_container {
	padding-bottom: 35px;
}
#leftcontent {
	width: 580px;
	float: left;
}
#maincontent ul li {
	list-style: disc outside;
	margin-left: 27px;
	padding-left: 1px;
	margin-bottom: 2px;
	font-size: 13px;
}
#maincontent ul {
	padding-bottom: 15px;
}


.yellowbox {
	background-color: #FBEEB2;
	border: 1px solid #E3CD69;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow:inset 0 0 5px #ddd;
}
.graybox {
	background-color: #DFDFDF;
	border: 1px solid #CECECE;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow:inset 0 0 5px #ddd;
}

/* ----------  BLOG  ------------ */
.topPost h2 {

}
.postDate {
	font-style: italic;
	font-family: Georgia;
	font-size: 12px;
	padding-bottom: 5px;
	border-bottom: 1px solid #A0A0A0;
	margin-bottom: 10px;
}
.commentlink {
	float: right;
}


/* ----------  FAQ  ------------ */
body p.faq-catname {
	font-weight: 300;
	font-size: 22px;
	margin-bottom: 12px;
	margin-top: 36px;
}
body h3.qa-faq-title {
	padding-left: 20px;
	background: url(images/q.png) no-repeat 0 6px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
}
body div.qa-faq-answer {
	padding-left: 20px;
	background: url(images/a.png) no-repeat 0 6px;
	margin: 0 0 20px 0;
}




/* ----------  STORE  ------------ */
#store-header {
	background-color: #DFDFDF;
	border: 1px solid #CECECE;
	padding: 5px;
	margin-bottom: 20px;
}

/* button color and settings */
.foxyshop_button {
	background-color: #BB1E1E;
	color: #FFFFFF;
	border: 1px solid #951717;
	font-family: Arial;
	font-size: 12px;
}
.foxyshop_button:hover {
	background-color: #951717;
	color: #fff;
}



/* ----------  CONTACT FORM  ------------ */
.wpcf7 {
	clear: both;
}
.wpcf7 label {
	clear: both;
	float: left;
	width: 108px;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 5px;
	color: #aaa;
}
.wpcf7 input[type=text], .wpcf7 select, textarea {
	float: left;
	width: 375px;
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 17px;
}
.wpcf7 input[type=submit] {
	clear: both;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 115px;
	color: #fff;
}
.wpcf7 .required {
	color: #FDCACC;
	float: left;
	font-size: 38px;
	font-weight: bold;
	margin-left: 3px;
	padding-top: 9px;
}
.wpcf7 .ajax-loader {
	float: left;
}
#required_key {
	float: left;
	margin-top: -13px;
	color: #aaa;
	font-size: 12px;
}
#required_key .required {
	margin-top: -22px;
	margin-right: 4px;
}


.graytable {
	width: 100%;
	margin-bottom: 26px;
}
.graytable td {
	background-color: #eee;
	border: 1px solid #dbdbdb;
	padding: 6px;
}

.bigback {
	background: url("images/back_arrow.png") no-repeat scroll 0 0 transparent;
	display: block;
	font-family: Georgia;
	font-size: 25px;
	font-style: italic;
	padding: 4px 32px;
	width: 278px;
}



/* ----------  SIDEBAR  ------------ */

#sidebar {
	float: right;
	padding: 10px;
	margin-bottom: 8px;
	background-color: #F1F1F1;
	border: 1px solid #D3D3D3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 275px;
	box-shadow:inset 0 0 5px #ddd;
}
.widget {
	clear: both;
	margin-bottom: 20px;
}



/* ----------  FOOTER  ------------ */
#footer {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	height: 74px;
	position: relative;
}
#footer p {
	font-size: 12px;
}
#footerline {
	border-top: 1px solid #ddd;
	width: 720px;
	height: 10px;
	float: left;
	margin-top: 15px;
}
#footerlogo {
	float: right;
}








/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
	color: #575759;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
	list-style: none;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0 0 24px !important;
	padding: 0 0 0 56px !important;
	list-style: none !important;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
	color: #575759;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


.bypostauthor > div {
	background-color: #FBEEB2;
	border: 1px solid #E3CD69;
	margin-bottom: 22px;
	padding-left: 5px;
}


.faq-catname {
	font-size: 16px;
	font-weight: bold;
	margin: 2em 0 0.65em 0;
}


pre, code {
	font-family: Consolas,Monaco,"Courier New",Courier,monospace;
	font-size: 12px;
	font-weight: inherit;
	margin-bottom: 22px;
	overflow-x: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
	background: none repeat scroll 0 0 #F0F0F0;
	color: #000000;
	padding: 0 3px;
}




/* ----------  BUTTONS  ------------ */

.foxyshop_button, .foxyshop_button:visited {
	background: #9e1d20 url(images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.foxyshop_button:hover							{ background-color: #c91317; color: #fff; text-decoration: none; }
.foxyshop_button:active							{ top: 1px; }
.small.foxyshop_button, .small.foxyshop_button:visited 			{ font-size: 11px; padding: ; }
.foxyshop_button, .foxyshop_button:visited,
.medium.foxyshop_button, .medium.foxyshop_button:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.foxyshop_button, .large.foxyshop_button:visited 			{ font-size: 14px; padding: 8px 14px 9px; }




.featurelist {
	width: 45%;
	float: left;
}

#maincontent .featurelist ul li {
	margin: 0 0 0 3px;
	padding: 0 0 4px 21px;
	background: url(images/checkmark.png) no-repeat;
	list-style: none;
}

#urlfield {
	margin: 3px 9px 0 0;
	float: left;
	width: 310px;
}

#urlfieldbox {
	float: right;
	margin-bottom: 22px;
	width: 500px;
	padding-bottom: 10px;
}
#urlfieldbox p {
	margin-bottom: 2px;
}

#cboxLoadedContent {
    -webkit-overflow-scrolling: touch;
}
