@charset "UTF-8";
/* Whippycake Stylesheet */

@font-face {
	font-family: 'PrestigeEliteStdBold';
	src: url('fonts/prestigeelitestd-bd-webfont.eot');
	src: local('☺'), 
		url('fonts/prestigeelitestd-bd-webfont.woff') format('woff'), 
		url('fonts/prestigeelitestd-bd-webfont.ttf') format('truetype'), 
		url('fonts/prestigeelitestd-bd-webfont.svg#webfontYofCnDNr') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* DEFAULTS */
body, h1, h2, h3, h4, h5, h6, p, li, ul {margin: 0;padding: 0; border: none;}
img {border: none;}
.clear {clear: both;}
a {border: none;outline:none;}

body {background: #fbf0ed;color: #333;font-family: "Times New Roman", Times, serif;}
p {
	font-size: 17px;
	line-height: 23px;
	padding: 3px 0 12px;
}
ul {
	padding-left: 20px;
}
li {
	font-size: 17px;
	line-height: 23px;
	padding: 0 10px;
}
#wrapper {
	margin: 0 auto;
	width: 1020px;
}


/***** FONT CLASSES *****/
.it{font-style: italic;}
.ac{text-align: center;}
.ar{text-align:right;}
.lower{text-transform:lowercase;}
.f14 {font-size: 14px;}


/***** IMAGE CLASSES *****/
.fl {float: left;}
.fr {float: right;}
.pr {padding-right: 15px;}
.pl {padding-left: 15px;}

/***** SPACING *****/
.sp1{height: 10px;}
.sp2{height:15px;}

/***** BORDERS *****/
.b1{border-top: 1px solid #bbb;margin-top:10px;}

/********* HEADER **********/
#header {
	height: 116px;
	background: url(http://whippycake.s3.amazonaws.com/images/main-top.png) no-repeat bottom;
}
#logo {
	width: 310px;
	float: left;
}
#logo h1 {
	background: url(http://whippycake.s3.amazonaws.com/images/logo.png) no-repeat;
	text-indent: -9999px;
	height: 61px;
	width: 295px;
	margin: 20px 0 0 0;
	float: left;
}

/**** TOP NAV IE MY CART ***/
#topnav {
	width: 500px;
	float: right;
	margin: 10px 35px 0 0;
}
#topnav ul {
	float: right;
}
#topnav li, #mainnav li {
	list-style: none;
	padding: 0 15px 0 25px;
}
#topnav li {
	background: url(http://whippycake.s3.amazonaws.com/images/cart-icon.png) no-repeat;
	background-position: 0px 2px;
}

#topnav li a, #mainnav li a {
	color: #484848;
	font-size: 18px;
	text-decoration: none;
}

#topnav li a:hover, #mainnav li a:hover {
	color: #222;
}

/*** MAIN NAV ***/
#mainnav {
	width: 600px;
	float: right;
	margin: 20px 35px 0 0;
}
#mainnav ul {
	float: right;
}
#mainnav li {
	float: left;
	padding: 0 25px;
}
#mainnav li:hover {
	background: url(http://whippycake.s3.amazonaws.com/images/bow.png) no-repeat;
	background-position: 4px 2px;
}

/** ACTIVE PAGES ***/
#home .home, #shop .shop, #testimonials .testimonials, #about .about, #blog .blog {
	background: url(http://whippycake.s3.amazonaws.com/images/bow.png) no-repeat;
	background-position: 4px 2px;
}


/********** CONTAINER **********/

#container {
	margin: 0;
	padding: 0 46px;
	background: url(http://whippycake.s3.amazonaws.com/images/main-bg.png) repeat-y;
}


/********* HOME PAGE ***********/
#video {
	width: 100%;
	height: 522px;
}
#hm-bottom {
	margin: 16px 0 0 0;}
