/* HEY! Don't peak under the hood of my car until I get a chance to put a coat of wax on it! */

/******GENERAL REDEFINE*******/
* {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-indent: 0;
	}
	
html { height: 100%; }

body {
	height: 100%;
	font: 80%/1.75 Georgia, "Times New Roman", Times, serif;
	color: #888;
	text-align: center;
	margin: 0;	padding: 0;
	background: #fff url(../img/bg_body-floral.jpg) repeat-x top;
	}

a, a:visited, a:active { color: #a0273c; font-style: italic; }
a:hover { color: #fff; background: #a0273c;	}

:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p,strong {font-size: 1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img, fieldset {border: none;}
address {font-style: normal;}
acronym { cursor: help; border-bottom: 1px dotted; font-weight: inherit; }
strong { font-weight: bold; }
legend { display: none;	}
label { display: block; }

/* a few things */
.text-right { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.img-right { float: right; }
.img-left { float: left; }
.hide { display: none; }

/****END GENERAL REDEFINE*****/

/**********CORE*********/

#container-main {
	width: 720px;
	min-height: 100%;
	position: relative;
	margin: 0 auto;
	}
* html #container-main { height: 100%;}

#content {
	width: 470px;
	overflow: visible;
	position: relative;
	float: left;
	margin: 35px 0 35px;
	background: #fff url(../img/bg_content.jpg) no-repeat 0 0;	
	}

#content-main { margin: 325px 0 0; padding: 10px 10px 10px 20px; }

#commentform { width: 470px; }
	
#content p.tagline {
	width: 351px;
	height: 26px;
	position: absolute;
	top: -24px;
	right: 0;
	text-indent: -9999px;
	background: transparent url(../img/bg_content-tagline.gif) no-repeat 0 0;
	}

#content-mast img{ position: absolute; top: 14px; right: 10px; }

	/* content-main redefines */	
	#content p, #content ul { margin: 0 15px 10px; clear: both;	}
	
	#content ul {
		font-size: 1em;
		list-style: disc;
		margin: 0 10px;
		padding: 0 20px 10px;
		}

	span.name {
		font-weight: bold;
		font-style:italic;
		}
	
	#content-main h1, #content-main h2, 
	#content-main h3 {
		height: 53px;
		position: relative;
		clear: both;
		left: -38px;
		color: #666;
		text-indent: 50px;
		font: italic 22px/53px "Times New Roman", Times, serif;
		letter-spacing: -.025em;
		margin-bottom: 5px;
		background: url(../img/bg_content-h3.gif) no-repeat 0 0;		
		}

	.blog #content-main h1, .blog #content-main h2, 
	.blog #content-main h3 {
		height: auto;
		line-height: normal;
		text-indent: 0;
		padding: 10px 0 0 40px;
		background: none;		
		}

	#content-main h1 { color: #c2823b; }
	#content-main h3 { color: #999; }
	#content-main h1.page-head {
		background: url(../img/bg_content-h2.jpg) no-repeat 0 0;		
		color: #c2823b;
		}

	.blog #content-main h1.page-head { background: none; }

		
	#content-main h4, #content-main h5, #content-main h6 { color: #939393; font: 22px/1.5 "Times New Roman", Times, serif; }
	#content-main h5 { color: #c2823b; font-size: 18px; }
	#content-main h6 { color: #c2823b; font-size: 14px; }	
		
	/* lists */
	#content-main h2 ol li {
		list-style-position: inside;
		list-style-type: decimal;
		}
	#content-main h2 ul, #content-main h2 ol { padding: 5px 10px .5em 15px; }
	#content-main h2 ul li {
		margin-left: 10px;
		list-style: disc;
		}	

	#content-main .navigation { text-align:right;  }
	
	/* img thumbnails */	
	#content-main .thumbnail, 
	#content-main img.thumbnail-left, 
	#content-main img.thumbnail-right {
		width: 115px;
		position: relative;
		float: left;
		clear: none;
		font-size: .8em;
		text-align: center;
		font-style: italic;
		border: 1px solid #efb5c4;
		margin: 0 8px 8px 0; padding: 4px;
		}
	#content-main img.thumbnail-left { margin: 3px 10px 0 0; }
	#content-main img.thumbnail-right {	float: right; margin: 3px 0 0 10px; }

	#content-main .thumbnail {
		height: 115px;
		overflow: hidden;
		} 
	#content-main .thumbnail a {
		display: block;
		overflow: hidden;
		}
	
	#content-main .thumbnail span {
		width: 44px;
		height: 44px;
		position: absolute;
		top: 0; 
		left: 0;
		text-indent: -9999px;
		background: url(../img/label_gallery-new.gif) no-repeat 0 0; }
		} 


	/* hope page */
	div#content div.home p { font-size: 1.25em; font-style: italic; }
	
	/* gallery page */
	#content-main ul.gallery-nav {
		margin: .5em 0;
		padding: 0 0 0 15px;
		}
	#content-main ul.gallery-nav li {
		list-style: none;
		display: inline;
		margin: 0;
		padding: 0 5px 0 0 ;
		}
	ul.gallery-nav li a {
		font-size: 1em;
		padding: .25em;
		}
	ul.gallery-nav li a.current {
		font-weight: bold;
		font-style: italic;
		border: 1px solid #ccc;
		}

	/* testimonial page */
	#content-main div.vert-testimonial, 
	#content-main div.horiz-testimonial {
		width: 430px;
		height: 280px;
		margin-bottom: 15px;
		position: relative;
		background: #fefdfb;
		border: 1px solid #f5f5f5;
		} #content-main div.horiz-testimonial { height: 300px; }
	#content-main div.vert-testimonial img, 
	#content-main div.horiz-testimonial img { margin: 6px 0 0 6px; }

	#content-main div.vert-testimonial p.info, 
	#content-main div.horiz-testimonial p.info {
		position: absolute;
		font-size: .75em;
		top: 11px;
		left: 208px;
		margin: 0; padding: 0;
		}
	
	#content-main div.horiz-testimonial p.info {  top: 56px; left: 280px; }
	
	#content-main div.vert-testimonial p.info .name,
	#content-main div.horiz-testimonial p.info .name { font-size: 1.125em; line-height: 1.75em; font-style: normal; }

	#content-main div.vert-testimonial blockquote p,
	#content-main div.horiz-testimonial blockquote p {	
		display: block;
		text-indent: -9999px;
		overflow: hidden;
		margin: 0; padding: 0;
		}
	#content-main div.vert-testimonial blockquote { position: absolute; left: 214px; }
	#content-main div.horiz-testimonial blockquote { position: absolute; left: 14px; }

	blockquote.walter {
		width: 399px;
		height: 73px;
		top: 215px;
		background: url(../img/bg_testimonial-walter.gif) no-repeat 0 0;
		}

	blockquote.katie-steve {
		width: 389px;
		height: 23px;
		top: 240px;
		background: url(../img/bg_testimonial-katie-steve.gif) no-repeat 0 0;
		}

	blockquote.cathy-mark {
		width: 195px;
		height: 123px;
		top: 125px;
		background: url(../img/bg_testimonial-cathy-mark.gif) no-repeat 0 0;
		}

	blockquote.laura-russ {
		width: 198px;
		height: 123px;
		top: 125px;
		background: url(../img/bg_testimonial-laura-russ.gif) no-repeat 0 0;
		}

	blockquote.jessica-matthew {
		width: 202px;
		height: 123px;
		top: 125px;
		background: url(../img/bg_testimonial-jessica-matthew.gif) no-repeat 0 0;
		}

	blockquote.rachel {
		width: 202px;
		height: 123px;
		top: 125px;
		background: url(../img/bg_testimonial-rachel.gif) no-repeat 0 0;
		}

	blockquote.sabrina-tom {
		width: 196px;
		height: 70px;
		top: 145px;
		background: url(../img/bg_testimonial-sabrina.gif) no-repeat 0 0;
		}
	blockquote.katie-don {
		width: 195px;
		height: 120px;
		top: 120px;
		background: url(../img/bg_testimonial-katie.gif) no-repeat 0 0;
		}
	blockquote.maria-greg {
		width: 396px;
		height: 48px;
		top: 215px;
		background: url(../img/bg_testimonial-maria.gif) no-repeat 0 0;
		}
	blockquote.ali-michael {
		width: 391px;
		height: 71px;
		top: 200px;
		background: url(../img/bg_testimonial-ali.gif) no-repeat 0 0;
		}

	blockquote.francesca-rich {
		width: 202px;
		height: 123px;
		top: 125px;
		background: url(../img/bg_testimonial-francesca.gif) no-repeat 0 0;
		}
	blockquote.martinez {
		width: 200px;
		height: 145px;
		top: 115px;
		background: url(../img/bg_testimonial-martinez.gif) no-repeat 0 0;
		}
	blockquote.caprina-christopher {
		width: 185px;
		height: 123px;
		top: 125px;
		background: url(../img/bg_testimonial-caprina.gif) no-repeat 0 0;
		}
	blockquote.amy-brad {
		width: 198px;
		height: 123px;
		top: 125px;
		background: url(../img/bg_testimonial-amy.gif) no-repeat 0 0;
		}
	blockquote.jessica-jason {
		width: 200px;
		height: 148px;
		top: 110px;
		background:url(../img/bg_testimonial-jessica_jason.gif) no-repeat 0 0;
		}
	blockquote.casey-kevin {
		width: 200px;
		height: 148px;
		top: 110px;
		background:url(../img/bg_testimonial-casey_kevin.gif) no-repeat 0 0;
		}
	blockquote.fitzgerald {
		width: 200px;
		height: 148px;
		top: 110px;
		background:url(../img/bg_testimonial-fitzgerald.gif) no-repeat 0 0;
		}
	blockquote.nadal {
		width: 200px;
		height: 148px;
		top: 110px;
		background:url(../img/bg_testimonial-nadal.gif) no-repeat 0 0;
		}
	blockquote.otero {
		width: 200px;
		height: 148px;
		top: 110px;
		background:url(../img/bg_testimonial-otero.gif) no-repeat 0 0;
		}
	blockquote.pressman {
		width: 200px;
		height: 148px;
		top: 110px;
		background:url(../img/bg_testimonial-pressman.gif) no-repeat 0 0;
		}
	blockquote.sarah {
		width: 200px;
		height: 148px;
		top: 110px;
		background:url(../img/bg_testimonial-sarah.gif) no-repeat 0 0;
		}
	blockquote.strouse {
		width: 380px;
		height: 84px;
		top: 210px;
		background:url(../img/bg_testimonial-strouse.gif) no-repeat 0 0;
		}

	blockquote.pepe {
		width: 200px;
		height: 148px;
		top: 110px;
		background:url(../img/bg_testimonial-pepe.gif) no-repeat 0 0;
		}

	blockquote.scheffler {
		width: 200px;
		height: 148px;
		top: 110px;
		background:url(../img/bg_testimonial-scheffler.gif) no-repeat 0 0;
		}

	blockquote.palumbo {
		width: 200px;
		height: 148px;
		top: 110px;
		background:url(../img/bg_testimonial-palumbo.gif) no-repeat 0 0;
		}

	blockquote.giaconia {
		width: 200px;
		height: 148px;
		top: 110px;
		background:url(../img/bg_testimonial-giaconia.gif) no-repeat 0 0;
		}

	blockquote.meuimann {
		width: 396px;
		height: 75px;
		top: 210px;
		background:url(../img/bg_testimonial-meuimann.gif) no-repeat 0 0;
		}

	blockquote.tucker {
		width: 198px;
		height: 73px;
		top: 140px;
		background:url(../img/bg_testimonial-tucker.gif) no-repeat 0 0;
		}		

	blockquote.pezza {
		width: 198px;
		height: 123px;
		top: 110px;
		background:url(../img/bg_testimonial-pezza.gif) no-repeat 0 0;
		}		

	blockquote.hawalka {
		width: 383px;
		height: 73px;
		top: 210px;
		background:url(../img/bg_testimonial-katy-brian.gif) no-repeat 0 0;
		}

	blockquote.cleaver {
		width: 198px;
		height: 123px;
		top: 110px;
		background:url(../img/bg_testimonial-cleaver.gif) no-repeat 0 0;
		}		

	blockquote.holly-dean {
		width: 394px;
		height: 73px;
		top: 210px;
		background:url(../img/bg_testimonial-holly-dean.gif) no-repeat 0 0;
		}


	/* contact form */
	#contact-form {
		width: 350px;
		color: #9d9c9a;
		background: #fefdfb;
		margin: 0 auto;
		padding: 10px;
		border: 2px solid #f5f5f5;
		}	
	
	#contact-form input { width: 225px; }
	
	#contact-form input,  #contact-form textarea {
		color: #de5f74;
		font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
		font-size: 1.25em;
		font-weight: normal;
		border: 1px solid #ccc;
		background-color : #fff;
		}
		
	#contact-form textarea { width: 320px; }			

	#contact-form input.form-button { width: 91px; height: 35px; border-style: none; margin: 0 10px; }		

	.requiredTxt { color: #c2823b; font-size: .75em; text-transform: uppercase; }
	.contact-error{ padding:3px 5px; background: #FFEF95; border:1px solid #DBCD80; margin:5px 0; }
	
/*******END CORE********/

/********SIDEBAR********/

#sidebar { width: 250px; float: left; }

#sidebar-main {
	color: #aaa;
	text-align: center;
	margin: 5px 14px 10px 10px;
	padding: 10px;
	background: #fff;
	}
	
	/* sidebar redefines */
	#sidebar-main p{ font-size: .85em; padding: 0 20px; }	

	/* logo */
	#sidebar h1 {
		width: 250px;
		height: 185px;
		text-indent: -9999px;
		background: transparent url(../img/bg_logo-top.gif) no-repeat 0 0;
		}
	#sidebar h1 a, #sidebar h1 a:visited, #sidebar h1 a:link  {
		width: 250px;
		height: 185px;
		display: block;
		overflow: hidden;	
		text-indent: -9999px;
		background: transparent url(../img/bg_logo-top.gif) no-repeat 0 0;
		}
	#sidebar h1 a:hover { background-position: 0 -185px; }

	/* side "ad" space */
	#side-all-occasions,
	#side-newsletter {
		width: 200px;
		height: 45px;
		text-indent: -9999px;
		background: url(../img/bg_side-all-occasions.gif) 0 0;
	}
	#side-newsletter { background-image: url(../img/bg_newsletter.png); margin: 10px 0 0; }
	
	#newsletter p { 
		font-size: 12px;
		padding: 0 0 5px;
	}
	#newsletter p label { font-weight: bold; }
	
	#newsletter p.input input {
		width: 200px;
		color: #de5F74;
		font: 1.5em "Lucida Grande","Lucida Sans Unicode",Verdana,Tahoma,Arial,sans-serif;
		background: #fff;
		border: 1px solid #ccc;
	}
	
	#newsletter p.submit { text-align: right; }
	
