/* RESET CSS */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
html{ height: 100%;}
body { line-height: 1.5; background: #fff; margin: 1.5em 0; height: 100%}
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }
/* Removes Firefox imposed outline */
a { outline: none; }
/* Clearing floats without extra markup  */
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }
/* CREAMERY STYLES */
html
{
	min-height:100%;
}
body
{
	margin: 0;
	padding: 0 0 0 43px;
	min-height:100%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-image: url(../images/bkg.png);
	background-color: #1f272c;
}
.disappear{
	display: none;
}
h1{
	font-size: 1.85em;
	font-weight: bold;
	border-bottom: 1px dotted #65594c;
	margin-bottom: .2em;
}
h2{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: .15em;
}
h3{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: .15em;
	border-bottom: 1px dotted #d4d4d4;
}
p{
	padding-bottom: .7em;
}

em{
	font-weight: bold;
}
#wrap{
	width: 850px;
	min-height:100%;
	background: #fff url(../images/background.jpg) repeat-y;
	margin: 0 auto;
	padding: 0;
	border-right-style: solid;
	border-left-style: solid;
	border-color: #10191f;
	border-width: 6px;
}

a:link, a:visited{
	color: #8b1440;
	text-decoration: underline;
	padding: 1px 4px;
}

a:hover{
	background: #6f002a url(../images/tile_horiz_left_col_purple.png) repeat-x;
	color: #fff;
	text-decoration: none;
}
a.url, a.url:hover{
	text-decoration: none;
	padding: 0;
	margin: 0;
	background: none;
}
#cnt a:hover{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#nav{
	margin: 0;
	padding: 0;
	font-size: 1.5em;
}
#nav li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;	
}
#nav li a, #nav li h2{
	padding-left: 8px;
	display: block;
	color: #282828;
	text-shadow: #fff 1px 1px 0;
	text-decoration: none;
}
#nav li h2, #nav li.heading {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px dotted #8c8b82;
}
#nav li a:link, #nav li a:visited{}
#nav li a:hover{
	color: #fff;
	text-shadow: #000 1px 1px 1px;
	text-decoration: none;
}
#nav li.sub1 a, #nav li.sub1 h2 {
	font-size: .75em;
	padding-left: 25px;
}
.line{
	display: block;
}
.small{
	font-size: .75em;
}

#persist{
	margin: 0;
	width: 200px;
	margin-left: 0px;
	margin-right: 0px;
	display: inline-block;
	float: left;
	border-color: #c2c2c2;
	z-index: 4;
	position: relative;
	padding: 12px 0 3em;
}
#persist #wholesale{
	padding-right: 11px;
	font-size: .6em;
	width: 100%;
	height: 75px;
	background: url(../images/wholesale.png) no-repeat 2px 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -7px;
	margin-right: 0;
}
#persist #wholesale:hover{
	background-position: 2px -75px;
	background-repeat: no-repeat;
}
#location{
	background: #eeebe4 url(../images/map.png) repeat-y;
	width: 100%;
	border-top: 1px solid #fff6f3;
}
a.street-address{
	display: block;
	padding-left: 30px;
	text-decoration: underline;
}

.locality{
	padding-left: 30px;
}

h1#logo{
	margin-left: -53px;
	background: none;
	border: none;
	padding: 0;
	margin-bottom: 0;
	z-index:5;
	position: relative;
	.margin-top: -2px; /* IE fixes or poor attempt to comment out css? */
	.padding-bottom: 10px;
}

hr{
	display: none;
}
#hours{
	margin-top: -17px;
	width: 100%;
	border-bottom: 1px solid #bababa;
}

#hours table{
	width: 100%;
}
#hours table caption, .headingbar{
	background-color: #2e2e2e;
	color: #fff;
	padding-left: 6px;
	display:  none;
}
#hours td{
	background: #f1f1f1 url(../images/tile_vert_right_col_fade.png) repeat-y;
	padding-left: 8px;
	font-weight: bold;
	border-top: 1px dotted #909090;
}
#hours td.days{
	background: #71002b url(../images/tile_horiz_left_col_purple.png) repeat-x;
	color: #fff;
	text-shadow: #000 -1px -1px 0;
	font-weight: normal;
	font-style: normal;
	border-top-style: none;
}

.notice{
	color: #7a4900;
	background-color: #fff395;
	padding: 2px 0;
	font-size: .9em;
	border: 1px solid #ffcb7e;
}
.error{
	background-color: #97001c;
	border-color: #720000;
	color: #fff;
}
.error h1{
	border-color: #fdfdfd;
}
.error a:link, .error a:visited{
	color: #fff395;
}
#persist .notice{
	width: 198px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
}
#cnt .notice{
	width: 560px; 
	border-left:none; 
	border-right:none;
	padding-left: 75px;
	padding-bottom: 10px;
	padding-right: 15px;
}
#cnt .notice h1{
	padding-top: 50px;
}

.meridiem{
	font-variant: small-caps;
	font-weight: bold;
	font-size: .7em;
	padding-left: 2px;
}

