/* CSS Document 

Created by Julian Smith
Websmiths - http://www.websmiths.com.au
2007

---- CONTENTS -----

- Basics
- Forms
- Main Layout 
- Nav Lists
- Main Typography
- Pathways classes
- General Classes

-------------------*/



/*
----- set basics -----*/

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align: left;
	border: 0;
}

a {
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
/*
----- Form fields etc.	
ul, ol { margin: .4em 0 .8em 2.5em; }

 ------*/
input, textarea {
	padding: .2em;
	border: 1px solid #666;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
}


form b, form i { float: left; }
form b {
	width: 120px;
	padding: 0 1em 0 0;
	text-align: right;
}
form p { overflow: auto; }



/*
----- Main Layout -----*/

body {
	background: #000 url(../../images/bg_strip.jpg) repeat-x;
	text-align: center;
	font-size: 72%;
}

div#wrap {
	background: #fff;
	width: 1000px;
	margin: 0 auto;
	
}

div#header {
	height: 180px;
}


div#logo {
	float: left;
}

div#content {
	background: #fff;
	padding: 5px 0;
	clear: both;
}


div#footer {
	background: #fff;
	font-size: .8em;
	color: #000033;
	padding: 90px 0 2em;
	clear: both;
}

div#websmiths {
	font-size: .9em;
	color: #888;
}
	#websmiths a { color: #f90; }
	#websmiths p { padding: 10px 5px; }

#footer p, #websmiths p { text-align: center; }

/* temporary 
div#header, div#wrap, div#mainnav, div#content, div#footer {
	border: 1px solid #444;
}
*/







/* 
----- Nav lists -----*/

/* -- Top Nav --*/
div#mainnav {
	height: 30px;
	background: #222;
}
div#mainnav li, div#mainnav li a {
	float: left;
}

#mainnav ul { 
	margin: 0;
}

#mainnav li { 
	list-style-type: none;
	padding: 0;
	position: relative;
	
}
	#mainnav a { 
		padding: 6px 12px 7px;
		margin: 1px 0 0;
		font-size: 1.1em;
		float: left;
		color: #fff;
}
	#mainnav a:hover {
		text-decoration: none;
		background-color: #DDB04A;
		color: #033;
	}
	#mainnav li#active a, #mainnav li#active a:hover
	/*, #footnav li.active a, #footnav li.active a:hover*/ { 
		color: #DDB04A;
		text-decoration: none;
		background-color: #033;
	}
	
	#mainnav li ul { 
		display: none;
		position: absolute;
		padding: 0;
		margin: 0;
		top: 25px;
		left: 0;
		background: #033;
		width: 160px;
		z-index: 100;
	}
	
	#mainnav li ul a {
		color: #fff;
		width: 136px;
		padding: 6px 12px 4px;
	}
	#mainnav li#active ul a:hover {
		background-color: #DDB04A;
		color: #033; 
	}
	
	#mainnav li:hover ul { display: block; }


/* Left nav 
div#leftnav, div#logo { background: #CFE0D6; }
*/	
div#leftnav {
	float: left;
	padding: 1em 0 2em;
	border-right: 1px dotted #ccc;

}

#leftcol {
	width: 180px;
	float: left;

}
#leftnav ul { 
}

#leftnav li { 
	list-style-type: none;
	padding: 0;
	clear: both;
	position: relative;
}
	#leftnav a, leftnav a:hover { 
		padding: 5px 5px 2px;
		font-size: .9em;
		float: left;
		color: #222;
		font-weight: bold;
		position: relative;
	}
	#leftnav a:hover {
		text-decoration: none;		
	}
	#leftnav li#lef_active a, #leftnav li#lef_active a:hover
	/*, #footnav li.active a, #footnav li.active a:hover*/ { 
		color: #600;
		text-decoration: none;
	}
	
	#leftnav li ul { 
	}
	
	#leftnav li ul a, #leftnav li#lef_active ul a {
		padding: 3px 16px;
		color: #039;
		font-weight: normal;
	
	}
	#leftnav li ul a:hover, #leftnav li#lef_active ul a:hover {
		color: #063;
	}


