/* Author: Rowan Purdy */

/* @group main styles*/

/* GENERAL ELEMENTS */

* {
	margin: 0;
	padding: 0;
}

body {
  color: #7F7F7F;
	font: 100%/1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
}

p {
  font-size: 90%; 
  line-height: 1.3em;
  color: #7F7F7F;
}

.strapline {
	font-size: 120%;
	color: #7F7F7F;
}

.intro {
	font-size: 80%; 
	color: #333;
}

.small {
	font-size: 80%; 
	color: #7F7F7F;
}

h1 { 
  font-size: 160%; 
  line-height: 2em;
  color: #411A64;
}

h2 { 
  font-size: 120%; 
  line-height: 1.3em;
  color: #7F7F7F;
  }

h3 { 
  font-size: 110%; 
  line-height: 1.3em;
  color: #7F7F7F; 
}

h4 { 
  font-size: 105%; 
  line-height: 1.3em;
  color: #7F7F7F; 
}

ul, ol {
  line-height: 1.3em;
}

a {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

a img {
	border: none;
}

.image-left{
	float: left;
	padding: 18px;
}

.image-right{
	float: right;
	padding: 18px;
}

blockquote, code{
	margin: 0 0 10px;
	padding: 10px;
	font-size: 85%;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* BASIC LAYOUT */

#wrapper {
	margin: 0 auto;
	width: 95%;
}

#logo {
	height: 235px;
	margin: 5px 0;
	background: url(../images/logo.jpg) no-repeat right;
}

#strapline {
	position: absolute;
	top: 8px;
	margin: 20px 0 10px 95px;
	text-align: right;
}

#intro {
	position: absolute;
	top: 50px;
	margin: 15px auto 10px;
	width: 70%;
	text-align: left;
}

#banner {
	height: 220px;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}

#content-wrapper {
	padding: 0;
}

#content {
	padding: 10px 0 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar {
	width: 250px;
	margin-top: 40px;
}

/* Panels */

#panel {
	color:#999;
	margin-bottom:20px;
	width:100%;
}



#panel h4 {
	background:#333;
	color:#fff;
	font-size:110%;
	font-weight:bold;
	padding:5px 8px;
	margin: 0;
}

#panel h4.greyTitle {
		background:#666;
	}
	
#panel h4.orangeTitle {
		background: #cc6600;
	}

#panel h4.purpleTitle {
		background: #411A64;
	}		


#footer {
	display: block;
	width: 100%;
	clear: both;
	margin: 36px 0;
	padding: 24px 0 18px 0;
	font-size: .9em;
	border-top: 1px solid #c7cad1;
}

#breadcrumb {
	display: block;
	padding: 5px 0;
}

#breadcrumb ul {
	list-style: none;
	margin: 0;
}

#breadcrumb li {
	display: inline;
}

#content ul ol li {
	margin-left: 18px;  
}


/* MENU 1 */

#menu {
	height: 27px;
	padding-left: 6px;
	margin-bottom: 1px;
		width: 800px;
}
	
#menu ul {
	list-style: none;
	padding-left: 5px;
	height: 27px;
	width: 789px; 
	}


#menu li {
	float: left;
}

#menu a {
	display: block;
	height: inherit;
	padding: 5px 17px 4px 15px;
	text-decoration: none;
}
	
	#menu a.current {
	}
	
	#menu a:active {
	}
	
#menu ul ul {
	display: none; 
}


.moreInfo{
	margin: 40px 0 20px;
	border-left: 8px solid #eee;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 8px 18px;
}


/* @end */

/* @group colours */

/* TEXT COLORS */

body {
	color: #7F7F7F;
}

h1, h2, h3, h4, h5 {
	color: #404040;
}

a {
	color: #33455C;
}

a:hover {
	color: #294660;
}

a:visited {
	color: #28455F;
}

blockquote, code {
	background: #EEEEEE;
	color: #666666;
}


/* TAB COLORS */

#menu a {
	color: #808080;
}

#menu a:hover {
	color: #444444;
}

#menu a:active {
	color: #FFFFFF;
}

#menu a.current, #menu a.currentAncestor {
	color: #000000 !important;
}


/* SIDEBAR MENU */

#sidebar-menu a {
	color: #999999;
}

#sidebar-menu a:hover {
	color: #666666;
}

#sidebar-menu a.current {
	color: #666666 !important;
}


/* LAYOUT COLORS */

body {
	background-color: #FFFFFF;
	border-top: 7px solid #645C53;
}


/* @end */

/* @group rightside */

#content-wrapper {
	padding-right: 250px;
}

#sidebar {
	float: right;
	margin-right: -125px;
}

html > body #sidebar {
	margin-right: -250px;
}

#content {
	padding-right: 36px;
}

/* @end */

