* {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', 'Segoe UI', Arial, sans-serif;
}
a {
	color: inherit;
	text-decoration: inherit;
}
a:hover { text-decoration: underline; }
img { border:none; }
body {
	font-size: 16px;
}
.slideshow-images {
	position: absolute;
	width: 100%;
	top:0;
	height: 335px;
	overflow: hidden;
	z-index: -2;
}
.slideshow-images img {
	display: none;
	width: 100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity:0.6;
	position: absolute;
	z-index: -2;
	top: -50%;
}
.wrapper {
	width: 1000px;
	margin: auto;
}
.head-overlay {
	background: #E6E6E6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity:0.6;
	height: 65px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:-1;
	border-bottom: 1px solid #D8D8D8;
}
#page-home .head-overlay {
	background: #FFF;
}
.head {
	height: 75px;
}
.head-logo {
	margin: 7px 10px;
	float: left;
	height: 45px;
}
.head-logo img {
	height: 100%;
}
.search {
	float: right;
	padding: 10px 0;
}
.search #q {
	border: 1px solid #CCC;
	padding: 10px;
	outline: none;
	font-size: 14px;
	width: 50px;
	background-image: url('/images/icons_black/Search.png');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 11px 9px;
	padding-left: 45px;
}
.nav {
	float: right;
	width: 400px;
}
.nav-item {
	height: 46px;
	padding-top: 20px;
	text-align: center;
	width: 120px;
	float: left;
	cursor: pointer;
}
.nav-item.popup-down {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	width: 118px;
	background: #F1F1F1;
}
.nav-item:hover {
	text-decoration:underline;
}
.nav-popup {
    width: 118px;
    border: 1px solid #CCC;
    border-top: none;
   	margin: 65px 0 0;
    padding-top: 0px;
    position: absolute;
    z-index: 20;
	display:none;
}
.nav-popup a {
    padding: 10px;
    display: list-item;
    list-style: none;
    font-size: 12px;
    border-top: 1px solid #CCC;
    background: #F1F1F1;
}
.tag {
	background: url('/images/icons_black/Tag.png');
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 0px;
	padding: 0 20px;
	display: inline;
	color: #999;
}
.tag:hover {
	cursor: pointer;
	background-image: url('/images/icons_black/TagSelected.png');
}
.zoom-box {
	background: url('/images/icons_white/SearchSelected.png') center no-repeat #000;
	position: absolute;
	width: 200px;
	height: 200px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
	cursor:pointer;
}
.popup-overlay {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	display:none;
}
.popup {
	top: 60px;
	left: 50%;
	position: absolute;
	max-width: 650px;
	max-height: 555px;
	z-index: 11;
	margin-left: -325px;
	display:none;
}
.popup img {
	max-width: 100%;
	max-height:100%;
}
.popup .bar {
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
}
.popup .bar a {
    float: right;
    color: #8E8E8E;
    cursor: pointer;
}

/* Styles for footer */
.footer-wrapper {
	width: 1000px;
	margin: auto;
}
.footer-top {
	background: #432727;
	height: 250px;
	color: #9CA1A3;
	font-size: 14px;
}
.footer-logo {
	position: absolute;
	margin: 30px 0 0 10px;
	height: 35px;
}
.footer-logo img {
	height: 100%;
}
.footer-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 27px;
	font-weight: 300;
	margin-bottom: 10px;
}
.footer-about {
	position: absolute;
	font-size: 14px;
	width: 300px;
	margin: 83px 0 0 10px;
}
.footer-contact {
	position: absolute;
	margin: 30px 0 0 380px;
	width: 290px;
}
.footer-contact-img {
	width: 16px;
}
.footer-contact-label {
	color: #fff;
	width: 287px;
	margin: -21px 0 6px 38px;
	font-size: 14px;
}
.footer-twitter {
	position: absolute;
	margin: 30px 0 0 750px;
	width: 230px;
}
#tweets-holder ul {
	list-style: none;
}
#tweets-holder a:hover {
	text-decoration:none;
	color:#fff;
}
.tweet a {
	color: inherit;
}
#tweets-holder .timePosted {
	font-size: 12px;
	color: #8C4C4C;
	margin-left: 29px;
}
.tweet {
	font-size: 12px;
	margin-top: 10px;
	background: url('/images/icons_white/Facebook.png') no-repeat 0 2px;
	background-size: 18px;
	padding-left: 30px;
}
.footer-bottom {
	background: #271717;
	color: #9CA1A3;
	font-size: 14px;
	padding: 20px 0;
}
.footer-social {
	float: right;
	margin: -2px 15px;
}
.footer-social img {
	height: 25px;
	margin-right: 20px;
}

