/* Stylesheet for Stacysaurus.com: Hearts layout. */

body.cupcake	{	
	background-image: 	url(layout/bgHearts.gif);
	font-family: 		Verdana, Arial, Helvetica;
	font-size: 		9pt;
	font-weight: 		normal;
	color:			#670000;
	margin-top:		100px;
	}

div.center	{
	text-align:center;
	}

h1	{
	font-size: 		14pt; 
	font-family: 		Verdana, Arial, Helvetica;
	font-weight:		bold;
	color:			#da9494;
	}

h2	{
	font-family:		Verdana, Arial, Helvetica;
	font-size:		8pt;
	font-weight:		normal;
	color:			#670000;
	}

h3	{
	font-size: 		11pt; 
	font-family: 		Verdana, Arial, Helvetica;
	font-weight:		bold;
	color:			#da9494;
	}

a.link:link	{	
	text-decoration:	none;
	font-weight:		bold;
	color:			#bf6868; 
	border: 		none;
	}	
		
a.link:visited	{	
	text-decoration:	none;
	font-weight:		bold;
	color:			#bf6868;
	border: 		none;
	}	
		
a.link:active	{	
	text-decoration:	none;
	font-weight:		bold;
	color:			#bf6868;
	border: 		none;
	}	
		
a.link:hover	{	
	text-decoration:	none;
	font-weight:		bold;
	color:			#da9494;
	border:			none;
	}

a.fancy:link	{	
	text-decoration:	none;
	font-weight:		bold;
	color:			#bf6868; 
	border: 		none;
	}	
		
a.fancy:visited	{	
	text-decoration:	none;
	font-weight:		bold;
	color:			#bf6868;
	border: 		none;
	}	
		
a.fancy:active	{	
	text-decoration:	none;
	font-weight:		bold;
	color:			#bf6868;
	border: 		none;
	}

a.fancy:hover	{	
	text-decoration:	none;
	font-weight:		bold;
	color:			#da9494;
	border-style:		dashed none dashed none;
	border-width:		thin;
	}

img.clean 	{ 
	border-style: none;
	}

img.dotted 	{ 
	border-style: dotted;
	border-width: 2px;
	}

img.dashed 	{ 
	border-style: dashed;
	border-width: 1px;
	}



/* Hearts Table Stuff */

#main 	{ 
	width: 			654px;
	border-collapse:	collapse;
	border-spacing: 	0;
	padding:		0;
	margin:			0;
	margin-left:		auto;
	margin-right:		auto;
	}

#top	{
	width:			654px;
	height:			115px;
	background-image:	url(layout/heartsTop.png);
	background-repeat:	no-repeat;
	padding:		0;
	margin:			0;
	}

#box	{
	width:			530px;
	background-image:	url(layout/heartsBox.png);
	padding:		0;
	margin:			0;
	}

#bottom	{
	width:			654px;
	height:			104px;
	background-image:	url(layout/heartsBottom.png);
	background-repeat:	no-repeat;
	padding:		70px 0 0 0;
	margin:			0;
	text-align:		center;
	}

#left	{
	background-image:	url(layout/heartsLeft.png);
	width:			62px;
	padding:		0;
	margin:			0;
	}

#right	{
	width:			62px;
	background-image:	url(layout/heartsRight.png);
	padding:		0;
	margin:			0;
	}



/* Hearts Gallery */

body.gallery	{	
	background-image: 	url(layout/bgHearts.gif);
	font-family: 		Verdana, Arial, Helvetica;
	font-size: 		9pt;
	font-weight: 		normal;
	color:			#670000;
	}

#img	{
	width:			670px;
	border-collapse:	collapse;
	margin:			0;
	padding:		0;
	margin-left:		auto;
	margin-right:		auto;
	}

#imgUL	{
	width:			35px;
	height:			34px;
	background-image:	url(layout/cornerUL.png);
	background-repeat:	no-repeat;
	padding:		0;
	margin:			0;
	}

#imgUR	{
	width:			35px;
	height:			34px;
	background-image:	url(layout/cornerUR.png);
	background-repeat:	no-repeat;
	padding:		0;
	margin:			0;
	}

#imgLL	{
	width:			35px;
	height:			34px;
	background-image:	url(layout/cornerLL.png);
	background-repeat:	no-repeat;
	padding:		0;
	margin:			0;
	}

#imgLR	{
	width:			35px;
	height:			34px;
	background-image:	url(layout/cornerLR.png);
	background-repeat:	no-repeat;
	padding:		0;
	margin:			0;
	}

#imgTop	{
	width:			600px;
	height:			34px;
	background-image:	url(layout/columnTop.png);
	padding:		0;
	margin:			0;
	}

#imgBottom	{
	width:			600px;
	height:			34px;
	background-image:	url(layout/columnBottom.png);
	padding:		0;
	margin:			0;
	}

#imgLeft	{
	width:			35px;
	background-image:	url(layout/columnLeft.png);
	padding:		0;
	margin:			0;
	}

#imgRight	{
	width:			35px;
	background-image:	url(layout/columnRight.png);
	padding:		0;
	margin:			0;
	}

#imgMid	{
	width:			600px;
	background-image:	url(layout/heartsBox.png);
	padding:		0;
	margin:			0;
	}


