/*
	HOUSING FORUM CSS
	CREATED: 08.01.09
	MODIFIED: 02.02.09
	AUTHOR: ANDY FIELD
*/

/*
	COLOURS
	BACKGROUND:#edf6f7
	GREEN01:#007c92
	GREEN02:#a9b7bc
	GREY01:#66b0be
	GREY02:#99cbd3;
	LINE GREY:#d9ebef
*/

/* RESET
******************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}

:link,:visited {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img { 
	border: 0;
}

address,abbr,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

img {
	border: none;
}

ol,ul,dl {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 100%;
	font-weight: normal;
	line-height: 100%;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* BASE
******************************************/

html>body {
	font-size: 12px;
}

body {
	background:#edf6f7;
	color:#111;
	font-family: "Helvetica Neue",Arial,Helvetica,"Lucida Grande",sans-serif;
	font-size: 75%;
	line-height: 1.5em; 
	text-align:center;
}

button,input,select,textarea {
	font-family: "Helvetica Neue",Arial,Helvetica,"Lucida Grande",sans-serif;
	font-size:100%;
	padding:.375em;
}

#skip {
	height: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	text-indent: -3000em;
	width: 0;
}

a:link,
a:visited {
	border:none;
	color: #007c92;
	text-decoration: none;
}

a:hover,
a:active {
	border-bottom:1px solid #d9ebef;
	color: #007c92;
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display:inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */

strong {
	font-weight: bold;
}

em {
	font-style:italic;
	font-weight: bold;
}

hr {
	height: 1px;
	color: #d9ebef;
	margin: 0.75em 0 1.5em 0;
	padding: 0;
	background-color: #d9ebef;
	border: 0;
}

/* TYPOGRAPHY
******************************************/

p,dl,ol,ul,td,th {
	font-size:1em;
	line-height:1.5em;
}

p {
	margin:0 0 0.75em 0;
}

dl,ol,ul {
	margin:0 0 1.5em 0;
}

dt,th {
	font-weight:bold;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
}

h1 {
	color:#007c92;
	font-size: 1.75em;
	/* line-height: 0.857143em; */
	line-height: 1.2857145em;
	/* margin:0 0 0.857143em 0; */
	margin:0 0 0.4285715em 0;
}

h1 span {
	display:block;
	font-size: 0.571429em;
	font-weight:normal;
	line-height: 1.5em;
	margin:0 0 0.375em 0;
	/* margin-top: 0.75em;
	margin-bottom: 1.5em; */
}

h2 {
	color:#333;
	font-size: 1.416667em;
	line-height: 1.058824em;
	margin:0 0 0.529412em 0;
}

h3 {
	color:#333;
	font-size: 1.166667em;
	line-height: 1.285714em;
	margin:0 0 0.3214285em 0;
}

h4,h5,h6 {
	color:#66b0be;
	font-size: 1.083333em;
	line-height: 1.384615em;
	/* margin:0 0 0.692308em 0; */
	margin:0 0 0.346154em 0;
}

/* LISTS
******************************************/

ul ol,
ul ol ul,
ul ul {
	font-size:100%;
	margin:0;
}

li,dd {
	padding:0.375em 0;
}


#main ul ol,
#main ul ol ul,
#main ul ul {
	margin-top:0.75em;
	margin-bottom:0.75em;
}

#main ul {
	list-style-type:disc;
	margin-right:4em;
	margin-left:4em;
}

ol.decimal {
	list-style-type:decimal;
	margin-right:4em;
	margin-left:4em;
}
 
ol.roman {
	list-style-type:lower-roman;
	margin-right:4em;
	margin-left:4em;
}

ol.alpha {
	list-style-type:lower-alpha;
	margin-right:4em;
	margin-left:4em;
}

#main dt {
	/* color:#66b0be; */
	color:#333;
	font-size: 1.083333em;
	line-height: 1.384615em;
	/* margin:0 0 0.692308em 0; */
	/* margin:0.346154em 0; */
	margin:0;
	padding:0.375em 0 0 0;
}

