

/* Styles that apply to the entire page/site */

body{
	background-color: #111;
	color: #EEE;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
    font: 13px/1.5 Lato, "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.deliver-message{
	background-color: #C2FF59;
	border: 1px solid #6BD722;
	border-radius: 5px;
	padding: 20px;
	color: #333;
	margin-top: 20px;

	text-align: center;
	font-size: 20px;
}

.deliver-message-error{
	background-color: #FF8F52;
	border: 1px solid #D78721;
	border-radius: 5px;
	padding: 20px;
	color: #333;
	max-height: 60px;
}

.hiddenPageElements{
	display: none;
}

.navbar-fixed-top{
	display: none;

	background: rgba(53, 53, 38, .6);
}

.fancyFontTitle{
	font-family: 'Great Vibes', cursive;
	font-size: 4em;
	margin: 30px 0 0 50px;
	color: #E1A639;

}

.fancyFont{
	font-family: 'Great Vibes', cursive;


}

.btn-primary{
	background: #E1A639;
	border: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #C48F30;
    border-color: #C48F30;
}


a:link{
	color: #E1A639;
}

.container{
	width: 767px;

}

.noPadding{
	padding-left: 0px;
	padding-right: 0px;
}
    

 .navbar{
 	background-image: url('../images/parchment-full-dark.png');
 	background-position: -100px -1500px !important;
 	border: none;	
 	border-radius: 0px;
 	font-size: 17px;
 	font-weight: bold;
 	min-height: 30px;
    margin-bottom: 0px;
}

.navbar-nav{
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float:none;
}

 .navbar .nav > li > a{
	color: #000;
	margin: 0 2px 0 2px;
	font-family: 'Merriweather', serif;
	text-transform: uppercase;

}

 .navbar .nav > li > a:hover{

	background-image: url('../images/rollover.png');
	background-size: 121px 50px;
	background-repeat: no-repeat;
	background-position: center;
}

.lineSpacer{
	height: 1px;
	background-color: rgba(255, 166, 55, 0.5); 
	margin: 35px 0 30px 0;
}

.forms{
	background-color:#333; 
	color:#EEE; 
	border-color:#555;
}

.form-label{
	margin-bottom: 10px;
}

/* Styles that apply to the entire page/site */
/* END */


/* Styles for the site logo area */

.siteLogo{
	height:200px;
	background-image: url('../images/header-background.png') !important;
    background-position: center center !important;
    background-size: cover !important;
    text-align: center;
    border-bottom: 1px solid #CCC;
}

.siteLogo img{
	height:150px;
	margin-top: 12px;
}

/* Styles that apply to the entire page/site */
/* END */


/* Style for sidebar navigation menu */ 

@media (min-width: 768px){

	.sidebar-nav{
		margin-top: 0px;
		background: rgba(34, 56, 76, .2);
		text-align: right;

	}

	.sidebar-nav .navbar{
		background: none;
		color: #FFF;
	}

	.sidebar-nav>.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
		background: none;
	}

	.sidebar-nav .navbar .navbar-collapse{
		padding: 0px;
		max-height: none; 
		background-color: none;
		margin: 0px;
	}

	.sidebar-nav .navbar .nav{
		margin: 0px;
		padding: 0px;
		width: 100%;
	}

	.sidebar-nav .navbar .nav > li > a {
    	color: #FFF;
    	margin: 0 0px 0 0px;
    	border-bottom: 1px solid #CCC;
    	font-size: 9px;
    	background: none;
	}

	.sidebar-nav .navbar .nav > li > a:hover {
    	color: #E1A639;

	}

	.sidebar-nav .navbar ul{
		float: none;
	}

	.sidebar-nav .navbar ul:not {
		display: block;
	}

	.sidebar-nav .navbar li {
		float: none;
		display: block;
	}

	.sidebar-nav .navbar li a {
		padding-top: 12px;
		padding-bottom: 12px;
	}	
}

.productThumb{
	margin-top: 18px;
	margin-bottom: 7px;
	width:108px;
}

.productBtn{
	width: 108px;
	margin-top: 5px;
}

.sidebarImageFrame{
	border:1px solid #FFF;
	text-align: center;
	padding: 3px;
	margin: 20px;
	margin-bottom: 12px;
	margin-top: 40px;
}

.sidebarCaption{
	text-align: right;
	margin: 20px;
	margin-top: 0px;
	font-style: italic;
	font-size: 12px;
}


/* Style for sidebar navigation menu */
/* END */


/* Style for scroll-to-top button */

.scrollToTop{
	width:34px; 
	height:34px;
	text-align:center; 
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:40px;
	right:40px;
	display:none;
	z-index: 1;
}

.scrollToTop>img{
	width:34px; 
	height:34px;
}
.scrollToTop:hover{
	text-decoration:none;
}

/* Style for scroll-to-top button */
/* END */


/* Style for content area */
.contentHolder{
	height: 494px;
    overflow-y: hidden;
}

.contentArea{
	background-image: url('../images/header-background.png') !important;
    background-position: center center !important;
    margin-bottom: 32px;


}

.contentHeaderImg{
	width: 360px;
	margin: 30px 0 0 20px;
}

.contentText{
	margin: 20px 50px 50px 100px;
	font-weight: normal;
}


/* Style for content area */
/* END */


/* Style for footer */

footer{
	color:#777;
	border-top:1px solid #333;
	text-align: center;
	padding: 10px 0 10px 0;
	font-size: 12px;
	background-color: #000;
	width: 767px;
	position: fixed;
	bottom:0px;
	display: none;
}

footer a{
	color:#777;
	text-decoration: underline;
	cursor: pointer;
}

footer a:hover{
	color: #E1A639;
}

footer span{
	margin: 0 2px 0 2px;
}

/* Style for footer */
/* END */

