/* Slideshow on home page */
.slideshow-text {
	height: 232px;
	padding: 10px;
}
.slideshow-more {
	background: #850C0C;
	text-decoration: none;
	color: #FFF;
	padding: 10px 25px;
	font-weight: 300;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	cursor: pointer;
	float: right;
	margin: 175px 0 0 30px;
	display: inline-block;
}
.slideshow-viewport {
	margin: 127px 0 0 0;
	height: 120px;
	overflow: hidden;
	width: 850px;
	position: absolute;
	z-index: -1;
}
.slideshow-container {
	position: relative;
	width: 10000px;
}
.slideshow-item {
	width: 1000px;
	float: left;
	font-size: 22px;
	font-weight: 300;
}
.slideshow-item-title {
	font-size: 50px;
	font-weight: bold;
}

/* Welcome and latest box on home page */
.welcome {
	color: #666;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	margin-top: 55px;
}
.latest {
	margin-top: 70px;
	border-top: 1px solid #ebebeb;
}
.latest-graphic {
	position: absolute;
	left: 50%;
	margin-top: -32px;
	margin-left: -45px;
	padding: 15px 25px 0;
	background: white;
}
.latest-title {
	color: #484848;
	font-size: 30px;
	text-align: center;
	margin-top: 31px;
}
.latest-viewport {
	width:1000px;
	overflow:hidden;
	margin-top:10px;
}
.latest-control-back {
	background: url('/images/icons_white/Back.png');
	width: 44px;
	height: 44px;
	position: absolute;
	margin: 100px 0 0 15px;
	cursor: pointer;
	z-index: 1;
}
.latest-control-back:hover {
	background-image: url('/images/icons_white/BackSelected.png');
}
.latest-control-next {
	background: url('/images/icons_white/Play.png');
	width: 44px;
	height: 44px;
	position: absolute;
	margin: 100px 0 0 930px;
	cursor: pointer;
	z-index: 1;
}
.latest-control-next:hover {
	background-image: url('/images/icons_white/PlaySelected.png');
}
.latest-gallery {
	margin-top: 20px;
	height: 270px;
	width: 10000px;
	position: relative;
}
.latest-item {
	float: left;
}
.latest-item-image {
	height: 200px;
	max-width: 250px;
}
.latest-item-image img {
	height: 100%;
	max-width: 100%;
}
.latest-item-name {
	font-weight: bold;
	color: #686868;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.latest-item-category {
	font-size: 14px;
	color: #9D9D9D;
	overflow: hidden;
	white-space: nowrap;
}

/* Testimonials on home page */
.testimonials {
	margin-top: 70px;
	border-top: 1px solid #ebebeb;
	margin-bottom:40px;
}
.testimonials-graphic {
	position: absolute;
	left: 50%;
	margin-top: -32px;
	margin-left: -45px;
	padding: 15px 25px 0;
	background: white;
}
.testimonials-title {
	color: #484848;
	font-size: 30px;
	text-align: center;
	margin-top: 31px;
	margin-bottom: 30px;
}
.testimonials-list-left {
	margin: 15px;
	width: 440px;
}
.testimonials-list-right {
	width: 440px;
	position: absolute;
	margin-left: 540px;
}
.testimonials-item {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}
.testimonials-list-left .testimonials-item:last-child, .testimonials-list-right .testimonials-item:last-child {
	border: none;
}
.testimonials-item-quote {
	border-left: 3px solid #C76363;
	padding-left: 10px;
	margin: 15px;
}
.testimonials-item-name {
	color: #999;
	font-size: 14px;
}

/* Cakes search page */
.cakes {
	margin-top: 70px;
	border-top: 1px solid #ebebeb;
}
.cakes-graphic {
	position: absolute;
	left: 50%;
	margin-top: -32px;
	margin-left: -45px;
	padding: 15px 25px 0;
	background: white;
}
.cakes-title {
	color: #484848;
	font-size: 30px;
	text-align: center;
	margin-top: 31px;
	margin-bottom: 45px;
}
.cakes .results-panel {
	margin-left: 50px;
	width: 950px;
}
.cakes .results-panel .number-of-results {
	color: #666;
	font-size: 18px;
	margin-top: 30px;
}
.results-list {
	margin-top: 25px;
}
.cake-result {
	width: 170px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
.cake-result-name {
	margin-top: 140px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: absolute;
	width: 170px;
	font-size: 14px;
}
.cake-result-tags {
	position: absolute;
	margin-top: 163px;
}
.cake-result-tags .tag {
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
}
.cake-result-thumbnail {
	max-width: 100%;
	height: 130px;
	background: #CCC;
	text-align: center;
}
.cake-result-thumbnail img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	display: inline-block;
}
.pages {
	margin: 20px 0;
	width: 800px;
	clear: both;
}
.page-prev, .page-number, .page-next {
	display: inline-block;
	height: 22px;
}
.page-prev img, .page-next img {
	height: 100%;
}
.page-number {
	color: #666;
	font-weight: bold;
	padding: 1px 9px;
	margin: 0;
}
.page-prev {
	margin: 0 10px 0 0;
	vertical-align: -4px;
}
.page-next {
	margin: 0 10px;
	vertical-align: -4px;
}
.page-number.selected {
	background: #432727;
	color: #FFF;
	border-radius: 5px;
	font-weight: 400;
}

