/*
Title: /common/style.css
Author: Steve Beck / Nick Payne
Date: 14/09/2005
Description: CSS styles for imax.com.au
*/

	@import url("navigation.css");

/* Defaults */
* {
	margin: 0px;
	padding: 0px;
}
*.accessibility {
	display: none;
}

/* -- Clearfix -- */
.cf:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.cf { display: inline-block; }
html[xmlns] .cf { display: block; }
* html .cf { height: 1%; }

body {
	/* Layout */
	/*
	EDIT
	Date: 12/10/2005
	Author: Nick Payne
	Description: Following declaration was preventing Firefox from having scroll bars on long pages (as it should).
					 I removed it with a view to moving it to the #banner selector, but when I opend IE it seemed to be
					 working correctly without it. So I've left it as is for the moment.
	*/
	/*overflow: hidden;*/ /* Required to prevent #navigation from de-centering content in IE */
	position: relative;
	
	/* Font defaults */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0A5097;
	background: #FFF url(../images/common/narrow_global_background.jpg) no-repeat top center;
}

form {
	margin: 0px;
}
h1 {
	font-size: 23px;
	margin: 0px;
	padding: 0px;
	color: #106ab2;
}

p {
	/* Layout */
	margin: 0px; /* Default to 0px to avoid confusion later */
	padding: 0px; /* Default to 0px to avoid confusion later */
	
	/* Font */
	text-align: left;
}
h1 span {
  	display: none;
}

img {
	border: none;
}

th, td {
	vertical-align: top;
	text-align: left;
	font-size: 8pt;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #0A5097;
}

a:hover {
	text-decoration: underline;
	/*color: #A6D438;*/
}
fieldset { border: none; }
legend { display: none; }
   
/* Layout Declarations */
/* HEADER */

#SiteContainer {
	width: 750px;
	margin: 8px auto;
}

#header {
	text-align: left;
	width: 750px;
}

#banner {
	/*background-image: url(../images/header/banner_bg.jpg);*/
	background-repeat: no-repeat;
	/*padding-top: 6px;*/
	height: 110px;
	position: relative;
}

#login {
	/* Layout */
	background-image: url(../images/header/login_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 17px;
	/*
	float: right;
	*/
	/*
	position: relative;
	top: -6px;
	*/
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	
	/* Font */
	color: #8ACDE9;
	text-align: right;
}

#login p {
	/* Layout */
	background-image: url(../images/header/login_p_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	border-right: 1px solid #08507A;
}

#login p img {
	vertical-align: text-bottom;
}

/* CONTENT */
#content {
	/* Layout */
	width: 748px;
	text-align: left;
	background-color: #FFF;
	border-left: 1px solid #6ebce2;
	border-right: 1px solid #6ebce2;
	overflow: hidden;

	/* Fonts */
	color: #2059A5;
}

/* FOOTER */
#footer {
	/* Layout */
	border-left: 1px solid #6ebce2;
	border-right: 1px solid #6ebce2;
	border-bottom: 1px solid #6ebce2;
	background: url(../images/common/FooterBackgroundSmall.jpg) no-repeat top left;

	/* Fonts */
  	font-size: 10px;
}
#Footer_Content {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 10px 30px;
}
#SiteMap_Links .Links {	
	float: left;
	width: 175px;
	padding: 0px 0px 10px 0px;
	
	text-align: left;
}
#SiteMap_Links .Links h3 {
	font-size: 12px;
}

#SiteMap_Links .Links .Date {
	color: #0096d7;
	display:inline;
}

#SiteMap_Links .Links ul {	
	list-style: none;
}

#SiteMap_Links .Links li {	
	padding: 1px 0px 0px 0px;
}

#SiteMap_Links .Heading {
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
}

#SiteMap_Links .Break {
	margin: 5px 0px 5px 0px;
	width: 80%;
	border-bottom: 1px dotted #1955A2;
}

#SiteMap_Links .BlogTitle a {
	color: #0096d7;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#SiteMap_Links .BlogTitle a:active {
 text-decoration:underline;
}

#SiteMap_Links .BlogBlurb {
	width: 90%;
}

#SiteMap_Links .BlogBreak {
	margin: 5px 0px 5px 0px;
	width: 90%;
	border-bottom: 1px dotted #1955A2;
}


/*	
	   SEARCH AREA
	================  */
.FooterForm {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
}
fieldset.FooterSearch {
	border: none;
	/*width: 243px;*/
	margin: 0px auto;
}
.FooterSearch p {
	padding: 0px 0px 10px 0px;
}
.FooterSearch input, .search button {
	border: none;
	float: left;
}
.FooterSearch input.box {
	color: #1955a2;
	font-size: 14px;
	font-weight: bold;
	width: 134px;
	height: 26px;
	padding: 5px 4px;
	background: url(../images/common/SearchBar/SearchBackgroundFocus.jpg) no-repeat top left;
	/*margin-right: 5px;*/
}
/*.search input.box:focus {/*This Only Works in Firefox*/ 
	/*background: url(../images/SearchBar/SearchBackgroundFocus.jpg) no-repeat top left;
	outline: none;
}
*/
.FooterSearch button.btn {
	width: 31px;
	height: 26px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../images/common/SearchBar/SearchButton.jpg) no-repeat top right;
	border: none;
	margin-left: -3px;
}
.FooterSearch button.btn:hover {
	background: url(../images/common/SearchBar/SearchButton.jpg) no-repeat bottom right;
}



#footer #credit {
 	color:#ffffff;
 	float: right;
 	margin: 0px;
	padding-right: 10px;
}

#footer #links {
	padding-left: 20px;
 	padding-top: 4px;
 	margin: 0px;
	float: left;
}

#footer #links a {
	color: #ffffff;
}

#footer #links li {
	display: inline;
	margin: 0px;
	padding: 0px 5px;
	color: #ffffff;
}































/*  PRESENTATION FIX */
.clear {
	clear: both;
	overflow:hidden;
	line-height:0;
	font-size:0;
}
/* VISITOR INFO HEADING */
#visitor_info_title {
	background-image: url(../visitor_info/images/title_visitor_info.jpg);
	height: 51px;
	/*width: 750px;*/
	/* border-top: 4px solid #FFFFFF; */
	/* border-bottom: 4px solid #FFFFFF; */
}
#visitor_nav {
	width: 750px;
	height: 25px;
	/*overflow: visible;
	background-color: #00B6CC;*/
	margin-top: -4px;
}
#visitor_nav ul {
	/* Layout */
	margin: 0px;
	padding: 0px;
	white-space: nowrap; /* Required to prevent navigation wrapping onto next line */
	position: relative;  /*Fixes bug in IE5.5 */
	
	/* Fonts */
	list-style-type: none;
  
}
#visitor_nav li	{
	display: inline;
	margin-left: -3px;
	padding: 0px;

}

.middle_column {
	background-image: url(../images/common/middle_col_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	border-bottom: 0px solid #ffffff;
	width: 8px;	
}*/
