/* @override http://www.galabakery.com/templates/ppl-bakery/styles/bakery/css/layout.css */


@import url(../../../warp/css/layout.css);
@import url(../../../css/layout.css);

.ppllinks {
	display: none;
}

/* layout
----------------------------------------------------------------------------------------------------*/

body#page {
	background-color: #fff;
	color: #4e3c2f;
}
#page a {
	color: #779037;
}
#page a:hover {
	color: #a64e66;
}

#header {
	margin: 0 0 20px;
	padding: 0 0 25px;
	border: none;
	background: url(../images/menu_bg.png) repeat-x 0 100%;
}
#headerbar {
	float: left;
}

#search {
	margin-top: 15px;
	height: 50px;
}
#search #searchbox {
	float: right;
}
#search #searchbox input {
	color: #999;
	height: 20px;
}
#search #searchbox input:focus {
	box-shadow: none;
}
#search #searchbox .results li:hover h3 {
	color: #a64e66;
}
#search-checkboxes {
	display: none;
}

#top-a,
#top-b {
	padding: 0;
}

#breadcrumbs {
	margin-top: 15px;
}
.sidebar-bg {
	z-index: 0;
	border: none;
}
#sidebar-a,
#sidebar-b {
	padding-top: 10px;
	text-align: center;
	padding-bottom: 40px;
}
#sidebar-a .module {
	z-index: 1;
	margin-left: 0;
	margin-right: 40px;
}
#sidebar-b .module {
	z-index: 1;
	margin: 0 0 20px 40px;
}

#content {
	margin: 0;
}

#innerbottom {
	border: none;
	margin: 0;
	padding-bottom: 20px;
}

#bottom-a {
	margin: 0;
	padding: 20px 0;
}
#bottom-b {
	margin: 0;
	padding: 20px 0 0;
	background: url(../images/footer_bg.png) repeat-x 0 0;
	border: none;
}

#footer {
	margin: 0;
	padding: 10px 0 20px;
	font-size: .9em;
	color: #999;
	border-top: 2px dotted #ddd;
}
#footer .module.style-menu {
	float: left;
}
#footer .module.copyright {
	float: right;
}


/* content layout
----------------------------------------------------------------------------------------------------*/

div.itemList {
	padding-bottom: 20px;
}
div.itemContainer {
	width: 100%;
}
div.catItemBody {
	padding-top: 10px;
	padding-bottom: 0px;
}
.catItemView.groupPrimary div.catItemBody {
	padding-right: 25px;
	padding-top: 0;
	padding-bottom: 0;
}
#content div.catItemReadMore a.k2ReadMore {
	border-radius: 10px;
	background-color: #779037;
	color: #fff;
	padding: 3px 10px;
	font-size: .9em;
}
#content div.catItemReadMore a.k2ReadMore:hover {
	background-color: #a64e66;
}


/* home page styling & layout
----------------------------------------------------------------------------------------------------*/

.home #header {
	margin: 0 0 -10px;
	position: relative;
	z-index: 10;
}
.home div.itemList {
	padding-bottom: 0;
}
.home div.catItemBody {
	padding: 0;
}
.home div.k2Pagination {
	display: none;
}
.home #bottom-b {
	margin-top: -10px;
	position: relative;
	z-index: 10;
}



/* style
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 34px;
	line-height: 34px;
}
h2 {
	font-size: 26px;
	line-height: 26px;
}
h3 {
	font-size: 20px;
	line-height: 20px;
}


div.catItemHeader h1.catItemTitle,
div.itemHeader h1.itemTitle {
	font-weight: normal;
	color: #a64e66;
	padding-top: 20px;
}
div.itemListCategory h2 {
	font-weight: normal;
	color: #a64e66;
	margin-top: 0;
}

.big-button,
a.big-button {
	font: 18px/20px "Delius Swash Caps",cursive;
	padding: 8px 12px !important;
	background-color: #779037;
	color: #fff !important;
	border-radius: 10px;
}
.big-button:hover,
a.big-button:hover {
	background-color: #a64e66;
}

#content img {
	border-radius: 10px;
}
table.grid img {
	margin-right: 4px;
	margin-bottom: 2px;
	border-radius: 10px;
}


ul.order{
	list-style: none;
	padding: 0;
}
ul.order li {
	background-color: #eee;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 25px;
	min-height: 40px;
}
ul.order li .num {
	font: 18px/35px "Delius Swash Caps",cursive;
	background-color: #ad84a4;
	color: #fff;
	width: 35px;
	height: 35px;
	display: block;
	text-align: center;
	margin-right: 20px;
	float: left;
}

table.zebra tbody {
	font-size: inherit !important;
}


/* ------ Section Page ------ */

