/*
 SilverStripe BlackCandy Theme
 http://www.silverstripe.com
 */
 
/* Default styles */

html {
	
}

body {
	font-family: Lucida Sans, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: #7aaec9;

}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}


.clear {
	clear: both;
}

img {

}


h1 {
	font-size: 24px;
	margin: 0px;
	padding-bottom: 5px;
	color: #297397;
	letter-spacing: -1px;
}

h2 { 
	font-size: 18px;
	margin: 0px;
	padding-bottom: 10px;
	color: #666666;
	letter-spacing: -1px;
}
	
h3 {
	font-size: 15px;
}

h5 {

}

h6 {

}

p, li {
	line-height: 18px;
	font-size: 11px;
}

p {
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

a {
	color: #3b5ba9;
}



/* Site Container Box */

.pageBackground {
	background: #ffffff url(/_images/header-background.jpg) repeat-x;
	width: 100%;
}

#pageContainer { 
	padding-bottom: 15px;
	text-align: left;
	width: 960px;
}

.footerBackground {
	background: #ffffff url(/_images/footer-background.jpg) repeat-x;
	width: 100%;
	height: 130px;
}


/* Header */

#headerContainer { 
	position: relative;
 	width: 960px;
	height: 145px;
	margin: 0px;
	padding: 0px;
	background: #ffffff url(/_images/header-logo.jpg) repeat-x;
}

#headerContainer #headerLogo { 
 	position: absolute;
	top: 10px;
	left: 0px;
	width: 420px;
	height: 90px;
}

#headerContainer #headerLogo A { 
	width: 420px;
	height: 80px;
	display: block;
}

#headerContainer #headerTitle { 
	position: absolute;
	left: -2000px;
}

#headerContainer #headerNavigation {
	position: absolute;
	top: 60px;
	right: 0px;
	height: 35px;
}

#headerContainer #headerContact {
	position: absolute;
	top: 95px;
	right: 0px;
	height: 35px;
}

#headerContainer #headerPhone {
	position: absolute;
	top: 5px;
	right: 10px;
	height: 35px;
	font-size: 12px;
 	background: url(/_images/icon-contact.gif) no-repeat;
}

#headerContainer #headerPhone A {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 55px;
	line-height: 35px;
}

/* Header Navigation */

#headerNavigation ul { 
 	float: left;
	margin: 0px;
	padding: 0px;	
}
	
#headerNavigation ul li { 
	list-style: none; 
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 35px;
	display: block;
	font-size: 12px;
	font-weight: bold;
}

#headerNavigation ul li a { 
	float: left;
	text-decoration: none;
	display: block; 
	height: 35px;
	margin: 0px;
	padding: 0 10px 0 10px;
	color: #ffffff;
}

#headerNavigation ul li a.current { 
	color: #d2a67d;
}
	
#headerNavigation ul li a span {
	text-align: center;
	float: left;
	height: 2.3em;
}

#headerNavigation ul li a:hover { 
	cursor: pointer;
	background: url(/_images/navigation-hover.png) repeat-x;
	color: #e9e0d8;
}

/* Header Navigation */

#headerContact ul { 
 	float: left;
	margin: 0px;
	padding: 0px;	
}
	
#headerContact ul li { 
	list-style: none; 
	margin: 0px;
	padding: 0px 0px 0px 40px;
	float: left;
	line-height: 35px;
	display: block;
	font-size: 12px;
	font-weight: bold;
}

#headerContact ul li a { 
	float: left;
	display: block; 
	height: 35px;
	margin: 0px;
	padding: 0 10px 0 10px;
	color: #0f6e9f;
}

#headerContact ul li a:hover { 
	color: #4f90aa;
	cursor: pointer;

}

#headerContact #iconConsultation { 
 	background: url(/_images/icon-calendar.gif) no-repeat;
}

#headerContact #iconContact { 
 	background: url(/_images/icon-contact.gif) no-repeat;
}

#headerContact #iconConsultation:hover { 
 	background: url(/_images/icon-calendar-hover.gif) no-repeat;
}

#headerContact #iconContact:hover { 
 	background: url(/_images/icon-contact-hover.gif) no-repeat;
}