/******END SIDEBAR******/

/******NAVIGATION*******/
#nav { padding: 13px 0 25px; background: #fff url(../img/bg_nav.gif) no-repeat top center; }	

	/* nav goodness */
	#nav li {
		width: 200px;
		height: 38px;
		overflow: hidden;
		text-indent: -9999px;
		}
	#nav li a {
		width: 200px;
		height: 38px;
		display: block;
		overflow: hidden;
		text-indent: -9999px;
		background: url(../img/bg_nav-sprite.png) no-repeat 0 0;
		}
	
	#nav li a.nav-home, #nav li a.nav-home:link, 
	#nav li a.nav-home:visited { background-position: 0 0; }
	#nav li a.nav-home:hover { background-position: 0 -38px; }
	#nav li.active a.nav-home, #nav li.active a.nav-home:link, 
	#nav li.active a.nav-home:hover, #nav li.active a.nav-home:visited { background-position: 0 -76px; }
	
	#nav li a.nav-about, #nav li a.nav-about:link, 
	#nav li a.nav-about:visited { background-position: 0 -114px; }
	#nav li a.nav-about:hover { background-position: 0 -152px; }
	#nav li.active a.nav-about, #nav li.active a.nav-about:link, 
	#nav li.active a.nav-about:hover, #nav li.active a.nav-about:visited { background-position: 0 -190px; }
	
	#nav li a.nav-gallery, #nav li a.nav-gallery:link, 
	#nav li a.nav-gallery:visited { background-position: 0 -228px; }
	#nav li a.nav-gallery:hover { background-position: 0 -266px; }
	#nav li.active a.nav-gallery, #nav li.active a.nav-gallery:link, 
	#nav li.active a.nav-gallery:hover, #nav li.active a.nav-gallery:visited { background-position: 0 -304px; }
	
	#nav li a.nav-testimonials, #nav li a.nav-testimonials:link, 
	#nav li a.nav-testimonials:visited { background-position: 0 -342px; }
	#nav li a.nav-testimonials:hover { background-position: 0 -380px; }
	#nav li.active a.nav-testimonials, #nav li.active a.nav-testimonials:link, 
	#nav li.active a.nav-testimonials:hover, #nav li.active a.nav-testimonials:visited { background-position: 0 -418px; }
	
	#nav li a.nav-services, #nav li a.nav-services:link, 
	#nav li a.nav-services:visited { background-position: 0 -456px; }
	#nav li a.nav-services:hover { background-position: 0 -494px; }
	#nav li.active a.nav-services, #nav li.active a.nav-services:link, 
	#nav li.active a.nav-services:hover, #nav li.active a.nav-services:visited { background-position: 0 -532px; }
	
	#nav li a.nav-blog, #nav li a.nav-blog:link, 
	#nav li a.nav-blog:visited { background-position: 0 -683px; }
	#nav li a.nav-blog:hover { background-position: 0 -721px; }
	#nav li.active a.nav-blog, #nav li.active a.nav-blog:link, 
	#nav li.active a.nav-blog:hover, #nav li.active a.nav-blog:visited { background-position: 0 -759px; }

	#nav li a.nav-contact, #nav li a.nav-contact:link, 
	#nav li a.nav-contact:visited { background-position: 0 -570px; }
	#nav li a.nav-contact:hover { background-position: 0 -608px; }
	#nav li.active a.nav-contact, #nav li.active a.nav-contact:link, 
	#nav li.active a.nav-contact:hover, #nav li.active a.nav-contact:visited { background-position: 0 -646px; }
	
/****END NAVIGATION*****/

/*********FOOTER********/	
#container-footer {
	width: 100%;
	min-height: 252px;
	position: relative;
	clear: both;
	font-size: .85em;
	text-align: center;
	background: #fff url(../img/bg_footer-floral.jpg) repeat-x bottom;
	}
* html #container-footer { 
	height: 252px; 
	}
#content-footer {
	width: 720px;
	margin: 0 auto;
	}
	
	/* footer goodness */
	#footer-hr {
		width: 100%;
		height: 33px;
		background: #fff url(../img/bg_footer-hr.jpg) no-repeat center;
		border: 0;
		}
	#footer-hr hr { display: none; }
	
	.footer-col {
		width: 250px;
		float: left;
		display: inline;
		margin: 0 10px 0 215px;
		color: #8A8A8A;
		line-height: 3em;
		}

	#copyright {
		width: 100%;
		height: 40px;
		position: absolute;
		left: 0; bottom: 0;
		color: #fff;
		line-height: 40px;
		background: #000;
		}

	#copyright a, #copyright a:link,
	#copyright a:visited {
		color: #fff;
		border-bottom: 1px dashed #fff;
		}

/******END FOOTER*******/