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

*/

* {
	margin: 0;
	padding: 0;
	color: #444444;

}

body {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

p {
	font-size: 1em;
	line-height: 165%;
	margin: 0 0 10px 0;
}

ul, ol {
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a:link, a:visited {
	font-size: 1em;
	text-decoration: none;
}

a:hover {
	font-size: 1em;
	text-decoration: underline;
}

img {
	border: 0px;
}

#container {
	width: 740px;
	margin: 20px auto 0 auto;
}

#header {
	position: relative;
}

#header h1 a {
	display: block;
	float: left;
	margin: 0 44px 0 0;
	text-decoration: none;
	text-indent: -2100px;
	width: 370px;
	height: 130px;
	background: transparent url('images/logo.gif') no-repeat left top;
}

#header > #telcontact {
	position:absolute;
	right: 5px;
}

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

#header > #navigation {
	position:absolute;
	right:-2px;
}

#navigation {
	/*padding: 37px 0 0 0;*/
	position: absolute;
	top: 37px;
	width: 333px;
	z-index: 4000;
}

#navigation li {
	display: inline;
	position: relative;
}

#navigation a {
	position: absolute;
	display: block;
	text-decoration: none;
	text-indent: -2100px;
	width: 82px;
	height: 83px;
	/*margin: 0 1px 0 0;*/
	background-position: left top;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

/* IE Mac, you spoiled brat \*/
#navigation a:focus { outline: none; }
/* end IE Mac hide */


#navigation a:hover {
	background-position: 0 -83px;
}

#navigation a.current {
	background-position: 0 -167px;
}

#headerimg {
	width: 740px;
}




#content {
	width: 740px;
	/*margin: 0 287px 0 0;*/
	margin: 0px 0px 20px 0px;
	padding: 0;
	padding-bottom: 20px;
}

#content a {
	color: #0F0F0F;
	text-decoration: underline;
}

#content h1 {
	font-size: 2.0em;
	width: 100%;
	padding: 0;
	margin: 50px 0 15px;	
	border-bottom: 1px solid #e5e5e5;
}


#content h2 {
	font-size: 1.8em;
	width: 100%;
	padding: 0;
	margin: 50px 0 15px;	
	border-bottom: 1px solid #e5e5e5;
}

#content h3 {
	font-size: 1.6em;
	width: 100%;
	padding: 0;
	margin: 20px 0 15px;	
}

#content h3 a {
	color: inherit;
	text-decoration: none;
}

#content p {
	margin-right: 25px;
}

#content ol li {
	margin-left: 30px;
	margin-right: 15px;
	line-height: 1.8em;
}

#content ul li {
	margin-left: 30px;
	margin-right: 15px;
	line-height: 1.8em;
	list-style: square;
}


#content a img {
 	border: none;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html body #copy {
  margin-left: -3px;
}
 
* html body #content {
  height: 1%;
  margin-right: 0;
}
/* End hide from IE5/mac */


#content > #nav {
	width: 740px;
	margin: 1px auto 0px;
	padding: 0px;
	list-style: none;
	text-transform: uppercase;
	font-size: 10px;
	overflow: auto;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a, #nav a:visited {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
      margin: 0px 0px 0px 0px;
	padding: 7px 10px 7px 10px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	border-left: 0px;
	}
	
#nav a:hover {
	color: #3F3F3F;
	display: block;
	text-decoration: none;
    	margin: 0px 0px 0px 0px;
	padding: 7px 10px 7px 10px;
	}

#nav ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none; 
	}

#nav b {
	color: #FFFFFF;
	display: block;
	text-decoration: underline;
      margin: 0px 0px 0px 0px;
	padding: 7px 10px 7px 10px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	border-left: 0px;
	}

#copy {
	float: left;
	width: 452px;
	margin: 0px 0px 20px 0px;
	padding: 0;
	padding-bottom: 20px;
	border-right: 1px solid #e5e5e5;
}

#sidebar {
	float: right;
	padding: 0px;
	margin: 80px 0px 20px 10px;
	width: 267px;
}


#footer {
	clear: both;
	position: relative;
	border-top: 1px solid #e5e5e5;
	padding: 12px 0 75px 5px;
	font-size: 10px;
}

#footer ul li {
	display: inline;
	margin: 0 8px 0 0;
}

#footer ul li#contact, 
#footer ul li#footer_home,
#footer ul li#terms {
	border-right: 1px solid #404040;
	padding: 0 8px 0 0;
}

#footer ul li#copyright {
	border-left: 1px solid #404040;
	padding: 0 0 0 8px;
	text-transform: uppercase;
	font-weight: normal;
}


#footer ul li a {
	text-transform: uppercase;
	font-weight: normal;
	color: #0F0F0F;
}



#search {
	position: absolute;
	right: 0;
	top: 0;
	width: 258px;
	padding: 8px 15px;
}

* html #search { right: 34px; }
* html #home #search { right: 0; }

#search label {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
}

#search #search_box {
	border: none;
}

#search dt, #search dd, #style_readers dt, #style_readers dd {
	float: left;
	margin: 0 5px 0 0;
}


#photo {
	clear: top;
	float: left;
	margin: 0;
	border: none;
	padding: 0 15px 0 0;
}
