@charset "UTF-8";
/* CSS Document */


/*Reset*/

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}


/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/*End Reset*/


/*General*/

body {
	background: url(images/background.jpg) no-repeat fixed;
	background-color:#f5f4f4;
}

a {
	color: rgb(74, 73, 113);
	text-decoration: none;
	outline: none;
	font-family: 'Brawler', serif;
}

a:hover {
	transition: color .25s linear;
	-webkit-transition: color .25s linear;
	-moz-transition: color .25s linear;
	color: rgb(143, 142, 248);
}



p {
	margin: 5px 0px 5px 10px;
	padding: 2px;
	font-family: 'Brawler', serif;
	font-size: 14px;
	line-height: 20px;
	color: #685454;
}

.bold {
	font-size:14px;
	font-weight:bold;
	color:#3b221a;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }


/* List Styles */

ul, ol {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	float: left;

}

li {
	display:block;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: 'Brawler', serif;
	color: #685454;
	font-size: 14px;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Brawler', serif;
	color: #685454;
}

h1 {
	font-size: 24px;
	padding: 0px 0px 5px 10px;
	
}

h2 {
	font-size: 18px;
	color: #3b221a;
	padding: 5px 0px 8px 5px;
	margin:0px 0px 0px 0px;
	background: url(images/border-dot-sm.png) bottom repeat-x;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 12px;
	font-style:italic;
	margin-top: 0px;
}

h5 {
	font-size: 14px;
}

/*Page Styles*/

#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/background-2.png) repeat;
}


#logo {
	position:absolute;
	top: 0px;
	width: 250px;
	padding: 2px 10px 0px 50px;
	float: left;
	z-index: 100;
}


nav {
	float: right;
	padding-right: 80px;
	width: 600px;
	background: url(images/border-dot-sm.png) bottom repeat-x;
}


nav ul {
	list-style: none;
	padding: 60px 0px 0px 0px;

}

nav ul li{
	float: left;
	padding: 0px 25px 0px 25px;
	font-family: 'Brawler', serif;
	font-size: 20px;
}



#container {
	width: 1000px;
	clear:both;
}

#content {
	clear:both;
}

.home-info {
	width: 480px;
	float: left;
	padding: 5px 5px 0px 5px;
	margin: 5px 5px 0px 5px;
	/*background-color: rgba(143, 142, 248, .1);
	-webkit-background-color: rgba(143, 142, 248, .1);*/
}

footer {
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 0px 10px;
	overflow:hidden;
	background: url(images/border-dot-sm.png) repeat-x;
}

footer section {
	width: 300px;
	float: left;
	padding: 5px 10px 5px 10px;
}

footer section .social-media{
	padding: 10px 5px 0px 0px;
	width: 130px;
	float: left;
	text-align:center;
}

footer section .social-media img {
	padding-left: 12px;
}


footer section p {
	font-size: 12px;
}

#credits {
	clear: both;
	font-family: 'Brawler', serif;
	color: #685454;
	padding-top: 10px;
	text-align:center;
	font-size:10px;
	background: url(images/border-dot-sm.png) top repeat-x;
}

/*Page Content*/

.page-content {
	clear: both;
	padding: 10px;
	overflow:hidden;

}


.feat-article {
	padding-top: 10px;
	float: left;
	width: 665px;
}

.feat-img {
	border: solid 5px #e1e1fe;
	margin: 5px 5px 0px 0px;
	float: left;
	padding: 0px;
}

.bulleted-list {
	list-style:  inherit;
}

/*Selection Content*/

#selection-content {
	clear: both;
	padding: 10px;
	
}

.selection-column1 {
	width: 480px;
	float: left;
	height: 850px;
	background: url(images/selection-column-cupcakes.png) no-repeat;
}

.selection-column2 {
	width: 480px;
	float: left;
	height: 850px;
	background: url(images/selection-column-desserts.png) no-repeat;
}

.selection-item {
	padding: 10px 0px 10px 35px;
}

#squareWrapper {
	width: 980px;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	clear: both;
}

#squareWrapper section{
	width: 260px;
	height: 240px;
	float: left;
	margin: 20px 20px 0px 30px;
	background-color: #d8d8f0;
}

#squareWrapper section .square-details {
	background:url(images/selection-segment-info.png) no-repeat;
	width: 250px;
	height: 90px;
	padding: 10px 0px 0px 20px;
	margin-left: 5px;
}

.seasonal {
	width: 180px;
	clear: both;
	float:right;
}

.seasonal img {
	margin: 0px 5px 0px 5px;
}

/* gallery */


#galleryWrapper section{
	width: 130px;
	height: 130px;
	float: left;
	margin: 20px 0px 0px 40px;
	border: solid 5px #e1e1fe;
}

/*slider*/

#container {
position:relative;
padding:0px; 
height:350px;  
}
 
.sliderbutton {
	float:left; 
	width:25px; 
	height:235px; 
	cursor:pointer
	}
#slideleft {
	display: none;
	}
#slideleft:hover {
	display: none;
	}
#slideright {
	display: none;
	}
#slideright:hover {
	display: none;
	}
#slider {
	float:left; 
	position:relative; 
	overflow:auto; 
	width:1000px; 
	height:350px;
	background-image: url(images/slider-background.png);

	/*border-bottom: solid 1px #d0d0ec;*/
	}
#slider ul {
	position:absolute;
	list-style:none;
	}
#slider li {
	float:left; 
	width:1400px;
	 height:400px
	 }
.pagination {
	position:absolute; 
	top:330px; 
	right:61px; 
	list-style:none;
	padding: 0vpx;
	}
.pagination li {
	float:left; 
	cursor:pointer; 
	height:16px; 
	width:16px; 
	background: url(images/slider-pagination.png); 
	
	 }
.pagination li:hover, li.current 
{background: url(images/slider-pagination-1.png);
}
