/*
Theme Name: Aspire
Theme URI: http://www.aspireearlyintervention.com.au
Description: A WordPress theme for Aspire Early Intervention website
Version: 1.0
Author: Joel BIrch
Author URI: http://www.gdj.com.au/team/joel-birch/
Tags: one col

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	}

cite {
	text-decoration: none;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:link, a:visited {
	text-decoration: underline;
}
a:focus, a:hover {
	color: #147;
	text-decoration: none;
	}


.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 2em;
	padding: 0 0 1.5em;
	border-bottom: 2px dotted #DFEAF7;
	}
.post h2 {
	margin-top: 1.5em;
}
.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}
.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

.intro {
	font-size: 1.6em;
	font-style: italic;
	color: #4D82BF;
	font-family: Palatino, 'Book Antiqua', Cambria, Times, sans-serif;;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin: 1.5em auto;
	}

img.alignright {
	position: relative;
	margin: 0 -50px 20px 40px;
	display: inline;
	clear: right;
	}
img.alignleft {
	margin: 0 20px 20px 0;
	display: inline;
	clear: left;
	}
	
img.hero {
	margin-top: -3em;
}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 0 0 0 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	color: #8FABCC;
	display: block;
	margin-top:-10px;
	font: italic 1.1em Palatino, 'Book Antiqua', Cambria, Times, 'Times New Roman', serif;
	}
.navigation a:link, .navigation a:visited {
	color: #8FABCC;
}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.qualify {
	margin-top: 0;
	font-size: 1.1em;
}

/* 
Title:  	   Aspire Early Intervention

Key Colours
-----------

sub nav grey: f6f6f6 		

*/

/* define screen styles
---------------------------------------------------------- */

@media screen {

	/* Global Styles
	---------------------------------------------------------- */
	* {
		margin: 0;
		padding: 0;
		}

	body {
		color: #6b6b6b;
		font-family: Verdana, Helvetica, sans-serif;
		line-height: 1.5;
		text-align: center;
		}

	body#aspire {
		background: #f6fafd url(images/background.gif) top left repeat-x;
		}

	a:link, a:visited {
		color: #2e629f;
		}

	a:focus, a:hover {
		color: #000000;
		}

	a:active {
		color: #0099ff; 
		}

	img {
		border: 0;
		}
		
	h1,
	h2,
	h3,
	h4,
	h5 {
		font-family: Palatino, 'Book Antiqua', Cambria, Times, sans-serif;
		color: #146fdf;
		margin: 0.2em 0;
		line-height: 1.1;
		}
	h1 {
		font-size: 3.3em;
		font-weight: normal;
		margin: 1em 0 .3em;
		text-transform: lowercase;
		text-shadow:1px 2px 4px #AAAAAA;
		}

	h2 {	
		font-size: 1.8em;
		margin: 2em 0 .5em;
		text-transform: lowercase;
		}

	h3 {
		font-size: 1.5em;
		color: #CB4BA2;
		margin-top: 1.5em;
		font-weight: normal;
		text-transform: lowercase;
		}

	h4 {
		font-size: 1.1em;
		font-family: Verdana, Helvetica, sans-serif;
		color: #6B6B6B;
		margin: .5em 0 .2em;
		}
	h4 a:visited {
		color: #6B6B6B;
	}

	h5 {
		font-size: 1.5em;
		font-style: italic;
		text-decoration: underline;
		}

	p {
		font-size: 1.2em;
		margin: 1em 0;
		}
		
	form {
		margin: 0;
		padding: 0;
		}

	dl {
		margin: 1em 0;
		}

	dl dt {

		}

	dl dd {
		padding: 0 0 0 3em;
		}

	ul {
		margin: 1em 0 1.5em;
		padding: 0 0 0 3em;
		}

	ul li {
		font-size: 1.2em;
		}

	ol {
		margin: 1em 0;
		padding: 0 0 0 3em;
		}

	ol ol {
		list-style-type: lower-alpha;
		}

	ol li {
		font-size: 1.2em;
		}

	li li {
		font-size: 1em;
		}

	hr {
		border: 1px solid #ccc;
		clear: both;
		margin: 1em 0;
		}

	acronym {
		border-bottom: 1px dotted;
		cursor: help;
		color: #060;
		}

	address {
		font-size: 1.2em;
		}

	cite {

		}

	code {
		font-family: Courier, monospace;
		color: #c60;
		padding: 0.2em 0;
		}

	dfn {
		font-style: oblique;
		cursor: help;
		color: #060;
		}

	em {
		font-style: oblique;
		}

	strong {
		font-weight: bold;
		}

	pre {
		margin: 1em 2em;
		padding: 1em;
		font-family: Courier, monospace;
		border: 1px dashed #eee;
		}

	blockquote {
		background: #eee;
		font-style: oblique;
		margin: 1em auto;
		padding: 1em;
		width: 80%;
		}

	kbd {
		color: #900;
		}

	sub {

		}

	sup {

		}

	textarea,
	select {
		font: 12px Verdana, Helvetica, sans-serif;
		}

	option {
		padding: 0 1em 0 0;
		}

	table {
		border-collapse: collapse;
		}

	th {
		font-weight: bold;
		text-align: center;
		}

	th,
