

/* -------------------------------------------------------------- 
  
   Reset.css
   * Resets default browser CSS styles.
   
   Original by Erik Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html { height:100%; }
body { line-height: 1; color: #333; background: white; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.php] */

.clear { display: inline-block; }   
.clear:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


/* -------------------------------------------------------------- 
   
   Typography.css
   * Sets some default typography.
  
-------------------------------------------------------------- */   

body {
  font-family: Verdana,Arial, Helvetica, sans-serif;
  line-height: 1.5; /* Unitless for proper inheritance */
  color: #000;
/*  letter-spacing: -0.4px;*/
}

/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size). */
   
body          { font-size: 75%; line-height:1.2em; }   /* IE */
html > body   { font-size: 12px; line-height:1.2em; }  /* Other browsers */


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #4c3d77; }

h1 { font-size: 1.6em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.2em; margin-bottom: 0.75em; }
h3 { font-size: 1.1em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1em; }
p.last      { margin-bottom: 0; }
p img       { float: none; margin: 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: none; outline:none; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #ffc; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 0em; }
th      { border-bottom: 0px solid #ccc; font-weight: bold; }
td      { border-bottom: 0px solid #ddd; }
th,td   { padding: 2px; vertical-align:top; }
tfoot   { font-style: italic; }
caption { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; } 


/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.strong,
.bold		{ font-weight:bold; }



/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/
/*
a.external,
a[href ^="http://"] {
	background: url(/css/icons/external.png) center right no-repeat;
	padding-right: 15px;
}
a[href ^="https://"],
.link-https {
	background: url(/css/icons/lock_icon.gif) center right no-repeat;
	padding-right: 15px;
}
a[href ^="mailto:"],
.link-mailto {
	background: url(/css/icons/mail_icon.gif) center right no-repeat;
	padding-right: 20px;
}
a[href ^="news://"] {
	background: url(/css/icons/news_icon.png) center right no-repeat;
	padding-right: 20px;
}
a[href ^="ftp://"],
.link-ftp {
	background: url(/css/icons/file_icon.gif) center right no-repeat;
	padding-right: 18px;
}

a.noicon { background: none; padding:0; }

*/


/* -------------------------------------------------------------- 
  
  BLUEPRINT CSS
   * Filename:        grid.css
   * Version:         0.6 (2007-09-21) YYYY-MM-DD
   * Website:         http://code.google.com/p/blueprintcss/
  
  Generated by:
   * Blueprint CSS Grid Generator (2008-01-11) [http://kematzy.com/blueprint-generator/]
  
  Based on work by:
   * Olav Bjorkoy      [bjorkoy.com]
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Khoi Vinh         [subtraction.com]
  
  == STRUCTURE: ========================
   * Page width:            760 px
   * Number of columns:     5
   * Column width:          148 px
   * Margin width:          5 px
  ======================================
   
  By default, the grid is 760px wide, with 5 columns 
  spanning 148px, and a 5px margin between columns.
  
  If you need fewer or more columns, use this formula to calculate
  the new total width: 
  
  Total width = (number_of_columns * column_width) - margin_width
  
  Read more about using a grid here:
  * subtraction.com/archives/2007/0318_oh_yeeaahh.php
  
  
-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
  width: 760px;
  margin: 0 auto;
}


/* Columns
-------------------------------------------------------------- */

/* Use this class together with the .span-x classes
   to create any composition of columns in a layout. */
   
.column {
  float: left;
  margin-right: 5px;
}


/* The last column in a row needs this class. */
.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 148px;}
.span-2  { width: 301px;}
.span-3  { width: 454px;}
.span-4  { width: 607px;}
.span-5  { width: 760px; margin: 0; }


/* Add these to a column to append empty cols. */
.append-1  { padding-right: 153px;}
.append-2  { padding-right: 306px;}
.append-3  { padding-right: 459px;}
.append-4  { padding-right: 612px;}


/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 153px;}
.prepend-2  { padding-left: 306px;}
.prepend-3  { padding-left: 459px;}
.prepend-4  { padding-left: 612px;}



/* Border on right hand side of a column. */
.border{
  padding-right:1.5px;
  margin-right:2.5px;
  border-right:1px solid #eee;
}

/* Border with more whitespace, spans one column. */
.colborder {
  padding-right:146.5px;
  margin-right:145.5px;
  border-right:1px solid #eee;
}


/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column. */
.pull-1 { margin-left: -153px;}
.pull-2 { margin-left: -306px;}
.pull-3 { margin-left: -459px;}
.pull-4 { margin-left: -612px;}


.push-0  { margin: 0 0 0 18px; float: right; } /* Right aligns the image. */
.push-1 { margin: 0 -153px 0 18px; float: right;}
.push-2 { margin: 0 -306px 0 18px; float: right;}
.push-3 { margin: 0 -459px 0 18px; float: right;}
.push-4 { margin: 0 -612px 0 18px; float: right;}

.push-0, .push-1, .push-2, .push-3, .push-4 { float: right; }


/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #eee; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 1em 0 1em 0;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label { font-weight: bold; }


/* Fieldsets */
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

/* Text fields */
input.text, input.title   { width: 100px; margin:0.5em 0.5em 0.5em 0; }
input.text, input.title   { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

/* Textareas */
textarea            { width: 400px; height: 250px; margin:0.5em 0.5em 0.5em 0; }
textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

/* Select fields */
select              { border:1px solid #ccc; background:#f6f6f6; width:200px; }
select:focus        { border:1px solid #999; background:#fff; }


/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }


/* -------------------------------------------------------------- 
  
   buttons.css
   * Gives you some great CSS-only buttons.
   
   Created by Kevin Hale [particletree.com]
   * particletree.com/features/rediscovering-the-button-element

   See Readme.txt in this folder for instructions.

-------------------------------------------------------------- */

a.button, button {
/*  display:block;
  float:left;*/
  margin:0 0.583em 0.667em 0;
  padding:5px 10px 5px 7px;   /* Links */
  
  border:1px solid #dedede;
  border-top:1px solid #eee;
  border-left:1px solid #eee;

  background-color:#f5f5f5;
  font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
}
button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}
button[type] {
  padding:4px 10px 4px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}
*:first-child+html button[type] {
  padding:4px 10px 3px 7px;   /* IE7 */
}
button img, a.button img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
  float:none;
}


/* Button colors
-------------------------------------------------------------- */

/* Standard */
button:hover, a.button:hover{
  background-color:#dff4ff;
  border:1px solid #c2e1ef;
  color:#336699;
}
a.button:active{
  background-color:#6299c5;
  border:1px solid #6299c5;
  color:#fff;
}

/* Positive */
body .positive {
  color:#529214;
}
a.positive:hover, button.positive:hover {
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#529214;
}
a.positive:active {
  background-color:#529214;
  border:1px solid #529214;
  color:#fff;
}

/* Negative */
body .negative {
  color:#d12f19;
}
a.negative:hover, button.negative:hover {
  background:#fbe3e4;
  border:1px solid #fbc2c4;
  color:#d12f19;
}
a.negative:active {
  background-color:#d12f19;
  border:1px solid #d12f19;
  color:#fff;
}


/* -------------------------------------------------------------- 
  
   CSS Framework
   
   * Native site styles *
      
-------------------------------------------------------------- */


/* -------------------------------------------------------------- 
	Default classes
---------------------------------------------------------------*/
.left   { float:left; }
.right  { float:right; }

.hide   { display:none; }

.reset-margin   { margin:0; } 
.reset-padding  { padding:0; } 
.reset          { margin:0; padding:0; } 

.align-justify  { text-align:justify; } 
.align-left     { text-align:left; } 
.align-center   { text-align:center; } 
.align-right    { text-align:right; } 


/* -------------------------------------------------------------- 
	Body and Site wrapper
---------------------------------------------------------------*/
body { background: #d8e6e6; color: #4b4b4b; }
.wrapper { background: #fff; padding:0 5px 0 5px; border-left: 1px solid #b1b2b7; border-right: 1px solid #b1b2b7; border-bottom: 1px solid #b1b2b7; width:760px; margin:0px auto; }


/* -------------------------------------------------------------- 
	Brand colours
---------------------------------------------------------------*/
.blue { color: #009ee0; }
.yellow { color: #fcc300; }


/* -------------------------------------------------------------- 
	Our styles
---------------------------------------------------------------*/

/* Common separator/gap */
.separator { border-top:2px dotted #000; margin:10px 0; height:2px; }

/* Accordian */
#accordian { margin-top:5px; position:relative; }
#accordianBuild { margin:0; padding:0; list-style-type:none; color:#fff; height:333px; overflow:hidden; }
#accordianBuild img { margin:0; padding:0; border:0; }
#accordianBuild a { display:block; font-weight:normal; text-decoration:none; color: #fff; }
#accordianBuild ul { overflow: hidden; margin:0; padding:0; }
#accordianBuild li { margin:0; padding:0; list-style:none; }
#accordianBuild li a { display:block; color:#fff; }
#accordianBuild li a.closed { }
#accordianBuild li.firstitem a.closed { }
#accordianBuild li.lastitem a.closed { }
#accordianBuild li li { background: #fff; height:273px; }
#accordianBuild li a.opened { }
#accordianBuild li.firstitem a.opened { }
#accordianBuild li.lastitem li {}
#accordianBuild li.lastitem ul { }
.item1 { background: #c5000a url('/images/accordian.item1.bg.jpg') top left repeat-x; }
.item2 { background: #e8d21a url('/images/accordian.item2.bg.jpg') top left repeat-x; }
.item3 { background: #89c9f9 url('/images/accordian.item3.bg.jpg') top left repeat-x; }
.item1 a,
.item2 a,
.item3 a { padding:3px 13px 3px 13px; }
#accordianBuild li li a { padding:0; }
.accordian-navigation { position:absolute; right:0; z-index:1001; background: url('/images/accordian.navigation.bg.png') right top no-repeat; width:208px; height:318px; padding-top:15px; text-align:right; font-size:10px; }
.accordian-navigation ul { list-style: none; padding-left:30px; }
.accordian-navigation a { color: white; display:block; background-color: transparent; }
.accordian-navigation a:hover { color:white; background: #605487; }
.accordian-navigation li { border-bottom:1px dotted #fff; padding:1px 0px 1px; }
.accordian-navigation li.heading { font-weight:bold; color: #fff; font-size:1.1em; }
.accordian-navigation li.lastitem { border:0; }


/* Footer */
#footer { text-align:center; font-size:0.9em; color: #000; padding-bottom:10px; }
#footer a { color: #000; }
#footer a:hover { color: #c5000a; }

/* Header links */
#headerlinks { margin-top:5px; }
#headerlinks a { display:block; }
#footerlinks { margin-top:5px; }

/* Page content header styling */
#pagecontent h1,
#pagecontent h3 { color: #4f407a; }


/* -------------------------------------------------------------- 
	Column styling
---------------------------------------------------------------*/

/* Left-hand-side navigation */
.leftNavigation { background: #e7e5ed; padding:20px 10px; }
.leftNavigation .heading { font-weight:bold; color: #000; font-size:1.1em; }
.leftNavigation li { border-bottom:2px dotted #000; padding:5px 0px; }
.leftNavigation li.lastitem { border:0; }
.leftNavigation a { color: #000; }
.leftNavigation a:hover { color: #c5000a; }

/* The left-hand-side graphic buttons depicting which section we are in */
.leftbuttons { list-style:none; margin:0; padding:0; }
.leftbuttons li { padding:0 0 2px 0; margin:0; }

/* General column navigation styling */
.leftSectionNavigation { padding:0px 10px 10px 10px; }
.leftSectionNavigation .heading { font-weight:bold; font-size:1.1em; }
.leftSectionNavigation li { border-bottom:2px dotted #e29c2d; padding:3px 0px; }
.leftSectionNavigation li.lastitem { border:0; }
.leftSectionNavigation a.selected { font-weight:bold; }
.leftSectionNavigation li.titleheading { font-weight:bold; border-bottom:2px dotted #e60004; }
.leftSectionNavigation li.bulleted { border-bottom:0; }
.leftSectionNavigation a.bulleted { color: #000; font-size:0.9em; }

/* Column : Custom content */
.column-customcontent { padding:10px; }

/* Column : Constant navigation */
.column-constantnavigation { margin-top:5px; padding:15px 10px; background: #e7e5ed; color: #4f407a; }
.column-constantnavigation li.heading { font-weight:bold; font-size:1.1em; }
.column-constantnavigation li { border-bottom:2px dotted #4f407a; padding:3px 0px; }
.column-constantnavigation li.lastitem { border-bottom:0; }
.column-constantnavigation a { color: #4f407a; }
.column-constantnavigation a:hover { color: #4f407a; }

/* Column : News */
.column-sidenews { background: #e7e5ed; padding:10px; }
.column-sidenews h1 { margin-bottom:0; padding:0px 0px 15px 0px; border-bottom: 2px dotted #000; }
.column-sidenews .newsitem { padding:15px 0px; border-bottom: 2px dotted #000; }
.column-sidenews .no-divider { border-bottom:0; }

/* Column : Rides */
.column-rides { background: #fbdbdc; }
.column-rides h1 { margin-bottom:0; padding:0px 0px 15px 0px; border-bottom: 2px dotted #000; }
.column-rides a { color: #e60004; }
.column-rides a:hover { color: #e60004; }

/* Column : Exhibitions */
.column-exhibitions { background: #f7e7ab; }
.column-exhibitions h1 { margin-bottom:0; padding:0px 0px 15px 0px; border-bottom: 2px dotted #000; }
.column-exhibitions a { color: #928877; }
.column-exhibitions a:hover { color: #928877; }

/* Column : Events */
.column-events { background: #e2f5fe; }
.column-events h1 { margin-bottom:0; padding:0px 0px 15px 0px; border-bottom: 2px dotted #000; }
.column-events a { color: #928877; }
.column-events a:hover { color: #62cbfb; }


/* -------------------------------------------------------------- 
	Site credit
---------------------------------------------------------------*/

.creativecredit { width:760px; margin:0px auto; text-align:right; color: #000; font-size:10px; }
.creativecredit a { color: #000; border:0; }
.creativecredit a:hover { color: #000; border-bottom:1px dotted #000; }
