/* -- PAGE SETTINGS ------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	/*background: #eee url(../images/body.png);*/
	background: url(../images/bg-wrapper.png);
	margin: 0 auto;
}
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}
object, embed {
	border-width: 0;
	display: inline;
}
img {
	border-width: 0;
	display: block;
}
.boxShadow {
	box-shadow: 0px 2px 12px 2px rgba(0, 0, 0, .3);
	border-radius: 3px;
}
.boxShadow2 {
	background: #845e50 url(../images/button.png);
	position: relative;
	padding: 6px 0;
	border-radius: 3px;
	box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.3), 0 0 30px rgba(0, 0, 0, 0.1) inset;
}

/* -- LOGO ---------------------------------------------------- */

.logo {
	background: url(../images/aley-pastry-logo.png);
	width: 400px;
	height: 110px;
	position: relative;
	/*margin: 18px auto 4px;*/
	float: left;
	z-index: 10;
}

/* -- STICKY FOOTER ------------------------------------------- */

#wrapper {
	/*background: #f9eecd;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f9eecd), color-stop(30%,#fefcea), color-stop(70%,#fefcea), color-stop(100%,#f9eecd)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(left, #f9eecd 0%,#fefcea 30%,#fefcea 70%,#f9eecd 100%); /* Chrome10+,Safari5.1+ */
	/*background:    -moz-linear-gradient(left, #f9eecd 0%,#fefcea 30%,#fefcea 70%,#f9eecd 100%); /* FF3.6+ */
	/*background:     -ms-linear-gradient(left, #f9eecd 0%,#fefcea 30%,#fefcea 70%,#f9eecd 100%); /* IE10+ */
	/*background:      -o-linear-gradient(left, #f9eecd 0%,#fefcea 30%,#fefcea 70%,#f9eecd 100%); /* Opera 11.10+ */
	/*background:         linear-gradient(to right, #f9eecd 0%,#fefcea 30%,#fefcea 70%,#f9eecd 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9eecd', endColorstr='#f9eecd',GradientType=1 ); /* IE6-9 */
	min-height: 100%;
	/*background: url(../images/bg-wrapper.png);
	box-shadow: 2px 0px 8px rgba(0, 0, 0, .2), -2px 0px 8px rgba(0, 0, 0, .2), inset 0px 0px 600px 100px rgba(255, 235, 120, .5);*/
	box-shadow: inset 0px 0px 600px 100px rgba(255, 235, 120, .5);
	position: relative;
	z-index: 1;
}
#wrapper, #footer {
	width: 100%;
	margin: 0 auto;
}
#main {
	overflow: auto;
	padding-bottom: 60px;
}
#footer {
	background: url(../images/bg-footer.png) bottom center;
	position: relative;
	margin-top: -60px;
	height: 60px;
	clear: both;
	z-index: 2;
}

/* -- FOOTER CONTENT ------------------------------------------ */

.ft_content {
	width: 940px;
	height: 40px;
	line-height: 40px;
	padding: 10px 0;
	margin: 0 auto;
	/*background: #58372a url(../images/header.png);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eeeef4));
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #eeeef4 100%);
	background:	   -moz-linear-gradient(top, #fcfcfc 0%, #eeeef4 100%);
	background: 	-ms-linear-gradient(top, #fcfcfc 0%, #eeeef4 100%);
	background: 	 -o-linear-gradient(top, #fcfcfc 0%, #eeeef4 100%);
	background: 		linear-gradient(top, #fcfcfc 0%, #eeeef4 100%);
	border: 1px solid #ddd;
	border-bottom: none;*/
	color: #bcbbae;
}
.ft_content a, .ft_content a:visited {
	text-decoration: underline;
	color: #666;
}
.ft_content a:hover, .ft_content a:active {
	text-decoration: underline;
	color: #888;
}
.ft_content ul {
	margin-left: 12px;
	float: left;
	list-style: url(../images/ul.png);
}
.ft_content ul a {
	text-decoration: none;
	font-size: 11px;
}
.ft_icons {
	width: 32px;
	height: 32px;
	margin-right: 8px;
	float: left;
	-webkit-transition: background .2s ease-in-out;
	   -moz-transition: background .2s ease-in-out;
		 -o-transition: background .2s ease-in-out;
			transition: background .2s ease-in-out;
}
.facebook { background: url(../images/ft-facebook-icon.png); }
.facebook:hover { background: url(../images/ft-facebook-hover.png); }
.twitter { background: url(../images/ft-twitter-icon.png); }
.twitter:hover { background: url(../images/ft-twitter-hover.png); }
.google { background: url(../images/ft-google-icon.png); }
.google:hover { background: url(../images/ft-google-hover.png); }
.linkedin { background: url(../images/ft-linkedin-icon.png); }
.linkedin:hover { background: url(../images/ft-linkedin-hover.png); }

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