#main dd {
	border-bottom:1px solid #d9ebef;	
	/* margin:0 0 0.75em 0;
	padding:0.375em 0 0.75em 0; */
	/* margin:0 0 0.375em 0; */
}

#sitemap dt {

}

/* DECORATION
******************************************/

blockquote p {
	/* font-family:georgia,serif; */
	font-size: 1.166667em;
	line-height: 1.285714em;
	margin:0 0 0.3214285em 0;
}

p cite {
	color:#777;
	font-style:italic;
}

p.note {
	color:#777;
}

p.message {
	background:#fffede;
	border:1px solid #fcf5a4;
	color:#c30;
	font-size: 1.166667em;
	line-height: 1.285714em;
	margin:0 0 1.285714em 0;
	padding:0.375em;
}

p.alert {
	background:#fcebe4;
	border:1px solid #e9d9d3;
	color:#c30;
	font-size: 1.166667em;
	line-height: 1.285714em;
	margin:0 0 1.285714em 0;
	padding:0.375em;
}

p.standfirst,
p.intro {
	font-weight:bold;
/*	font-size: 1.166667em;
	line-height: 1.285714em;
	margin:0 0 0.692308em 0;
*/
	font-size: 1.083333em;
	line-height: 1.384615em;
	margin:0 0 0.692308em 0;
}

#col-rhs dl {
	margin:0;
}

#col-rhs dt {
	color:#66b0be;
	margin:0 0 0.346154em 0;
	padding:0;
}

#col-rhs dd {
	border-bottom:1px solid #d9ebef;
	font-size: 0.916667em;
	line-height: 1.636364em;
	margin:0 0 0.818182em 0;
	padding:0 0 0.818182em 0;
}

#col-rhs dd.end {
	border:none;
}

dl#contacts dd {
	margin:0 0 0.75em 0;
}

p.date,
p.author {
	color:#66b0be;
	font-size: 0.916667em;
	line-height: 1.636364em;
	margin:0 0 0.818182em 0;
}

.cms-item {
	border-bottom:1px solid #d9ebef;
	margin:0 0 0.75em 0;
	padding:0 0 0.75em 0;
}

.cms-item h3,
.cms-item p {
	margin:0;
}

#panel {
	background:#007c92 url(/images/housingforum-main.jpg) 0 0 no-repeat;
	color:#fff;
	margin:0 0 1.5em 0;
	padding:315px 15px 15px 15px;
	width:710px;
}

#panel h1 {
	color:#fff;
}

#panel p {
	font-size: 1.166667em;
	line-height: 1.285714em;
	margin:0;
}

#panel a {
	color:#fff;
}

span.type {
	display:block;
	font-weight:bold;
}

p.bcat {

}

/* #main img {
	margin:0 0 0.75em 0;
} */

img,
img.i {
	display:block;
	margin:0 0 1.5em 0;
}

#toolkit-list img {
	margin:0;
}

.toolkit-block {
	margin:0 0 0.75em 0;
}

#col-rhs img.i {
	margin:0.75em 0;
}

img.il {
	float:left;
	margin:0 1em 1em 0;
}

img.ir {
	float:right;
	margin:0 0 1em 1em;
}

#col-rhs img.il {
	float:left;
	margin:0 0.75em 0.375em 0;
	position:relative;
	top:0.375em;
}

#main ul.bios {
	list-style-type:none;
	margin-right:0;
	margin-left:0;	
}

#main ul.bios li {
	border-bottom:1px solid #d9ebef;
	margin:0 0 1.5em 0;
	padding:0 0 0.75em 0;
}

#main ul.bios .bio {
	margin:0 0 0 100px;
}

#main ul.bios img {
	border:2px solid #d9ebef;
}

.bcat span {
	font-weight:bold;
}

#asides {
	font-size: 0.916667em;
	line-height: 1em;
}

#main #asides ul {
	list-style-type:none;
	margin-right:0;
	margin-left:0;
}

.start {
	font-weight:bold;
}

