/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background:#003e7f;
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   

body, input, textarea {
	color:#333;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
}
/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	clear:both;
}
/* Text elements
-------------------------------------------------------------- */

p {
	margin-bottom:18px;
}
ul {
	margin: 0 0 18px 0;
}
ol {
	margin: 0 0 18px 0;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl {
	margin:0 1.5em;
}
dt {
	font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
	border-bottom:1px dotted #333;
	cursor: help;
}
ins {
	text-decoration:none;
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/* =Global Elements

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

body, input, textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height:22px;
}
p, ul, ol, dd, pre {
	margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
	color:#666;
	font-style:italic;
}
table {
	border:1px solid #ccc;
	border-width:1px 1px 0 1px;
	font-size:13px;
	line-height:18px;
	margin:0 0 22px 0;
	text-align:left;
}
caption {
	text-align:left;
}
tr {
	border-bottom:1px solid #ccc;
}
th, td {
	padding: .7em 1.25em;
}
hr {
	background-color:#ccc;
	border:0;
	color:#ccc;
	height:1px;
	margin-bottom:22px;
}
a:link {
	color:#0055a5;
}
a:visited {
	color:#0055a5;
}
a:active, a:hover {
	color: #FF4B33;
}
/* =Header

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

#header {
	z-index:2;
	background-color: #FFF;
}
#branding {
	width: 940px;
	margin: 0 auto;
	padding: 15px;
	background: url(../images/structure/branding_bg.jpg) no-repeat right center;
}
#aquahut {
	width: 172px;
	height: 61px;
}
/* =Framework

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

#wrapper {
	background: url(../images/structure/wrapper_bg.gif) repeat-x top center;
}
#main {
	width: 970px;
	margin: 0 auto;
	padding-bottom: 80px;
	background: url(../images/structure/main_bg.jpg) no-repeat top center;
}
#container {
	width: 924px;
	background: url(../images/structure/trans_bg.png) repeat top left;
	padding: 8px;
	margin: 0 auto;
	/*  newer browsers */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-khtml-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
#page {
	background: #FFF url(../images/structure/page_bg.gif) repeat-y top left;
	border: 1px solid #CCC;
}
#content {
	width: 630px;
	float: right;
	margin: 20px 0 0 20px;
}
#content li {
	margin-left:25px;
	list-style:inside;
}
#primary {
	width: 250px;
	float: left;
}
#footer {
	clear: both;
	color: #FFF;
	padding: 20px 25px 25px 25px;
	background: #002663 url(../images/structure/footer_bg.jpg) no-repeat top center;
}
/* =Styles

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

.entry-title {
	font-family: Arial, sans-serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 26px;
	color: #dfbe73;
	padding: 25px 35px;
	text-shadow: #000 0px 1px 5px;
	letter-spacing: 0.1em;
	text-align:center;
}
.topnav {
	list-style-type: none;
	margin-top: 15px;
	text-align:center;
}

.topnav a {
	color: #FFF;
	text-decoration: none;
	line-height: 1.5em;
	border: 1px solid #FFF;
	padding: 3px 15px;
	background-color:#000000;
    text-align:center;
}
.topnav table {
    border-width:0px;
    float:left;
    
}
.Usertable {
	float:right;
    padding: 0 0 0 0;
    border-width:0 0 0 0; 
    border-style:none;
}
.LogIn {
    float:left;
    font-weight:bold;
    color:#000;
}
.UserLabel {
    float:right;
    font-weight:bold;
    color:#FFF;
}
.UserText {
    float:left;
}

.mainnav {
	list-style-type: none;
	margin-top: 15px;
}
.mainnav li {
	border-bottom: 1px solid #FFF;
	padding: 3px 15px;
}
.mainnav li a {
	display: block;
	text-decoration: none;
	line-height: 1.5em;
}
.mainnav li a:hover {
	text-decoration: underline;
}
.contact {
	padding: 0 15px;
}
.youtube_index {
	display: block;
	padding: 5px 5px 0px 5px;
	margin: 15px 15px 15px 0;
	background: url(../images/structure/trans_bg.png) repeat top left;
	/*  newer browsers */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-khtml-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.intro_index {
	display: block;
	float:right;
	width: 500px;
	margin: 30px 0 0 15px;
}
.intro_index h1 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	color: #dfbe73;
	text-shadow: #000 0px 1px 5px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.intro_index p {
	color: #FFF;
	font-size: 12px;
}
/* =Hentry Styles

-------------------------------------------------------------- */
.hentry {
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}

.hentry h2 {
	display: block;
	color: #0055a5;
	font-size: 18px;
	margin-bottom: 10px;
}

.hentry img {
	border: 5px solid #CCC;
}

.hentry p {
	font-size: 10px;
	line-height: 1.75em;
}

.hentry_link {
	background-color: #929436;
	padding: 4px 8px;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	line-height: 2em;
	font-size: 14px;
}

/* =Misc Styles

-------------------------------------------------------------- */
.ends {
	clear: both;
}
.alignleft, img.alignleft {
	float: left;
	margin-right:20px;
}
.alignright, img.alignright {
	display: block;
	float: right;
	margin-left:20px;
}
.aligncenter, img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}

.label
	            {
		            font-weight: bold;
		            font-size: 10pt;
	            }
.tabellabel
	            {
		            font-weight: bold;
		            font-size: 8pt;
		            float:right;
	            }	            
.button
	            {
		            font-weight: bold;
		            font-size: 8pt;
		           	margin-left:auto;
                	margin-right:auto;
	                display: block;
	                clear: both;
	            }
            	
.LabelError
	            {
		            color: red;
		            font-size: 10pt;
		            font-weight: bold;
	            }
.controls
                {
                   font-size: 10pt;
                   padding-top:5px;
		           padding-bottom:5px;
		           float:left;
    margin-left: 0px;
}	            
.bigtext {  font-family: Arial, Helvetica, sans-serif; font-size: 3em; font-style: normal; line-height: normal; color: #000000}
.paragraphtxt {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #000000}
.magentatxt {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; font-weight: bolder; color: #FF00FF}
.redtext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #FF0000}
.special {  font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-style: normal; font-weight: bold; color: #FF0000}
.redspecial {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FF0000; font-weight: bolder}
.facebook {  font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #000000; line-height: normal}
a:linksocial { color:#FFFFFF; }
.livsocial {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bolder; color: #FFFFFF}
.holiday {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #000000}
