/*  
Theme Name: Breathe-Marketing
Theme URI: 
Description: Breathe Marketing theme for WordPress. Last updated 12/11/2007
Version: 0.1
Author: Paul Stephenson
Author URI: http://www.headconsulting.co.uk
*/

/* The Normaliser! (after Andy Clarke and Tantek) */

/* Norm margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin:0; padding:0;}

/* Norm font-size for headings */
h1, h2, h3, h4, h5, h6 {font-size:100%;}

/* Remove table styles */
table {border-collapse:collapse; border-spacing:0;}

/* Remove borders from fieldset and img */
fieldset, img {border:0;}

/* Left-align captions and table headings */
caption, th {text-align:left}

/* Remove underlines from links */
:link,:visited {text-decoration:none}

/* Remove default nasty blue borders from image links */
a img,:link img,:visited img {border:none}


/* End of The Normaliser! */


html{
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	height: 100%;
}

#head {
	height:90px;
	width:100%;
	background: #005BAB url(images/head-bg.gif) top right no-repeat;
}

#head h2 {
	padding: 28px 50px 0 0;
	text-align:right;
	color:#fff;
	font-size:1.9em;
	font-weight: normal;
}

#logo {
	margin: 0;
	padding: 0;
	float:left;
	height: 90px;
	width: 160px;
}

#slogan {
	float:right;
	overflow: hidden;
}

#wrap {
	margin: 0 0 -70px 0;
	background: #fff url(images/wrap-bg.gif) bottom left no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


#sidebar {
	float: left;
	width: 125px;
	padding: 0 25px;
	text-align:right;
	margin: 50px 0 50px 0;
}

#sidebar ul {
	list-style:none;
	font-size:1.2em;
}

#sidebar li {
	padding: 0 0 0.8em 0;
}

#pagecontent {
	padding: 0 25px;
	margin: 50px 0 50px 175px;
	border-left: 1px solid #B2CEE6;
}

#pagecontent h1 {
	padding: 0 0 1.2em 0;
	margin: 0;
	font-size:1.7em;
}

#pagecontent h2 {
	padding: 0 0 1.2em 0;
	margin: 0;
	font-size:1.35em;
}

#pagecontent h3 {
	padding: 0 0 1.2em 0;
	margin: 0;
	color:#4D8CC4;
	font-size:1.35em;
}

#pagecontent h4 {
	padding: 0 0 1.2em 0;
	margin: 0;
	color:#4D8CC4;
	font-size:1.20em;
}

#pagecontent h5 {
	padding: 0 0 1.2em 0;
	margin: 0;
	color:#4D8CC4;
	font-size:1.10em;
}

#pagecontent p {
	line-height: 1.5em;
	padding: 0 0 1.2em 0;
}

#pagecontent ul {
	line-height: 1.5em;
	padding: 0 0 1.2em 2.4em;
}

#pagecontent ul li {
	line-height: 1.5em;
	padding: 0 0 0.5em 0;
}

#pagecontent ul ul {
	line-height: 1.5em;
	padding: 0.5em 0 0 1em;
}

#pagecontent ul ul li {
	line-height: 1.5em;
	padding: 0 0 0.5em 0;
}

#foot {
	clear:both;
	height:70px;
	width:100%;
	color: #005BAB;
	background-color: #B2CEE6;
}

#foot-l {
	float: left;
	padding: 28px 0 0 200px;
	overflow:hidden;
}
#foot-r {
	float: right;
	text-align:right;
	padding: 28px 50px 0 0;
	overflow:hidden;
}

a, a:visited {
	color:#005BAB;
	text-decoration:none;
}

a:hover {
	color:#333;
}

#foot a:hover {
	color:#333;
	text-decoration:underline;
}

/* Sticky Footer, stops footer overlapping content when resized to minimum */
.push {
	height:70px;
}

hr {
	border: none 0;
	border-top: 1px solid #4D8CC4;
	width: 100%;
	height: 1px;
}

.center {
	text-align: center;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clear {
	clear:both;
}

hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

.pdf {
	background: url(images/pdf16.gif) no-repeat left center;
	padding-left: 22px;
}

.imagealignleft {
	float:left;
	margin-right:10px;
	margin-bottom:1px;
	margin-top:3px;
}

.imagealignright {
	float:right;
	margin-left:10px;
	margin-bottom:1px;
	margin-top:3px;
}