/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2009
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	color: #6e605d;
	font: 13px "Lucida Sans Unicode", "Lucida Grande",  Arial, Verdana, sans-serif;
	text-align: left;
	background: #fff url(../images/bg.jpg) repeat-x;
}


/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.container {
	width: 960px;
	margin: 0 auto;
}
	
#header {
	background: #a9b533 url(../images/header_bg.jpg) no-repeat top right;
	height: 207px;
}

#menu {
	background: #6e605d url(../images/menu_bg.jpg) repeat-x bottom left;
	height: 36px;
	border-bottom: 1px solid #6d6462;
}

#main {
	background: #fff url(../images/main_bg.jpg) repeat-x top left;
	padding-top: 16px;
}

#main-i {
	background: url(../images/main_leaf_bg.gif) no-repeat bottom left;
	min-height: 556px;
	height: auto !important;
	height: 556px;
}

#footer {
	background: #fff url(../images/footer_bg.jpg) repeat-x top left;
}





/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#header #logo {
	float: left;
	margin: 52px 0 0 2px;
}

#header #header_donate {
	position: absolute;
	top: 57px;
	right: 101px;
}


	
	
/*	-------------------------------------------------------------
	MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#menu #menuMain {
	height: 36px;
	float: left;
	display: block;
	padding-right: 1px;
	background: url(../images/menuMain_bg.jpg) no-repeat top right;
}

#menu #menuMain li {
	float: left;
	display: block;
}

#menu #menuMain li a:link,
#menu #menuMain li a:visited {
	float: left;
	display: block;
	font: 1.25em Georgia, serif;
	height: 36px;
	line-height: 36px;
	padding: 0 17px;
	color: #fff;
	text-decoration: none;
	background: #6e605d url(../images/menuMain_li_bg.jpg) no-repeat top left;
}

#menu #menuMain li a.active:link,
#menu #menuMain li a.active:visited {
	color: #bcb837;
	background-color: #594a42;
	background-position: 0 -72px;
}

#menu #menuMain li a:hover,
#menu #menuMain li a.active:hover {
	color: #d8d3d2;
	background-color: #5f524f;
	background-position: 0 -36px;
}


	
	


/*	-------------------------------------------------------------
	MAIN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#main .container {
	width: 950px;
}

#main #userMenu {
	clear: both;
	background: #bcb7b7;
	border: 1px solid #a9a2a3;
	padding: 3px 10px;
}

#main #userMenu a:link,
#main #userMenu a:visited {
	color: #574b4c;	
}

#main #side {
	float: left;
	width: 230px;
	padding: 20px 0 40px 0;
}

#main #content {
	float: right;
	width: 687px;
	padding: 20px 0 40px 0;
}

#main #content.home {
	float: none;
	width: 100%;
}






/*	-------------------------------------------------------------
	SIDE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#side h1 {
	color: #a9b533;
	font: 2.2em Georgia, serif;
	padding: 4px 0 34px 0;
}

#side #menuMainChilds {
	border-top: 1px solid #cfcac2;
}

#side #menuMainChilds li a:link,
#side #menuMainChilds li a:visited {
	display: block;
	padding: 10px 0 10px 18px;
 	border-bottom: 1px solid #cfcac2;
 	background: url(../images/menuMainChilds_li_bg.gif) no-repeat 0 20px;
 	color: #6e605d;
 	text-decoration: none;
 	font: 1.3em Georgia, serif;
}

#side #menuMainChilds li a.active:link,
#side #menuMainChilds li a.active:visited {
	color: #a9b533;	
}

#side #menuMainChilds li a:hover {
 	text-decoration: underline;
 	color: #a9b533;
}
	
	
	
	
/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content h1 {
	color: #727330;
	font: 2.2em Georgia, serif;
	padding: 4px 0 26px 0;
	font-style: italic;
}

#content h2 {
	color: #a9b533;
	font: 1.4em Georgia, serif;
	padding: 8px 0 4px 0;
}

#content h3 {
	color: #6e605d;
	font: 1.4em Georgia, serif;
	padding: 8px 0 4px 0;
}

#content em {
	font-style: italic;
}

#content p {
	padding: 5px 0 7px 0;
	line-height: 1.4em;
}
	
#content a:link,
#content a:visited {
	color: #b1b864;
}

#content a:hover {
	color: #9ba15b;
}

#content ul {
	padding: 5px 0 8px 3px;
}

#content ul li {
	padding: 0 0 1px 10px;
	line-height: 1.4em;
	background: url(../images/li_bg.gif) no-repeat 0 7px;
}


#content ol {
	padding: 5px 0 8px 27px;
}

#content ol li {
	list-style-type: decimal;
	padding: 0px 0 20px 0;
	line-height: 1.4em;
}

#content table {
	border-collapse: collapse;
	border-top: 1px solid #333;
}

#content table tr td {
	display: table-cell;
	padding: 3px 0;
	border-bottom: 1px solid #333;
}
	


/*	-------------------------------------------------------------
	HOME
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #homeIntroLeft {
	float: left;
	width: 460px;
	padding: 32px 0 25px 0;
}

#content #homeIntroRight {
	float: right;
	width: 464px;
	padding: 35px 0 25px 0;
}

#content #homeBoxes {
	clear: both;
	background: url(../images/homeBoxes_bg.jpg) repeat-x top left;
	padding: 30px 0 20px 0;
}

/*	Intro
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #homeIntroLeft h1 {
	color: #6e605d;
	font: 2.4em Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: 0px;
	padding: 0;
	margin: 0;
}

#content #homeIntroLeft p {
	color: #a9b533;
	font: 2.2em Georgia, serif;
	line-height: 1.2em;
}


/*	Boxes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #homeBoxes .homeBox {
	float: left;
	width: 230px;
	height: 242px;
	margin-left: 10px;
	background: #d3d2cd url(../images/homeBox_bg.gif) no-repeat 143px 6px;
	border: 1px solid #dddcd8;
	border-left: 0;
	border-right: 0;
}

#content #homeBoxes .homeBox.stories {
	margin-left: 0px;
	background: #594a42 url(../images/homeBox_stories_bg.gif) no-repeat 0 4px;
	color: #fff;
}

/*	Text
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #homeBoxes .homeBox h4 {
	margin: 0;
	font-weight: normal;
	padding: 6px 7px 3px 7px;
	color: #594a42;
	font: 1.4em Georgia, serif;
	line-height: 1.1em;
}

#content #homeBoxes .homeBox.stories h4 {
	color: #fff;
	padding: 3px 15px 3px 15px;
	font: 2.2em Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.1em;
}

#content #homeBoxes .homeBox h5 {
	margin: 0;
	padding: 1px 7px 4px 7px;
	color: #fff;
	font: 1.4em Georgia, serif;
	line-height: 1.1em;
}

#content #homeBoxes .homeBox.stories h4 {
	padding: 14px 15px 20px 15px;
}

#content #homeBoxes .homeBox p {
	padding: 4px 0 0 0;
}

#content #homeBoxes .homeBox .intro p {
	padding: 8px 7px 0 7px;
	line-height: 1.1em;
}

#content #homeBoxes .homeBox.stories p {
	padding: 6px 15px 0 15px;
}
	
	
	
/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#footer a:link,
#footer a:visited {
	color: #6e605d;
	text-decoration: none;
}

#footer a:hover {
	color: #9ba15b;
	text-decoration: underline;
}
	
#footerText {
	float: left;
	margin: 30px 0 5px 0;
	padding: 2px 130px 10px 0;
	border-right: 1px solid #cfcac2;
	font-size: 0.9em;
}

#footerText p {
	padding: 7px 0 8px 0;	
}

#footerLogo {
	float: right;
	margin: 53px 0 0 0;	
}
	
#footer #footerLinks {
	padding: 5px 0 5px 0;
}
	
#footer #menuMainFooter {
	float: left;
}

#footer #menuOther {
	float: left;
	clear: left;
}

#footer #designDevelopLinks {
	float: left;
}
	
/*	Footer Links
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer #footerLinks li {
	float: left;
	display: block;
	padding: 0 6px;
	border-right: 1px solid #6e605d;
}

#footer #footerLinks li.start {
	padding-left: 0;	
}

#footer #footerLinks li.end {
	border: 0;	
}


#footer #footerLinks li a:link,
#footer #footerLinks li a:visited {
	display: block;
	float: left;
	color: #6e605d;
	text-decoration: none;
	line-height: 0.9em;
}

#footer #footerLinks li a:hover {
	text-decoration: underline;
	color: #a9b533;	
}
	
#footer #footerLinks #menuOther li.end {
	border-right: 1px solid #6e605d;
}


/*	Design Develop Links
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/







	
/*	-------------------------------------------------------------
	MESSAGES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.msgBox {
	margin: 10px 0 10px 0;
	padding: 10px 10px 5px 35px;
	background: no-repeat 10px 10px;
	font-size: 12px;
}

.msgBox .title {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 5px 0;
}

.msgBox .text {
	padding: 0 0 5px 0;
}

.msgBox a:link,
.msgBox a:visited {
	text-decoration: underline;	
}
	

/*	Success
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.msgBox.success {
	border: 1px solid #7fea6f;
	background-color: #dcf8d8;
	background-image: url(../../../images/icons/msgBox_success.gif);
	color: #009900;
}

.msgBox.success a:link,
.msgBox.success a:visited,
#content .msgBox.success a:link,
#content .msgBox.success a:visited {
	color: #009900;	
}

/*	Error
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.msgBox.error {
	border: 1px solid #e9cc7c;
	background-color: #fdf0cd;
	background-image: url(../../../images/icons/msgBox_error.gif);
	color: #b17409;
}

.msgBox.error a:link,
.msgBox.error a:visited,
#content .msgBox.error a:link,
#content .msgBox.error a:visited {
	color: #a08106;	
}

/*	Fail
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.msgBox.fail {
	border: 1px solid #f57878;
	background-color: #ffe1e1;
	background-image: url(../../../images/icons/msgBox_fail.gif);
	color: #cc3300;
}

.msgBox.fail a:link,
.msgBox.fail a:visited,
#content .msgBox.fail a:link,
#content .msgBox.fail a:visited {
	color: #cc3300;	
}