#box {
	height: 140px;
	background-color: #f1f1f1;
	width: 218px;
	margin-right: 16px;
	float: left;
	border: 1px solid #dddddd;
}
#box:hover {
	background: #e6e6e6;
}
#box h2 {
	text-indent: -9999px;
	height: 140px;
	width: 218px;
	background-repeat: no-repeat;
}
.box1 {	background-image: url(http://whippycake.s3.amazonaws.com/images/box1.png);}
.box2 {	background-image: url(http://whippycake.s3.amazonaws.com/images/box2.png);}
.box3 {	background-image: url(http://whippycake.s3.amazonaws.com/images/box3.png);}
.box4 {	background-image: url(http://whippycake.s3.amazonaws.com/images/box4.png);}


#box-new {
	height: 164px;
	background-color: #f1f1f1;
	width: 322px;
	float: left;
	border: 1px solid #dddddd;
}
#box-new:hover {
	background: #e6e6e6;
}
#box-new h2 {
	text-indent: -9999px;
	height: 164px;
	width: 322px;
	background-repeat: no-repeat;
}

.box1-new {	background-image: url(http://whippycake.s3-website-us-east-1.amazonaws.com/collection.png);}
.box2-new {	background-image: url(http://whippycake.s3-website-us-east-1.amazonaws.com/tutorials.png);}
.box3-new {	background-image: url(http://whippycake.s3-website-us-east-1.amazonaws.com/cake-mail.png);}



/*
#zoom_content {
	background: #fff;
	border: 5px solid #faebe7;
	padding: 20px 40px;
	width: 520px;
}
#zoom_content label {
	float: left;
	width: 110px;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	padding: 8px 0;
	line-height: 22px;
}
#zoom_content input[type="text"] {
	font-size: 18px;
	padding: 4px 5px;
	width: 250px;
	border: 1px solid #383838;
}
#zoom_content select {
	margin: 8px 0;
}
*/



/********* SHOP PAGE ***********/
#shop-left {
	float: left;
	margin: 0px 0 0 0;
	width: 300px;
}
#shop-left li {
	list-style: none;
	text-align: center;
	color: #484848;
	font-size: 24px;
	line-height: 45px;
}
#shop-left li a {
	color: #484848;
	text-decoration: none;
}
#shop-left li:hover {
	background: url(http://whippycake.s3.amazonaws.com/images/bow.png) no-repeat;
	background-position: 40px 15px;
}
#shop-right {
	float: right;
	width: 600px;
	height: 340px;
}
#shop-right h3 {
	font-family: 'PrestigeEliteStdBold',"Prestige Elite Std", "Times New Roman" Times;
	font-weight: bold;
	font-size: 26px;
	padding: 10px 0 5px;
	text-align: center;
}


/******** CATEGORY PAGE ********/
#category h2 {
	padding-bottom: 10px;
	width: 600px;
	margin: 0 auto 15px;
	border-bottom: solid 1px #bbb;
	padding-top: 15px;
	font-size: 30px;
	font-family: 'PrestigeEliteStdBold',"Prestige Elite Std", "Times New Roman" Times;
}
#item {
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	width: 200px;
	float: left;
	margin: 0 10px 15px 10px;
}
#item img {
	width: 200px;
	height: 300px;
}
#item:hover {
	background:#faebe7;
}
#item a {
	text-decoration: none; 
	color: #484848;
}
#item h4 {
	font-size: 18px;
	padding: 5px 0 0 0;
	text-align: center;
}
#item h5 {
	text-align:center;
	font-size: 16px;
}



/******** PRODUCT PAGE ********/

#product-left {
	float: left;
	width: 425px;
}
/*preload classes*/
.svw { background: #FFF; width: 400px; height: 600px;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer { 
	position: relative;
	overflow: hidden; 
	border: none; 
	margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	list-style-type: none;
	text-align: center;
}
.stripViewer ul li { 
	padding: 0;
	float:left;
	cursor: pointer;
}
.stripTransmitter {
	overflow: auto;
}
.stripTransmitter ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
	width: 300px;
}
.stripTransmitter ul li{
	width: 40px;
	height: 30px;
	float:left;
	margin: 0 1px 0px 0;
	padding: 0;
}
.stripTransmitter a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	line-height: 26px;
	background: #faebe7;
	color: #484848;
	text-decoration: none;
	display: block;
}
.stripTransmitter a:hover, .stripTransmitter a.current{
	background: #e5d7d4;
	color: #222;
}

#product-right {
	float: right;
	width: 485px;
}

#product-right h3 {
	font-family: 'PrestigeEliteStdBold',"Prestige Elite Std", "Times New Roman" Times;
	font-weight: bold;
	font-size: 30px;
	padding: 10px 0 5px;
	text-align: center;
}

#product-right h4 {
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
}
#product-right .addtocart {
	margin: 10px auto;
}

#product-right h5 {
	font-family: 'PrestigeEliteStdBold',"Prestige Elite Std", "Times New Roman" Times;
	font-weight: bold;
	font-size: 22px;
	padding: 35px 0 5px;
	text-align: center;
}


/********* TESTIMONIALS PAGE ************/
#testimonials h2 {
	padding-bottom: 15px;
}


/********* ABOUT PAGE ************/
#about h3 {
	font-size: 24px;
	text-align: center;
}

/********* CONTACT US PAGE ************/
#contact {
	padding: 15px;
}
#contact label {
	float: left;
	width: 110px;
	font-size: 17px;
	line-height: 36px;
}
#contact .input {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	padding: 3px 5px;
	margin: 1px 0;
}
#contact .textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	padding: 3px 5px;
	height: 125px;
	width: 300px;
}
#contact .submit {
	margin: 15px 0 0 80px;
}


/********* FOOTER ************/
#footer {
	margin: 0;
	background: url(http://whippycake.s3.amazonaws.com/images/main-bottom.png) no-repeat top;
}
.footer {
	padding: 35px 0 20px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 22px;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
	
	
	
/********** COMING SOON **********/
#coming {
	width: 400px;
	margin: 150px auto;
	border: 1px solid #ccc;
	background: #fff;
	padding: 15px;
	border-radius: 8px;
	-moz-border-radius: 8px;
}
