/*
	Theme Name: CHJ
	Theme URI: 
	Description: 
	Version: 1.0
	Author: 
	Author URI: 
*/

/* LAST UPDATED 10.13.09 */

/*

	Table of Contents

	I.    DEFAULTS
	II.   NAVIGATION
	III.  STRUCTURE & TYPOGRAPHY
	IV.   TABLES
	V.    FORMS
	VI.   HEADINGS
	VII.  CLEARFIX
	VIII. WORDPRESS SPECIFIC

*/

/* -----------------------------------------------------------
		I. DEFAULTS
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #002b0c;
}

strong { color: #222; }

p { padding: 0 0 14px 0; }

a {
	color: #52a300;
	text-decoration: underline;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

a:hover { color: #002b0c; }

.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center !important; }

/* Image Defaults */

a img { border: 0; }

img.border, img.alignRight, img.alignLeft {
	padding: 4px;
	border: 1px #e1e1e1 solid;
	background: #fff;
}

img.alignRight {
	float: right;
	margin: 2px 0 2px 14px;
}

img.alignLeft {
	float: left;
	margin: 2px 14px 2px 0;
}

.small {
	font-size: 11px;
	line-height: 1.2em;
}

/* Lists */

ul { list-style: square; }
ol { list-style: lower-roman; }

#content ul, ol {
	margin-left: 25px;
	padding-bottom: 7px;
}

#content li { padding-bottom: 7px; }

/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

/* LEVEL ONE */

#nav ul, #navFR ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

	#nav li, #navFR li {
		float: left;
		padding: 9px 12px 9px 14px;
		background: url('images/bg-navLi.gif') 0 50% no-repeat;
	}

			#navFR li { padding: 8px 6px 8px 8px; }

	#nav li.page-item-3, #navFR li.page-item-3 {
		padding-left: 0;
		background: none;
	}

	#nav li a, #navFR li a {
		display: block;
		padding: 3px 5px;
		font-size: 15px;
		color: #fff;
		text-decoration: none;
	}

		#navFR li a {
			padding: 2px 3px;
			font-size: 12px;
		}

	#nav li a:hover, #navFR li a:hover, #nav li.current_page_item a, #navFR li.current_page_item a {
		color: #002b0c;
		background-color: #dfb411;
		border-radius: 3px; /* CSS3 */
		-webkit-border-radius: 3px; /* Safari, Webkit-based browsers */
		-moz-border-radius: 3px; /* Firefox, Gecko-based browsers */
		/* Sorry Internet Explorer, you get square corners. */
	}

/* LEVEL TWO */

#nav ul ul, #navFR ul ul {
	position: absolute;
	width: 219px;
	left: -999em;
	padding: 15px 0 5px 0;
	border-bottom: 1px #dfb411 solid;
	background: transparent url('images/bg-subNav.gif') top no-repeat;
}

	#nav li li, #navFR li li {
		float: left;
		padding: 0;
		background: transparent;
	}

	#nav li li a, #navFR li li a, #nav li.current_page_item li a, #navFR li.current_page_item li a {
		font-size: 12px;
		margin: 0 1px;
		padding: 3px 5px 3px 20px;
		width: 192px;
		color: #000;
		background: #fff url('images/bg-subNavLi.gif') 10px 8px no-repeat;
	}

	#nav li li a:hover, #navFR li li a:hover {
		color: #dfb411;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		background: #fff url('images/bg-subNavLi.gif') 10px -22px no-repeat;
	}

/* LEVEL THREE */

#nav ul ul ul, #navFR ul ul ul { margin: -27px 0 0 219px; }

#nav li:hover ul ul, #nav li.sfhover ul ul, 
#navFR li:hover ul ul, #navFR li.sfhover ul ul { left: -999em; }

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, 
#navFR li:hover ul, #navFR li li:hover ul, #navFR li.sfhover ul, #navFR li li.sfhover ul { /* lists nested under hovered list items */ left: auto; }

#nav li:hover, #nav li.hover, 
#navFR li:hover, #navFR li.hover { position: static; } /* fixes IE7 sticky issue */

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

.wrap {	
	width: 950px;
	margin: 0 auto;
}

#header {
	color: #043d13;
	height: 140px;
	background-color: #dfb411;
}

	#header .wrap { position: relative; }

	a.emailThis {
		position: absolute;
		top: 0;
		right: 15px;
		text-indent: -4440px;
		width: 144px;
		height: 40px;
		background: url('images/call-bk-uk.gif') no-repeat;
	}

		a.emailThisFR {
			position: absolute;
			top: 0;
			right: 15px;
			text-indent: -4440px;
			width: 144px;
			height: 40px;
			background: url('images/call-bk-french.gif') no-repeat;
		}

	#tagLine {
		position: absolute;
		top: 55px;
		left: 300px;
		text-align: center;
	}

#nav {
	color: #fff;
	background-color: #002b0c;
}

#content {
	padding: 19px 0 2px;
	color: #002b0c;
	background-color: #fff;
	line-height: 1.5em;
}

	#mainContent {
		float: left;
		width: 651px;
	}

	#sidebar {
		float: right;
		width: 255px;
	}

		#productList ul {
			margin: 0;
			padding: 0 0 7px;
			list-style: none;
		}

		#productList li {
			padding: 0 0 3px 11px;
			background: url('images/arrow.gif') 0 4px no-repeat;
		}

		#productList li a {
			color: #477152;
			text-decoration: none;
			font-weight: bold;
		}

		#productList li a:hover { color: #043d13; }

#footer {
	color: #fff;
	text-align: center;
	padding: 14px 0 0;
	background-color: #002b0c;
	line-height: 1.3em;
	font-size: 13px;
}

	#footer .wrap { position: relative; }

	#footer a { color: #fff; }

	#footer ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		#footer li a.flag-gb, #footer li a.flag-france {
			position: absolute;
			top: 15px;
			left: 0;
			display: block;
			width: 44px;
			height: 29px;
			text-indent: -4440px;
			background: url('images/flag-gb.gif') no-repeat;
		}

		#footer li a.flag-france {
			left: 52px;
			background: url('images/flag-france.gif') no-repeat;
		}

		img.fsa {
			position: absolute;
			top: 8px;
			right: 0;
		}

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 14px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0 5px 5px;
}

	td.right { width: 275px; }

/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 2px;
}

/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 { font-size: 25px; }

	#header h1 {
		float: left;
 		display: inline;
 		padding: 0; /* IE 8 needs this because display: inline doesn't getting rid of the padding */
 		text-indent: -4440px;
	}

		#header h1 a {
			display: block;
			width: 258px;
			height: 140px;
			background: url('images/chj-management_logo.jpg') no-repeat;
		}

h2 { font-size: 30px; }

	#tagLine h2 {
		font-size: 26px;
		text-transform: uppercase;
	}

	#mainContent h2 { color: #002b0c; }

		body#home #mainContent h2 { display: none; }

	#sidebar h2 {
		color: #043d13;
		font-size: 22px;
	}

h3 { font-size: 19px; }

h4 { font-size: 16px; }

/* -----------------------------------------------------------
		VII. CLEARFIX
----------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */

/* -----------------------------------------------------------
		VIII. WORDPRESS SPECIFIC
----------------------------------------------------------- */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform { margin: 5px 10px 0 0; }

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p { margin: 10px 5px 10px 0; }

.children { padding: 0; }

#commentform p { margin: 5px 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}