body,html,image
{
margin:0;
padding:0;
border:none;
line-height: 1.3;
}
#content a {
color:#FFC176;;
text-decoration:none;
}
#content a:hover {
color:#f28705;
text-decoration:underline;
}

#main-nav .nav,.nav ul
{
	list-style:none;
	margin:0;
	padding:0;
	font-family:'Frutiger45LightLight',Arial, Helvetica, sans-serif;
}
body{
	background: url(../images/main-bg.jpg) no-repeat center top #6b6c6d;
	color:white;
	font-size:14px;
	font-family:'Frutiger55RomanRoman',Arial, Helvetica, sans-serif;
}
#content h4 
{
	font-size:30px;
	width:100%;
	color:#f28705;
	background:#414141;
	margin:10px 0px 30px 0px;
}
h4 em
{
	
	font-family:'Frutiger66BoldItalic',Arial, Helvetica, sans-serif;
}
h3 em
{
	font-family:'Frutiger66BoldItalic',Arial, Helvetica, sans-serif;
}
/************************************ Laypuit ***************************/
#wrapper
{
	width:950px;
	margin:auto;
}
#header
{
	padding:20px 0 0 20px;
}
#logo
{
	margin:35px 0 60px 0;
}
.social-links
{
	/*text-align:center;*/
	
	padding:15px 10px 10px 30px;
}
.social-links a
{
	margin-left:15px;
}

#main-nav
{
	text-decoration:none;
	font-size:18px;
	box-shadow:0 0 32px rgba(0,0,0,0.45);
	background: rgb(111,112,113);
	background: -moz-linear-gradient(top,  rgba(111,112,113,1) 0%, rgba(78,79,80,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(111,112,113,1)), color-stop(100%,rgba(78,79,80,1)));
	background: -webkit-linear-gradient(top,  rgba(111,112,113,1) 0%,rgba(78,79,80,1) 100%);
	background: -o-linear-gradient(top,  rgba(111,112,113,1) 0%,rgba(78,79,80,1) 100%);
	background: -ms-linear-gradient(top,  rgba(111,112,113,1) 0%,rgba(78,79,80,1) 100%);
	background: linear-gradient(to bottom,  rgba(111,112,113,1) 0%,rgba(78,79,80,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f7071', endColorstr='#4e4f50',GradientType=0 );
	border-bottom:1px solid transparent;
	text-align:right;
	padding-left:15px;
}
#main-nav .nav
{
	padding:1px 10px 0;
	height:45px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
#main-nav .nav>li, #footer-nav .nav>li
{
	display:inline-block;
	vertical-align: top;
	border-bottom: 2px transparent solid;
	box-sizing: border-box;
}
#main-nav .nav>li>a
{
	padding-top:8px;
	line-height:28px;
}
#main-nav .nav>li a:hover, #footer-nav .nav>li a:hover
{
	color:#f28705;
}
#main-nav .nav>li a, #footer-nav .nav>li a
{
	color:#ffffff;
	text-decoration:none;
}
#main-nav .nav>li>a.nav-path-selected
{
	border-bottom:4px solid #f28705;
}
#main-nav li
{
	height:100%;
	padding:0 15px;
	line-height:40px;
	border-left:1px solid rgba(255,255,255,0.1);
	
}
#main-nav li:first-child
{
	border-left:none;
}
#main-nav li:last-child
{
	border-right:none;	
}
#main-nav ul ul
{
	-webkit-box-shadow: inset 0px -22px 62px -28px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px -22px 62px -28px rgba(0,0,0,1);
	box-shadow: inset 0px -22px 62px -28px rgba(0,0,0,1);
	
	text-align:left;
	background:#454545;
}
#main-nav ul ul li
{
	font-size:16px;
	border-left:none;
	border-right:none;
	line-height:1.2;
	padding:8px 10px;
	background:url(../images/dotted-bg.png) repeat-x bottom center;
}
#main-nav ul ul li:last-child
{
	background:none;
}
.home-icon-link
{
	padding-top: 15px;
}
#content-wrapper
{
	padding:50px 80px 130px 80px;
	background:rgba(65,65,65,0.7);
	-webkit-box-shadow: inset 0px -122px 152px -78px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px -122px 152px -78px rgba(0,0,0,1);
	box-shadow: inset 0px -122px 152px -78px rgba(0,0,0,1);
}
#content
{
	min-height:500px;
	opacity:1;
	line-height: 1.3;
}
#footer
{
	min-height:200px;
	padding:42px;
	margin:15px 7px;
	background: url(../images/main-bg.jpg) no-repeat center top #6b6c6d;
	/*background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 );*/

}

#footer-nav
{
	margin-bottom:30px;
}

#footer-nav .ccm-manual-nav {
	padding-left:20px;
}

#footer-nav .nav>li
{
	margin-right:30px;
}

#footer-nav .nav ul
{
	padding-left:10px;
	
}

#footer-nav .nav>li>a
{
	font-size:16px;
	color:#f28705;
}

.social-links a.friday-design {
	margin:0px 50px 0px 0px;
	width:131px;
	height:25px;
	display:block;
	float:right;
}

.social-links a.donate {
	margin-left:0px;
}

.news-item
{
	min-height:250px;
}
/************************************ Utility ***************************/
.splitter-with-borders>div>div
{
position:relative;
}
.splitter-with-borders>div>div:after
{
	position: absolute;
	top:0;
	right:-27px;
	content:'';
	height:100%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	border-right:1px solid grey;
}
.splitter-with-borders>div>div:last-child:after
{
	border:none;
}
.splitter-with-borders>div>div:last-child
{
	border:none;
}

h1,h2,h3 {
	font-weight:bold;
	margin:0px 0px 30px 0px;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:18px;
}


.text_10px {
	font-size: 10px;
}

.text_12px {
	font-size: 12px;
}

.text_14px {
	font-size: 14px;
}

.text_16px {
	font-size: 16px;
}

.text_18px {
	font-size: 18px;
}

.text_20px {
	font-size: 20px;
}
.text_24px {
	font-size: 24px;
}
.text_red {
	color:#FF0000;
}

.clear {
	clear:both;
}

.f-left
{
float:left;}
.f-right
{
float:right;}
.half {
	width:50%;
}
.t-center {
	text-align:center;
}


/*************** clearfix ******************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.price-box {
	font-size:18px;
	padding-top:40px;
}

/***********************************/
/*Snipits*/

/*-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;*/

#content .fc-event a {
  color:#ffffff;
}

#content  .fc-event a:hover {
  
}
#cboxContent {
	color:#666666;
}
#content .fc-header-right a, #content .fc-header-left a {
	color:#0099CC;
}
.prod-image {
margin-top:30px;
}



#content .wplp-item-wrapper{
	width: 130px;
}


.out-of-stock {
	color:#FFF000;
	font-size:0.9em;
	display:block;
}


.snipcart-add-item {
	box-shadow:inset 0px 1px 0px 0px #f9eca0;
	background:linear-gradient(to bottom, #f0c911 5%, #f2ab1e 100%);
	background-color:#f0c911;
	border-radius:6px;
	border:1px solid #e65f44;
	display:inline-block;
	cursor:pointer;
	color:#c92200;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ded17c;
}
.snipcart-add-item:hover {
	background:linear-gradient(to bottom, #f2ab1e 5%, #f0c911 100%);
	background-color:#f2ab1e;
}
.snipcart-add-itemn:active {
	position:relative;
	top:1px;
}

        