﻿/* == STYLESHEET FUNCTIONS - Global reset and base element styling
------------------------------------------------------------------------------------------------------------------------ 

/* == Global Reset 
------------------------------------------------------------------------------------------------------------------------ */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, hr, 
a, a img, font, img, dd, dl, dt, li, ol, ul, blockquote,
fieldset, form, label, legend, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: inherit;
	font-family: inherit;
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
a{-moz-outline-style:none;}
a:active, a:focus {outline: 0 !important;}


/* == Base Element Styling
------------------------------------------------------------------------------------------------------------------------ */
body{color: #FFF;line-height: 1.5;font-size: 90%;background: #000 url(/_img/bg-lykke.jpg) no-repeat top center; font-family: 'Andale Mono WT',  'Andale Mono', Georgia, 'Times New Roman', Arial;}

h1, h2, h3, h4, h5, h6{font-size: 140%;font-weight: normal;color: #9f9589;}
h1{font-family:"Myriad Pro","Myriad Web Pro"; background-color:transparent; text-transform:uppercase; font-size:120%; padding:0px; color:#ded1bf; letter-spacing:2px;  line-height:normal;  margin-bottom:2px; }
h2{font-size: 160%}
h3{margin:0 0 10px 0;}
h4{font-family:"Myriad Pro" "Myriad Web Pro"; background-color:#f2e5d0; text-transform:uppercase; font-size:100%; padding:1px 4px; float:left; color:#4d4943; letter-spacing:2px;  line-height:100%; }
h5{font-family:"Myriad Pro" "Myriad Web Pro"; background-color:transparent; text-transform:uppercase; font-size:120%; padding:0px; color:#ded1bf; letter-spacing:2px;  line-height:normal;  margin-bottom:2px; }
h6{font-family:"Myriad Pro" "Myriad Web Pro"; background-color:transparent; text-transform:uppercase; font-size:120%; padding:0px; color:#ded1bf; letter-spacing:2px;  line-height:normal; }
.underline{border-bottom:solid 1px #333;padding-bottom:2px;}


.templateTwo .zoneOne h2{font-size: 180%;color: #1edfee;background: none; padding: 0;text-transform: none; }

p{margin:0;line-height: 1.7em; color: #FFF;}
blockquote{margin: 20px;}

ul{margin:0; list-style-type: none;}
ul.basic{margin: 10px 0 10px 0; list-style: none;list-style-image: none;}
ul li{margin: 5px 0;}
ul li ul{list-style-image: url(../_img/angle-arrow.gif);margin: 5px 0 5px 20px;}
ul li ul li{margin: 3px 0;}
ol{margin: 20px 0 20px 25px; list-style-type: decimal;}
ol li{margin: 10px 0;}
ul.plain{margin: 20px 0 20px 0;list-style: none;}

dl{margin: 10px 0;}
dt{font-weight: bold;}
dd{text-indent: 15px;}

table{background: #fff; border-collapse: collapse;}
thead{}
tfoot{}
th{border: solid 1px #aaa;padding: 3px; background: #eee; color: #000;}
tr{}
td{border: solid 1px #ddd;padding: 3px;}

label{float: left; font-style:italic;}
.input, .inputText, select, textarea{border: solid 1px #ccc; background: #f6f6f6;}

/** provide width classes to stack onto elements **/
.ten{width:10%;}
.fifteen{width:15%;}
.twenty{width:20%;}
.twentyfive{width:25%;}
.thirty{width:30%;}
.thirtyfive{width:35%;}
.forty{width:40%;}
.fortyfive{width:45%;}
.fortynine{width:49%;}
.fifty{width:50%;}
.fiftyfive{width:55%;}
.sixty{width:60%;}
.sixtyfive{width:65%;}
.seventy{width:70%;}
.seventyfive{width:75%;}
.eighty{width:80%;}
.eightyfive{width:85%;}
.ninety{width:90%;}
.ninetyfive{width:95%;}
.hundred{width:100%;}

em{}

/* Cross browser hr styling */
hr{border: 0;border-top: solid 3px #FFF; height: 3px; margin: 5px 0;}
div.hr{margin: 5px 0px 10px 0px; border: none; border-top: 3px solid #FFF;clear:both;}
div.hr hr{display:none;}

a{color: #FFF;text-decoration: underline;}
a:hover{text-decoration: none;}

h1 a{color: #000;}
h1 a:hover{background: none;}


h2 a {color:#FFF; text-decoration:none;}

img{vertical-align: bottom;}
img.rssIcon{position: absolute; bottom: 6px; right: 5px;}

/* = Independent Global Styles
------------------------------------------------------------------------------------------------------------------------ */

/** layout **/
.floatLeft{float: left;}
.floatRight{float: right;}
/** clearing **/
.clr{clear: both;}
.clrz, .clrSml{clear: both;line-height:1px;height:1px;}
/** presentation **/
.textRight{text-align: right;}
.hide{display: none;}
.snug{margin: 5px 0 10px 0;}
.inlineImg{margin: 6px 7px 5px 0;}
.inlineImgRight{margin: 0 0 5px 7px;}
.sml{font-size:90%;}
.tightRight {margin-right:0px !important;}
.tightLeft {margin-left:0px !important;}

.vSpaceFive {margin-bottom:5px !important;}
.vSpaceTen {margin-bottom:10px !important;}
.vSpaceFifteen {margin-bottom:15px !important;}
.itemDetails { line-height:normal;}
.scanHolder {display:none;}

/* = Sprite
--------------------------------------------------------------------------------------------------------------------*/
.sprite  {background: url(/_img/sprite/sprite.gif)}

/* = Paging
--------------------------------------------------------------------------------------------------------------------*/
.paging {float:right; font-size:120%; line-height:normal; display:none;}
.paging .detailsText{display:none;}
.paging .pg{float:left; margin: 0 0 0 0;}
.paging ul{float:left; margin:0; padding:0;}
.paging ul li{float:left; margin-right:5px;}
.paging ul li a{text-decoration:none; padding:3px;}
.paging ul li a.on{background:#FFF; color:#333;}
.paging ul li.det{margin-right:20px;}

/* = Images
--------------------------------------------------------------------------------------------------------------------*/
span.newsItem{float:left; display:block; background: url(/_img/bg-news.gif) no-repeat; width:60px; height:16px; margin:2px 10px 0 0; }
.img {float:left; margin:0 15px 15px 0;}

/* = Anchors
--------------------------------------------------------------------------------------------------------------------*/
a.std {text-decoration:none;}
a.std:hover {text-decoration:underline;}

/* = Btns
--------------------------------------------------------------------------------------------------------------------*/
.btn {border:1px solid #aea699; background:url(/_img/btn.gif) no-repeat; height:31px; text-transform:uppercase; color:#FFF; font-family: "Myriad Pro" "Myriad Web Pro" Georgia; letter-spacing:2px;}

