@import url('reset.css');

/* Disable Cart Page */
/*.woocommerce-cart .woocommerce form, .woocommerce-cart .woocommerce div,.woocommerce-checkout .woocommerce form {
    display: none;
}

.woocommerce-cart .woocommerce::before,.woocommerce-checkout .woocommerce::before {
    display: inline-block;
    width: 100%;
    content: "Due To High Product Demands, We Are Currently Not Accepting, Any New Online Orders At This Time.";
}*/

/*
Theme Name: Custom
Theme URI: N/A
Description: N/A
Version: 2.01
Author: N/A
*/

body {
	background:#FFF url(images/bg.png) repeat-x;
	color:#000;
	font-size:12px;
	font-family:verdana;
}
section.related.products {
    width: 100%;
    display: table;
}

.woocommerce-tabs.wc-tabs-wrapper, div#respond {
    display: none;
}
bold, strong {
	font-weight:bold;
}

i, em {
	font-style:italic;
}

p {
	margin-bottom:10px;
}

a {
	text-decoration:none;
}

a:hover, a:visited:hover {
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	text-transform:capitalize;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:14px;
}

header {
	width:960px;
	margin:auto;
	min-height:142px;
	background:url(images/header.png) no-repeat;
}

.spd-invisi {
	width:100%;
	min-height:96px;
	display:block;
}

.spd-box {
	padding:10px;
	width:940px;
	background:#e9e2c9;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	overflow:auto;
	margin-bottom:10px;
}

.wrapper {
	width:960px;
	margin:auto;
	overflow:auto;
	clear:both;
}

.dont-break-margins {
	position:absolute;
}

nav {
	font-size:12px;
	position:relative;
	left:-100px;
}

.logo {
	display:block;
	height:146px !important;
	width:300px;
}

.logo:hover {

}

nav ul {
}

nav li {
	float:left;
	margin-left:20px;
}

nav a {
	color:#e9e2c9;
}

nav a:hover nav a:visited:hover {
}

nav .current-menu-item a {
}

.spd-box-left {
	float:left;
	width:190px;
	overflow:hidden;
	margin:0 10px 0 0;
}

.spd-box-right {
	float:left;
	width:740px;
	overflow:hidden;
}

.spd-1 {
	min-height:152px;
}

.twitter a {
	width:256px;
	height:137px;
	display: block;
	text-indent: -9999px;
	color:#FFF !important;
}

.twitter {
	width:256px;
	height:137px;
	background:url(images/foodler.png) no-repeat;
	z-index:5000;
	position:relative;
	left:-20px;
	top:10px;
	color:#FFF;
	overflow:hidden;
}


#twitter_div {
	padding:10px;
	padding-top:50px;
}

.spd-2 {
	min-height:256px;
}

.spd-3 {
	min-height:412px;
}

.spd-4 {
	width:960px;
	margin-bottom:10px;
	overflow:auto;
}

.spd-4 a {
	width:182px;
	height:112px;
	overflow:hidden;
	display:block;
	float:left;
	background:#CCC;
	margin-right:10px;
	border:1px solid red;
}

