/*
Theme Name: 		Jigsaw
Theme URI:			http://www.jigsawnet.co.uk/
Description:		Bespoke WordPress theme for Jigsaw
Version:				1.5
Author:					Luke Jones
Author URI:			http://www.thebluecube.com/
Tags:						jigsaw
*/

/* Universal Resets */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {	content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
legend { display:none; }

/* Main Structure & Styling */

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#333;
}

#wrap {
	width:985px;
	margin:0 auto;
	padding:15px 0;
}

#header {
	width:985px;
	margin:0 0 15px;
	overflow:hidden;
}

#mainWrap {
	margin:0 0 25px;
	overflow:hidden;
}

#sidebar {
	float:left;
	width:190px;
	margin:0 10px 0 0;
}

#dateTime {
	text-align:left;
	margin:0 0 5px;
}

#content {
	float:left;
	width:785px;
	min-height:500px;
}

#services {
	width:785px;
	text-align:center;
	background:url(images/services-bg.png) left center no-repeat;
}

#contentWrap {
	margin:15px 0 0;
	padding:0 0 0 10px;
	overflow:hidden;
	border-left:2px solid #f6a1c6;
	min-height:400px;
}

#contentLeft {
	float:left;
	width:770px;
	margin:0 3px 0 0;
}

#contentRight {
	float:left;
	width:200px;
	min-height:250px;
	padding:0 0 10px;
	background:#00adef;
	text-align:center;
}

#footer {
	clear:both;
	padding:0 0 15px;
}