/*
*	Carer Support core styles   
*
*	Commenced 1 Dec 2009
*	
*	Copyright 2009 Carer Support
*
*   Author: Thomas Bland www.thomasbland.com.au
*/

/* ============ IMPORTS ============ */

@import url('reset.css');
@import url('typography.css');
@import url('navigation.css');
@import url('homepage.css');
@import url('events.css');
@import url('contact.css');

/* ============ MAIN LAYOUT ============ */

body {
	background: #e0e2de;
	text-align: center;
}

div#wrapper {
	width: 950px;
	margin: 0px auto;
	text-align: left;
	background: #fff;
}

div#header {
	height: 125px;
	background: url(images/inner_header.png) top left repeat-x;
}

div#subnav {
	height: 45px;
	z-index: 99;
	position: relative;
}

/* ============ HEADER ============ */

h1#logo a {
	width: 158px;
	height: 71px;
	display: block;
	background: url(images/cs_logo.png) top left no-repeat;
	position: relative;
	top: 36px;
	left: 39px;
	text-indent: -9999px;
	z-index: 100;
}

/* ============ MAIN ============ */

div#main {
	padding: 30px 0px 40px 30px;
	width: 681px;
	clear: both;
	float: left;
	border-right: 1px solid #b2b6ac;
	min-height: 400px;
}

div#main p {
	padding-right: 30px;
}

/* ============ FOOTER ============ */

div#footer {
	clear: both;
	height: 40px;
}

/* ============ CONTENT STYLES ============ */

div.itemImageBlock {
	width: 280px;
	float: right;
	margin: 0px 0px 20px 20px;
}

.clear {
	clear: both;
}

div.medialist {
	padding: 10px 0;
	border-top: 3px solid #eee;
}

div.medialist ul li {
	padding-bottom: 1em;
}
