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

Title :		moonbabycakes.com print css
Author : 	Jodi Wing
URL : 		http://www.moonbabycakes.com

Created : 	27 Mar 2009
Modified : 	
Version : 	0.01

---------------------------------------------
*/

/* ************************************************ */
/* CSS reset - Make css defaults the same across browsers
/* http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
/* ------------------------------------------------ */


/* PRINT STYLES 
/**************************************************************************/
body {
	margin: 0;
	padding: 0;
	font-family: Lucida Grande, Trebuchet MS, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1;
}
#header {
	display: none;
}
#bannerSmall {
	display: none;
}	
h1 {
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 1.8em;
	color: #39c;
}
h2 {
	padding: 0;
	font-size: 1.5em;
	color: #3D1604;
}
h3 {
	font-size: 1.3em;
	color: #3D1604;
}
p {
	margin: 0;
	padding-bottom: 10px;
	font-size: 1.2em;
	line-height: 2;
	color: #3D1604;
}
ul {
	font-size: 1.4em;
}
li {
	list-style-type: none;
}
ul.customBullets {
	list-style-image: url(../images/dot.jpg);
	list-style-position: outside;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #3D1604;
}
.flavors {
	float: left;
}
#footer {
	clear: both;
}
div#intro {
	width: 480px;
	padding: 0;
}
#sidebar {
	width: 160px;
	float: right;
	padding: 0;
}
#pricing {
	width: 160px;
	padding: 0;
	text-align: center;
}
table {
	float: left;
	margin-bottom: 40px;
	border-collapse: collapse;
	border: none;
}
td {
	padding: 10px;
	border: 2px dotted #82CFCC;
	font-size: 1.2em;
	line-height: 1.5em;
}
#photoLink {
	display: none;
}
.fanLink {
	display: none;
}
#weddingPhoto {
	display: none;
}
p#weddings {
	padding: 0;
}
.roundPhotos {
	float: right;
	width: 200px;
	height: 201px;
}