@charset "utf-8";
/* CSS Document */

body
		{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	color: #FFFFFF;
	background: #FFF no-repeat left top;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #D68CA2;
	text-align: center;
	font-variant: small-caps;
}
a:link {
	color: #804B63;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #46B275;
}
a:active {
	color: #46B275;
}
/*maincontent is the green cell containing all the main text and images*/	
.maincontent
		{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #000000;
	background: #CDE28D;
		}
/*side is the cell on the index page with the tabs ei. wedding, flower care*/
.side
		{
	background-image:url(site_images/bg_body.png);
	background-repeat: repeat;
	background-position: left top;
}

.blogsidebar {
	border: medium solid #000;
	padding: 0px;
	top: 50px;
	background: #ce8baa;
}
.blogimg {
	text-align: center;
	padding-top: 10px;
}
.blogList {
	line-height: 1.8em;
	list-style: disc;
	font-size: 18px;
	font-style: italic;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
.blogList a:link, a:visited{
	line-height: 1.8em;
	list-style: disc;
	font-size: 18px;
	font-style: italic;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.blogList a:hover {
	line-height: 1.8em;
	list-style: disc;
	font-size: 18px;
	font-style: italic;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	color: #C6E271;
}
.blogList a:active {
	line-height: 1.8em;
	list-style: disc;
	font-size: 18px;
	font-style: italic;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	color: #46B275;
}

.bold
		{
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
		
.italic
		{ font-style:italic;
		}

.bold-18
		{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	font-style: normal;
		}
		
/*bgimages are the 3 different flower arrangements on the left side of every page*/
#bgimage1
		{
	background-image: url(site_images/arrangement2.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#bgimage2
		{
	background-image: url(site_images/arrangement1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#bgimage3
		{
	background-image: url(site_images/arrangement3.png);
	background-repeat: no-repeat;
	background-position: left top;
}
		
#quote
		{
	color: #000000;
}
