/*
	Stylesheet: Therapie Boutique
	Author: Burdette Ketchum
	Date: March 1, 2011
*/



/* Global Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

body {
	font-family: Cardo, Times, sans-serif;
	font-size: 62.5%;
	line-height: 1.8em;
	background: url(../images/bg-main.jpg) repeat-x;
	color: #616161;
}
a {
	color: #7eadba;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.left {
	float: left;
}
em {
	font-style: italic;
}

.page-home #main-container {
	background: url(../images/bg-main-center.jpg) no-repeat center top;
}

#header-container {
	height: 90px;
	background: url(../images/bg-header.png) repeat-x;
}

#header {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	display: block;	
}

#header h1 a {
	display: block;
	height: 90px;
	width: 130px;
	text-indent: -9999px;
	background-image: url(../images/logo-thr.png);
}
	
ul#nav {
	position: absolute;
	left: 140px;
	top: 22px;	
}

ul#nav li {
	display: block;
	float: left;
	height: 45px;
	width: 120px;
}

ul#nav li a {
	display: block;
	height: 44px;
	width: 120px;
	text-indent: -9999px;
	background: url(../images/bg-nav.png)
}

ul#nav li#nav-home a {
	background-position: -32px 0;
}
ul#nav li#nav-home a:hover {
	background-position: -32px -46px;
}

ul#nav li#nav-about a {
	background-position: -242px 0;
}
ul#nav li#nav-about a:hover {
	background-position: -242px -46px;
}

ul#nav li#nav-events a {
	background-position: -436px 0;
}
ul#nav li#nav-events a:hover {
	background-position: -436px -46px;
}

a.facebook-btn-top {
	position: absolute;
	right: 10px;
	top: 20px;
	display: block;
	height: 55px;
	width: 240px;
	background: url(../images/btn-facebook-top.png);
	text-indent: -9999px;
}
a.facebook-btn-top:hover {
	background-position: 0 -55px;
}
#flash-holder {
	width: 940px;
	height: 525px;
	margin: 0 auto;
}

#flash-alternative {
	width: 940px;
	height: 520px;
	background-image: url(../images/flash-alt.jpg);
	text-indent: -9999px;
}

#btn-holder {
	width: 960px;
	height: 110px;
	margin: 0 auto;
}

#btn-holder li,
#btn-holder li a {
	display: block;
	height: 110px;
	width: 320px;
	text-indent: -9999px;
}

#btn-holder li {
	float: left;
	text-indent: 0;
}

li#btn-facebook a:link,
li#btn-facebook a:visited {
	background-image: url(../images/btn-facebook.png);
}
li#btn-facebook a:hover,
li#btn-facebook a:active {
	background-position: 0 -110px;
}

li#btn-about a:link,
li#btn-about a:visited {
	background-image: url(../images/btn-about.png);
}
li#btn-about a:hover,
li#btn-about a:active {
	background-position: 0 -110px;
}

li#btn-newsletter a:link,
li#btn-newsletter a:visited {
	background-image: url(../images/btn-newsletter.png);
}
li#btn-newsletter a:hover,
li#btn-newsletter a:active {
	background-position: 0 -110px;
}

#footer-container {
	background: url(../images/bg-footer.png) repeat-x;
	border-top: solid 1px #e5e3d4;
}

#footer {
	width: 960px;
	margin: 20px auto 0;
}

#footer p {
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	text-shadow: -1px -1px 1px #899179;
	filter: dropshadow(color=#899179, offx=-1, offy=-1);
	padding: 0 0 18px;
	background: url(../images/text-decor-footer.png) no-repeat center bottom;
}

/*Interior Pages */
body.page-sub {
	background-image: none;
	background-color: #fffef9;
}

#main-content {
	width: 960px;
	margin: 0 auto;
	overflow: auto;
	padding: 20px 0 0;
}

.title-bar-holder {  /*-- NEED TO FIX BOX SHADOW ON THIS ELEMENT --*/
	height: 60px;
	background: #e1dfd3 url(../images/bg-sub-header.jpg) no-repeat center top;
	border-bottom: 2px solid #ddd;	
}

.title-bar-holder h2 {
	width: 960px;
	height: 60px;
	margin: 0 auto;
	text-indent: -9999px;
}

