/*
* Author: 		Trevor Morris, Creation Design & Marketing
* Contact:		trevor@creation.uk.com, leigh@creation.uk.com
* Version:		1.6
* Created:		16/05/2006
*
* CONTENTS
* -------------------
* == INCLUDE
* == defaults
* == navigation
* == forms

* =gen GENERAL
* =link LINKS
* =lay LAYOUTS
* =page PAGE SPECIFICS
* =uf MICROFORMATS
*

/* == INCLUDE
--------------------------------------------------------------------------------------------------*/ 
@import url(reset.css);
@import url(techniques.css);
@import url(navigation.css);
@import url(forms.css);

/*
Text: #5D5249
Dark: #A79C82 - Active navigation, side bar, footer etc
Mid: #CAC4B5 - Rollover, title background
Light: #E4E1D9 - Static navigation, repeat edge colour
*/

/* =gen GENERAL
-------------------------------------------------------------------------------------------------- */
body {
	font: normal normal 62.5%/1.5 Verdana, Helvetica, Arial, sans-serif;
	background: url(images/background-repeat.jpg) repeat-x 0 0;
}
#container {
	position: relative;
	width: 710px;
	margin: 0 auto; padding: 40px 40px 40px 30px;
	font-size: 1.4em; color: #5D5249;
	background: url(images/background.jpg) no-repeat 50% 0;	
}
#branding {}
	#branding h1 {}
	#branding h1 a {
		height: 72px; width: 270px;
		background-image: url(images/jw-treadwell-logo.gif);
	}
	#branding #branding-strapline {}
	.strapline {}

#content {
	position: relative;
}
	#content-primary {
		position: relative;
		padding: 7.50em 0 15px;
	}
	#content-primary .large,
	#content-primary div.text,
	.module-faqs #content-primary,
	.module-links #links,
	.module-contact #contact-module {
		float: right;
		width: 410px;
	}
	#content-primary div.text {
		clear: right;
	}
	#content-secondary {
		clear: both;
	}
	
#footer,
#content-secondary {
	font-size: 0.7143em /* 10px */
}

#footer {
	padding-top: 15px;
}
	#footer p {
		float: left;
		line-height: 1;
	}
	#footer p.atom {}
	#footer strong {
		font-weight: normal;
	}
	#footer a {
		color: #000;
	}
	#footer p#footer-copyright {
		margin-right: 15px;
	}
	#footer p.vcard {
		clear: left;
	}
	#footer p.vcard a {}
	.strapline {}
	
.active a {}

strong {
	font-weight: bold;
}
p, ul, ol, dl, blockquote, form, pre, table {
	margin: 0 0 1em;
}



/* =link LINKS
-------------------------------------------------------------------------------------------------- */
a:link, a:visited, a:hover, a:active {
	color: #5D534A;
}
a:hover,
.active a,
.active a:hover {
	text-decoration: none;
}

a[href^='mailto:'] {}
a[href$='.pdf'] {}

a.external,
a.external {
	padding-right: 11px;
	background: url(images/icons/link-external.gif) no-repeat 100% 50%;
}

/* =hea HEADINGS
-------------------------------------------------------------------------------------------------- */


/* =lay LAYOUTS
-------------------------------------------------------------------------------------------------- */
.image  img {
	display: block;
}

.layout-small-image .small {
	width: 270px;
	margin-top: -8.21em;
	text-align: center;
}
.layout-small-image .small dd {
	padding: 0 10px;
}

.layout-small-image .small h3,
.layout-large-image .large h3,
body.gallery .module-gallery .text h3,
.module-faqs .text h3,
.module-links .text h3,
.module-news h3.entry-title,
.module-news .layout-large-image .large p,
#contact-module h3 {
	padding: 10px; margin-bottom: 10px;
	color: #fff; font-size: 1.7143em /* 24px */; letter-spacing: -0.025em; 
	background-color: #CAC4B5;
}
.module-faqs #content #content-primary .text h3,
.module-links #content #content-primary .text h3,
.module-news #content #content-primary h3.entry-title,
#contact-module h3  {
	padding: 2px 10px;
	font-size: 1.4545em /* 16px */;
}
.layout-small-image .small h3 strong,
.layout-large-image .large h3 strong,
body.gallery .module-gallery .text h3 strong {
	display: block;
}
.layout-small-image .small h3 {
	margin: 0 -10px 10px;
	background-color: #A79C82;
	line-height: 1.25;
}
.layout-small-image .small h4 {
	margin: 20px 0;
}
.layout-small-image .small p {
	font-size: 0.79em;
}

.layout-large-image .large {
	margin-bottom: 1em;
}
.layout-large-image .large dl {
	margin-bottom: 0;
}
.layout-large-image .large h3,
body.gallery .module-gallery .text h3 {
	line-height: 1; letter-spacing: -0.025em;
}
.layout-large-image .large h3 strong,
body.gallery .module-gallery .text h3 strong {
	margin-left: -2px;
	text-transform: capitalize; font-size: 2.081em; font-weight: normal;
}

.layout-small-image .small dl {
	margin-top: 0;
}
.layout-small-image .small img {
	margin-top: 1em;
}


/* =page PAGE SPECIFICS
-------------------------------------------------------------------------------------------------- */
/* home page */
body.home {}

.module-faqs div.faqs,
.module-links #links {
	font-size: 0.79em;
}
.module-faqs #content div.text h3,
.module-links #content div.text h3 {
	font-size: 2.86em;
}
.module-faqs div.faqs h4,
.module-faqs #faq-answers dl {
	padding: 0 10px;
}
.module-faqs #faq-answers dl dt,
#links dl dt {
	margin-top: 1em;
	font-weight: bold;
}
.module-faqs #faq-answers dl dd,
#links dl dd {
	border-bottom: 1px solid #A79C82;
}


/* =uf MICROFORMATS
-------------------------------------------------------------------------------------------------- */
.location .adr span {
	display: block;
}