/*
Theme Name: KDGP
Theme URI: http://www.kdgp.com.au
Description: Theme specifically designed for Kimberley Division of General Practice
Version: 2
Author: Simon Wodard
Author URI: http://www.simonwoodard.com.au
Tags: blue, smooth, modern
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
@import "style/css/navigation.css";

body {
	background: #e5eeff;
	font-family: Century Gothic, Arial, Helvetica;
	font-size: 14px;
	height: 100%;
	}
.clear {
	clear: both;
	}
a {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
.profile {
	display: block;
	}
.promotion {
	display: block;
	border: 2px solid #364F84;
	padding: 5px;
	margin: 10px;
	height: 150px;
	width: 45%;
	float: left;
	background: #ffffff;
	}
.promotion img {
	float: left;
	margin-right: 20px;
	}
.promotion h3 {
	}


/* -----Header----- */

#header {
	background: #e5eeff;
	height: 90px;
	width: 100%;
	min-width: 1200px;
	}
#header p {
	text-indent: -9999px;
	}
p.user {
	text-indent: 0!important;
	float: right;
	margin-top: 50px;
	font-weight: bold;
	color: #333333;
	}

.logo {
	height: 90px;
	width: 150px;
	float: left;
	background: url(structure/logo.jpg) no-repeat;
	text-indent: -9999px;
	}

#top-login a {
	float: right;
	margin-top: -19px;
	height: 50px;
	width: 50px;
	background: url(structure/login.jpg) no-repeat -50px 0;
	text-indent: -9999px;
	}
#top-login a:hover {
	background: url(structure/login.jpg) no-repeat 0 0;
	}
#top-logout a {
	float: right;
	margin-top: -19px;
	height: 50px;
	width: 50px;
	background: url(structure/login.jpg) no-repeat -50px -50px;
	text-indent: -9999px;
	}
#top-logout a:hover {
	background: url(structure/login.jpg) no-repeat 0 -50px;
	}

h1 {
	height: 80px;
	width: 800px;
	text-indent: -9999px;
	background: url(structure/name.gif) no-repeat;
	float: left;
	margin-top: 10px;
	}

h2 {
	padding: 10px 0 0 10px;
	font-size: 24px;
	font-weight: bold;
	color: #b50000;
	}
h2 a {
	color: #b50000;
	text-decoration: none;
	}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #b40000;
	padding: 20px 0 0 20px;
	}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	clear: both;
	padding: 20px 0 0 30px;
	}
h6 {
	font-size: 14px;
	color: #404040;
	font-size: bold;
	padding: 0 0 10px 10px;
	}
.wptable {
	margin-left: 30px;
	}
.wptable td {
	height: 45px;
	}
/* -----Banner----- */

#banner {
	height: 159px;
	width: 100%;
	background: url(structure/banner_back.jpg) repeat-x;
	border-bottom: 1px solid #003366;
	padding: 0;
	float: left;
	min-width: 1060px;
	}

#main-banner-expand {
	margin-top: -10px;
	float: left;
	height: 160px;
	margin-right: 214px;
	}

#stripe {
	background: url(structure/stripe.png) no-repeat 0 0;
	height: 35px;
	width: 1090px;
	left: 0;
	position: absolute;
	top: 148px;
	z-index: 1;
	}

#logo-bottom {
	height: 150px;
	width: 150px;
	background: url(structure/logo-bottom.jpg) no-repeat 7px 0;
	float: left;
	margin-top: 10px;
	}

.slide {
	width: 415px;
	height: 140px;
	float: left;
	margin-top: 20px;
	border: 2px solid #ffffff;
	}
ul#slide {
	padding: 0;
	margin: 0;
	}

.quote {
	width: 250px;
	height: 150px;
	padding-top: 20px;
	float: left;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ffffff;
	font-style: italic;
	}

#nav-title {
	float: left;
	background: url(structure/navigation.jpg) no-repeat 0 0;
	height: 160px;
	width: 214px;
	z-index: 2;
	margin-left: -234px;
	}

/* -----Content----- */

#page-wrap {
	width: 100%;
	float: left;
	background: url(structure/page-wrap-back.gif) repeat-y right;
	min-width: 1060px;
	}

.content {
	margin-right: 214px;
	padding: 10px 20px 50px 0;
	}
.content p {
	padding: 10px 20px 0 20px;
	line-height: 21px;
	}
.content ul {
	margin-top: 0;
	}
.content ul li {
	list-style-image: url(structure/bullet.png);
	min-height: 25px;
	}
.content ul li p {
	padding: 0;
	margin: 0;
	}
.content ol {
	font-weight: bold;
	font-style: italic;
	color: #b50000;
	}
.content ol li {
	min-height: 25px;
	}
.content ol li p {
	font-weight: normal;
	font-style: normal;
	color: #000000;
	padding: 0;
	margin: 0;
	}

.side {
	width: 214px;
	float: left;
	background: #364f84;
	margin-left: -234px;
	min-height: 400px;
	z-index: 3;
	}
.side a {
	color: #ffffff;
	}
.side ul {
	margin: 0;
	padding: 0;
	}

/* -----Footer----- */

#footer {
	height: 100px;
	background: url(structure/footer_back.jpg) repeat-x;
	min-width: 1060px;
	}

.menu {
	width: 1050px;
	text-align: center;
	padding-top: 20px;
	}
.menu ul {
	padding: 0;
	margin: 0;
	}
.menu ul li {
	display: inline;
	padding: 0 5px 0 5px;
	}
.menu ul li a {
	color: #ffffff;
	}

.credit {
	width: 1050px;
	text-align: center;
	padding-top: 20px;
	}
.credit p {
	color: #ffffff;
	}
.credit a {
	color: #ffffff;
	}