/* 
	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/)
*/

/* ABackground outside of blog */
	body {
		background-color:#ffffff;
		color:#222; / main text color, but only affects footer text
		}
	/* color bar just above main logo */
	#globalheadcontent {
	
		}
		
	
	#pagehead {
		padding-left: 10px;
		background-color:#b2b990;
		border-top:1px solid #000000;
		border-bottom:1px solid #000000;
		color:#902a3b;
		}
	/* 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;
		}
	/* links under main banner */
	#pagehead h4 a:hover, #pagehead h4 a:active {
		text-decoration:underline;
		color:#eee8aa; 
		
		}
	/* individual blog entry background, 
	   but doesn't cover everything between last blog and footer  */
	#pagecontent {
		background-color:#fff6d9; /* f1f1dc */
		}
	/* right side bar titles here */
	#sidebarcontent {
		color:#f0e68c;
		}
	#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:#771713; 
		}
	#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;
		}

	/* links in main blog entries and the date field like Main */
	/* cc0000 is greenish */
	#pagecontent a:link, #pagecontent a:visited {
		color:#57100E;
		}
	#pagecontent a:hover, #pagecontent a:active {
		// background-color:#ffffcc;
		color:#cc0000;
		}

	#containerfootcontent a:link, #containerfootcontent a:visited {
		color:#57100E;
		}
	/* footer link hover */
	#containerfootcontent a:hover, #containerfootcontent a:active {
		// background-color:#ffffcc;
		color:#57100E;
		}
		
	/* 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:#eee8aa;
		}

/* 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 {
		background-image:url(/boda/r/g/aura_page_head.jpg);
		background-repeat:repeat-x;
		}	
			
	/*   */
	#sidebarcontent .alt {
		background-image:url(/boda/g/aura_sidebar_alt.gif);
		background-repeat:repeat-y;
		}
