﻿/*
 * colors
 * 
 * orange: e2b075
 * red:    e06742
 *
 */

/*
 * Yahoo! reset, fonts and Base:
 * Copyright (c) 2009, Yahoo! Inc. All rights reserved. 
 * Code licensed under the BSD License:
 * http://developer.yahoo.net/yui/license.txt
 * version: 3.0.0 build:1549
 */

/* Yahoo! reset */
html{color:#111;background:#fff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#111;}

/* Yahoo! fonts */
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:"Courier New",Courier,monospace;*font-size:108%;line-height:100%;}

/* PhazeII Base css */
body{overflow-y:scroll;}
a{text-decoration:none;font-weight:bold;}a:hover{text-decoration:underline;}
blockquote{margin:1em;}
caption{margin-bottom:.5em;text-align:center;}
abbr,acronym{border-bottom:1px dotted #111;cursor:help;}
em{font-style:italic;}
h1{font-size:138.5%;}
h2{font-size:123.1%;}
h3{font-size:108%;}
h1,h2,h3{margin:1em 0;}
h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}
hr{color:#111;background-color:#111;height:1px;width:100%;border:0;margin:.75em 0;}
input[type=text],input[type=password],textarea{width:12.25em;width:11.9em;}
ol,ul,li,dl,dd{margin:0;}
li{list-style:none;}
th,td{border:none;padding:.5em;}
th{font-weight:bold;text-align:center;}
p,fieldset,table,pre{margin-bottom:1em;}
pre{font-family:"Courier New",courier,fixed,monospace}
.displaynone{display:none !important;}
.displayblock{display:block !important;}
.visible{visibility:visible !important;}
.invisible{visibility:hidden !important;}
.clear{clear:both;}
.left{float:left;}
.right{float:right;}

/**
 * Primary styles
 *
 * Author: Bjorn Wikkeling <bjorn@wikkeling.com>
 */
 
/* layout *********************************************************************/

body {
  background: #fff url(../pix/background-gradient.png) top center repeat-x;
  min-height: 600px;
}

.mainDiv {
  margin: 0 auto;
  width: 690px;
}

.heading  {
  overflow: auto;
  padding: 10px 0 20px 0;
}

.heading  p {
  float: left;
  margin: 0;
  padding: .75em 0 0 0;
  text-align: center;
  width: 230px;
}

.heading p:first-child {
  padding-top: 0;
  text-align: left;
}

.heading p:last-child {
  padding-top: 0;
  text-align: right;
}

.contentDiv {
  background-color: #e2b075;
  border: 1px solid #e06742;
  min-height: 100%;
  padding: 10px;
}

/* generic *******************************************************************/

a { 
  color: #c00;
}

/* contentDiv ****************************************************************/

.contentDiv h1 {
  background: no-repeat left center;
  height: 20px;
  margin-bottom: 0;
  text-indent: -1000px;
}

.contentDiv h1.contact {
  background-image: url(../pix/contact.png);
  width: 61px;
}

.contentDiv h1.route {
  background-image: url(../pix/routeplanner.png);
  width: 102px;
}

.contentDiv h1.opening {
  background-image: url(../pix/opening.png);
  width: 298px;
}

/* ocntentBlocks *************************************************************/

.contentBlocks .logo {
  text-align: center;
}

.contentBlocks dt {
  float: left;
  width: 10em;
}

/* images ********************************************************************/

.imagesDiv {
  margin-top: 10px;
  overflow: auto;
}

.imagesDiv img {
  float: left;
}