/*
==================================================================
Paraklesis Publications
http://www.paraklesis.com.au
by Michael Kear
AFP Webworks, Windsor, NSW, Australia 
http://afpwebworks.com
==================================================================
*/
body {
	font-family: Arial,sans-serif;
	background : #FBF3DE url("http://paraklesis.com.au/images/BodyBackground.gif") bottom left fixed repeat-x;
	color: #333333;
	line-height: 1.15;	
	font-size: 80%
}
h1, h2, h3, h4, h5 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
}

a:link, a:visited, a:hover {
	color: #DD0000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #DD0000;
}

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

	
/*
========================================================
Selectors for main outer page body container
========================================================
*/	
	
#container	{
    background: #fff url("http://paraklesis.com.au/images/midborder.gif") repeat right;	
	color: #333;
	margin: 10px auto;
	padding: 0;
	border: 1px solid #C46200;
	border-top: 1px solid #C46200;
	width: 599px;  /* bmh */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 597px;	 
	}

html>#container	{
	width: 597px;
	} 
			
	/*
========================================================
Selectors for  page header
========================================================
*/

	#header	{
	background: #FBF3DE;
	color: #333;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	#header a:link, #header a:visited, #header a: active, #header a:hover {
	border : 0;
	text-decoration: none;
}
	#header img	{
	margin: 0;
	padding: 0;
	border: 0;
	}
/*
========================================================
Selectors for  page body  - contains the page elements  below the 
header and main menu, and above the footer.
========================================================
*/	
	#pagebody	{
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	color: #444;
 	clear: both;
	}
	
		/*
========================================================
Selectors for  main (left) column - the main body of content
========================================================
*/


#content	{
	float: left;
	margin: 0;
	padding: 10px;
	width: 410px;  /* box model hack */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 390px;	 
	}

html>#content 	{
	width: 390px;
	} 
	
#content h1, #content h2, #content h3 {
	color : #C46200;
	border-bottom : 3px double #C46200;
}

#content table {
	border : 1px solid #FF942B;
	background-color : #FFFFFF;
}
#content  tr   {
	font-size : 80%;
	background-color : #FBF3DE;
}

#content td {	
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
}
#content th {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	background-color : #FF942B;
}
	/*
========================================================
Selectors for  Sidebar and Menu
========================================================
*/
	
	#sidebar	{
	padding: 2px 10px 10px 0;
	margin: 0 0 0 410px;
	color: #666;
	background: transparent; 
	/* compensates for IE Win bungling */
	height: 100%;
	}	
	
	#subnav	{	
	margin: 0 0 25px 0;
	padding: 5px;
	border: 0;
	}
	
	#subnav h1 {
	color : #FFFFFF;
	background-color : #C46200;
	border : 1px solid black;
	font-size: 1.1em;
	line-height : 90%;
	padding: 2px 5px;
	width: 140px;	
	}

	/*
========================================================
Selectors for  Footer
========================================================
*/

#footer {
	border: 0;
	border-top: 1px solid #ccc;
	color: #666;
	background: #eee;
	padding: 5px 7px 7px 10px;
	text-align: left;
	clear: both;
	font-size: xx-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: x-small;	
	}

html>#footer	{
	font-size: x-small;
	} 

