/* @override 
	http://www.7perth.com.au/css/7perth.css
	http://7perth.com.au/css/7perth.201005.css
	http://7perth.com.au.springcms.s3.amazonaws.com/css/7perth.201005.css
*/

/* @group Panels */

body {
	background-color: #000;
}

#container {
	position: relative;
	width: 960px;
	margin: 0 auto 20px auto;
	background-color: #fff;
}

#banner {
	position: relative;
	height: 223px;
	width: 960px;
}

#banner h1 {
	position: absolute;
	text-indent: -1000em;
	margin: 0;
	padding: 0;
	line-height: 1;
}

#weeklybanner {
	position: absolute;
	top: 0;
	right: 0;
	height: 223px;
	width: 782px;
}
#footer {
	padding: 20px 30px;
	width: 900px;
	background-color: #ccc;
	border-top: 1px solid #aaa;
}

#footer p {
	margin: 0;
	font-size: 0.9em;
	text-align: right;
}

#header {
	padding: 20px 30px;
	width: 700px;
	background-color: #e1e1e1;
}


/* @end */

/* @group Fonts */

body {
	font-size: 62.5%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

p {
	font-size: 1.2em;
	line-height: 1.6;
	margin-bottom: 1em;
}

h1 {
	font-size: 2.4em;
	margin-bottom: 0.4em;
	color: #D60201;
	font-weight: normal;
	line-height: 1.4;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 0.6em;
	color: #AF0000;
	font-weight: normal;
	line-height: 1.4;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 0.6em;
	line-height: 1.4;
	
}

h4 {
	font-size: 1.1em;
	margin-bottom: 0.6em;
	font-weight: bold;
	line-height: 1.4;
}

h5 {
	font-size: 1.0em;
	margin-bottom: 0.6em;
	font-weight: bold;
	line-height: 1.4;
}

h6 {
	font-size: 1.0em;
	margin-bottom: 0.6em;
	line-height: 1.4;
}

#content pre {
	font-size: 1.1em;
	font-family: "Courier New", Courier, mono;
	line-height: 1.4;
	margin-bottom: 0.5em;
}

#content blockquote {
	font-size: 1.1em;
	font-family: "Courier New", Courier, mono;
	line-height: 1.4;
	padding: 2em 0 2em 2em;
	margin-bottom: 1em;
	background-color: #fefdd3;
}

#content blockquote blockquote {
	font-size: 1em;	
	margin-bottom: 0;
	padding: 0.5em 0 0.5em 2em;
}

#content ul, #content ol {
	padding: 1em 3em;
	list-style-type: disc;
	line-height: 1.4;
}

#content ol {
	list-style-type: decimal;
}

li {
	font-size: 1.1em;
}

li li, li p {
	font-size: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	padding: 0;
	border: 0;
	height: 1px;
	background-color: #aaa;
	margin: 3em 0;
}

/* @end */

/* @group Navlist */

#content .navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content .navigation li {
	border-bottom: 1px solid #fff;
}

#content .navigation a {
	display: block;
	background-color: #eee;
	padding: 7px 15px;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	line-height: 1.5;
}

#content .navigation li li a {
	padding: 5px 5px 5px 18px;
	background-color: #dedede;
}

#content .navigation a:hover {
	color: #fff;
	background-color: #f68122;
}

#content .navigation li li a:hover {
	color: #fff;
	background-color: #f6c707;
}

#content .navigation .selected>a {
	font-weight: bold;
	background-color: #aaa;
	color: #fff;
}

#crossfader-container {
	width: 169px;
	height: 223px;
	background-color: #666;
	background-image: url(http://resources.springcms.com.au/images/icon-loading-666666.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/* @end */

/* @group Slideshow */

#content #controls #crossfader-previous {
	height: 9px;
	padding: 4px 22px;
	background-image: url(../upload/template/spring/previous-001.png);
	background-repeat: no-repeat;
	background-position: center left;
	color: #aaa;
}

#content #controls #crossfader-next {
	height: 9px;
	padding: 4px 22px;
	background-image: url(../upload/template/spring/next-001.png);
	background-repeat: no-repeat;
	background-position: center right;
	color: #aaa;
}

/* @end */

/* @group Newslist */

.newslist .item {
	position: relative;
	overflow: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.newslist .date {
	display: inline;
	padding: 3px;
	background-color: #999;
}

.newslist .item .image {
	float: right;
}

.newslist h2 {
	margin-top: 10px;
}

.newslist h2 a {
	font-size: 1.1em;
	text-decoration: none;
	color: #D60201;
}

/* @end */

/* @group Search */

#search {
	display: block;
	padding: 5px 30px;
	margin: 0;
	z-index: 5;
	background-color: #efefef;
	border-bottom: 1px solid #ccc;
	text-align: right;
}

#search p {
	padding: 0;
	margin: 0;
}

#content #searchresults li {
        padding-bottom: 2em;
}

#content #searchresults li p.title {
        font-size: 1.2em;
        padding: 0 0 0.4em 0;
        margin: 0;
}

#content #searchresults li p.description {
        padding: 0 0 0.4em 0;
        margin: 0;
}

#content #searchresults li p.date {
        font-size: 0.9em;
        padding: 0;
        margin: 0;
}
/* @end */

/* @group Tables */

td {
	vertical-align: top;
	padding: 0 5px 5px 0;
}

/* @end */

/* @group Gallery */

#content ul.gallery {
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-left: -15px;
}

#content ul.gallery li {
	float: left;
	padding: 5px 0 10px 15px;	
}

/* @end */

/* @group Grid */

.row {
	display: block;
	overflow: hidden;
	width: 960px;
}

.column {
	float: left;
	padding: 40px 52px 30040px 52px;
	margin: 0 0 -30000px 0;
}

.layout6 .column1 {
	padding: 0 0 30000px 0;
	margin: 0 0 -30000px 0;
	width: 169px;
	background-color: #eee;
}

.layout6 .column2 {
	width: 680px;
}

/* @end */

/* @group Forms */

#content #springform {
	margin: 3em 0;
}



/* @end */