.header {
	width: 1000px;
	height: auto;
	margin: 20px auto 10px;
	overflow: auto;
}
.header-top {
	background: url(../images/bg-top.png) top center;
	/*position: absolute;*/
	width: 100%;
	min-width: 1000px;
	height: 59px;
}
#cssmenu ul, #cssmenu li, #cssmenu span, #cssmenu a {
	margin: 0;
	padding: 0;
	position: relative;
}
#cssmenu {
	width: 560px;
	padding: 60px 0 10px;
	height: 40px;
	/*background: #58372a url(../images/header.png);
	border-radius: 4px 4px 0 0;
	background: url(../images/menu.png);*/
	float: right;
}
#cssmenu:after, #cssmenu ul:after {
	content: '';
	display: block;
	clear: both;
	margin: 0 auto;
}
#cssmenu a {
	/*color: #50352b;*/
	color: #be1e2d;
	display: block;
	font-family: 'SegBold';
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	/*text-transform: uppercase;*/
	padding: 0 14px;
	/*border-left: 1px solid #2c3541;
	border-right: 1px solid #191b1d;*/
	-webkit-transition: background .3s;
	   -moz-transition: background .3s;
	     -o-transition: background .3s;
			transition: background .3s;
}
#cssmenu ul {
	list-style: none;
}
#cssmenu > ul {
	float: right;
	/*margin-right: 30px;
	border-right: 1px solid #2c3541;
	border-left: 1px solid #191b1d;*/
	z-index: 101;
}
#cssmenu > ul > li {
	float: left;
	margin-left: 4px;
}
#cssmenu > ul > li > a {
	border-radius: 3px;
}
/*#cssmenu > ul > li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	/*border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #71b00c;
	margin-left: -5px;
}
#cssmenu > ul > li:first-child a {
	border-radius: 4px 0 0 0;
}
#cssmenu > ul > li:last-child a {
	border-radius: 0 4px 0 0;
}*/
#cssmenu > ul > li.active a {
	/*box-shadow: inset 0 0 3px #000000;
	background: url(../images/hover.png) bottom;*/
	background: rgba(255,255,255, 0.05);
}
#cssmenu > ul > li:hover > a {
	background: #7b5b50 url(../images/button.png);
	color: #f9eecd;
	/*box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);*/
	border-radius: 3px;
	zoom: 1;
	/*background: rgba(255,255,255, 0.05);*/
}
#cssmenu .has-sub {
	z-index: 1;
}
/* iPhone / mobile webkit */
@media screen and (max-device-width: 480px) {
#cssmenu .has-sub:hover > ul {
	display: block;
	top: 100%;
	/*opacity: 1;
	visibility: visible;*/
}
#cssmenu .has-sub ul {
	display: none; /**/
	position: absolute;
	width: 130px;
	top: 110%;
	left: -10px;
	border-radius: 4px;
	box-shadow: 0px 3px 10px rgba(0,0,0, 0.4);
	opacity: 0;
	visibility: hidden;
	/*transition: none;  
	-webkit-transition: none;*/
}
}
#cssmenu .has-sub:hover > ul {
	display: block;
	top: 100%;
	opacity: 1;
	visibility: visible;  
}
#cssmenu .has-sub ul {
	/*display: none; /**/
	position: absolute;
	width: 130px;
	top: 110%;
	left: -10px;
	border-radius: 4px;
	box-shadow: 0px 3px 10px rgba(0,0,0, 0.4);
	/**/
	opacity: 0;
	visibility: hidden;
	transition: all .15s ease-in-out;  
	-moz-transition: all .15s ease-in-out;  
	-webkit-transition: all .15s ease-in-out;  
	-o-transition: all .15s ease-in-out;  
}
#cssmenu .has-sub ul li {
	/*margin-bottom: -1px;*/
}
#cssmenu .has-sub ul li a {
	background: #71b00c;
	border-bottom: 1px dotted #aad06d;
	filter: none;
	font-size: 11px;
	display: block;
	line-height: 120%;
	padding: 10px;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}
#cssmenu .has-sub ul li:hover a {
	background: #528009;
}
#cssmenu .has-sub .has-sub:hover > ul {
	display: block;
}
#cssmenu .has-sub .has-sub ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
	background: #528009;
	border-bottom: 1px dotted #97b36b;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
}
#cssmenu .has-sub .has-sub ul li a:hover {
	background: #345105;
}

/* BORDER RADIUS */

#cssmenu .has-sub ul li:first-child a {
	border-radius: 4px 4px 0 0;
}
#cssmenu .has-sub ul li:last-child a {
	border-radius: 0 0 4px 4px;
	border-bottom: none;
}
#cssmenu .has-sub .has-sub ul li a {
	border-radius: 0;
}
#cssmenu .has-sub .has-sub ul li:first-child a {
	border-radius: 4px 4px 0 0;
}
#cssmenu .has-sub .has-sub ul li:last-child a {
	border-radius: 0 0 4px 4px;
}

/* -- PAGE CONTENT -------------------------------------------- */

.content {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	overflow: visible;
	clear: both;
}
.left {
	position: relative;
	display: block;
	float: left;
}
.middle {
	position: relative;
	display: block;
	float: left;
}
.right {
	position: relative;
	display: block;
	float: right;
}
.ui {
	width: 940px;
	margin: 8px 0;
	padding: 30px;
	float: left;
}
.fudge {
	background: #58372a url(../images/fudge.png);
}
.fudge:after, .fudge:before {
	width: 100%;
	height: 8px;
	margin-left: -30px;
	padding: 0 30px;
	float: left;
	content: "";
}
.fudge:before {
	background: url(../images/fudge-edge-top.png);
	margin-top: -38px;
}
.fudge:after {
	background: url(../images/fudge-edge-bottom.png);
	margin-top: 38px;
	margin-bottom: -38px;
}
.img-float {
	background: rgba(255,255,255, 0.9);
	color: #202225;
	position: absolute;
	padding: 40px;
	margin: 50px 0 0 10px;
}
.clear {
	clear: both;
}
.cleartext {
	position: relative;
	clear: both;
	border-bottom: #aad06d 1px dotted;
	margin: 25px 0;
}
.icons img {
	/*float: left;
	padding: 10px 10px 10px 0;*/
	margin: 0 auto 10px;
}
.center {
	text-align: center;
}