#main #asides li {
	border-bottom:1px solid #d9ebef;
	display:block;
	height:1%;
	padding:0.375em 0;
}

#main #asides li a {
	display:block;
}

#main #asides li a:hover {
	background:#d9ebef;
	border:none;
}

#toolkit-list dl {
	float:left;
	margin:0 10px 1.5em 0;
	width:260px;
}

#toolkit-list dl.end {
	margin:0;
}

#toolkit-list dt {
	background:#99cbd3;
	height:100px;
	margin:0 0 0.375em 0;
	padding:0;
	width:260px;
}

#toolkit-list dd {
	border:none;
}

#toolkit-list dt a,
#toolkit-list dt a:hover {
	border:none;
	display:block;
	margin:0;
}

p a.textbtn {
	margin:0 0 1.5em 0;
}

button.textbtn,
a.textbtn {
	background:#007c92;
	border:1px solid #66b0be;
	color:#fff;
	display:block;
	font-weight:bold;
	padding:0.375em 1em;
	text-align:center;
	width:8em;
}

button.textbtn:hover,
a.textbtn:hover {
	background:#66b0be;
	border:1px solid #007c92;
}

button.textbtn:hover {
	cursor:pointer;
}

#asides p {
	font-size:100%;
}

#asides p a.textbtn {
	font-size: 1.090909em;
	line-height:1.333333em;
	padding-top:0.5em;
}

.item {
	background:#d9ebef;
	border-top:1px solid #66b0be;
	padding:0.75em 0.6em 0.6em 0.6em;
}

#map {
	height:320px;
	margin:0 0 1.5em 0;
	width:560px;
}

#breadcrumbs {
	border-bottom:1px solid #d9ebef;
	color:#66b0be;
	font-size: 0.916667em;
	/* line-height: 1.636364em; */
	line-height:1em;
	margin:0 0 1.125em 0;
	padding:0 0 0.75em 0;
	width:560px;
}

#widgets a,
#widgets a:hover {
	border:none;
}

#two-col {
	width:560px;
}

#lhs {
	float:left;
	width:270px;
}

#rhs {
	float:right;
	width:270px;
}

#cse-search-results iframe {
	width:550px;
}

/* FORMS
******************************************/

fieldset {
	border-bottom:1px solid #d9ebef;
	margin:0 0 1.5em 0;
}

fieldset input,
fieldset textarea {
	border:2px solid #d9ebef;
}

input.long,
textarea.long {
	width:22em;
}

input.short,
textarea.short {
	width:6em;
}

label,
span.textlabel {
	display:block;
	float:left;
	padding:0.375em 1em 0.375em 0;
	width:12em;
}

label span.req {
	color:#c30;
	font-weight:bold;
}

label.error {
	color:#777;
	display:block;
	padding-bottom:0;
	width:auto;
}

label.alt,
label.top {
	float:none;
	width:auto;
}

label.chk {
	float:none;
	width:auto;
}

.chkgroup {
	padding:0 0 0 13em;
	width:auto;
}

input.error {
	border:2px solid #c30;
}

span.output {
	display:block;
	font-weight:bold;
	padding:0.375em 0;
}

/* TABLES
******************************************/

table {
	margin:0.75em 0 1.5em 0;
	width:560px;
}

th,td {
	padding:0.375em;
	vertical-align:top;
}

thead th {
	background:#66b0be;
	color:#fff;
}

tbody th,
tbody td {
	border-bottom:1px solid #d9ebef;
}

table.qset {
	border-bottom: 1px solid #d9ebef;
	margin:0.75em 0 1.5em 0;
	width:560px;
}

table.qset thead th,
table.qset tbody td {
	border:none;
	border-right: 1px solid #d9ebef;
	width:139px;
}

table.qset tbody td.end {
	border-right: 1px solid #fff;
}

table.qset td label {
	float:none;
	width: auto;
}

table.qset td.center {
	text-align: center;
}

table.qset thead th {
	text-align: center;
}

table.qset thead th.level10 {
		background: #044d78;
}
	
