* {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear:both;
}

.cms {
	padding: 5px;
}
.cms a{
	color: red;
	font-size: 1.4em;
}

#errormessage {
	padding: 10px;
	color: red;
	font-size: 1.4em;
}

#errormessage li {
	padding-left: 5px;
	margin-left: 20px;
}
.error label {
	color: red;
}

body {
	font-size: 62.5%;
	background-color: #fef2f8;
	background-image: url(../images/layout/bg.jpg);
	background-repeat: repeat;
	background-position: top center;
}

#headercontainer {
	background-color: white;
	background-image: url(../images/layout/headercontainerbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 190px;
}

#header {
	width: 1000px;
	height: 190px;
	margin: 0 auto;
	background-image: url(../images/layout/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#header h1 {
	width: 223px;
	height: 134px;
	background-image: url(../images/content/logo.png);
	background-repeat: no-repeat;
	background-position: top;	
	float: right;
	margin-top: 25px;
	padding-right: 100px;
}

#header h1 span{
	position: absolute;
	left: -5000px;
}

#header p {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 2.6em;
	font-weight: light;
	padding-left: 35px;
	padding-top: 50px;
}

#header p strong {
	font-weight: normal;
}

#header ul {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 18px;
	font-weight: normal;
	list-style: none;
	padding-left: 35px;
	padding-top: 65px;
}

#header li {
	float: left;
	padding: 0 20px 0 0;
}

#header li a {
	color: #000;
	text-decoration: none;
}

#header li a:hover {
text-decoration: underline;
}

/* main content */

#container {
	width: 998px;
	height: 500px;
	margin: 0 auto;
	padding-top: 11px;
	background-image: url(../images/layout/topshadowbg.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#main {
	background-image: url(../images/layout/mainshadowbg.png);
	background-repeat: repeat-y;
	background-position: top center;
	width: 982px;
	margin: 0 auto;
	padding: 10px 8px 0 8px;
}

#footer {
	background-image: url(../images/layout/bottomshadowbg.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 983px;
	height: 20px;
	padding: 10px 0 0 15px;
	font-size: 12px;
}

#footer a {
	color: #000;
}

/* home page */

#homeflash {
	margin: 0px 13px 0px 13px;
	width: 956px;
	height: 351px;
	background-image: url(../images/content/homeflash.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#homeflash h2 {
	padding-top: 273px;
	padding-left: 20px;
	font-size: 22px;
	line-height: 32px;
	font-weight: normal;
}

/*bucket*/
.homebottom {
	width: 214px;
	/* background: red; */
	float: left;
	margin-top: 16px;
	margin-bottom: 16px;
	padding-left: 32px;
	
	background-repeat: no-repeat;
	background-position: top right;
}

.homebottom h3 {
	font-size: 2.0em;
	font-weight: normal;
	padding: 17px 5px 5px 5px;
}

.homebottom h4 {
	font-size: 2.2em;
	font-weight: normal;
	padding: 5px;
}


.homebottom p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 5px 10px 5px 5px;
	font-weight: normal;
}

.homebottom img {
	font-size: 1.2em;
	padding: 10px 5px 0px 5px;
	font-weight: normal;
}

.homebottom a {
	color: #ec489d;
}

.homebottom a:hover {
	text-decoration: none;
}

#blog-bucket {
	background-image: url(../images/layout/heart.jpg);
	padding-left: 16px;
}


#blog-bucket a {
	text-decoration: none;
	color: black;
}

#blog-bucket a:hover {
	text-decoration: underline;
	color: #ec489d;
}

#gallery-bucket {
	background-image: url(../images/layout/cupcake.jpg);
}

#gallery-bucket img {
	float: left;
}

#gallery-bucket h3 {
	padding-bottom: 12px;
}

#testimonial-bucket {
	background-image: url(../images/layout/littlebird.jpg);
}


#testimonial-bucket img {
	padding-top: 17px;
}

#testimonial-bucket #home-testimonial-quote p {
	font-size: 1.4em;
	margin: 0px;
	
}

#social-bucket {
	background-image: url(../images/layout/bird.jpg);
}

#social-bucket img {
	margin-top: 0px;
	padding-top: 0px;
}

#social-bucket #social-buttons img {
	float: left;
	padding-top: 5px;
}

#social-bucket p {
	font-size: 1.6em;
	margin-right: 20px;
}

#footer-bottom {
	border-top: #ec489d 4px solid;
	padding: 16px 0 0 0;
	margin: 0 16px;
	background: white;
}

/* Links Page */

h2#linkstitle  {
	font-size: 2.6em;
	padding: 10px 22px;
	font-weight: normal;
}

div.rowfirst {
	
	padding-left: 16px;
}

.linksbox {
	width: 214px;
	height: 360px;
	float: left;
	margin-top: 16px;
	margin-bottom: 16px;
	padding-left: 32px;
	
	background-repeat: no-repeat;
	background-position: top right;
}