/*
	td {
		border: 1px solid #aaa;
		padding: 5px;
		}
*/
	/* Layout Styles
	---------------------------------------------------------- */
	
	#wrap {
		padding: 0 0 20px 0;
		border-top: 5px solid #146fdf;
		}

	#container {
		background: #fff;
		margin: 0 auto;
		position: relative;
		text-align: left;
		width: 822px;
		}

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

	#header {
		position: relative;
		}

	#header #logo a {
		background: transparent url(images/aspire_header.jpg) no-repeat 0 -25px;
		display: block;
		height: 205px;
		margin: 0 auto;
		overflow: hidden;
		width: 822px;
		position: relative;
		color: #fff;
		text-decoration: none;
		}
		#logo a span {
			position: absolute;
			top: 12px;
			right: 20px;
			text-align: right;
			font-style: italic;
			text-shadow: 1px 1px 2px #000;
		}
		#logo a big {
			font-size: 1.2em;
			font-style: normal;
			font-weight: bold;
		}
	/* Nav Styles
	---------------------------------------------------------- */

	#nav {
		background: #DFEAF7 url(images/nav.png) repeat-x bottom left;
		border-top: 1px solid #fff;
		float: left;
		padding: 2px 0 0;
		width: 100%;
		overflow: hidden;
		text-transform: lowercase;
		}

	#nav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
		border-bottom: 1px solid #b2c6e0;
		float: left;
		margin-left: -1px;
		display: inline;
		}
		
	#nav li {
		display: block;
		float: left;
		}

	#nav a {
		background: #DFEAF7 url(images/nav.png) repeat-x bottom left;
		color: #4D82BF;
		display: block;
		float: left;
		padding: 11px 15px 13px;
		text-decoration: none;
		}
	#nav a:focus, #nav a:hover, a:active {
		color: #2E629F;
		text-decoration: none;
	}
	#nav li > a:focus, #nav li > a:hover, a:active {
		background: #b2c6e0;
	}
	#nav li,
	#nav li a {
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
	}
	#nav li.current_page_item {
		border: 1px solid #fff;
		border-color: #D5E0F0 #D5E0F0 #FFFFFF;
		position:relative;
		margin-bottom:-1px;
	}
	#nav li.current_page_item a {
		color: #2E629F;
		opacity: 1;
		background: #fff;
		font-weight: bold;
		padding-top: 10px;
		cursor: default;
	}
	/* Subnav Styles
	---------------------------------------------------------- */

	#subnav {
		background-color: #FFFFFF;
		color: #cb4ba2;
		font-family: Georgia, Times, serif;
		font-size: 12px;
		font-weight: bold;
		padding: 10px;
		}

	#subnav a {
		color: #cb4ba2;
		}
	
	/* Content Containers
	---------------------------------------------------------- */

	#content {
		clear: both;
		margin: 0;
		padding: 3px 40px 50px 42px;
		position: relative;
		width: 730px;
		min-height: 350px;
		}

/* Footer Styles
---------------------------------------------------------- */
	#footer {
		background-color: #4D82BF;
		clear: both;
		color: #fff;
		font-family: Arial, Verdana, Times;
		font-size: 1.1em;
		padding: 5px 15px;
		width: 792px;
		text-align: right;
		}

	#footer .copyright {
		float: left;
		}

	#footer .website_by a {
		color: #fff;
		}

	}

/* define print styles
---------------------------------------------------------- */

@media print {

	/* print styles
	---------------------------------------------------------- */

	body {
		font-family: Verdana, sans-serif;
		font-size: 12pt;
		}
	
	div {
		float: none !important;
		}

	a:link,
	a:visited {
		color: gray;
		}

	}