table.qset thead th.level11 {
	background: #367193;
}
	
table.qset thead th.level12 {
	background: #6894ae;
}
	
table.qset thead th.level13 {
	background: #8eafc2;
}
	
table.qset thead th.level20 {
	background: #047868;
}
	
table.qset thead th.level21 {
	background: #369386;
}
	
table.qset thead th.level22 {
	background: #68aea4;
}
	
table.qset thead th.level23 {
	background: #8ec2bb;
}
	
table.qset thead th.level30 {
	background: #047807;
}
	
table.qset thead th.level31 {
	background: #369339;
}
	
table.qset thead th.level32 {
	background: #68ae6a;
}
	
table.qset thead th.level33 {
	background: #8ec28f;
}
	
table.qset thead th.level40 {
	background: #4d7804;
}
	
table.qset thead th.level41 {
	background: #719336;
}
	
table.qset thead th.level42 {
	background: #94ae68;
}
	
table.qset thead th.level43 {
	background: #afc28e;
}

/* NAVIGATION
******************************************/

ul#nav {
	font-size: 0.916667em;
	width:180px;
}

ul#nav li {
	border-bottom:1px solid #d9ebef;
	display:block;
	height:1%;
	padding:0.1875em 0;
}

ul#nav li.home {
	font-weight:bold;
}

ul#nav a {
	border-right:3px solid #d9ebef;
	border-left:1px solid #d9ebef;
	display:block;
	padding:0.1875em 0.375em;
}

ul#nav a.active,
ul#nav a:hover {
	background:#d9ebef;
	border-right:3px solid #99cbd3;
	border-bottom:none;
	border-left:1px solid #99cbd3;
	text-decoration:none;
}

ul#nav ul {
	font-size:100%;
}

ul#nav ul li {
	border:none;
}

ul#nav ul a,
ul#nav ul a:hover {
	border:none;
	padding-left:1em;
}

/* HEADER
******************************************/

#logo a {
	background:#fff url(/assets/housingforum-logo.png) 0 0 no-repeat;
	display:block;
	float:left;
	height:70px;
	overflow:hidden;
	text-indent:-3000em;
	width:180px;
}

#logo a:hover {
	border:none;
}

#global {
	float:right;
}

#global ul {
	color:#66b0be;
	font-size: 0.916667em;
	line-height: 1.636364em;
	margin:0 0 0.75em 0;
}

#global ul li {
	color:#d9ebef;
	display:inline;
}

#global label {
	display:none;
}

input.searchbox {
	border:1px solid #d9ebef;
	font-size: 0.916667em;
	width:12em;
}

/* FOOTER
******************************************/

#footer {
	color:#66b0be;
	font-size: 0.916667em;
	line-height: 1.636364em;
	margin:0 0 0.818182em 0;
}

#footer ul {
	margin:0 0 0.75em 0;
}

#footer li {
	color:#d9ebef;
	display:inline;
}

/* LAYOUT
******************************************/

#wrap {
	background:#fff;
	margin:0 auto;
	text-align:left;
	width:970px;
}

#header,
#content,
#footer {
	margin:0 auto;
	width:940px;
}

#header {
	border-bottom:1px solid #66b0be;
	height:70px;
	padding:15px 0
}

#content {
	padding:2em 0 1.5em 0;
}

#sidebar {
	float:left;
	width:180px;
}

#main {
	float:right;
	width:740px;
}

#main-content {
	float:left;
	width:560px;
}

#main-content-alt {
	float:left;
	width:720px;
}

#asides {
	float:right;
	position:relative;
	top:4.5em;
	width:160px;
}

#entry-content {
	width:740px;
}

#col-lhs {
	float:left;
	width:500px;
}

#col-rhs {
	border-left:1px solid #d9ebef;
	float:right;
	padding:0 0 0 15px;
	width:205px;
}

#widgets {
	margin:0 auto;
	padding:1em 0 0 200px;
	width:740px;
}

#footer {
	border-top:1px solid #d9ebef;
	clear:both;
	padding:1.5em 0;
}
