/* 
	Aura: Webpage Exoskin v1. Copyright Leorex Pty Limited, 2003 (http://www.leorex.com/).
	Licenced under Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/1.0/)
*/

/* Adjust these styles to your colour scheme */
	body {
		background-color:#808080;
		color:#A1A8B0;
		}
	#globalheadcontent {
		background-color:#000000;
		}
	#pagehead {
		background-color:#C6DB40;
		}
	#pagehead h2 {
		background-color:#262626;
		}
	#pagecontent {
		background-color:#333333;
		}
	#sidebarcontent {
		color:#A1A8B0;
		}
	#sidebarcontent .alt {
		background-color:#fffccc;
		}
	#primarynav {
	background-color:#A1A8B0;
	border-top:1px solid #000000;
		}
	#primarynav li a:hover {
		color:#BED140; 
		background-color:#262626;
		}

/* Adjust the following styles to your preferences */

/* Headings */	
	#pagehead h2 {
		color:#A1A8B0;
		}
	#sidebarcontent h3, #sidebarcontent h4 {
		color:#A1A8B0;
		}

/* Links */
	#primarynav {
		color: #000000;
		}
	#primarynav li a {
		color: #000000;
		}
	#primarynav li a:hover {
		color: #BED140;
		}
		
	#pagecontent a:link, #pagecontent a:visited {
		color: #05B8CC;
		}
	#pagecontent a:hover, #pagecontent a:active {
		color: #FFFFFF;
		text-decoration: none;
		}

	#containerfootcontent a:link, #containerfootcontent a:visited {
		color: #05B8CC;
		}
	#containerfootcontent a:hover, #containerfootcontent a:active {
		color: #FFFFFF;
		}

	#sidebarcontent a:link, #sidebarcontent a:visited {
		color: #05B8CC;
		}
	#sidebarcontent a:hover, #sidebarcontent a:active {
		color: #FFFFFF;
		text-decoration: none;
		}

/* Miscellaneous */ 
	.border {
		border:1px solid #000000;
		}
	form {
		border:1px dashed #ccc;
		background-color:#f3f3ea;
		}
	input, textarea {
		border:1px solid #aaa;
		}
	input.button {
		background-color:#b7b789;
		}
	input.button:hover {
		background-color:#ffe;
		}
	table {
		border:1px solid #000000;
		}
	th, td {
		border:1px solid #000000;
		}

/* Page Design Graphics */
	#container {
		background-image: url("../images/background.gif");
		background-repeat:repeat-y;		
		}
	#sidebar {
		background-image: url("../images/sidebar_head.gif");
		background-repeat:no-repeat;
		}
	#containerfoot {
		background-image: url("../images/footer.gif");
		background-repeat:no-repeat;
		background-position:bottom;
		}
	#pagehead h2 {
		background-image: url("../images/header.gif");
		background-repeat:repeat-x;
		}
	#sidebarcontent .alt {
		background-image: url("../images/sidebar_alt.gif");
		background-repeat:repeat-y;
		}