img.section-banner {
	border-radius: 10px;
	border: 3px dotted #ad84a4;
	background-color: #e1d3de;
	padding: 5px;
}
div.cat-list {
	margin-right: -20px;
}
div.cat-list .cat-item {
	display: block;
	float: left;
	width: 195px;
	padding: 15px;
	background-color: #d8ebb2;
	border-radius: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: center;
	border: 3px dotted #779037;
}
div.cat-list .cat-item:hover {
	background-color: #f8b2bc;
	border-color: #a64e66;
}
div.cat-list .cat-item h2 {
	margin-top: 0;
}



/* ------ List Icons ------ */

ul.cake li,
ul.zebra.cake li {
	padding-left: 25px;
	background: url(../images/cake-icon.png) no-repeat 0 6px;
}
ul.zebra.cake > li:nth-of-type(2n+1) {
	background: url(../images/cake-icon.png) no-repeat 0 6px #FAFAFA;
}
ul.cupcake li,
ul.zebra.cupcake li {
	padding-left: 25px;
	background: url(../images/cupcake-icon.png) no-repeat 0 6px;
}
ul.zebra.cupcake > li:nth-of-type(2n+1) {
	background: url(../images/cupcake-icon.png) no-repeat 0 6px #FAFAFA;
}
ul.cupcake-small li,
ul.zebra.cupcake-small li {
	padding-left: 25px;
	background: url(../images/cupcake-icon-small.png) no-repeat 0 6px;
}
ul.zebra.cupcake-small > li:nth-of-type(2n+1) {
	background: url(../images/cupcake-icon-small.png) no-repeat 0 6px #FAFAFA;
}
ul.cookie li,
ul.zebra.cookie li {
	padding-left: 25px;
	background: url(../images/cookie-icon.png) no-repeat 0 6px;
}
ul.zebra.cookie > li:nth-of-type(2n+1) {
	background: url(../images/cookie-icon.png) no-repeat 0 6px #FAFAFA;
}
ul.dessert li,
ul.zebra.dessert li {
	padding-left: 25px;
	background: url(../images/dessert-icon.png) no-repeat 0 6px;
}
ul.zebra.dessert > li:nth-of-type(2n+1) {
	background: url(../images/dessert-icon.png) no-repeat 0 6px #FAFAFA;
}



/* Forms
----------------------------------------------------------------------------------------------------*/


div.chronoform {
	display: none;
}
#chronoform_Contact .ccms_form_element {
	margin: 0;
}
#chronoform_Contact .ccms_form_element label {
	width: 130px;
}
div.left-panel {
	width: 49%;
	float: left;
}
div.right-panel {
	width: 49%;
	float: right;
}
.ccms_form_element input,
.ccms_form_element input,
.ccms_form_element textarea {
	width: inherit;
}
#request {
	width: 550px;
}



/* News Page
----------------------------------------------------------------------------------------------------*/
.newsitems_date {
	background: url(../images/date_news_bg.png) no-repeat;
	display: block;
	text-align: center;
	width: 71px;
	height: 85px;
	font-family: "Arial";
	float: left;
	margin: 10px 25px 10px 10px;
}
.catItemDateCreated_month{
		text-align: center;
		color: #ffffff;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
		padding-top: 1px;
		position: relative;
		top: 5px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);		font-weight: bold;
	}
.catItemDateCreated_day {
		text-align: center;
		font-size: 28px;
				color: #ffffff;
				margin: 4px;
				position: relative;
				top: 7px;
					text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
				font-weight: bold;
			}
.catItemDateCreated_year{
		text-align: center;
				color: #ffffff;
				position: relative;
				top: 7px;
				text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
				font-weight: bold;
			}