/* ---------------------------------------------------------------
Title:    Twin Falls Family Dentistry
Company:  Practice Cafe
Designer: J.J. Carlson
URL:      www.practicecafe.com
Date:     26 JULY 2013

© COPYRIGHT 2013, PRACTICE CAFE, LLC | ALL RIGHTS RESERVED

--------------------------------------------------------------- */

body  {
	font: 100% "adobe-garamond-pro", Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg-content.png) repeat-y center top, url(../images/bg-body.jpg) repeat center top #fff;
	margin: 0; 
	padding: 0;
	text-align: left;
	min-width: 980px;
}

#topBar {
	width: 100%;
	height: 133px;
	position: absolute;
	top: 0;
	background: url(../images/bg-top.png) repeat-x center top;
	z-index: 2;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

#contact-wrapper {
	display: block;
	position: relative;
	width: 700px;
	margin: 20px auto 0;
	clear: both;
}

.reg {
	font-size: .6em;
	line-height: .6em;
	vertical-align: super;
}

strong { 
	font-weight: normal;
}

sup {
	font-size: .6em;
	vertical-align: top;
}

.map iframe {
	background: #fff;
	overflow: hidden;
	box-shadow: 0px 0px 8px #6C5544;
	border: 5px solid #fff;
	margin-bottom: 30px;
}

/* NAME: Under the logo */

#name {
	display: block;
	width: 700px;
	margin: 15px auto 30px;
	padding: 5px 0 20px;
	border-bottom: 1px solid #31AADE;
	text-align: center;
	font: 24px/30px "source-sans-pro",Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	text-align: center;
	color: #31AADE;
}

/* ADDRESS: This is for the address info */

#address {
	position: absolute;
	display: block;
	right: 20px;
	top: 16px;
	margin: 0 auto;
	text-align: center;
	font: 26px/32px "source-sans-pro",Arial,Helvetica,sans-serif;
	color: #fff;
	text-shadow: 1px 1px 3px #217193;
}

/* PHONE NUMBER */

.phone {
	position: absolute;
	top: 2px;
	left: 30px;
	margin: 12px 0;
	padding: 0;
	float: left;
	text-align: left;
	font: 30px/38px "source-sans-pro", Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 3px #217193;
}

.phone .floatlft-sb {
	float: left;
	padding: 0px 5px 0 20px;
}

/* LOGO */

#logo {
	display: block;
	width: 391px;
	height: 134px;
	margin: 0 auto 10px;
	padding-top: 95px;
}

#logo a {
	background: url(../images/logo.png) no-repeat center top;
	float: left;
	width: 391px;
	height: 134px;
	padding: 0;
}

#logo a span {
	visibility: hidden;
}

/* CONTENT WRAPPER */

#contentwrapper {
	width: 910px;
	margin: 0 auto;
	text-align: left;
}

/* CONTENT */

#content {
	width: 600px;
	float: right;
	margin: 0;
	text-align: left;
}

h1 {
	margin-bottom: 2px;
	padding: 3px 20px 3px 0;
	font: italic bold 34px/42px "adobe-garamond-pro", Arial, Helvetica, sans-serif;
	color: #6C5544;
}

.headbox {
	padding: 3px;
	width: 442px;
	border: 3px solid #003D6F;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    margin-top: 30px;
}
	
.imageround img	{
	width: 592px;
	border: 3px solid #6C5544;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

h2 {
	margin: 20px 0 10px;
	padding-left: 4px;
	font: 24px/30px "source-sans-pro", Verdana, Geneva, sans-serif;
	color: #217194;
}

#content p {
	padding-left: 4px;
	font: 18px/26px "adobe-garamond-pro", Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin-top: 0;
}

img {
	color: #FDF6DE;
	border-color: #FDF6DE;
}

#content em {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* SIDEBAR */

#sidebar { 
	width: 305px;
	float: left;
	padding-bottom: 5px;
	text-align: left;
}

#hours, #amenities {
	width: 100%;
	background: #6C5544;
	border: 2px solid #217194;
	margin-bottom: 30px;
	border-radius: 8px;
	box-shadow: 0 1px 3px #217194;
}

#amenities {
	background: url(../images/bg-sidebar.jpg) repeat left top #31AADE;
}

#sidebar h2 {
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 1px #6C5544;
	margin: 20px 0 0;
	padding: 0;
}

#sidebar ul {
	margin: 10px auto;
	padding: 10px;
	list-style-type: none;
}

#sidebar li {
	display: block;
	font: 16px/28px "source-sans-pro", 'Lucida Grande', Helvetica Neue, Helvetica, Arial sans-serif;
	color: #fff;
	border-bottom: 1px dotted #D0ECF8;
	background-repeat: no-repeat;
	margin-bottom: 3px;
	list-style: none;
	text-align: center;
}