.tel{
	padding-left: 25px;
	background: #e6ebf1 url(../images/telephone.png) no-repeat 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #9cacbc;
}
.social{
	padding:2px;
	background-color:#fcfed7;
	border-bottom:1px solid #9f9a87;
	font-size:.8em;
}
.social #fblike{
	vertical-align: middle;
}
.social a{
	text-decoration: none;
	vertical-align: middle;
	color:#2c4851;
}
.social a:hover{
	text-decoration: underline;
	background: none;
	color:#8b1440;
}
.social a img{
	vertical-align: baseline;
	border: none;
}
#cnt{
	float: right;
	width: 650px;
	min-height:100%;
	display: inline-block;
	font-family: Georgia, "Times New Roman", Times, serif;
	z-index: 1;
}
#pagehdr h1{
	padding-top:  48px;
	padding-bottom:  48px;
	background-color: #e1e1e1;
	padding-right: 25px;
}
#inner{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
#inner ul, #inner ol{
	margin-left: 1.25em;
}
#inner ul.flavors {
	list-style-type: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: left;
}
div.flavors{
	width: 49%;
	float: left;
}
.flavors li{
	background-image: url(/media/images/cone.png);
	background-repeat: no-repeat;
	background-position: 0 -2px;
	padding-left: 34px;
}

.flavors li.award{
	background-image: url(/media/images/cone_award.png);
}

.flavors li:hover{
	background-color: #fdfccf;
}
.flavor .description{
	display: none;
}

.clear{
	clear: both;
}

#ftr{
	background-color: #e1deda;
	border-top: 1px solid #c0bdba;
	text-align: center;
	font-size: .75em;
	line-height: 1.5em;
	color: #868381;
	text-shadow: #fefeff 0 1px 0;
	padding-top: 3px;
	padding-bottom: 3px;
}
#ftr a img{
	vertical-align: text-bottom;
}

#ftr a {
	text-shadow: none;
	color: #4e7480;
}

#ftr a:hover{
	background: none;
	text-shadow: none;
}

.tooltip {
    background: #71002b url(../images/tile_horiz_left_col_purple.png) repeat-x;
	color: #fff;
	text-decoration: none;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: #000 0 1px 0;
}

/*Homepage Elements*/
#NewsletterPromo{
	height: 280px;
	width: 199px;
	padding: 15px;
	font-size: 1em;
	background: url(../images/newsletterBKG.png) no-repeat;
	float: right;
	margin-left: 5px;
	margin-bottom: 2px;
}
#NewsletterPromo div#NewsletterInner{
	height: 281px;
	width: 199px;
	text-align: center;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#NewsletterPromo h1{
	font-size: 1.5em;
	border-style: none;
	color: #720030;
	padding-bottom: 17px;
}
#NewsletterPromo h2{
	font-size: 1.2em;
}
#NewsletterPromo p{
	font: italic .82em Georgia, "Times New Roman", Times, serif;
	color: #421230;
}
#NewsletterPromo a:link, #NewsletterPromo a:visited{
	display: block;
}
#NewsletterPromo a.last:link,
#NewsletterPromo a.last:visited{
	background-color: #8a112d;
	margin: 5px 10px;
	padding: 5px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#NewsletterPromo a.last:hover{
	background-image: none;
	background-color: #9d2f4e;
}
#NewsletterPromo a.last:active{
	background-color: #61002b;
	background-image: none;
	color: #c12b77;
}
a.btn:link,
a.btn:visited {
	margin-top: 2px;
	background: url(../images/newsletterBTN.png) no-repeat left top;
	width: 179px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
}
a.btn:hover {
	margin-top: 1px;
	background: url(../images/newsletterBTN.png) no-repeat left bottom;
}

.description {
	background-color: #8a112d;
	display: block;
	border-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 0;
	font-size: .85em;
}
.dissapear{
	display: none;
}

#NewsletterSignup {
	margin: 5px;
}

#emailform {
	display: block;
	width: 95%;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}

input{
	background-color: #fcfcf3;
	border: 1px solid #8a112d;
	font-size: 1.1em;
	width: 94.5%;
	padding: 4px;
	color: #70003a;
}

/* Hdr Buttons */
#hb1{
	position: absolute;
	top: 30px;
}
#hb2{
	position: absolute;
	top: 85px;
}
a.hdr_btn:link, a.hdr_btn:visited{
	margin: 10px 10px 10px 450px;
	text-align: center;
	display: block;
	width: 150px;
	padding: 5px;
	background-color: #d1d6db;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	color: #343434;
	text-shadow: #f5f5f5 0 1px 0;
	font-weight: bold;
	background-image: url(../images/hdr_bkg.png);
	border: 2px solid #444;
}
a.hdr_btn:hover{
	background-color: #6f002a;
	color: #fff;
	text-shadow: #26000b 0 1.5px 0;
	background-image: url(../images/tile_horiz_left_col_purple.png);
	border-color: #fff;
}
#cnt img {}

/* Menu */
#menuItems{
	margin: 15px;
}
.menuItem{
	background-color: #ebeaeb;
	width: 260px;
	display: block;
	float: left;
	padding: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
}
.menuItem ul li{
	list-style-type: circle;
	background-image: none;
	margin: 0 0 0 20px;
	padding: 0;
	width: 160px;
}
.menuItem.sundaes{
	background-image: url(/media/images/sundae.png);
	background-position: 195px 45px;
}
.menuItem.milkshakes{
	background-image: url(/media/images/milkshake.png);
	background-position: 195px 50px;
}
.menuItem.smoothies{
	background-image: url(/media/images/smoothie.png);
	background-position: 195px 38px;
}