h2.about {
	background: url(../images/sub_header_sprite.png) no-repeat 0 0;
}
h2.events {
	background: url(../images/sub_header_sprite.png) no-repeat 0 -60px;
}
h2.sign_up {
	background: url(../images/sub_header_sprite.png) no-repeat 0 -120px;
}
h3 {
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #7eadba;
	margin: 0 0 18px;
	text-shadow: #d0ccb6 1px 1px 1px;
	filter: dropshadow(color=#d0ccb6, offx=1, offy=1);
}

div.image-col {
	width: 340px;
	float: left;
	border-right: solid 1px #e7e6df;
	margin: 0 0 20px;
}

div.image-col p.map-replace {
	display: block;
	text-indent: -9999px;
	height: 400px;
	background: url(../images/map.png) no-repeat;
	border-bottom: solid 1px #e7e6df;
}

div.image-col div.location-info {
	padding: 0 0 24px;
}
div.image-col div.location-info p {
	font-size: 1.6em;
	line-height: 1.4em;
	padding: 24px 15px 18px;
	word-spacing: -1px;
}
div.image-col div.location-info p.directions {
	font-size: 1.5em;
	line-height: 1.4em;	
	padding: 0 15px 12px;
}

div.image-col p.directions span {
	text-transform: uppercase;
	font-size: .7em;
	line-height: 2.4em;
	color: #514f48;
	font-weight: bold;
}
div.text-col {
	width: 570px;
	float: right;
	padding: 30px 0 40px;
}

div.text-col p {
	font-size: 1.5em;
	line-height: 1.7em;
	padding: 0 60px 18px 0;
}

div.thr-gallery {
	padding: 12px 0 18px;
}

/* My Comment */

div.thr-gallery a {
	padding: 4px;
	display: block;
	float: left;
	margin: 0 18px 24px 0;
	background-color: #f0efea;
	border: 1px solid #e7e6df;
	-webkit-box-shadow: 1px 1px 2px #bfbfbf;
	-moz-box-shadow: 1px 1px 2px #bfbfbf;
	box-shadow: 1px 1px 2px #bfbfbf;
}

div.thr-gallery a:hover {
	background-color: #d8d6d3;
	-webkit-box-shadow: 1px 1px 2px #b0b0b0;
	-moz-box-shadow: 1px 1px 2px #b0b0b0;
	box-shadow: 1px 1px 2px #b0b0b0;
}

div.thr-gallery a img {
	width: 150px;
}

/* Event Styles */
.event {
	margin: 0 0 28px;
	border-bottom: 1px solid #d0cebd;
}
.event img.event-img {
	padding: 5px;
	border: 1px solid #d0cebd;
	margin: 0 20px 20px 0;
	float: left;
	background-color: #fefefe;
	-webkit-box-shadow: 1px 0 4px #c9c9b9;
	-moz-box-shadow: 1px 0 4px #c9c9b9;
	box-shadow: 1px 0 4px #c9c9b9; 
}
.event h4.title {
	font-style: italic;
	font-size: 1.8em;
	color: #4f4e47;
	text-shadow: 1px 1px 1px #bdb695;
	filter: dropshadow(color=#bdb695, offx=1, offy=1);
}
.event p.event-date {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #7EADBA;
	padding-bottom: 0;
}
.event p.event-date span {
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #76756b;
}
.event p.event-desc {
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0 0 24px;
	color: #5a5b53;
	padding-bottom:0;
}

/* Form Styles */
#subForm {
	border-top: 1px dotted #E7E6DF;
	padding: 24px 0 0 0;
}

#subForm label {
	float:left;
	text-align: right;
	width: 180px;
	padding: 0 10px 0 0;
}
#subForm input {
	padding: 4px;
	border: 1px solid #E7E6DF;
	width: 250px;
	color: #666;
}
#subForm input[type="text"]:hover, #subForm input[type="text"]:focus {
	border: 1px solid #a1a395;
	background-color: #f7fae3;
}
#subForm select {
	width: 150px;
	border: 1px solid #E7E6DF;
	background-color: #fff;
	color: #666;
	padding: 2px 2px 3px 2px;
}
#subForm input#submit_btn {
	width:auto;
	padding:4px 6px;
	color: #7EADBA;
	margin-left: 190px;
}
#subForm input#submit_btn:hover {
	background: #ccc;
	border: 1px solid #a1a395;
	color: #514F48;
}


/* Footer Stick Alt */
html
{
height: 100%;
}

body
{
height: 100%;
}

#wrapper
{
position: relative;
min-height: 100%;
}

* html #wrapper
{
height: 100%;
}

#main-container
{
padding-bottom: 150px;
}

#footer-container
{
height: 150px;
position: relative;
margin-top: -150px;
} 