#sidebar ul.hours li {
	color: #EEEAE2;
	text-align: left;
	padding: 0 14px;
}

#sidebar li em {
	text-align: right;
	float: right;
	text-indent: 0;
	font-weight: normal;
	font-style: normal;
	color: #fff;
}

#sidebar p {
	padding-left: 10px;
	padding-right: 10px;
	font-family: "adobe-garamond-pro", Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #fff;
	text-shadow: 1px 1px 1px #345563;
	text-align: justify;
}

#sidebar h1 {
	padding: 5px 0 0;
	font-family: "adobe-garamond-pro",Arial,Helvetica,sans-serif;
	font-size: 26px;
	line-height: 32px;
	margin: 30px 0px 0px 0px;
	font-weight: normal;
	text-align: center;
	color: #5C5C5C;
}

#sidebar .floatlft {
	float: left;
	padding-bottom: 0px;
	padding-right: 10px;
}

/* NEW PATIENT GIFT */

#gift {
	display: block;
	width: 300px;
	height: 214px;
	margin: 20px auto;
}

#gift a {
	background: url(../images/np-gift.png) no-repeat center top;
	float: left;
	width: 300px;
	height: 214px;
}

#logo a span {
	visibility: hidden;
}

/* --------------( CUSTOM SELECTION )-------------- */

/* Mozilla based browsers */
::-moz-selection {
    color: #fff;
	background: #217194;
}

/* Works in Safari */
::selection {
    color: #fff;
	background: #217194;
}

/* ENDING FOOTER AREA */

#end {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	font: 16px/24px "source-sans-pro", Geneva, Tahoma, sans-serif;
	font-size: 15px;
	color: #EEEAE2;
	background: #6C5544;
	margin-top: 40px;
	border-top: 4px solid #31AADE;
	clear: both;
}

#address-footer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	font-size: 16px;
}

/* CLEARING ELEMENT */

#footer {
	clear: both;
}

.cf:after {
	content: "";
	visibility: hidden;
	clear: both;
}

/* FLOAT LEFT OR RIGHT */

.floatlft {
	float: left;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
}

.floatrt {
	float: right;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 20px;
}

/* CONTACT FORM: This contains the contact form so there is a margin on the left side. */

#contactform {
	width: 100%;
	float: left;
	margin-left: 20px;
}

.star {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #E11F20;
	vertical-align: super;
}

#comment-form fieldset {
	margin: 0px;
	padding: 10px 0px;
	border: none;
}

#comment-form fieldset label {
	display: block;
	margin: 0 0 3px 0;
	font-family: "source-sans-pro",Arial,Helvetica,sans-serif;
	font-size: 21px;
	color: #217194;
}

#comment-form fieldset input,
#comment-form fieldset textarea {
	width: 100%;
	padding: 5px;
	font-family: "adobe-garamond-pro", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #fff;
	border: none;
	box-shadow: inset 1px 1px 6px #6C5544;
	-webkit-box-shadow: inset 1px 1px 3px #6C5544;
	-moz-box-shadow: inset 1px 1px 3px #6C5544;
	background: #6C5544;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
}

#comment-form fieldset textarea {
	height: 200px;
}

.message-text {
	display: block;
	width: 400px;
	padding: 0px 10px;
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #E11F20;
}

#comment-form fieldset input:hover,
#comment-form fieldset textarea:hover {
	background: #31AADE;
	box-shadow: 0 0 8px #217194;
	color: #fff;
}

#comment-form fieldset input:focus,
#comment-form fieldset textarea:focus {
	background: #fff;
	outline: none;
	box-shadow: 0px 0px 12px #217194;
	color: #217194;
}

#comment-form .form-input-button {
	width: 350px;
	height: 49px;
	padding: 0;
	font-size: 18px;
	border: none;
	color: #fff;
	text-shadow: 0px -1px 0px #443166;
	background: #31AADE url(../images/glass-btn.png) repeat-x 0 50%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#comment-form .form-input-button:hover,
#comment-form .form-input-button:focus {
	text-decoration: none;
	background-color: #6C5544;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 0 8px #6C5544;
	-webkit-box-shadow: 0 0 8px #6C5544;
	cursor: pointer;
}

/* ---------- LINKS ---------- */

/* NORMAL */

a:link, a:visited {
	color: #7F8FA9;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #E11F20;
	text-decoration: none;
}

/* DESIGNED BY */

a.designer:link, a.designer:visited {
	color: #83AAB1;
	text-decoration: none;
}

a.designer:hover, a.designer:active, a.designer:focus {
	color: #e56a0b;
	text-decoration: underline;
}

span.practicecafe {
	font-size: 12px;
}