/*  
Theme Name: Inter-Activ
Theme URI: http://www.inter-activ.co.uk/
Description: Custom Theme for Gavin Meikle, business coach.
Author: Tim Holt
Author URI: http://www.technokinetics.com/
Version: 1.1
*/

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
}

p {
	margin: 10px 0;
}

#content ul, #content ol {
	margin-left: 30px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF url(images/bgbody.png) left top repeat-x;
	font-size: 100%; /* Reins in text resizing in IE */
}

#header {
	margin-bottom: -5px;
	background: url(images/bgheader.png) 180px top no-repeat;
	height: 125px;
	margin-top: -1px; /* Fix for FireFox & Opera header position error */
	border-top: 1px solid #FFF; /* Fix for FireFox & Opera header position error */
}

#title {
	float: left;
	position: relative;
	width: 200px;
	height: 120px;
	color: #fff;
}

#title span {
	position: absolute;
	width: 180px;
	height: 120px;
	background: url(images/logo.png) left top no-repeat;
}

#title h1 {
	margin: 0;
	font-size: 10pt;
	text-transform: lowercase;
	text-align: center;
}

#title h2 {
	margin: 0;
	font-size: 8pt;
	text-align: center;
}

#header ul {
	list-style: none;
	margin-left: 340px;
	padding-top: 16px;
	width: 650px;
}

#header li {
	margin-bottom: 10px;
}

#header li.page-item-219 {
	padding-left: 50px;
}

#header li.page-item-221 {
	padding-left: 90px;
}

#header li.page-item-223 {
	padding-left: 130px;
}

#header ul li a {
	display: block;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;
	font-size: 0.9em;
}

* html #header ul li a {
	display: inline; /* Prevents spacing error in IE6 */
}

#header ul li a:hover {
	text-decoration: underline;
}

#main {
	clear: both;
	background: url(images/bgmain.gif) left top repeat-y;
	width: 100%;
}

#sidebar {
	float: left;
	margin-right: 1px;
	padding: 5px;
	width: 200px;
}

#sidebar ul {
	list-style: none;
}

#sidebar li {
	margin: 10px 0 20px 0;
}

* html #sidebar li {
	border-bottom: 1px solid #CCDBEC; /* Fixes list item spacing bug in IE6 */
}

#sidebar li li {
	margin: 0;
	color: #006699;
	font-size: 0.8em;
	font-weight: bold;
}

#sidebar li a:hover {
	background: #FFF;
}

#sidebar li li li {
	font-size: 1em; /* Prevents text in nested lists getting progressively smaller */
}

#sidebar h2 {
	font-size: 0.9em;
	color: #006699;
}

#sidebar p {
	font-size: 0.8em;
	color: #006699;
}

#sidebar a {
	display: block;
	padding: 3px 2px 3px 10px;
	color: #006699;
	text-decoration: none;
}

#sidebar a:hover {
	background: #FFF;
	text-decoration: underline;
}

#sidebar .categories a, #sidebar .cat-item a {
	display: inline-block; /* prevent line break between category name and post count in categories menu */
}

#content {
	margin-left: 212px;
	border-left: 1px solid #CCDBEC;
	max-width: 50em;
}

* html #content {
	width: 50em;
}

#calltoday {
	margin-bottom: 10px;
	width: 280px;
	background: #006AB0;
}

#calltoday p {
	margin: 0;
	padding: 0 20px 0 10px;
	line-height: 1.4em;
	color: #FFF;
	font-size: 0.9em;
}

#calltoday p#firstline {
	padding-top: 5px;
	background: url(images/topcurve.gif) right top no-repeat;
}

#calltoday p#lastline {
	padding-bottom: 5px;
	background: url(images/bottomcurve.gif) right bottom no-repeat;
}

#calltoday a {
	text-decoration: none;
	color: #FFF;
}

#calltoday a:hover {
	text-decoration: underline;
}

#content h1 {
	font-size: 1em;
	max-width: 50em;
}

h1.postTitle {
	margin: 5px 0;
}

h1.postTitle a {
	text-decoration: none;
	color: #000;
}

h1.postTitle a:hover {
	text-decoration: underline;
}

.post p.postMeta {
	margin: 5px 0;
	font-size: 0.8em;
}

#content h2, h3, h4, h5, h6 {
	font-size: 0.9em;
	max-width: 50em;
}

.post, #postComments {
	padding: 10px 20px;
}

.post p, .commentlist li {
	margin: 20px 0;
	line-height: 1.25em;
	font-size: 0.9em;
	max-width: 50em;
}

.post a {
	color: #006AB0;
}

.post a:hover {
	text-decoration: none;
}

.post li {
	padding: 5px 0;
	line-height: 1.25em;
	font-size: 0.9em;
}

.floatleft {
	padding: 0 10px;
	float: left;
}

.floatright {
	padding: 0 10px;
	float: right;
}

img.alignleft,
div.alignleft			{float:left; margin:0 0.5em;}
img.alignright,
div.alignright			{float:right; margin:0 0.5em;}
img.aligncenter,
div.aligncenter			{text-align:center; margin:0 auto;display:block;}

.commentlist {
	list-style: none;
}

#postComments h3 {
	font-size: 0.8em;
}

#postComments p {
	font-size: 0.7em;
}

#postComments textarea {
	width: 516px;
}

#nextprevious {
	margin: 0 20px;
	max-width: 50em;
	font-size: 0.9em;
}

#nextprevious a, #postComments a {
	color: #006AB0;
}

#nextprevious a:hover, #postComments a:hover {
	text-decoration: none;
}

.previous {
	float: left;
}

.next {
	float: right;
}

.clearfix {
	clear: both;
}

.newsletter_subscription_form img {
	margin: 5px 38px;
}

.printonly {
	display: none;
}

p.copyright {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* Print Styles */
@media print {

	* {
		margin: 0;
		padding: 0;
	}

	.printonly {
		display: block;
	}
	
	.printonly img.logo {
		position: static;
		float: left;
	}
	
	body  {
		background: #FFF;
		color: #000;
	}
	
	#header {
		display: none;
	}

	#main {
		background: none;
	}
	
	#content {
		margin-left: 0;
		border-left: none;
	}
	
	#calltoday {
		clear: both;
		background: none;
		width: 100%;
	}
	
	#calltoday p {
		color: #000;
		font-size: 10pt;
	}
	
	#calltoday a {
		color: #006AB0;
		text-decoration: underline;
	}
	
	#calltoday p#firstline, #calltoday p#lastline {
		padding: 0;
		background: none;
	}
	
	#content h1, .post h1, .post h2, .post h3  {
		font-size: 14pt;
	}
	
	.post p {
		font-size: 12pt;
	}
	
	.post p.postMeta {
		font-size: 10pt;
	}
	
	#postComments h3 {
		font-size: 12pt;
	}

	#postComments p {
		font-size: 10pt;
	}
	
	#sidebar {
		display: none;
	}
	
	#header ul, .slashdigglicious, #respond, #commentform, #flashtestimonials {
		display: none;
	}
}