/* Breadcrumbs */

#Breadcrumbs { 
 	color: #ffffff;
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	font-size: 11px;
	padding-bottom: 10px;
}

#Breadcrumbs a { 
 	color: #ffffff;
	font-weight: normal;
}

/* Content */

#pageContentContainer {
	width: 700px;
	margin-bottom: 20px;
	float: left;
	padding-top: 0px;
}

#pageContentContainerWide {
	padding-top: 0px;
}


/* Left Navigation */


#pageNavigationContainer { 
 	width: 240px;
	float: right;
	font-size: 13px;
	background: #ffffff;
	padding-top: 35px;
}

#pageNavigationContainer h1 { 
	font-size: 18px;
}

#pageNavigationContainer h2 { 
	font-size: 15px;
}

#pageNavigationContainer h3 { 
	font-size: 13px;
	height: 25px;
	margin: 0px;
	padding: 0px;
}

#pageNavigationContainer ul { 
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #999999;
}

#pageNavigationContainer ul li { 
	margin: 0px;
	padding: 0px 10px 0px 10px;
	line-height: 30px;
	border-bottom: 1px solid #999999;
}

#pageNavigationContainer ul li:hover { 
	background: url(/_images/navigation-background.gif) repeat-x;
	text-decoration: underline;
}

#pageNavigationContainer ul li a { 
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/* Footer */

#footerContainer { 
 	clear: both;  
	width: 960px;
	text-align: center;
	font-size: 10px;
	height: 130px;
	margin-top: 0px;
	position: relative;
	background: url(/_images/footer-panel.jpg) repeat-x;
}

#footerContainer .footerNavigation ul { 
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	position: absolute;
	top: 45px;
	left: 0px;
	width: 960px;
}

#footerContainer .footerNavigation ul li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #ffffff;
	font-size: 11px;
	color: #ffffff;
}

#footerContainer .footerNavigation ul .last {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	border-right: 0px;
}

#footerContainer a { 
	text-decoration: none;
	color: #ffffff;
}
	
#footerContainer a:hover {
	text-decoration: underline;
	color: #ffffff;
}

/* Home Panels */

.homeLeft {
	width: 675px;
	float: left;
}

.homeRight {
	width: 265px;
	float: right;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
}

.homeRight H2 {
	line-height: 21px;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	color: #2f82ab;
}

.homePanels {
	padding: 15px;
	position: relative;
	height: 280px;
}

#homePanelLeft, 
#homePanelCenter, 
#homePanelRight {
	width: 205px;
	height: 330px;
	float: left;
	border-right: 1px dotted #666666;
	padding-right: 15px;
	position: absolute;
	top: 15px;
}

#homePanelLeft {
	left: 0px;
}

#homePanelCenter {
	left: 235px;
}

#homePanelRight {
	left: 470px;
	border: 0px;
}

.homePanels UL {
	font-size: 11px;
	font-style: italic;
	padding: 0px 15px;
}

.homePanels LI {
	padding: 0px;
	margin: 0px;
}

.homePanels UL LI A {
	padding-top: 60px;
	font-style: normal;
	color: #000066;
}

.homePanels A {
	color: #000066;
}

.homePanels H3 {
	padding: 0px 0px 5px 0px;
	font-size: 14px;
	
}

.homePanels P {
	padding: 0px 0px 5px 0px;
}

#homePanelRight {
	padding-right: 0px;
}

/* Home Poster */

#homeChiropractic {
	position: relative;
	background: url(/_images/panel-chiropractic.jpg);
	width: 675px;
	height: 255px;
}

#homeMassage {
	position: relative;
	background: url(/_images/panel-massage.jpg);
	width: 675px;
	height: 255px;
	display: none;
}

#homeChiropractic H2,
#homeMassage H2 {
	position: absolute;
	top: 40px;
	left: 20px;
	font-family: "Lucida Sans", Arial;
	font-size: 28px;
	line-height: 32px;
	color: #ffffff;
	letter-spacing: -2px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	width: 480px;
}