.spd-4 a, .spd-4 img, .spd-3 img, .main-photo img {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.main {
	margin-top:10px;
}

.awf a {
	width:311px;
	overflow:hidden;
	display:block;
	float:left;
	margin-right:10px;
	border:1px solid red;
	margin-bottom:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.spd-4 a:last-child, .awf a:nth-child(3n) {
	margin-right:0px;
}

.spd-left {
	float:left;
	width:550px;
	margin-right:10px;
}

.spd-right {
	float:left;
	width:400px;
}

.wvr {
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
}

.spd-order {
	position:relative;
	left:-55px;
}

.spd-5 {
	min-height:122px;
	margin-bottom:10px;
}

.random {
	position:relative;
	left:-55px;
}

.spd-6 {
	min-height:122px;
	margin-bottom:10px;
}

.spd-sign-up {
	width:606px;
	height:252px;
	/*background:url(images/signup.png) no-repeat;
	position:relative;
	left:-55px; */
}

.spd-sign-up .slider {
	width:548px !important;
	border:1px solid red;
	overflow:hidden !important;
}

.spd-sign-up img {
}

.spd-welcome {
	height:180px;
	padding:10px;
	background:#f0ece2;
	overflow:hidden;
}

.main-photo {
	border:10px solid #e9e2c9;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.main {
	overflow:auto;
	clear:both;
}

.home footer { 
	background:none;
	padding:0px;
}

footer {
	width:960px;
	margin:auto;
	clear:both;
	overflow:auto;
	margin-bottom:20px;
	background:url(images/footer.jpg) no-repeat center top;
	padding-top:32px;
}

.footer-left, .header-left {
	float:left;
	width:auto;
}

.footer-right, .header-right {
	float:right;
	width:auto;
}

.footer-right img {
	display:inline;
}

ul.social li {
	float:left;
	width:32px;
	height:32px;
	overflow:hidden;
	margin-right:10px;
}

/* posts & pages */

img.alignright, a img.alignright {
	float:right; 
	margin:0 0 10px 10px;
}

img.alignleft, a img.alignleft {
	float:left;
	margin:0 10px 10px 0;
}

img.aligncenter, a img.aligncenter {
	display:block;
	margin:0 auto 0 auto; 
}

.alignnone {
}

.left {
	float:left;
}

.right {
	float:left;
}

p.more {
	font-weight:bold;
	text-align:right;
}

.user-content ul, .user-content ol {
	margin:0 0 10px 20px;
}

.user-content ul {
	list-style:disc;
}

.user-content ol {
	list-style:decimal;
}

.user-content strong {
	font-weight:bold;
}

.user-content em {
	font-style:italic;
}

.user-content a {
	color:blue;
}

.wrap {
	overflow:hidden;
}

.wrap ul {
}

navigation {
	clear:both;
}

.prev, .next {
	text-transform:uppercase;
	font-weight:bold;
	width:auto;
	text-align:center;
}

.prev a, .next a {
	padding:10px;
}

/* twitter */

.twitter {
}

.twitter li {
	margin:0 0 10px 0;
}

/* search */

.searchbar-left {
	background:url(images/searchbar-bg-01.png);
	background-repeat:no-repeat;
	width:130px;
	height:25px;
	font-size:11px;
	color:#666;
	margin:0px;
	padding:0px 0px 0px 10px;
	border:0px;
	float:left;
}

.searchbar-right {
	background:url(images/searchbar-bg-02.png);
	background-repeat:no-repeat;
	width:30px;
	height:25px;
	margin:0px;
	padding:0px;
	border:0px;
	float:left;
}

/* shortcodes */

.misc-content {
	float:right;
	width:auto;
	margin:0 0 10px 10px;
}

.text, textarea {
	border:1px solid #000 !important;
}

.columns {
	width:960px;
	overflow:hidden;
	clear:both;
}

.columns div {
	margin:0 10px 10px 0;
	overflow:hidden;
}

.columns div:last-child {
	margin:0 0 10px 0;
}

/* genreal */

.end {
	margin:0px;
}

.clear {
	clear:both;
}

/* DROP DOWN */




/* 
	LEVEL ONE
*/
#menu-main                         { position: relative; }
#menu-main li                      { z-index:101; text-align:left; }

#menu-main li a                    { display: block; }
#menu-main li:last-child a         { border-right: none; } /* Doesn't work in IE */
#menu-main li.hover,
#menu-main li:hover                { position: relative; }



/* 
	LEVEL TWO
*/
#menu-main ul 						{ visibility: hidden; position: absolute; top: 100%; left: 0; padding-top:10px; z-index:100; }
#menu-main ul li 					{ font-weight: normal; background: #941919; 
									  border-bottom: 1px solid #FFF; float: none; display:block; width:110px; padding:5px; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
#menu-main ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
#menu-main ul ul 					{ left: 100%; top: 0; }
#menu-main li:hover > ul 			{ visibility: visible; }
#menu-main ul ul li {
	border-left:1px solid #FFF;
			background:#df9f1e;
}





/* END DROP DOWN */

.page-id-11 .user-content img {
	display:inline;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid red;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.wfc {
	border:1px solid red;
}

#container {
	width:960px !important;
	margin:auto !important;
	margin-top:50px !important;
}

#breadcrumb {
	display:none;
}

#sidebar {
	display:none;
}

.page-id-147 .main-photo, .page-id-479 .main-photo {
	visibility:hidden;
}

.page-title {
	margin-bottom:10px;
}

.amount {
	display:block;
	margin-bottom:10px;
}

.nav-next, .nav-prev, .JMFC {
	font-size:200%;
}

.JMFC {
	padding-left:41px;
	background:url(images/the-icon.png) no-repeat;
	min-height:37px;
	padding-top:10px;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.gd {
	overflow:hidden;
	width:760px;
	position:relative;
	top:-150px;
}

.gd img {
	margin-right:10px;
	float:left;
}

.gd img:last-child {
	margin:0px;
}

.images .thumbnails {
	display:none;
}

/* new twitter */

	.tweet_list {
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: hidden;
		font-size:11px;
		position:relative;
		top:50px;
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 0.5em;
			list-style-type: none;
		}
		
			.tweet_list li a {
				color: #0C717A;
				font-weight:bold;
			}
		
		.tweet_list .tweet_even {
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}
			
			.tweet_avatar img {
				border:1px solid #FFF;
				display:none;
			}
			
DIV.vtmin-error { 
	/* display:none;  */
	margin: 30px 0 0 0 !important;
	width:100% !important;
}

.page-id-13 .misc-content{ /* contact page right side (the form) */
	width:400px;
}
#rev_slider_1_1 UL LI{
	border-radius:10px;
}
.home P{
	margin-bottom:5px;
}

.woocommerce .main-photo, .woocommerce-cart .main-photo, .woocommerce-checkout .main-photo{ display: none; }
.woocommerce .main, .woocommerce-cart .main, .woocommerce-checkout .main {
    margin-top: 52px;
}
form.woocommerce-ordering {
    margin-top: 20px !important;
}



.spd-sign-up {
    width: 550px;
    height: 252px;
    border: 1px solid rgb(255, 0, 0);
    overflow: hidden;
}