/* @override 
	http://www.enrl.com.au/css/encounter.css
*/

/* @group Fonts */

body {
	font: 62.5% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content p {
	font-size: 1.2em;
	line-height: 1.8;
	margin-bottom: 0.8em;
}

#content li {
	font-size: 1.2em;
	line-height: 1.8;
}

#content h1 {
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: 0.4em;
	line-height: 1.4;
	color: #a6b824;
}

#content h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 0.4em;
	line-height: 1.4;
	color: #a6b824;
}

#content h3 {
	font-size: 1.2em;
	margin-bottom: 0.6em;
	color: #96a725;
}

#content h4 {
	font-size: 1.1em;
	margin-bottom: 0.6em;
	font-weight: bold;
}

#content h5 {
	font-size: 1.0em;
	margin-bottom: 0.6em;
	font-weight: normal;
	font-style: italic;
}

#content h6 {
	font-size: 1.0em;
	margin-bottom: 0.6em;
	font-weight: bold;
}

#content ul {
	padding: 1em 2em;
	list-style-type: none;
	line-height: 1.4;
}

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

#content ul li {
	background-image: url(../upload/template/encounter/arrow-004.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 18px;
}

#content li li {
	font-size: 1.0em;
}

#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 a {
	color: #2744bd;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	margin: 20px 0;
}

sup {
	font-size: 0.6em;
	vertical-align: super;
	margin-left: -0.2em;
}

/* @end */

/* @group Panels */

body {
	background-color: #202020;
}

#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-top: 50px;
	background-image: url(../upload/template/encounter/navigation-001.png);
	background-repeat: no-repeat;
}

#banner {
	position: relative;
	height: 215px;
}

#banner ul {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#banner li {
	position: absolute;
	margin: 0;
	padding: 0;
}

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

#main {
	position: relative;
	overflow: hidden;
	height: 100%;
	margin-top: -10px;
}

#content {
	position: relative;
	min-height: 200px;
}

.wide {
	float: left;
	padding: 30px 30px;
	padding-bottom: 2400px;
	margin-bottom: -2370px;
	margin-right: -6px;
	width: 700px;
}

.narrow {
	float: left;
	padding: 30px 30px;
	padding-bottom: 2400px;
	margin-bottom: -2370px;
	margin-right: -6px;	width: 530px;
}

#content.narrower {
	float: left;
	padding: 30px 30px;
	padding-bottom: 10000px;
	margin-bottom: -9970px;
	margin-right: -6px;
	width: 440px;
	background-color: #fff;
}

#footer {
	padding: 20px 30px;
	width: 700px;
}

#header {
	padding: 20px 30px;
	width: 700px;
}

#search {
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px 30px 0 0;
	z-index: 5;
}

#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 Sidebar Right */

#sidebar-right {
	float: right;	width: 210px;
	padding: 10px;
	padding-bottom: 10000px;
	margin-bottom: -9970px;
	background-color: #e3eefa;
}

#sidebar-right .item {
	margin-bottom: 20px;
}

/* @end */

/* @group Sidebar Left */

#sidebar-left {
	float: left;	width: 170px;
	padding: 30px;
	padding-bottom: 10000px;
	margin-bottom: -9970px;
	margin-top: 25px;
	background-color: #e3eefa;
	background-image: url(../upload/template/encounter/sidebar-left-001.png);
}

#sidebar-left .item {
	margin-bottom: 20px;
}

/* @end */

/* @group Navlist */#navlist {
	position: absolute;
	top: 0;
	right: 0;	font-size: 1.0em;	padding: 0 20px;	height: 35px;	z-index: 50;
}#navlist.depth-0 li {	float: left;}/* Popup Menu Functions */#navlist ul {	display: none;}#navlist li:hover>ul {	display: block;	position: absolute;	left: 0;	top: 35px;
	background-color: #aabd26;}
#navlist li li:hover>ul {	display: block;	position: absolute;	left: -196px;	top: 0;
	background-color: #9aac26;}#navlist>li.selected {}/* Specific to all levels */#navlist  ul {	width: 196px;}#navlist li {	position: relative;	float: left;	display: block;	z-index: 100;	margin-right: 1px;}#navlist a {	position: relative;	display: block;	float: left;
	margin: 0;	padding: 10px 10px 9px 10px;
	line-height: 1.4;	text-decoration: none;
	text-transform: uppercase;	z-index: 100;
	color: #fff;
	font-size: 12px;}#navlist li li a:hover {
	background-color: #9aac26;
}

#navlist li li li a:hover {
	background-color: #869622;
}#navlist li li {	margin: 0;	float: left;	text-align: left;	border: none;}#navlist li li a {	display: block;	width: 156px;
	padding: 6px 30px 5px 10px;}#navlist li li:hover a {}

#navlist li li a.expandable {
	background-image: url(../upload/template/encounter/arrow-003.png);
	background-repeat: no-repeat;
	background-position: 180px 10px;
}/* @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;	
}

#content ul.gallery li.column1 {
	/*padding-left: 0;*/	
}

/* @end */



/* @group Sidebar-Left Newslist */

#sidebar-left #latestnews h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #2744bd;
}

#sidebar-left #latestnews .item {
	padding: 10px 0 0 0;
}

#sidebar-left #latestnews .date {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0.8em;
}

#sidebar-left #latestnews h2 {
	position: relative;
}

#sidebar-left #latestnews h2 a {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
	color: #000;
}

#sidebar-left #latestnews h2 a:hover {
	text-decoration: underline;
	color: #a6b824;
}

#sidebar-left #latestnews img {
	vertical-align: -3px;
}

/* @end */

/* @group Content Newslist */

#content #latestnews .item {
	padding: 20px 0 0 0;
}

#content #latestnews .date {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0.8em;
}

#content #latestnews h2 {
	position: relative;
}

#content #latestnews h2 a {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
	color: #000;
}

#content #latestnews h2 a:hover {
	text-decoration: underline;
	color: #a6b824;
}

#content #latestnews img {
	vertical-align: -2px;
}

#content #latestnews .year {
	font-size: 1.8em;
	padding: 0;
	margin: 20px 0 0 0;
	background-color: #a6b824;
	color: #fff;
	padding: 5px;
}

#content #latestnews .month {
	font-size: 1.6em;
	font-weight: bold;
	padding: 5px 0;
	border-bottom: 5px solid #efefef;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}

/* @end */

/* @group ASX Quote */

#asxquote {
	background-image: url(../upload/template/encounter/asx-001.png);
	padding: 15px;
	margin-bottom: 5px;
}

#asxquote h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #2744bd;
}

#asxquote h2 {
	font-size: 2.5em;
	font-weight: bold;
	margin: 0.1em 0 0.2em 0;
}

#asxquote p {
	font-weight: bold;
	font-size: 0.8em;
}

/* @end */

/* @group Form */

#form {
	background-image: url(../upload/template/encounter/sidebar-right-001.png);
	padding: 15px;
	margin-bottom: 5px;
}

#form h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #2744bd;
	margin-bottom: 0.8em;
}

#form p {
	margin-bottom: 0.8em;
	line-height: 1.6;
	font-weight: bold;
}

#form label {
	float: left;
	width: 60px;
	padding: 6px 0;
	font-weight: bold;
}

#form .text {
	width: 110px;
}

/* @end */

/* @group BRR */

#brr {
	background-image: url(../upload/template/encounter/sidebar-right-001.png);
	padding: 10px;
}

/* @end */

/* @group Tables */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
}

td {
	border: 1px solid #000;
	padding: 5px;
}

#content td p {
	margin-bottom: 0;
	line-height: 1.2;
}

/* @end */


