
/**
 * Enlighten
 *
 * @project Enlighten Theme
 * @package Stryker Docsite Themes
 * @copyright 2010, Mudbug Media
 *
 * Color Guide
 * * #524B3A - body bkgd color, shadows on jquery and footer, link hover, search button active, nav li li link, nav li li hover, navi bkgd color, slide content bkgd color, input and text area focus
 * * #00838C - h1, h2, nav bottom border, nav li bottom border, nav li link, nav li link hover, home content box strong, scrollable container bottom border, footer bkgd color
 * * #D18E57 - em, i, h3, column h2, column h4, appointments h4, patient-survey h4, ol, links, nav li.current bottom border, patient-survey strong, print-reveal 
 * * #BA5414 - search button bkgd color, search button:active bkgd color, patient-testimonials button bkgd, view-multimedia button bkdg, submit testimonial button bkgd
 * * #D96217 - search button hover, patient testimonials button hover, view multimedia button hover, submit testimonial button hover 
 * * #42A09B - nav bkgd color, nav li bkgd color, about surgeon button bkgd, read news button bkgd
 * * #EFEDCA - nav li.current bkgd color, nav li li link bkgd color,  home content box and column bkgd color, form bkgd color, home hr
 * * #CDC9AA - nav li li link hover bkgd color
 * * #CDE6E5 - home content box strong bkgd color
 * * #CCC64E - request appointment button hover, downloadforms button hover
 * * #E5DF7F - address line
 * * #4EB6B0 - about surgeon button hover, read news button hover
 * * #C1BA37 - request appointment button bkgd, download forms button bkgd
 * * #59DEF1 - copyright links, print-page links
 * * #4DA8AF - header background
 

/*** Content ***/

body {
	background: url(../images/customize/layout/bkgd-overlay.png) repeat;
	background-color: #827357;
	color: #827357;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.45em;
	margin-top: 0;
}

h1 {
	color: #373E58;
	font-size: 21px;
	font-weight: normal;
}

h2,
.featured h2,
.appointments h4, 
.patient-survey h4 {
	color: #984F00;
	font-size: 15px;
	font-weight: bold;
}

.column h2 {
	color: #984F00;
	font-size: 14px;
}

#home-content-box h2 {
	border-bottom: 2px solid #984F00;
}

h3, h4 {
	color: #984F00;
	font-size: 15px;
	font-weight: normal;
}

.column h4 {
	color: #373E58;
	border-bottom: 2px solid #373E58;
}
.admin h4,
.admin_listing h4,
h3.admin_title,
#events h4  {
	border-bottom: 2px solid #fff;
	color: #984F00;
}


.appointments h4, .patient-survey h4 {
	border-bottom: 2px solid #fff;
	text-transform: uppercase;
}

em, i {
	color: #373E58;
	font-style: italic;
}

hr {
	border: none 0;
	border-top:  solid 2px #984F00;
	margin-bottom: 10px;
	margin-top: 10px;
}

.callout-container hr {
	width: 212px;
}
.callout-container strong,
.callout-container b {
	font-weight: normal;
}
/*** Lists ***/

.column ol {
	color: #984F00;
	font-weight: bold;
}

.column ol p {
	color: #666;
	font-weight: normal;
}

/*** Links ***/

a:link,
a:visited,
a:active {
	color:#373E58;
	text-decoration: underline;
}

a:hover  {
	color: #984F00;
	text-decoration: none;
}

/*** Images ***/

.column .photos {
	background-color: #EDEDD2;
}

.photos {
	background-color: #EDEDD2;
}

.surgeon-photos {
	border: none 0;
}

/*** Wrappers ***/

#content {
	background-color: #FFF;
}

/*** Header & Search ***/

#header-top-area {
	background-color: #373E58;
}

#search {
	background-color: transparent;
}

#search input {
	color: #373E58;
}

#search button {
	color: #373E58;
	background: url("../images/constant/forms/search-button-overlay.png") #EDEDD2;
	border: none;
}

#search button:hover {
	background-color: #984F00!important;
	color: #EDEDD2;
}

#search button:active {
	background-color: #EDEDD2!important;
	color: #984F00!important;
}

#header-top-area address {
	color: #fff;
	font-size: 12px;
}

#content a[href^="tel:"] {
	color: #984F00;
	text-decoration: none;
}
/*** Top Navigation ***/

#nav {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#984F00', endColorstr='#EDEDD2'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#984F00), to(#EDEDD2)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #984F00,  #EDEDD2); /* for firefox 3.6+ */
	border-bottom: 6px solid #984F00;
}

#nav li {
	color: #FFF;
	border-bottom: 6px solid #984F00;
}

#nav li a:link,
#nav li a:visited,
#nav li a:active {
	color: #373E58;
}

#nav li a:hover {
	color:#984F00;
}

