body
{
	background-color:#343434;
}

.content
{
	background-image:url(/themes/moreflavor/images/content-background.jpg);
	font-family:HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.header
{
	background-color:#3d3d3d;
}

.header-content
{
	padding-top:10px;
}

.menulinks
{
	width:230px;
	background-image:url(/themes/moreflavor/images/menulinks-bg.png);
	background-repeat:no-repeat;
	height:50px;
	padding-top:8px;
}

.menulinks.left
{
	margin-right:-10px;
}

.menulinks.right
{
	margin-left:-10px;
}

.menulink
{
	text-decoration:none;
	font-family:Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:17px;
	top:-6%;
	position:relative;
	color:#ebebeb;
}

.menulinks a,.menulinks a:hover
{
	text-decoration:none;
	font-family:Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:17px;
	padding-left:8%;
	top:-6%;
	position:relative;
	color:#ebebeb;
}

.menulinks a.first
{
	padding-left:10%;
}

.menulinks a.last
{
	padding-right:10%;
}

.homepage-image
{
	float:left;
	width:19.92%;
	margin:0;
	padding:0;
}

.homepage-image-sep
{
	float:left;
	width:.1%;
	min-height:20px;
	background-color:white;
	margin:0;
	padding:0;
}

.header-seperator
{
	width:100%;
	height:10px;
	background-color:white;
}

.header-seperator img
{
	text-align:center;
	width:100%;
	padding-top:2px;
}

.gallery-underline
{
	width:100%;
	height:1px;
	background-color:#c8c7c7;
}

.gallery-underline-dark
{
	width:100%;
	height:4px;
	background-color:#424142;
}

.heading
{
	font-size:27px;
}

.subheading
{
	font-size:18px;
	font-family:Cambria, Georgia, serif;
}

.subheading img
{
	width:30%;
}

.brands img
{
	padding-right:20px;
}

.footer
{
	color:#666565;
	background-color:#3d3d3d;
	padding-top:20px;
	padding-bottom:20px;
	font-size: 8px;
}

.content-padding,.content-footer
{
	padding-top:20px;
}



.slide img { 
	padding: 10px;
	width: 75%;
}


.next,.prev {
	margin-top: 30px;
	margin-left: 30px;
	float: left;
}


.cycle-slide { text-align: center; } 
.cycle-slideshow { width: 100% }


/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.slide img {
		margin-left: 15px;
		width: 70%;
	}

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

	.slide img {
		margin-left: 15px;
		width: 50%;
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {

}

@media only screen and (max-device-width: 480px)  {
	.heading
	{
		font-size:19px;
	}
	
	.subheading
	{
		font-size:13px;
	}

	.subheading img
	{
		width: 15%;
		height: 4px;
	}
	
	.slide { 
		text-align: left;
	}

	.slide img {
		margin-left: 15px;
	}
}
