/* -----------------------------------------------------------------------------
  
  * Filename:                       storhogna.css
  
  * Description:                    Global CSS
  
  * Version:                        0.7 (2009-10-24)
  
  * Website:                        http://www.storhogna.se
  
  * Author:                         John Roos (Janc & Cajn HB)
  
  
  == PAGE STRUCTURE: ===========================================================
  
  
  * Page width:                     1020px
  
  * Number of columns:              2
  
  * Column layout:                  740px + 280px
  
  == CSS STRUCTURE: ============================================================
  
  $__reset			    			CSS reset definitions for enhanced
				    				cross-browser rendering.
  
  $__global                         Global properties of the site.

  $__header							Header properties

  $__image_area						The big image area under the header

  $__content						The white area under the image

  $__right_column					The sidebar

  $__footer							The footer
  
------------------------------------------------------------------------------*/


/*   __reset
------------------------------------------------------------------------------*/

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 {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-size: 100.01%;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

a:visited {
	color: inherit;
}

:focus {
	outline: 0;
}
body {
	background: white;
	color: black;
	line-height: 1;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/*   __global
------------------------------------------------------------------------------*/

body {
	background: #bbd1e7 url('../img/background2.jpg') repeat-x;
	font-family: 'helvetica neu', helvetica, arial;
	padding: 40px 0 0 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1 {
	color: #13457C;
	font-size: 1.5em;
	font-weight: bold;
	padding: 35px 25px 0 25px;
}

h2 {
	color: #bf6427;
	font-size: 1.5em;
	margin: 0 25px 0 25px;
	padding: 35px 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
}

h3 {
	color:#f3f3f3;
	font-size:2.5em;
	font-weight:bold;
	left:160px;
	margin:0 0 0 30px;
	padding:10px 0 0;
	position:relative;
	top:-46px;
	width:80px;
}

h4 {
	color: #13457C;
	font-size: 1em;
	margin: 0 25px 0 25px;
	padding: 35px 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
}

p {
	color: #333333;
	font-size: 0.85em;
	line-height: 1.5em;
	padding: 0px;
}

a {
	text-decoration: none;
}

#skyline {
	position: absolute;
	left: 0px;
	top: 200px;
	width: 100%;
	overflow: hidden;
	z-index: -500;
}

#wrapper {
	background: #331c11 url('../img/wrapper_background.jpg') right repeat-y;
	margin: 40px auto 0 auto;
	width: 1020px;
}

#left-column {
	background: transparent;
	float: left;
	width: 740px;
}

/*   __header
------------------------------------------------------------------------------*/

#header {
	background: #ffffff url('../img/header_background_shade.jpg') repeat-x;
	height: 130px;
	width: 740px;
}

#header ul {
	float:left;
	position:relative;
	top:66px;
	width: 590px;
}

#header li {
	display: inline;
	cursor: pointer;
}

#header p#language {
	color:#444444;
	float:right;
	font-size:8pt;
	font-weight:bold;
	height:22px;
	position:relative;
	right:7px;
	text-transform:uppercase;
	top:14px;
	width:586px;
}

#header p#language a {
	float: left;
	color:#444444;
}

#header p#language a:hover {
	color:#222222;
}

#header p#language .currentlang {
	color: #BF6427;
}

#header li p {
	font-size: 0.9em;
	background: transparent;
	height: 24px;
	float: left;
	margin: 0 2px 0 2px;
	padding: 8px 10px 0 10px;
	color: #333333;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

#header li p.utsikten {
	margin-left: 0px;
	color: #bf6427;
	font-family: georgia, cambria;
	font-weight: bold;
	float: right;
}

#header li p.active {
	background: transparent url('../img/button_background.jpg') repeat-x;
	color: #f3f3f3;
	cursor: pointer;
}

#header img {
	float: left;
	margin: 4px;
}

#header .flag {
	margin: -2px 5px 0 5px;
}

/*   __image_area
------------------------------------------------------------------------------*/

#image_area {
	z-index: 5000;
	width: 740px;
	height: 340px;
}

#movie_area {
	z-index: 5000;
	width: 740px;
}

#flash_button {
	background:transparent url(../img/sidebar_top.jpg) no-repeat scroll bottom;
	color:#F3F3F3;
	height:12px;
	left:25px;
	padding:12px;
	position:relative;
	top:-65px;
	width:185px;
	text-align: center;
}