#nav li.current {
	border-bottom: 6px solid #984F00;
	background: url(../images/customize/layout/nav-dog-ear.png) no-repeat;
	background-color: #EDEdd2;
}
#nav li.divider {
	background-color: #373E58;
}
/*** Top Navigation Dropdowns ***/

#nav li li a:link,
#nav li li a:visited,
#nav li li a:active {
	color: #EDEdd2;
	background-color: #373E58;
}

#nav li li a:hover {
	background-color: #984F00;
}

/*** Home Page Content Box - ie Specialties Box ***/

#home-content-box-strong {
	background-color: #373E58;
	border-top: solid 2px #FFF;
}

#home-content-box strong a:link,
#home-content-box strong a:visited,
#home-content-box strong a:active {
	color: #EDEDD2;
}

/*** Call Out Buttons ***/

a.callout {
	color: #FFF;
	font-size: 22px;
	text-decoration: none;
}

a.callout:hover {
	color: #fff;
}

#request-appointment:hover, #download-forms:hover {
	background-color: #ba6100;
}

#about-surgeon:hover, #read-news:hover {
	background-color: #4b5477;
}

#patient-testimonials:hover, #view-multimedia:hover, #submit-testimonial:hover {
	background-color: #666;
}

#request-appointment, #download-forms,
#request-appointment:active, #download-forms:active {
	background-color: #984F00;
}

#about-surgeon, #read-news,
#about-surgeon:active, #read-news:active {
	background-color: #373E58;
}

#patient-testimonials, #view-multimedia, #submit-testimonial,
#patient-testimonials:active, #view-multimedia:active, #submit-testimonial:active {
	background-color: #555;
}

#patient-portal,
#patient-portal:active {
	background-color: #D9D8A6;
	color: #333;
}

#patient-portal:hover {
	background-color: #DEDDB1;
}


/*** Home Page Coda Slider - Animation Area ***/

#scrollable-container {
	background-color: #FFF;
	border-bottom: 6px solid #373E58;
	-webkit-box-shadow: 0px 0px 3px #524B3A;
	-moz-box-shadow: 0px 0px 3px #524B3A;
	box-shadow: 0px 0px 3px #524B3A;
}
.navi-button  {
	background-color:#373E58;

}

.active {
	background-color: #984F00;	
}

.slide-content {
	background-color: #373E58;
	
}

.slide-content h1 a:link,
.slide-content h1 a:active,
.slide-content h1 a:visited,
.slide-content h1 a:hover {
	color: #fff;
}

.slide-content p,
.slide-content a:link,
.slide-content a:active,
.slide-content a:visited,
.slide-content a:hover {
	color: #fff;
}

.slide-content a:link,
.slide-content a:active,
.slide-content a:visited,
.slide-content a:hover {
	color: #fff;
	text-decoration: underline !important;
}


/*** Page Column ***/

#patient-survey .form-column {
	width: 420px;
}

.column,
.featured,
#home-content-box {
	background-color: #EDEDD2;
}
.column h4,
.featured h2,
#home-content-box h2 {
	background: url(../images/customize/layout/specialties-dog-ear.png) no-repeat;
}

/*** Forms ***/

form,
.admin_listing {
	background-color: #EDEDD2;
}

input,
textarea {
	border: 1px solid #373E58;
	color: #666;
}

input:focus,
textarea:focus {
	border: 1px solid #984F00;
}

.patient-survey strong {
	color: #984F00;
}

input[type="button"]:hover,
input[type="submit"]:hover,
a:hover.button,
button:hover, .hover {
	background-color: #46021D;
}

a.button,
input[type="button"],
input[type="submit"],
button,
a:active.button,
button:active,
input[type="button"]:active,
input[type="submit"]:active {
	background: url("../images/constant/forms/form-button-overlay.png") #984F00;
	color: #FFF;
}
input.secondary-button,
button.secondary-button {
	background: url("../images/constant/forms/form-secondary-button-overlay.png") #984F00;
}
/*** Footer ***/

address a:link {
	color: #fff;
}

#footer address a:link {
	color: #fff;
}

.copyright,
#footer address {
	font-size: 12px;
	line-height: 12px;
}

.copyright a:link,
.copyright a:visited,
.copyright a:active {
	color: #984F00;

}

.copyright a:hover {
	text-decoration: underline;
	color: #EDEDD2;
}

#footer {
	background: url("../images/constant/layout/footer-overlay.png") repeat-x #373E58;
	color: #EDEDD2;
	-webkit-box-shadow: 0px 0px 3px #524B3A;
	-moz-box-shadow: 0px 0px 3px #524B3A;
	box-shadow: 0px 0px 3px #524B3A;}

/*** Print ***/

#print-page a {
	color: #984F00;
}

#print-page a:hover {
	color: #EDEDD2;
	text-decoration:underline;
}

#print-reveal {
	color: #EDEDD2;
}
