/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Columner Theme by Mathieu Hardiviller (www.hmplus.net)

*/

#logo {
	z-index: 300;
}
* {
	margin : 0;
	padding: 0;
}

body {/* font of all the text in your website except for sections overwritten.
	Go to www.typetester.org to test sizes and see the list of safe fonts - If the user doesnt have the first one, it try the second, and goes along the list until it finds a font that the computer has installed */
	color: black; /* color of all the text in your website except for links and other sections overwritten */
	text-align: left;
	background-color: white;
	font: 12px/110% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

/* LINKS */
/* colors for all links */
a:link {
	text-decoration: none;
	color: #ff9900;
}

a:active, a:focus {
	text-decoration: none;
	color: #330000;
	outline-style: none;
	-moz-outline-style:none;
}

a:visited {
	text-decoration: none;
	color: gray;
}
	
a:hover { 
	text-decoration: none;
	color: #000000; }

a img { border: none;
	outline: none; 
}

/* PRE NAV TEXT - Can be accessed in the Exhibit Settings */
#top-section {
	position: fixed;
	z-index : 900;
	left : 0;
	width: auto;
	margin: 0 0 0 20px;
	font-size: 8px;
	font-weight: bold;
	line-height : 170%;
	color: #1a1a1a;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	border-style: none;
	padding-top: 10px;
}
#top-section a { /* this is the link property inside the Top-Section */
	text-decoration: none;
	color: black;
	font-weight: 100;
}
#top-section a:hover { /* link property inside the Top-Section when the cursor is over */
color: black;
}
#top-section p {
text-align: left;
}

/* MENU */

#menu {
	position: fixed;
	width : 100%;
	z-index: 85;
	background: url(http://coloneltans.com.au/bg.png) repeat-x;
	height: 125px;
	float: left;
	display: inline;
	right: 0;
}

#menu .container { padding: 0px 0px 0px;
	display: block;
}

#menu ul {
	float: right;
	width: 100px;  /* the width of each column in the menu */
	list-style-type: none;
	overflow: auto;
	margin: 12px 0px 0px 0;
	padding: 0px 0px 0px 0px;
	height: 85px;
	font-size: 22px;
	line-height: 1em;
}

#menu ul li.section-title {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: auto;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0;
}


#menu ul li {
	text-align: left;
	width: auto;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#menu ul li.active {  
	text-decoration: none;
}

#menu p {
	color: black;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#menu ul a:link {
	text-decoration: none;
	color: #330000;
	letter-spacing: 1px;
	font-style: italic;
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
}

#menu ul a:active {
	text-decoration: none;
	color: #330000;
	letter-spacing: 1px;
	font-style: italic;
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
}

#menu ul a:visited {
	text-decoration: none;
	color: #330000;
	letter-spacing: 1px;
	font-style: italic;
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
}

#menu ul a:hover {
	color: white;
	letter-spacing: 1px;
	font-style: italic;
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
}


/* POST NAV AREA : This sets the style for Post-Nav Text which can be accessed in the Exhibit Settings */
#copy {
	z-index : 80;
	left : 0;
	bottom : 0;
	margin : 0 0 0 0;
	padding : 0px 0px 0 30px;
	background-color: white;
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

/* INDEXHIBIT CREDIT : Always good to credit the CMS that gives you these possibilities */

#indexhibit { /* sets the properties for the "Built with" part  */
	z-index : 100;
	right : 0;
	bottom : 0;
	margin : 0 0 0 0;
	padding : 0px 10px 10px 0px;
	text-align : right;
	color: silver;
	position: fixed;
	width: 175px;
	font: 8px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
}

#indexhibit a:link { 
	color: gray;
}

#indexhibit a:hover {
	color: #ff9900;
}

#indexhibit a:visited { 
	color: silver;
}

#copy  {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute;
}
body > #copy  {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}
#indexhibit  {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: fixed; 
}
body > #indexhibit  {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

/* MAIN CONTENT */

#content {
	float: left;
	margin: 0 0px 0px 0;
	padding: 140px 0px 40px 40px; /* the first number sets the height start of the exhibitions zone / under your menu */
	z-index: -10;
	width: 800px;
	display: block;
}

.container {
    padding: 0px 0px 0px 0px;   
}

/* End Main Content */

/* Fonts / Typefaces */

#content p {
	margin: 0px 0px 0;
	position: relative;
	bottom: 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0;
    margin: 0px 0px 0 12px;
}

#content a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

h1 {
	text-align: center;
	padding: 5px 0px 10px;
	color: black;
	font: 28px/1em Arial, Helvetica, sans-serif;
	width: 800px;
}

h2 {
	text-align: left;
	padding: 0px 0px 0;
	font: normal 12px/2px Arial, Helvetica, sans-serif;
}

h3 {
	text-align: center;
	padding: 10px 0px 16px;
	color: black;
	font: 28px/130% Arial, Helvetica, sans-serif;
}

h4 {
	text-align: left;
	padding: 10px 0px 0;
	color: black;
	font: 28px/130% Arial, Helvetica, sans-serif;
}

#img-container {
	margin: 0;
	padding: 0;
	width: 800px;
	display: inline;
	height: 400px;
}

#img-container p {
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*added for cufon*/
em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

#wrapper {
	width: 870px;
	text-align: left;
	margin: 0 auto;
}

/*added by ed*/
#reviewers {
	padding: 10px 0 10px 0;
	margin-left: 0;
	border-bottom: 1px solid silver;
	width: 800px;
}

#reviewers strong {
	line-height: 2em;
}

.newspost {
	width: 800px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding-bottom: 30px;
	border-bottom: 1px solid #CCC;
	padding-top: 20px;
}

#pdf {
	text-align: right;
}

#num {
	color: white;
}

#doublecolumn {
	display: inline-block;
}

#prices {
	text-align: right;
	float: right;
}

/* End Fonts / Typefaces */

#once { clear: left; }