#flash_button a {
	color:#FFFFFF;
	font-weight:bold;
	margin:0;
	padding:0;
	text-shadow:0 1px 2px #151515;
	text-transform:uppercase;
	text-decoration: none;
}

#approve {
	display: none;
	background:transparent url(../img/approval.png) repeat scroll center bottom;
	height:284px;
	left:464px;
	position:relative;
	top:-288px;
	width:276px;
}

/*   __content
------------------------------------------------------------------------------*/

#content {
	background: transparent;
	padding: 0 0 35px 0;
}

#gallery {
	background: transparent url('../img/gallery_bg.jpg') repeat-x scroll;
	height:70px;
	margin:0;
	width:740px;
}

#gallery #left_arrow {
	background: transparent url('../img/gallery_navigation.png') no-repeat left;
	float: left;
	height: 27px;
	margin: 20px 0 0 15px;
	width: 23px;
}

#gallery #thumbnail_list {
	background: transparent;
	float: left;
	height: 65px;
	text-align: center;
	width: 610px;
}

#gallery #thumbnail_list img {
	height: 45px;
	margin: 10px 3px 0;
	width: 45px;
}

#gallery #thumbnail_list img.current_image {
	border: 3px solid #ffffff;
	margin: 7px -1px -3px;
}

#gallery #right_arrow {
	background: transparent url('../img/gallery_navigation.png') no-repeat right;
	float: right;
	height: 27px;
	margin: 20px 15px 0 0;
	width: 23px;
}

#files {
	margin: 20px 15px 10px 25px;
	color: #353535; 
	font-size: 0.8em;
}

.file {
	float: left;
	margin: 0 10px 0 0;
}

.file img {
	float: left;
	margin: -9px 5px 15px 0;
}

.columns p {
	padding: 15px 40px 0px 25px;
}

.columns ul {
	padding: 15px 40px 0px 50px;
}

.columns ol {
	padding: 15px 40px 0px 55px;
}

.columns ul li {
	display: list-item;
	list-style: disc;
	font-size: 0.85em;
	color: #333333;
	padding: 0 0 0 5px;
	line-height: 1.5em;
}

.columns ol li {
	display: list-item;
	list-style: decimal;
	font-size: 0.85em;
	color: #333333;
	line-height: 1.5em;
}

/*   __right_column
------------------------------------------------------------------------------*/

#weather_update{
	height: 130px;
}

#weather {
	background: url('../img/overlay_background_light.png');
	width: 280px;
	height: 470px;
	border-top: solid 0px #29160c;
	border-bottom: solid 1px #4d2d18;
}

#weather h2 {
	padding-top: 38px;
}

#weather img.weather_symbol {
	border:0 none;
	left:140px;
	margin:7px 0 0 10px;
	position:relative;
	top:-124px;
}

#weather img#announce {
	position: relative;
	border: 0px;
	z-index: 9999;
	margin:0 0 -70px -40px;
}

#right-column {
	background: transparent url('../img/sidebar_top.jpg') top no-repeat;
	float: left;
	width: 280px;
}

#right-column ul {
	margin: 9px 0 30px 0;
	cursor: pointer;
}

#right-column li {
	background: transparent;
	width: 230px;
	padding: 5px 25px 5px 25px;
	cursor: pointer;
}

#right-column li:hover, li#highlight {
	background: url('../img/overlay_background.png');
	cursor: pointer;
}

#right-column p.title {
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0 1px 2px #151515;
}

#right-column p.description {
	color:#BF6427;
	font-style:italic;
	margin:0;
	padding:0 0 0 12px;
	text-indent:-8px;
}

#right-column img#cabin {
	border: solid 4px #ffffff;
	margin: 7px 16px 16px;
}

#right-column hr {
	border: 0px;
	border-bottom: 1px solid #452715;
	border-top: 1px solid #321b0f;
}

/*   __footer
------------------------------------------------------------------------------*/

#footer {
	background: #ffffff;
	height: 50px;
	margin: 10px auto 30px auto;
	width: 1020px;
}
#footer .wrapper {
	position: relative;
	top: 10px;
	margin: 5px 5px 5px 15px;
	width: 1010px;
	color: #505050;
	font-size: 0.8em;
	line-height: 150%;
	text-align: center;
}

#footer .wrapper .legal p {
	margin: 0 5px 0 0;
}

#footer a {
	color: #333;
	text-decoration: none;
}

.clearboth {
	clear: both;
}
