/*
Theme Name: Core Concepts Group 
Theme URI: http://www.coreconcepts.com.sg/
Description: Core Concepts Group Color Theme.
Version: 1.0
Author: Victor Khoo
Tags: clean, 1 column, with optional side bar if required. 

*/


#telcontact p {
	font-size: 1.0em;
	font-weight: bold;
	float: right;
	color: #0080BA;
}

/**********************************************************************
* rename the division to match the category name
* requires edit of the header.php file
*
***********************************************************************/

#nav_aboutus {
	background: transparent url('images/nav_aboutus.jpg') no-repeat left top;
	left: 0px;
}

#nav_scoliosis {
	background: transparent url('images/nav_scoliosis.jpg') no-repeat left top;
	left: 83px;
}

#nav_spinecor {
	background: transparent url('images/nav_spinecor.jpg') no-repeat left top;
	left: 166px;
}

#nav_contactus {
	background: transparent url('images/nav_contactus.jpg') no-repeat left top;
	left: 249px;
}



/**********************************************************************
* division color for posts
* requires edit of the functions.php file
*
***********************************************************************/

.bg_home {
	background: #0080BA;
}

.bg_aboutus {
	background: #0080BA;
}

.bg_scoliosis {
	background: #0096D9;
}

.bg_spinecor {
	background: #00ADE1;
}

.bg_contactus {
	background: #91D4F2;
}


.category-home h1, 
.category-home h2, 
.category-home h3,
.category-home b,
.category-home strong {
	color: #0080BA;
}

.category-about-us h1, 
.category-about-us h2, 
.category-about-us h3,
.category-about-us b,
.category-about-us strong {
	color: #0080BA;
}

.category-about-scoliosis h1,
.category-about-scoliosis h2,
.category-about-scoliosis h3,
.category-about-scoliosis b,
.category-about-scoliosis strong {
	color: #0096D9;
}

.category-spinecor h1,
.category-spinecor h2,
.category-spinecor h3,
.category-spinecor b,
.category-spinecor strong {
	color: #00ADE1;
}

.category-contact-us h1,
.category-contact-us h2,
.category-contact-us h3,
.category-contact-us b,
.category-contact-us strong {
	color: #91D4F2;
}


table.brace {
	border-width: thin;
	border-spacing: ;
	border-style: outset;
	border-color: silver;
	border-collapse: collapse;
	background-color: white;
	width:90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}

table.brace th {
	border-width: thin;
	padding: 5px;
	border-style: inset;
	border-color: silver;
	background-color: white;
	-moz-border-radius: ;
}

table.brace td {
	border-width: thin;
	padding: 5px;
	border-style: inset;
	border-color: silver;
	background-color: white;
	-moz-border-radius: ;
}

table.spinecorprog {
	border-width: thin;
	border-spacing: ;
	border-style: outset;
	border-color: silver;
	border-collapse: collapse;
	background-color: white;
	width:90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}

table.spinecorprog th {
	border-width: thin;
	padding: 1px;
	border-style: inset;
	border-color: silver;
	background-color: white;
	-moz-border-radius: ;
}

table.spinecorprog td {
	border-width: thin;
	padding: 1px;
	border-style: inset;
	border-color: silver;
	background-color: white;
	text-align: center;
	width: 20px;
	-moz-border-radius: ;
}


table.division {
	border-width: 0px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}

table.division td {
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	padding: 10px 10px 20px 10px;
	border-style: inset;
	border-color: silver;
	background-color: white;
	vertical-align: top;
	-moz-border-radius: ;
}

table.division p {
	margin-top: 1em;
	margin-bottom: 1em;
}


