@import url("http://www.bookhinterland.com.au/site-common.css");

/* Standard Element styles */
body {
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #2E68BA;
	text-align: center;
	margin: 0;
	padding: 0px 0;
	font-size: 100.1%;
}
/* Content and right column */

#inner { margin: 0; width: 100%; }
#content { float: left; width: 100%; }
#contentin { padding: 8px; }

/* Home page columns */
#hp {margin: -10px -14px 0px -14px}
#rightcol {
	float: left;
	width: 230px;
	margin-right: -230px;
	position: relative;
	text-align: center;
}
#rightcolhome {
	float: left;
	width: 200px;
	margin-right: -200px;
	position: relative;
	text-align: center;
}
#leftcol {
	float: left;
	width: 200px;
	margin-left: -200px;
	position: relative;
	text-align: center;
}
#leftcolin {
	margin-right: 5px;
	margin-left: 0px;
}
#rightcolin {
	margin-left: 5px; margin-right: 0px;
}
#outerhome {
	border-left: 200px solid #fff;
	border-right: 200px solid #fff;
	margin-left: -4px; margin-right: -4px
}

/* Alpha index (home page) */
.alphaIdx { font-weight: bold; list-style-type: none; margin: 10px 0 0 0; padding: 0; text-align: center; font-size: 85%; }
.alphaIdx li { display: inline; text-align: center }
.alphaIdx li a { padding: 0 2px; border: 1px solid #fff; }
.alphaIdx li a:hover  { background-color: #E2EDFB; border: 1px solid #9A0003; }

/* Box for title */
#titlebox {
	background-image: url(images/banner.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 150px;
	color: #0059B3;
}

#dname {
	font-weight: bold;
	float:left;
}
#dname .sub {
	font-size:95%;
	font-style:italic;
	color: #666;
	margin: 0px;
}
#dname h3 {
	color: #5599EB; 
	font-size: 180%;
	margin: 0px;
	padding: 0px; 
	border: none
}
#dname h3 a:hover {text-decoration: none}
#titlebox #tmnu {
	text-align: right;
	float:right;
	margin-right: 10px;
}

#titlebox #tmnu a, #footer a {
	font-weight: bold;
	text-decoration: none;
	color:#FFF;
}

#titlebox #tmnu a:hover {
	text-decoration: underline;
	color:#fff;
}
#footer a:hover {
	text-decoration: underline;
	color:#FFF;
}
#titlebox a { color: #0059B3 }
#footer a { color:#FFF }

/* Box for footer */
#footer {
	background-color: #7D97CB;
	border-top: 5px solid #FFD500;
	color: #fff;
	padding: 5px;
	font-size: 85%;
	text-align: center;
	margin-top: 5px;
}

/* RSS feed button */
#feed { margin: 4px 0; }

/* stats */
#perfStats {
	margin-top: 15px;
	font-size: 60%;
	text-align: center;
	color: #666;
}

/* Path way */
#pathway {
	background-color: #7D97CB;
	color: #fff;
	padding: 3px 15px;
	margin-bottom: 5px;
	border-bottom: 5px solid #FFD500;
}

#pathway a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#pathway a:hover {
	text-decoration: underline;
}

/* Container for page */
#pgframe {
	background-color:#fff;  
	border:20px solid #fff; 
	margin:0 auto; 
	text-align:left; 
	width:960px; 
	-moz-box-shadow: 0 0 20px #3333; 
	-webkit-box-shadow: 0 0 20px #333; 
	box-shadow: 0 0 20px #333; 
	font-size: 80%;
	display: block;
	color: #000;
}

/* Begin CSS Drop Down Menu */
#grmenu {background-color: #5375B9; height:20px; border:1px solid #255CC1;}
#menuh-container {margin:-1px 0 -1px -1px; position:relative; height:20px; z-index:100;}

#menuh
	{ font-family: Verdana, Geneva, sans-serif; 
	font-size: 8pt; font-weight:bold;
	width:100%;
	float:left;
	margin:0;
	margin-top: 0; 
	}
		
#menuh a
	{
	text-align: left; 
	display:block;
	border: 1px solid #255CC1;
	white-space:nowrap;
	margin:0; height: 20px
}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #C9D6EF; padding-left: 5px; padding-top: 2px;
	background-color: #5375B9;
	text-decoration:none; height: 16px; padding-bottom: 2px
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #0D3483;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url('images/navdown_blue.gif');
	background-position: right center;
	background-repeat: no-repeat
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url('images/nav_blue.gif');
	background-position: right center;
	background-repeat: no-repeat
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:136px; height: 20px	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

/* Content and right column */
#outer {
	margin-right: 226px; margin-left: -12px;
	background-image: url(images/vertbar.gif);
	background-repeat: repeat-y;
	background-position: right 0;
}

