/* 
	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:#545b79;
		color:#222; / main text color, but only affects footer text
		}
	/* color bar just above main logo */
	#globalheadcontent {
	
		}
	#pagehead {
		padding-left: 10px;
		background-color:#545b79;
		border-top:1px solid #000000;
		border-bottom:1px solid #000000;
		color:#8b95c1;
		}
	/* site title background, just under main logo  */
	#pagehead h2 {
		background-color:#b2b990;
		}
	#pagehead h4 {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size:10px;
		font-weight:bold;
		text-decoration:none;
		}
	#pagehead h4 a:link, #pagehead h4 a:visited {
		color:#FFFFFF;
		text-decoration:none;
		}
	#pagehead h4 a:hover, #pagehead h4 a:active {
		text-decoration:underline;
		color:#cff2fe; 
		//background-color:#5873a3;
		}
	/* individual blog entry background  */
	#pagecontent {
		background-color:#fff;
		}
	/* right side bar titles here */
	#sidebarcontent {
		color:#545b79;
		}
	#sidebarcontent .alt {
		background-color:#b7b789; // ??
		}
	#primarynav {
		background-color:#b7b789;
		border-top:1px solid #333;
		}
	#primarynav li a:hover {
		background-color:#eed;
		}

/* Adjust the following styles to your preferences */

/* Headings */	
	/* title of site, below main logo  */
	#pagehead h2 {
		color:#808000; 
		}
	#sidebarcontent h3, #sidebarcontent h4 {
		color:#036;
		}

/* Links */
	#primarynav {
		color:#fff;
		}
	#primarynav li {
		border-right:1px solid #999;
		}
	#primarynav li a {
		color:#000;
		}
	#primarynav li a:hover {
		color:#556;
		}
	#primarynav ul.subnav {
		background-color:#b7b789;
		}
	#primarynav ul.subnav li {
		border:none;
		}
	#primarynav ul.subnav li a:hover {
		background-color:#e5e5cc;
		color:#000;
		}

	ul.navpath li {
		color:#333;
		}

	#pagecontent a:link, #pagecontent a:visited {
		color:#069;
		}
	#pagecontent a:hover, #pagecontent a:active {
		background-color:#def;
		color:#069;
		}

	#containerfootcontent a:link, #containerfootcontent a:visited {
		color:#069;
		}
	/* footer link hover */
	#containerfootcontent a:hover, #containerfootcontent a:active {
		background-color:#def;
		color:#069;
		}
		
	/* links under pod title*/
	#sidebarcontent a:link, #sidebarcontent a:visited {
		// color:#d5d8db;
		color:#ffffff;
		}
		
	/* pod link hover */
	#sidebarcontent a:hover, #sidebarcontent a:active {
		text-decoration:underline;
		color:#cff2fe;
		}

/* Miscellaneous */ 
	.border {
		border:1px solid #999;
		}
	form {
		border:0px;
		align:left;
		}
	input {
		align:left;
		border-style: inset;
		font-weight:normal;
		}
	input, textarea {
		border:1px solid #aaa;
		align:left;
		border-style: inset;
		font-weight:normal;
		}
	input.button {
		background-color:#b7b789;
		}
	input.button:hover {
		background-color:#ffe;
		}
	
	/* This will affect the calendar table and the login table */
	table {
		border:0px solid #808080;
		/* 
		background-color:#b2b990; light olive 
		background-color:#8b95c1; med blue
		background-color:#dcdcb8; light tan
		*/
		background-color:#dcdcb8;
		}
	th, td {
		border:0px solid #ccc;
		}

/* Page Design Graphics */

	/* this graphic is a narrow sliver repeated from top to bottom under blog content area and sidebar */
	#container {
		background-image:url(../g/aura_page_background.jpg);
		background-repeat:repeat-y;		
		}
	/* shadow at top of right sidebar, just under main logo  */
	#sidebar {
		background-image:url(../g/aura_sidebar_head.jpg);
		background-repeat:no-repeat;
		}
		
	/*  graphic under footer of body and side bar */
	#containerfoot {
		background-image:url(../g/aura_page_foot.jpg);
		background-repeat:no-repeat;
		background-position:top;
		}
			
	/*  shadow image just under main logo above blog content and main site title text */
	#pagehead h2 {
		background-image:url(../g/aura_page_head.jpg);
		background-repeat:repeat-x;
		}	
			
	/*   */
	#sidebarcontent .alt {
		background-image:url(../g/aura_sidebar_alt.gif);
		background-repeat:repeat-y;
		}