.linksbox h3 {
	font-size: 2.0em;
	font-weight: normal;
	padding: 17px 5px 5px 5px;
}


.linksbox p {
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: normal;
	padding: 17px 5px 5px 5px;
}

.linksbox img {
	font-size: 1.2em;
	padding: 10px 5px 0px 5px;
	font-weight: normal;
}

.linksbox a {
	color: #ec489d;
}

.linksbox a:hover {
	text-decoration: none;
}

/* service boxes */

#leftbox {
	width: 208px; 
	background-image: url(../images/layout/servicesboxbottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;	
	padding-left: 22px;
	margin-top: 6px;
	margin-bottom: 22px;
	float: left;
}

#leftbox h2 {
	padding: 15px;
	font-size: 2.2em;
	font-weight: normal;
	background-image: url(../images/layout/servicesboxtop.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#leftbox ul {
	padding:  0 15px 15px 15px;
	list-style: none;
}

#leftbox li {
	margin: 0 0 20px 0;
	font-size: 1.6em;
}

#leftbox li a {
	color: #000;
}

#leftbox li a:hover {
	text-decoration: none;
	color: #e50278;
}

#leftbox h3 {
	padding: 5px 15px;
	font-size: 1.6em;
	font-weight: normal;
}
#leftbox p {
	padding: 0px 5px 15px 15px;
	font-size: 1.2em;
}

#individualservice {
	float: left;
	width: 704px;
	padding: 16px 0 16px 32px;
}

#individualservice h2 {
	font-size: 2.4em;
	padding: 3px 0 16px 0;
	font-weight: normal;
}

#individualservice p {
	font-size: 1.4em;
	line-height: 1.6em;
	padding-bottom: 16px;
	width: 500px;
}

#individualgallery img {
	float: left;
	margin: 10px 16px 0 0;
}


#individualgallery h3 {
	font-size: 1.8em;
	padding: 16px 0 3px 0;
	font-weight: normal;
}

/* gallery styles */

#biggallery {
	float: left;
	width: 680px;
	margin: 6px 0 16px 30px;
}

#biggallery h2 {
	font-size: 2.4em;
	padding: 12px 0 16px 0;
	font-weight: normal;
}

#biggallery img {
	float: left;
	padding: 0 16px 16px 0;
}


#biggallery div {
	float: left;
}
/* blog menu */

#blogbox {
	width: 208px; 
	padding-left: 22px;
	margin-top: 6px;
	margin-bottom: 22px;
	float: left;
}

#blogbox h2 {
	padding: 15px;
	font-size: 2.2em;
	font-weight: normal;
}

#blogbox h3 {
	padding: 0 0 10px 0;
	font-size: 2.0em;
	font-weight: normal;
}

#blogbox h3 a {
	text-decoration: none;
	color: black;
}

#blogbox p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 10px 0;
}

#blogstory {
	float: left;
	width: 697px;
	margin: 0 0 0 37px;
	padding-bottom: 30px;
}

#blogstory h2 {
	font-size: 4.0em;
	font-weight: normal;
}

#blogstory p {
	line-height: 1.8em;
	font-size: 1.6em;
	margin: 10px 0;
	width: 450px;
}

#blogstory #permalink {
	font-size: 1.4em;
}

#blogstory a {
	color: #e50278;;
}

#blogpic {
	float: right;
}

.tags {
	margin: 10px 0;
	font-size: 1.4em;
}

#pager a {
	margin-right: 5px;
	font-family: arial, san serif; 
	color: black;
	padding: 3px 5px;
	font-size: 1.6em;
	text-decoration: none;
	
	background-image: url(../images/layout/bg.jpg);
	background-position: top;
}

#pager .on {
	color: #fff;
	background-color: #e50278;;
	background-image: none;
}

/* contact page */
#contactform {
	float: left;
	margin: 15px 32px;
}


#contactform p{
	margin: 0 0 10px 5px;
	font-size: 1.4em;
	width: 600px;
}

#contactform label {
	font-size: 1.4em;
	margin: 5px;
}

#contactform fieldset{
	border: 0px;
}

#contactform input{
	padding: 3px;
	margin: 5px;
	width: 250px;
}

#contactform textarea {
	width: 300px;
	height: 100px;
	margin: 5px;
}

#contactform #submit {
	width: 100px;
}

#contactform .formcol{
	float: left;
	width: 320px;
}
/*testimonials */

.testimonialspage .quoteblockpt2{
	height: 170px;

}

/* utility styles */

a img {
	border: 0px;
}

.quoteblockpt1 {
	background-image: url(../images/layout/quotebottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 5px;
}

.quoteblockpt2 {
	background-image: url(../images/layout/quotetop.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 8px 6px 0px 6px;
}

.line {
	clear: both;
	margin: 16px;
	border-top: #ec489d 4px solid;
}


 
#messageflash {
	font-size: 1.8em;
	padding: 20px 30px;

}