#homeChiropractic H3,
#homeMassage H3 {
	position: absolute;
	top: 105px;
	left: 20px;
	font-family: "Lucida Sans", Arial;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
	font-weight: normal;
	width: 550px;
	margin: 0px;
	padding: 0px;
	width: 450px;
	letter-spacing: 0px;
}

#homeChiropractic .buttonRead,
#homeChiropractic .buttonTry,
#homeMassage .buttonRead,
#homeMassage .buttonTry
{
	position: absolute;
	font-family: "Lucida Sans", Arial;
	font-size: 15px;
	line-height: 35px;
	color: #ffffff;
	font-weight: bold;
	width: 110px;
	height: 35px;
	display: block;
	text-align: center;
	background: url(/_images/home-button-blue.png);
	text-decoration: none;
}

#homeChiropractic .buttonRead,
#homeChiropractic .buttonTry
{
	background: url(/_images/home-button-blue.png);
}

#homeChiropractic .buttonRead:hover,
#homeChiropractic .buttonTry:hover
{
	background: url(/_images/home-button-blue-hover.png);
}


#homeMassage .buttonRead,
#homeMassage .buttonTry
{
	background: url(/_images/home-button-black.png);
}

#homeMassage .buttonRead:hover,
#homeMassage .buttonTry:hover
{
	background: url(/_images/home-button-black-hover.png);
}

.buttonRead {
	top: 155px;
	left: 20px;
}

.buttonTry {
	top: 200px;
	left: 20px;
}

.homeRead,
.homeTry {
	font-size: 11px;
	line-height: 17px;
	color: #ffffff;
	font-weight: normal;
	width: 280px;
	margin: 0px;
	padding: 0px;
}

.homeRead {
	position: absolute;
	top: 157px;
	left: 140px;
}

.homeTry {
	position: absolute;
	top: 202px;
	left: 140px;
}

/* Select Buttons */

.selectChiropractic {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
	height: 25px;
	display: block;
}

.selectMassage {
	position: absolute;
	top: 0px;
	left: 160px;
	width: 160px;
	height: 25px;
	display: block;
}

.selectAppointment {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	padding-right: 15px;
	background: url(/_images/home-arrow.gif) right no-repeat;
}

.selectAppointment A {
	text-decoration: none;
}

.selectAppointment A:hover {
	color: #1572a1;
}

/* Sidebar */

.sidebarTop {
	margin-top: 15px;
	background: url(/_images/sidebar-right.gif) top;
}

.sidebarBottom {
	background: url(/_images/sidebar-right.gif) bottom no-repeat;
	height: 15px;
}

.sidebarContent {
	padding: 20px 20px 0px 20px;
}

.sidebarContent h2,
.sidebarContent h3 {
	padding: 0px;
	margin: 0px;
}

.sidebarContent h2 {
	
}

.sidebarContent h3 {
	border: 0px;
	padding-bottom: 10px;
}

.sidebarContent p {
	font-style: italic;
	line-height: 15px;
}

.sidebarAppointment {
	background: url(/_images/sidebar-appointment.gif);
	height: 120px;
	width: 240px;
	position: relative;
	color: #ffffff;
	margin-top: 15px;
}

.sidebarAppointmentContent {
	width: 210px;
	position: absolute;
	left: 18px;
	bottom: 18px;
}

.sidebarAppointmentContent H2, 
.sidebarAppointmentContent P {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #ffffff;
}


.sidebarAppointmentContent A {
	height: 35px;
	width: 200px;
	background: url(/_images/sidebar-button.png);
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	font-weight: bold;
}

/* Table */

TABLE {

}

TABLE TH {
	padding: 5px;
	border-bottom: 1px solid #333333;
	background: #6699CC;
	color: #ffffff;
	font-size: 12px;
}

TABLE TD {
	padding: 5px;
	border-bottom: 1px solid #333333;
	background: #eeeeee;
	font-size: 11px;
}


/* Message Boxes */

.message {
	
}

span.middleColumn .message {
	margin: 4px 0px 0px 0px;
}

.required {
	color: #cc0000;
	font-size: 11px;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}

.entry {
	border-bottom: 1px solid #eee;
}
