/* 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/back.jpg) no-repeat top center;
	}

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

: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 {
	min-height: 100%;
	position: relative;
	margin: 0 auto;
	background-color:#ffffff;
	width:999px;
	}
* html #container-main { height: 100%;}

#content {
	width: 900px;
	overflow: visible;
	position: relative;
	float: left;
	padding:0 50px 0 49px;
	margin:0;
	background-color:#ffffff;
	}

#content-main { margin:0; padding: 0px; width:100%; bgcolor:#fff;}
	
#content p.tagline {
display:none;
	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; display:none; }

	/* content-main redefines */	
	#content p, #content ul { margin: 0 15px 10px; clear: both; font-size:14px; line-height:17px; font-style:normal; padding-bottom:10px;}
	
	#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 h2, #content-main h3 {
		width: 240px;
		height: 53px;
		position: relative;
		clear: both;
		left: -38px;
		text-indent: -9999px;
		margin-bottom: 5px;
		}
		
	#content-main h3 {
		width: 250px;
		}
	
	/* h2 background and positions */
	#content-main h2 { background: url(../img/bg_content-h2-sprite.gif) no-repeat 0 0; display:none; }
	#content-main h2.home { background-position: 0 0; }
	#content-main h2.about { background-position: 0 -53px; }
	#content-main h2.gallery { background-position: 0 -106px; }
	#content-main h2.testimonials { background-position: 0 -159px; }
	#content-main h2.services { background-position: 0 -212px; }
	#content-main h2.contact { background-position: 0 -265px; }

	/* h3 background and positions */
	#content-main h3 { background: url(../img/bg_content-h3-sprite.gif) no-repeat 0 -371px; display:none; }
	#content-main h3.ken { background-position: 0 0; }
	#content-main h3.tom { background-position: 0 -53px; }
	#content-main h3.judi { background-position: 0 -106px; }
	#content-main h3.fran { background-position: 0 -159px; }
	#content-main h3.team { background-position: 0 -212px; }
	#content-main h3.every { background-position: 0 -265px; }
	#content-main h3.special { background-position: 0 -318px; }

	/* img thumbnails */	
	#content-main p.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 p.thumbnail {
		height: 115px;
		overflow: hidden;
		} 
	#content-main p.thumbnail a {
		display: block;
		overflow: hidden;
		}
	
	#content-main p.thumbnail a 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.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.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.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;
		}



	/* 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: 125px; height: 48px; border-style: none; }		

	.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;
	display:none;
	}
	
	/* sidebar redefines */
	#sidebar-main p{ font-size: .85em; padding: 0 20px; }	

	/* logo */
	#sidebar h1 {
	display:none;
		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 {
		width: 200px;
		height: 45px;
		text-indent: -9999px;
		background: url(../img/bg_side-all-occasions.gif) 0 0;
		}

/******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.gif) 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-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-scontact: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/back-footer.jpg) no-repeat top center;
	}
* html #container-footer { 
	height: 252px; 
	}
#content-footer {
	width: 999px;
	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: 215px;
		float: left;
		margin: 0 10px;
		color: #8A8A8A;
		line-height: 2em;
		text-align:left;
		}

	#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;
		}
		
	h1.page-head {
	font-size:36px;
	}

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