/*-------------------------------------------------------- 
Basic Style Sheet

version:	2.2
updated:	25 APR 2007
author:		James Wilhelm
website:	http://www.jamesawilhelm.com
----------------------------------------------------------*/

* {
border: 0;
margin: 0;
padding: 0;
}

html, body {
height: 100%;
margin: 0; 
padding: 0; 
background: #5586a0 url(../img/bg-tile_999.gif) repeat top left;
}

/* Intro page Layout
----------------------------------------------------------*/

body.intro {
height: 100%;
margin: 0; 
padding: 0; 
background: #fff;
}


.intro #distance { 
width:1px;
height:50%;
background-color:#fc6;
margin-bottom:-150px; /* half of container's height */
float:left;
}

.intro #container {
margin: 0 auto;
position: relative; /* puts container in front of distance */
text-align: center;
height: 300px;
width: 700px;
clear: left;
background-color: #ff9;
border: 1px solid #333;
border-top-color: #999;
border-left-color: #999;
}

.intro #container div {
font-size: 80%;
width: 17em;
margin-left: 2em;
}


/* Page Layout
----------------------------------------------------------*/

a {
text-decoration: none;
}

#container {
background: #fff;
margin: 0 auto;
padding: 0 50px;
border-left: 5px solid #747474;
border-right: 5px solid #747474;
width: 620px;
}

#masthead {
position: relative;
margin: 0;
padding: 0;
background: #fff;
height: 200px;
}

#info {
clear: both;
margin: 0;
padding: 40px 90px 20px 90px;
text-align: center;
}

#footer {
clear: both;
margin: 0px 0px 0px 0px;
padding: 50px 0px 50px 0px;
background-color: #fff;
}

h1 {
margin: 0 auto;
position: relative;
top: 24px;
z-index: 2;
width: 273px;
height: 151px;
background: url(../img/logo.gif) no-repeat;
text-indent: -9000px;
}

h2 {
margin: 0;
padding: 2px;
color: #036;
font: 18px Georgia, serif;
}

h3 {
margin: 0;
padding: 2px;
color: #036;
font: 14px Georgia, serif;
}

h4 {
margin: 0;
font-weight: normal;
padding: 2px;
color: #666;
font: 14px Georgia, serif;
}

p {
color: #666;
font: .6em Verdana, sans-serif;
line-height: 140%;
padding: 2px;
text-align: center;
}

p a {
background: inherit;
color: #5586a0;
}

p a:hover {
background: inherit;
text-decoration: underline;
}

strong {
color: #333;
font-weight: normal;
}

/* Navigation
----------------------------------------------------------*/

ul#nav {
margin: 0;
padding: 3px 0;
border-top: 1px solid #ccc;
list-style: none;
width: 620px;
}

#nav li {
float: left;
font: .8em Georgia, serif;
color: #777;
}

#nav .catalog {
float: right;
}

#nav li a {
padding: 0 5px;
background: #fff;
color: #666;
text-decoration: none;
}

#nav li a:hover {
color: #069;
}

/* Highlighting the current page */
body.home #nav a#home { color: #036; }
body.events #nav a#events { color: #036; }
body.previous #nav a#previous { color: #036; }
body.subscribe #nav a#subscribe { color: #036; }
body.contact #nav a#contact { color: #036; }

body.home #nav a:hover#home { color: #069; cursor: default; }
body.events #nav a:hover#events { color: #069; cursor: default; }
body.previous #nav a:hover#previous { color: #069; cursor: default; }
body.subscribe #nav a:hover#subscribe { color: #069; cursor: default; }
body.contact #nav a:hover#contact { color: #069; cursor: default; }

#subscribeForm a:link {color: #5586a0;}
#subscribeForm a:visited {color: #5586a0;}
#subscribeForm a:hover {color: #5586a0;}
#subscribeForm a:active {color: #5586a0;}

#subscribeForm{
margin: 0 auto;
font: 1em Georgia, serif;
}

.subFormStyle	{
border-width: 1px; 
border-style:solid;
border-color: #e6e6e6;
color: #666;
font: .8em Georgia, serif;
padding: 2px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 10px;
}

/* Hoverbox Code adapted from Nathan Smith
----------------------------------------------------------*/

.hoverbox {
cursor: default;
list-style: none;
}

.hoverbox a {
cursor: default;
}

.hoverbox a .preview {
display: none;
}

.hoverbox a:hover .preview {
display: block;
position: absolute;
top: -33px;
left: -45px;
z-index: 1;
}

.hoverbox img {
background: #fff;
border-color: #aaa #ccc #ddd #bbb;
border-style: solid;
border-width: 1px;
color: inherit;
padding: 2px;
vertical-align: top;
width: 100px;
height: 100px;
}

.hoverbox li {
background: #eee;
border-color: #ddd #bbb #aaa #ccc;
border-style: solid;
border-width: 1px;
color: inherit;
display: inline;
float: left;
margin: 3px;
padding: 5px;
position: relative;
}

.hoverbox .preview {
border-color: #000;
width: 200px;
height: 200px;
}

/* Hoverbox Code adapted from Nathan Smith
----------------------------------------------------------*/

.specialhoverbox {
cursor: default;
list-style: none;
}

.specialhoverbox a {
cursor: default;
}

.specialhoverbox a .preview {
display: none;
}

.specialhoverbox a:hover .preview {
display: block;
position: absolute;
top: -33px;
left: -19px;
z-index: 1;
}

.specialhoverbox img {
background: #fff;
border-color: #aaa #ccc #ddd #bbb;
border-style: solid;
border-width: 1px;
color: inherit;
padding: 2px;
vertical-align: top;
width: 100px;
height: 150px;
}

.specialhoverbox li {
background: #eee;
border-color: #ddd #bbb #aaa #ccc;
border-style: solid;
border-width: 1px;
color: inherit;
display: inline;
float: left;
margin: 3px;
padding: 5px;
position: relative;
}

.specialhoverbox .preview {
border-color: #000;
width: 150px;
height: 225px;
}