/* Use for all app specific CSS */

/* -------------------------------HEADER*/
div.top-stripe { position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: #484848; }

#logo {
	background: url(../assets/images/logo.png) no-repeat;
	float: left;
	display: block;
	margin-top: -10px;
	height: 47px;
	width: 205px;
	text-indent: -9999em;
}
#banner {
	float: left;
	width: 960px;
	height: 300px;
	margin: 40px 0 40px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 15px rgba(0,0,0,0.7);
	-webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.7);
	box-shadow: 1px 1px 15px rgba(0,0,0,0.7);
}
span#bannerCTA { position: absolute; top: 111px; left: -8px; width: 139px; height: 138px; background: url('../assets/images/call-today.png') no-repeat; }
div#header p#bannertext {
	font-style: italic;
	font-weight: 200;
	background: #000;
	background: rgba(0,0,0,0.6);
	width: 400px;
	padding: 15px;
	font-size: 14px;
	line-height: 19px; 
	color: #fff;
	float: right;
	margin: -200px 20px 0 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,1);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,1);
	box-shadow: 0 0 20px rgba(0,0,0,1);
}
p#bannertext span.cite {
	font-style: italic;
	line-height: 19px;
	font-size: 11px; 
	color: #bbb; 
}
/* ----- navigation ----- */
#nav a {
	color: #999;
}
div#header ul#nav li.current {
	padding-top: 5px;
	border-top: solid #a9a718 2px;
}
div#header ul#nav li.current a { 
	color: #a9a718; 
}
ul#nav {
	float: right;
	list-style: none;
}
ul#nav li {
	float:left;
	width: 173px;
	margin-left: 15px;
	padding-top: 5px;
	border-top: solid #999 2px;
}
li#nav_index  a {	
	padding: 7px 138px 0 0;
}
li#nav_therapy a{
	padding: 7px 118px 0 0; 
}
li#nav_intervention a{
	padding: 7px 77px 0 0;
}
li#nav_contact a {
	padding: 7px 116px 0 0;
}

/* ------------------BODY*/
#content h2{
	font-family: Georgia, Times, serif;
	color: #434242;
	margin-top: 5px;
	font-size: 23px;
	line-height: 29px;
	}
#content p {
	font-size: 13px;
	color: #535353;
	word-spacing: 2px;
	line-height: 21px;
	margin-top: 20px;
}
#content_about {
	width: 310px;
	margin-right: 30px;
	float: left;
	border-top: 1px solid #999;
	color: #535353;
}
#content_experience {
	width: 310px;
	margin-right: 30px;
	float: left;
	border-top: 1px solid #999;
	color: #535353;
}
#content_about ul { margin: 20px 0 0 40px; list-style: circle; font-size: 13px; font-style: italic; padding-right: 10px; }
#content_about ul li { margin-bottom: 8px; }
/* ----- sidebar contact box ----- */
#contact_box {
	width: 275px;
	float: left;
	background-color: #ebe8d1;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.3);
	box-shadow: 0 0 7px rgba(0,0,0,0.3);
	border: 1px solid #c0bc9e;
	overflow: hidden;
}
#speech_bubble {
	margin: -1px 0 0 50px;
	float: left;
}
#contact_box p{
	font-size: 12px;
	color: #434242;
}
#contact_box h3{
	color: #434242;
	font-size: 16px;
	line-height: 16px;
	text-shadow: 1px 1px 1px #777;
	margin: 15px 0 8px;
}
#border {
	width: 92px;
	height: 92px;
	background-color: #c3bfa2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin: 15px;
}
#profile_pic {
	background: url(../assets/images/koch.png) no-repeat;
	width: 82px;
	height: 82px;
	margin: 5px 0 0 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
}
#vcard {
	background: url(../assets/images/vcard.png) no-repeat;
	width: 128px;
	height: 19px;
	text-indent: -9999em;
	float: right;
	cursor: pointer;
	margin: 0 25px 15px 0;
}
#bbb{
	margin:60px 0 0 50px;
	float: left;
}
/* ---------------FOOTER*/
#footer{
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px; 
	-webkit-border-top-right-radius: 3px; 
	-webkit-border-top-left-radius: 3px; 
	border-top-left-radius: 3px; 
	border-top-right-radius: 3px; 
	background-color: #484848;
	margin-top: 75px;
	color: #fff;
}
#footer ul {
	float: left;
	list-style-type: none;
	margin-left: 15px;
}
#footer li{
	display: inline;
	border-right: solid 1px #fff;
}
#footer li a{			
	padding: 0 7px 0 7px;
	color: #fff;
}
#footer_nav #footer_contact {
	border: none;
}

#onetwentyseven {
	color: #888; 
	float: right;
	font-size: 12px; 
	margin-right: 20px; 
}

#onetwentyseven a { 
	color: #888;
}

#onetwentyseven a:hover { 
	color: #fff; 
}


/* Flyout and Modal */
div.flyout { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; background: rgba(0, 0, 0, .8); display: none; z-index: 100; }
div.flyout div.modal { position: relative; z-index: 101; background: #f0f0f0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin: 150px auto; -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5) -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5) box-shadow: 0 0 10px rgba(0, 0, 0, .5); width: 650px; padding: 30px; height: 200px; }
div.flyout div.modal h3 { font-size: 32px; margin-bottom: 3px; position: relative; z-index: 9999; }
div.flyout div.modal p { font-size: 13px; color: #424242; position: relative; z-index: 9999; }
div.flyout div.modal div.contact-info { width: 350px; float: left; position: relative;  position: relative; z-index: 9999;  }
div.flyout div.modal h5 { font-size: 20px;  position: relative; z-index: 9999; }
div.flyout div.modal form { margin-top: 10px; float: left; position: relative; z-index: 9999;  }
div.flyout div.modal form input, 
div.flyout div.modal form textarea { width: 240px; margin-left: 20px; margin-bottom: 8px;  position: relative; z-index: 9999;}
div.flyout div.modal form textarea { margin-bottom: 12px; height: 60px; position: relative; z-index: 9999;  }
div.flyout div.modal form input[type=submit] { width: auto; float: right; position: relative; z-index: 9999; }
div.flyout div.modal a.button.cancel { 
	display: block;
	color: #424242;
	position: relative;
	border: 1px solid #999;
	padding: 5px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #ccc;
	float: right;
	margin: 1px -10px 0 0;
	z-index: 9999;
	}
