@charset "utf-8";
/* CSS Document for Sprinkles Ice Cream Shoppe [www.sprinklesicecreamshoppe.com] */

html, body, div, span, applet, object, iframe,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, small, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background-image:url(images/stripes.png);
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------------------------------------------- */

h2 {
	font-size:14px;
}

#wrapper {
	width: 897px;
	margin:0 auto;
}

#main {
	background:url(images/body-bg.png) top left repeat-y;
	padding:0 20px;
	font-size:13px;
	min-height:350px;
}
	#main h2 {
		
		margin-bottom:6px;
	}
		#main h2 a {
			font-family:"Arial Rounded MT Bold", "Arial Rounded MT", "Arial Rounded", Arial, sans-serif;
			font-size:20px;
			text-decoration:none;
			color:#41C4DD;
		}
			#main h2 a:hover {
				color:#67D0E4;
			}
	
	#main small {
		font-size:12px;
		color:#666;
	}

	#main p {
		line-height:1.3em;
	}
	
	#menu {
		margin:0 auto;
		text-align:center;
		width:856px;
		position:relative;
		top:-11px;
	}
		#menu img {
			margin:0 15px;
		}
		
	#rightcol {
		float:right;
		width:250px;
		min-height:250px;
		padding-top:30px;
		margin-left:25px;
	}
		#fotd {
			padding:6px;
			background-color:#FFC;
			border:1px solid #FF6;
			font-weight:bold;
			color:#333;
			font-size:14px;
		}

.postmetadata {
margin-bottom:0;
}
	
#footer {
	background:url(images/footer-bg.png) top left no-repeat;
	padding-top:10px;
	height:35px;
	text-align:center;
	font-size:0.9em;
	color:#666;
	margin-bottom:15px;
}

#idc-container {
	margin-bottom:0 !important;
}