/*
----- Main Typography -----*/
p {
	padding: .6em 3em .5em .8em;
	line-height: 1.35em;
	font-size: 1.05em;
}


h1 {
	font-size: 1.4em;
	color: #003366;
	font-family: Arial, Helvetica, Geneva, sans-serif;
/*	letter-spacing: .15ex;
*/	font-weight: normal;
}

h2 {
	font-size: 1.2em;
	color: #660000;
}

h1, h2, h3 {
	padding: 1.3em 4em .4em 0;
	line-height: 1.35em;
	text-transform: capitalize;
}

h4, h5 {
	padding: .7em 0 .2em;
}

h6 {
	color: #336699;
	text-transform: uppercase;
	line-height: 1.3em;
	padding: 1em 4em 1em 0;
}

.centre { text-align: center; }


/* inline styles */ 
.highlight { background: #9ff; padding: .4em; }
.emphasise {
	font-weight: bold;
	font-style: italic;
	color: #336666;
}


/*
----- Client area styles (for FCKEditor) -----*/



.copy {
	background: #fff;
	padding: 1em 2em;
	border: 1px solid #ccc;
	border-width: 0 0 0 1px;
	margin-left: 180px;
	
}
	.copy ul, .copy ol { margin-left: 4em; } 
	.copy li {
		padding: .3em 100px .5em .5em;
		list-style-image: url(../../images/bullet.gif);
	}
	
.copy img { margin: 1em; }	
	
/*	
	.copy ol.abc {
		zlist-style: lower-alpha;
		counter-reset: item 3;
		counter-increment: 4;
	}

	.copy ol.abc li:after { content: ")";}
	*/

/* Rows for displaying logos */
div#agencies { margin: 12px 0 0; }

.row1, .row2 { 
	padding: .3em;
	margin: 1px 0 0;
	background:#EEEBE0;		/*	F3E9D8	*/
}
	.row2 { background: #DDE5EE; }	/* DED6CF */

	.row1 img, .row2 img {
		float: left;
		margin: 0 1em 0 0;
	}
		.row1 h4, .row2 h4 {
			font-size: 1.4em;
			font-family: Arial, Helvetica, Geneva, sans-serif;
			font-weight: normal;
			letter-spacing: .17ex;
			color: #27471A;
		}


div.pagelist p.header span { font-weight: bold; }
div.pagelist p span {
	float: left;
	width: 80px;
}
div.pagelist p span.id { width: 1em; }
div.pagelist p span.description, div.pagelist p span.edit { width: 90px; }


div#links {
	position: absolute;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	top: 215px;
	left: 100px;
}
div#links a { 
	padding: 1em;
	color: #663300;
}

p.issueselect {
	padding: 0 0 0 10px;
	white-space: nowrap;
}

form.select_issue {
	padding: 4px 6px 0;
	color: #fff;
	font-weight: bold;
	float: left;
	background: #222;
	height: 24px;
}

table.advertising_rates {
	width: 90%;
}

table.advertising_rates th, table.advertising_rates td { text-align: center; }

table.advertising_rates th {
	padding: 6px;
	background: #ccc;
	font-weight: normal;
}
table.advertising_rates td { 
	padding: 3px;
}
table.advertising_rates tr.col td { 
	background: #f99;
	border-bottom: 4px solid #ccc;
}


/*
----- Various classes -----*/
.alert {
	font-weight: bold;
	color: #006;
	color: #930;
}

.captions, .caption { 
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #222;
}

.clear { clear: both; }

.hidden { display: none; }

.fl { float: left; }
.fr { float: right; }

	img.fl { margin: 20px 1em 0 20px; }
	
	.fr img { clear: right; }


form#cse-search-box {
	float: right;
	padding: 4px;
	background: #E5DEC8;
}

