/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2008
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	color: #c7ad82;
	font: 12px Georgia, serif;
	text-align: left;
	background: #2d1e1a url(../images/body_bg.jpg) repeat-y 50% 0;
}


/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#container {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	background: #2d1e1b;
}

#header {
	background: url(../images/header_bg.gif) repeat-x;
	height: 116px;
}

#main {
	clear: both;
	margin-top: 9px;
	background: url(../images/main_bg.jpg) repeat-x;
	padding: 0 0 40px 0;
}

#content {
	padding-top: 45px;
	float: right;
	width: 500px;
	line-height: 1.5em;
}

#content-i {
	padding: 0 10px;	
}

#side {
	padding-top: 45px;
	float: left;
	width: 190px;
}

#contentSide {
	float: left;
	width: 210px;
	background: #2d1e1a;
	text-align: center;
}

#footer {
	border: 2px solid #3a2721;
	border-left: 0;
	border-right: 0;
	color: #675541;
	padding: 14px 0 8px 0;
}



/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header #logo {
	float: left;
	margin: 70px 0 0 4px;
}

#header_text {
	float: right;
	margin: 77px 4px 0 0;
}
	
	
/*	-------------------------------------------------------------
	SIDE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#side p {
	margin-top: 30px;
	padding: 0 25px;
	text-align: center;
	line-height: 1.5em;
	color: #bdb7b3;
}
	
	
/*	-------------------------------------------------------------
	MENU MAIN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menuMain {
	margin-left: 10px;
	border-top: 2px solid #291b1a;
}

#menuMain li {
	display: block;
}


/*	1st Level
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#menuMain li a:link,
#menuMain li a:visited {
	display: block;
	font: 1.1em Tahoma, Verdana, sans-serif;
	height: 24px;
	line-height: 24px;
	border-bottom: 2px solid #291b1a;
	color: #f9d19b;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 0 0 2px;
}

#menuMain li a.active:link,
#menuMain li a.active:visited {
	color: #c9c4c1;
}

#menuMain li a:hover,
#menuMain li a.active:hover {
	padding-left: 3px;
	color: #e7d6c0;	
}


/*	2nd Level
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#menuMain li ul li a:link,
#menuMain li ul li a:visited {	
	padding-left: 15px;
	font-size: 1.0em;
	color: #eac592;
}

#menuMain li ul li a.active:link,
#menuMain li ul li a.active:visited {
	color: #d8d2cf;
}

#menuMain li ul li a:hover,
#menuMain li ul li a.active:hover {	
	padding-left: 16px;
	color: #e7d6c0;
}


	
	
/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content h1 {
	text-transform: uppercase;
	color: #fff;
	font: 1.2em Tahoma, Verdana, sans-serif;
	font-weight: bold;
	padding: 0 0 5px 0;
}

#content h2 {
	color: #e5d9c6;
	font-weight: normal;
	font-size: 2.0em;
	padding: 10px 0 5px 0;
	line-height: 1.1em;
}

#content h3 {
	color: #e5d9c6;
	font-weight: normal;
	font-size: 1.5em;
	padding: 5px 0 10px 0;
}


#content p {
	padding: 6px 0 8px 0;
	line-height: 1.5em;
}

#content em {
	font-style: italic;
	font-weight: bold;
	color: #ded1b7;
}


#content strong {
	font-weight: bold;	
	text-decoration: ;
}

#content strong span {
	font-weight: bold;	
	text-decoration: underline;	
}

#content a:link,
#content a:visited {
	color: #b6a58e;
}

#content a:hover {
	color: #fff;
}

/*	Summarise
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#content #summariseSub {
	text-align: center;
}

#content #summariseSub h2 {
	font-size: 1.8em;
	text-align: center;
}

#content #summariseSub p {
	color: #a59171;
	line-height: 1.4em;
}

/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#footer p {
	padding: 5px 0 10px 0;
	line-height: 1.6em;
}

#footer a:link,
#footer a:visited {
	color: #75614a;
}

#footer #pxLogo {
	float: right;
	margin: 56px 10px 0 0;
}



/*	-------------------------------------------------------------
	EDITOR FIXES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#main #content #pageEdit h1,
#main #content #pageEdit h2 {
	color: #e5d9c6;
}





/*	-------------------------------------------------------------
	MESSAGES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#successMsg,
#errorMsg {
	padding: 5px 10px;
	border-top: 1px solid #999;
}

#successMsg h5,
#errorMsg h5 {
	font-size: 13px;
	font-weight: bold;
	padding: 1px 0 5px 23px;
	background: no-repeat 0 1px;
}

#successMsg p,
#errorMsg p {
	color: #905b1d;
}

#successMsg a:link,
#successMsg a:visited,
#successMsg a:hover {
	color: #fff;
}

#errorMsg a:link,
#errorMsg a:visited,
#errorMsg a:hover {
	color: #724714;
}
	
/*	Success
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#successMsg {
	background: #6fb558;
	border-bottom: 1px solid #5fa349;
}

#successMsg h5 {
	color: #fff;
	background-image: url(../../../images/icons/msg_success.gif);
}

#successMsg p {
	color: #fff;
}

/*	Error
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#errorMsg {
	background: #f6db5a;
	border-bottom: 1px solid #e5ca47;
}

#errorMsg h5 {
	color: #82531b;
	background-image: url(../../../images/icons/msg_error.gif);
}

#errorMsg p {
	color: #905b1d;
}