/* Courses page */
.courses-about {
    margin-top: 50px;
    border-top: 1px solid #EBEBEB;
}
.courses-graphic {
    position: absolute;
    left: 50%;
    margin-top: -37px;
    margin-left: -45px;
    padding: 15px 25px 0;
    background: #FFF;
}
.courses-title {
    color: #484848;
	font-size: 30px;
	text-align: center;
	margin-top: 31px;
	margin-bottom: 45px;
}
.courses-left-image, .courses-right-image {
    position: absolute;
}
.courses-about .courses-text {
	margin: 0 0 45px 20px;
}
.course-name {
    font-size: 18px;
}
.course-line {
    list-style: square;
    display: list-item;
    margin-left: 45px;
    padding-left: 15px;
    margin-bottom: 10px;
	width:400px;
}
hr.course-divider {
	border: 1px solid #999;
	margin: 40px 0;
}
.book {
    background: #850C0C;    
    color: #FFF;
	padding: 10px 25px;  
    font-weight: 300;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	cursor: pointer;    
    margin: 25px 0 0 30px;  
    display: inline-block;
}
.photos-slideshow img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    display: none;
}
.photos-slideshow {
    position: relative;
    float: right;
}
#courses-cakes-slideshow { width: 400px; height: 360px; }
#courses-intro-slideshow { width: 400px; height: 245px; }
#courses-cooking-slideshow { width: 400px; height: 360px; }
#courses-uni-slideshow { width: 400px; height: 360px; }

/* Contact page */
.contact {
	margin-top: 70px;
	border-top: 1px solid #ebebeb;
}
.contact-title {
    color: #484848;
	font-size: 30px;
	text-align: center;
	margin-top: 31px;
	margin-bottom: 45px;
}
.contact-graphic {
	position: absolute;
	left: 50%;
	margin-top: -32px;
	margin-left: -45px;
	padding: 15px 25px 0;
	background: white;
}
#contactform {
    margin-left: 200px;
}
.contact-label {
    position: absolute;
}
.contact .contactbox {
	background-color:#FFF;
	width: 400px;
	height: 25px;
	padding: 3px 3px 3px 10px;
	border: 1px solid #CCC;
	margin: -7px 115px 0;
	-moz-box-shadow: inset 2px 2px 2px 2px #ebebeb;
	-webkit-box-shadow: inset 2px 2px 2px 2px #ebebeb;
	box-shadow: inset 2px 2px 2px 2px #ebebeb;
	outline:none;
}
.contact textarea {
	background-color: #FFFFFF;
	width: 400px;
	height: 100px;
	resize:vertical;
	padding: 10px 0 0 12px;
	margin-left: 115px;
	border: 1px solid #CCC;
	-moz-box-shadow: inset 2px 2px 2px 2px #ebebeb;
	-webkit-box-shadow: inset 2px 2px 2px 2px #ebebeb;
	box-shadow: inset 2px 2px 2px 2px #ebebeb;
	outline:none;
}
.contact .contactbutton {
	background-color: #FFF;
	width: 80px;
	height: 30px;
	border: 1px solid #CCC;
	outline: none;
	margin-left: 115px;
	margin-bottom: 10px;
}
.contact .contactbutton:hover {
	cursor:pointer;
	background-color:#DDD;
}

/* View cake page */
.preview-pane {
    width: 355px;
    float: left;
    margin-top: 35px;
    height: 375px;
	overflow:hidden;
	position: absolute;
	z-index: 100;
	cursor:move;
	cursor:-webkit-zoom-in;
}
.preview-pane img.thumb {
    max-width: 100%;
    max-height: 100%;
}
.preview-message {
	position: absolute;
	margin: 420px 0 0;
	font-size: 13px;
}
.fullsize {
    position: absolute;
    overflow: hidden;
    width: 355px;
    height: 375px;
    margin: 35px 0 0 0;
    display: none;
}
.fullsize img {
    width: 1000px;
    position: relative;
    top: 0;
    left: 0;
	margin: 40px;
}
.info-pane {
    width: 500px;
    margin-left: 430px;
    margin-top: 50px;
    margin-bottom: 55px;
    border-top: 1px solid #ebebeb;
	height: 375px;
}
.info-graphic {
    position: absolute;
	margin-top: -32px;   
    margin-left: 205px;
	padding: 15px 25px 0;
	background: white;
}
.info-title {
    color: #484848;
	font-size: 30px;
	text-align: center;   
    margin-top: 39px;
}
.info-text {
    margin-top: 30px;
    font-size: 14px;
    margin-left: 25px;
}