/*
-----------------------------------------------------------------------------------
DEFAULT SCREEN STYLESHEET FOR: WWW.BVNORDIC.COM
-----------------------------------------------------------------------------------
CSS Document Author: Terry Evans - BC DESIGN WORKS
-----------------------------------------------------------------------------------
Feel free to poke, prod, and ponder the code. But if you intend to use it, please 
ask for permission before doing so. CONTACT: info [AT] bcdesignworks dot com.
-----------------------------------------------------------------------------------
*/

/* Color References
----------------------------------------------------------------------------------- 
#204B96 = dark blue
#1E60A8 = bright blue
#4A74AF = less dark blue
#A9B6DD = purpleish blue
#F1EE6F = light yellow
#DA7214 = orange
----------------------------------------------------------------------------------- 
*/

/* Additional Stylesheets
---------------------------------------------------------------------- */
/* @import url("/css/layout.css");
@import url("/css/navigation.css");
@import url("/css/gallery.css"); */

/*  Globals
--------------------------------------------------------------------------------------------------- */

* {margin:0; padding:0;}

body {
    text-align: center;
    font: 12px/1.4em Arial, Helvetica, Sans-Serif;
    background:#fff;
    color:#000;
} 
h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	color: #1E60A8;
}
#content h2 {
	font-size:14px;
	margin: 8px 0 8px 0;
}
ul, li, p { margin:0; padding:0; }

a {
	color:#1E60A8;
	text-decoration: none;
}
a:hover {
	color:#000;
}
img.ie {display:none;}

a img { border:none; text-decoration: none; }
/* Helpers 
--------------------------------------------------------------------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Layout Divisions
--------------------------------------------------------------------------------------------------- */
#container {
	margin:0 auto; 
	text-align:left;
	width: 750px;  
}
#header {
	height:164px;
	margin-left: 96px;
}
#header h1 {
	display:block;
	height: 164px;
	width: 557px;
	text-indent:-9999px;
	background: url(../gfx/header.gif) no-repeat 50% 100%;
}
#contentarea {
	margin:0; 
	padding:8px 0 0 0;
	float:right;
	width: 545px;
}
#navigation {
	margin:0;
	padding:8px 0 0 0;
	float:left;
	width: 170px;
}
#content {
	float: left;
	position:relative;
	width: 340px;
}
#sidebar {
	float: right; 
	position:relative;
	width: 170px;
}
#medal {
	margin:-25px 0 0 0;
}
#content #colA {
	padding:8px 0 0 0;
	float:left; 
	width: 47%;
}
#content #colB {
	padding:8px 0 0 0;
	float:right; 
	width: 47%;
} 
#footer {
	clear: both; 
	margin:0; 
	padding: 0; 
	height: 65px;
}
#slogan { 
	color:#1E60A8; 
	font-weight: bold;
	font-size: 14px;
}
#slogan, #bcdw {
	padding:16px 0 0 0;
	margin:0 0 0 178px;
}
#bcdw {
	font-size: 11px;
	text-align: right;
}

/* Navigation
--------------------------------------------------------------------------------------------------- */
#navigation ul {
	margin:0;
	padding:0;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}
#navigation ul li {
	margin:0;
	padding:0;
	list-style:none;
	height:23px;
	line-height:23px;
}
#navigation ul li a {
	display: block;
	padding: 0;
	margin: 0;
	height:23px;
	line-height:23px;
	color:#1E60A8;
}
#navigation ul li a:hover {
	color: #0000;
	background: url(../gfx/btn/bgnav.gif) repeat-y 0 0;
}
#daypass_btn {
	width: 110px;
	height: 47px;
}
#daypass_btn a {
	display:block;
	text-indent: -9999px;
	width: 110px;
	height: 47px;
	background: url(../gfx/btn/daypassinfo.gif) no-repeat 0 0;
}
#daypass_btn a:hover {
	background-position: -110px 0;
}
/* Side Bar
--------------------------------------------------------------------------------------------------- */
#sidebar img {
	margin:5px 0 0 0;
}
/* Content Area
--------------------------------------------------------------------------------------------------- */
#content div {
	font-size: 11px;
}
p.updated {
	font-size: 11px;
	color:#FA498B;
	margin:0; padding:0;
	display:none;
}

#moviebox {
width:350px;
margin:0 auto;
background:#999999;
}


