/*
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: #00883C;
}

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

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

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

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

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



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

.bg_home {
	background: #00883C;
}

.bg_divisions {
	background: #85DB18;
}

.bg_media {
	background: #CDE855;
}

.bg_partners {
	background: #A7C520;
}

.bg_contactus {
	background: #00883C;
}


.category-home h1, 
.category-home h2, 
.category-home h3 {
	color: #00883C;
}

.category-divisions h1, 
.category-divisions h2, 
.category-divisions h3 {
	color: #00883C;
}

.category-media h1,
.category-media h2,
.category-media h3 {
	color: #00883C;
}

.category-partners h1,
.category-partners  h2,
.category-partners  h3 {
	color: #00883C;
}

.category-contact-us h1,
.category-contact-us h2,
.category-contact-us h3 {
	color: #00883C;
}

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;
}

#photo_media {
	clear: both;
	float: left;
	margin: 0;
	border: none;
	padding: 0 15px 20px 0;
}

.category-media hr {
	clear: both;
	margin: 20px 0 20px 0;

}

table.contact td {
	vertical-align: top;
}

