/***************************************************************************

	Name:		spil08.css
    Site:		SPIL - http://www.dr.dk/spil
	Author:		Bjarni Olsen
	Date:		august 2008

	Table of Contents:
	=================

	1 - =GLOBAL SETTINGS
	2 - =GRID LAYOUT
		2.1 - =Navigation
		2.2 - =Content
			2.2.1 - =Article
			2.2.2 - =Arkiv
			2.2.3 - =Kontakt
		2.3 - =Sidebar
			2.3.1 - =Quickstart widget
			2.3.2 - =Dynamik - ekterne widgets
		2.4 - =Footer
	3 - =BOXES
		3.1 - =Boxe generelt
		3.2 - =Top spot
		3.3 - =Column List
		3.4 - =Mini teaser
		3.5 - =Alle spil
	4 - =POPUP
		4.1 - =Overlay

****************************************************************************/



/***************************************************************************
1 - =GLOBAL SETTINGS
****************************************************************************/

body { background: #005896 url(../_img/bodyBG.jpg) repeat-x; }

.HIDDEN { display: none; }

ol { list-style: none; }

/***************************************************************************
2 - =GRID LAYOUT
****************************************************************************/

#pagecontentWrapper { background-color: transparent; }

#pageContent { width: 990px; }

#localWrapper { 	background: url(../_img/localWrapperBG.gif) repeat-x; }

#localTop, #localWrapper { height: 55px; }

#localTop { width: 990px; }

#localTop h1 {
	background: url(../_img/localTopLogo.jpg) no-repeat;
	height: 55px;
	text-indent: -9999px; } /* Hide logo-header text */

#pageContent {	background: #0082d5 url(../_img/pageContentBG.gif) repeat-x; }

#breadcrumb { position: relative; }

#breadcrumb h2,
#breadcrumb h2 a {
	color: #fff;
	font-size: 11px; }

#innerWrapper {
	padding-left: 10px;
	width: 980px;
	position: relative;
	background: transparent url(../_img/innerWrapperBG.gif) repeat-y; }

/*
2.1 - =Navigation
*****************************************/
#navigation {
	float: left;
	margin-right: 0;
	width: 130px; }

#navigation ul {
	width: 130px;
	margin-bottom: 0; /*Overwrite global.css*/
	padding-bottom: 0;/*Overwrite global.css*/
	float: left; /* Contain floated list items */ 
	background-color: transparent; /*#007dcd*/}

#navigation ul li {
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
	margin: 0;
	padding: 0;
	background: url(../_img/nav_bg.jpg) no-repeat; }

#navigation ul li a { 
	margin-bottom: 0px;
	border-bottom: 1px solid #007dcd; }

#navigation ul li a.lastItem { margin-bottom: 0; }

/* Aktivt menupunkt: */
#navigation ul li.current {
	background: none;
	background-color: transparent; }

#navigation ul li.current a {
	background: transparent url(../_img/nav_bg_current2.jpg) no-repeat;
	color: #000; }

#navigation ul a {
	width: 115px;
	padding: 0 0 0 15px;
	margin: 0;	
	font-weight: normal;
	line-height: 15px;
	color: #000; }

#navigation ul li a, #navigation ul ul li a { font-size: 9px; }

/* hover: */
#navigation ul li a:hover {
	background: transparent url(../_img/nav_bg_current2.jpg) no-repeat;
	color: #000; }

/* sub menu: */
#navigation ul ul li a { 
	margin-bottom: 0px;
	background: none;
	background-color: transparent; }

#navigation ul ul li a.lastItem { margin-bottom: 0px; }

#navigation ul li li a {
	width: 115px;
	line-height: 15px;
	padding: 0 0 0 15px; }

#navigation ul li li { background: transparent url(../_img/nav_bg_sub.jpg) no-repeat; }

#navigation ul li li a { color: #226486; }

/* hover: */
#navigation ul li li a:hover {
	background: transparent url(../_img/nav_bg_sub_current.jpg) no-repeat;
	color: #000; }

/* Aktivt submenupunkt: */
#navigation ul ul li.current a { background: transparent url(../_img/nav_bg_sub_current.jpg) no-repeat; }

/* Eksternt link: */
#navigation ul li.eksterntlink {
	margin-top: 30px;
	border-top: 1px solid #007dcd;
 }
/* Afstand mellem navigation og teaser
 * Added: 4/6-2010 mabg 
 * */
#navigation div {

	padding-bottom: 15px;
}

/*
2.2 - =Content
*****************************************/
#content {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	width: 620px; }



span.extSpilPil {
	font-size: 10px;
	font-weight: bold; }

/***
	2.2.1 - =Article
	*************************************/
.article {
	padding: 20px 0 10px 0;
	background: #fff url('../_img/articleBG.gif') bottom right no-repeat;
	border-bottom: 3px solid #005c9a; }

.articleText {
	float: left;
	width: 412px; }

.articleText h2 {
	font-size: 20px;
	margin: 5px 14px;
	color: #0082d6; }

.articleText h3 {
	margin: 10px 14px 0;
	font-size: 11px;
	color: #0082d6; }

.articleText p {
	margin: 0 14px 5px;
	color: #0082d6; }

.articleText a,
.articleText a:link,
.articleText a:visited,
.articleText a:active { color: #0082d6; }

.articleText a:hover {	color: #000; }

.articleText a.extSpilSite,
.articleText a.extSpilSite:link,
.articleText a.extSpilSite:active,
.articleText a.extSpilSite:visited {
	font-weight: bold;
	color: #0082d6; }

.articleText span.extSpilPil {
	color: #0082d6; }

.articleButton {
	float: left;
	width: 208px; }

.articleButton a.startSpil {
	display: block;
	width: 182px;
	height: 78px;
	margin-left: 10px;
	text-indent: -9999px;
	background: url('../_img/startSpilButton.gif') no-repeat; }

.articleButton a.startSpil:hover { background: url('../_img/startSpilButton_hover.gif') no-repeat; }

/*Article Functions:*/
.articleFunctions {
	background-color: #fff;
	border-bottom: 1px solid #b8b8b8; }

.articleFunctions a.icFontSmall { background-image: url(http://www.dr.dk/drdkicons/png.drxml?class=icFontSmall&color=585858); }

.articleFunctions a.icFontLarge { background-image: url(http://www.dr.dk/drdkicons/png.drxml?class=icFontLarge&color=585858); }

.articleFunctions a.icMail { background-image: url(http://www.dr.dk/drdkicons/png.drxml?class=icMail&color=585858); }

div.articleFontSize0 p, div.articleFontSize0 h3 {
	font-size: 11px;
	line-height: 14px; }

div.articleFontSize1 p, div.articleFontSize1 h3 {
	font-size: 12px;
	line-height: 15px; }

div.articleFontSize2 p, div.articleFontSize2 h3 {
	font-size: 13px;
	line-height: 16px; }

div.articleFontSize3 p, div.articleFontSize3 h3 {
	font-size: 14px;
	line-height: 18px; }

div.articleFontSize4 p, div.articleFontSize4 h3 {
	font-size: 15px;
	line-height: 20px; }

/* Kontakt + Send til en ven: */
body#sendtilven {
	padding: 20px; }

.article fieldset, #sendtilven fieldset {
	width: 35em;
	margin: 0 14px 5px;
	padding: 0; }

.article fieldset label, #sendtilven fieldset label {
	display: block;
	margin: 5px 0 0 0;
	font-weight: bold;
	color: #005b96; }

.article fieldset label span.error {
	font-weight: normal;
	color: red; }

.article fieldset textarea, #sendtilven fieldset textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #005b96; }

.article fieldset input, #sendtilven fieldset input {
	width: 50%;
	height: 16px;
	border: 1px solid #005b96; }

.article fieldset input.submit, #sendtilven fieldset input.submit {
	width: 55px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	border: 1px solid #000;
	background-color: #005b96; }

.article fieldset li.submit, #sendtilven fieldset li.submit {
	margin: 10px 0; }

/***
	2.2.2 - =Arkiv
	*************************************/
.arkiv h2 {
	margin-left: 14px;
	font-size:18px;
	color: #005b96; }

.arkiv #columnList li {
	background-color: #d5e3eb; }

.arkiv #columnList li h3 a { 
	color: #005b96;
	text-decoration: none; }

.arkiv #columnList li p { color: #005b96; }

.arkiv #columnList li a.tilSpil { color: #005b96;  }

/***
	2.2.3 - =Kontakt
	*************************************/
.kontakt h2 {
	margin: 0 0 10px 14px;
	font-size:18px;
	color: #005b96; }

.kontakt p {
	margin: 0 14px 5px;
	color: #005b96; }

/*
2.3 - =Sidebar
*****************************************/
#sidebar {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	width: 200px; }

/*
2.3.1 - =Quickstart widget
*****************************************/
#quickstartWidget {
	width: 191px;
	height: 36px;
	margin-bottom: 10px;
	padding: 34px 0 0 9px;
	background: #b8141b url(../_img/quickstartBG.jpg) no-repeat; }

#quickstartWidget h2 { display: none; }

#quickstartWidget form select { width: 180px; }

/*
2.3.2 - =Dynamik - ekterne widgets
*****************************************/
#dynamikPlaceholder0 .HS_wp {
	font-family: verdana, sans-serif;
	background: #123871;
	color: #fff;
	font-size: 11px;
	padding: 2px 5px;
	margin-bottom: 10px; }

#dynamikPlaceholder0 .HS_wp h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px; }

#dynamikPlaceholder0 .HS_wp a,#dynamikPlaceholder0 .HS_wp a:visited {
	text-decoration: none;
	color: #fff; }

#dynamikPlaceholder0 .HS_wp img {
	border: none;
	margin: 2px -5px; }

#dynamikPlaceholder0 .HS_wp p { margin: 5px 0px; }

/*
2.4 - =Footer
*****************************************/
#footerWrapper {
	margin-top: 10px;
	padding: 0 0 0 10px;
	width: 980px; }
	
#navigationFooter {
	margin-right: 10px;
	width: 130px;
	background-color: #005c9a; }
	
#navigationFooter p {
	margin: 0;
	padding: 0 0 0 10px; }
	
#navigationFooter p,
#navigationFooter p a{
	height: 15px;
	line-height: 15px;
	color: #fff; }
	
#navigationFooter p a {
	padding-left: 15px;
	background: url(../_img/pil.gif) 5px 50% no-repeat; }
	
#contentFooter {
	padding-left: 0;
	width: 830px; }
	
#contentFooter h6 {
	margin: 0;
	padding: 0 0 0 10px; }
	
#contentFooter h6,
#contentFooter a {
	height: 15px;
	line-height: 15px;
	color: #fff;
	background-color: #005c9a; }

#contentFooter p {
	padding: 5px 0px 15px 0;
	color: #005c9a;
	text-indent: 0; }

/***************************************************************************
3 - =BOXES
****************************************************************************/

/*
3.1 - =Boxe generelt
*****************************************/
.small, .medium, .large, .full { float: left; }

.small { width: 200px; }

.medium { width: 410px; }

.large { width: 620px; }

.full { width: 830px; }

/*
3.2 - =Top spot
*****************************************/
.topSpot {
	height: 200px;
	margin-bottom: 10px; }

.topSpotLeft {
	float: left;
	display: inline; /*The IE Doubled Float-Margin Bug: http://www.positioniseverything.net/explorer/doubled-margin.html*/
	width: 377px;
	height: 200px;
	margin: 0; }

.topSpotRight {
	float: left;
	position: relative;
	display: inline; /*The IE Doubled Float-Margin Bug: http://www.positioniseverything.net/explorer/doubled-margin.html*/
	width: 243px;
	height: 200px;
	margin: 0;
	background: url('../_img/topSpot/topSpotRightBG.gif') no-repeat; }

.topSpotRight h2 { margin: 10px; }

.topSpotRight h2 a,
.topSpotRight h2 a:link,
.topSpotRight h2 a:active,
.topSpotRight h2 a:visited { 
	font-size: 18px;
	font-weight: bold;
	color: #005b96;
	text-decoration: none; }

.topSpotRight p {
	position: absolute;
	bottom: 0;
	left: 0;
	/*width: 223px;*/
	margin: 10px;
	color: #005b96; }

.topSpotRight p a,
.topSpotRight p a:link,
.topSpotRight p a:active,
.topSpotRight p a:visited {
	font-weight: bold;
	color: #005b96; }

.topSpotRight span.extSpilPil {
	color: #005b96; }

/*
3.3 - =Column List
*****************************************/
#columnList {
	float: left;
	padding: 15px 0 15px 14px; }

#columnList li { 
	float: left;
	width: 289px;
	height: 59px;
	margin-bottom: 12px; }

#columnList li.odd { margin-right: 15px; }

#columnList li.lastItem { margin-bottom: 0; }

#columnList li img {
	float: left;
	margin-right: 12px; }

#columnList li h3 { 
	height: 11px; /* overwrite height from DR global.css  */
	margin: 5px 0 3px 0; }

#columnList li p,
#columnList li h3,
#columnList li a {
	font-size: 10px;
	line-height: 11px; }

/*
3.4 - =Mini teaser
*****************************************/
.miniTeaser { 
	margin-bottom: 10px;
	background: #fff url('../_img/miniteaser/teaserBG.gif') no-repeat; }

.miniTeaser h2 { display: none; }

.miniTeaser #columnList li {
	background-color: #d5e3eb; }

.miniTeaser #columnList li h3 a { 
	color: #005b96;
	text-decoration: none; }

.miniTeaser #columnList li p { color: #005b96; }

.miniTeaser #columnList li a.tilSpil { color: #005b96;  }

/*
3.5 - =Alle spil
*****************************************/
.allespil {
	margin-bottom: 10px;
	background-color: #3fa2e1; }

.allespil h2 {
	height: 44px;
	line-height: 44px;
	text-indent: -9999px;
	background: url('../_img/allespil/allespilHeader.gif') 14px 12px no-repeat; }

.allespil #columnList { padding-top: 0; }

.allespil #columnList li {	background-color: #73b3dc }

.allespil #columnList li h3 a { 
	color: #005b96;
	text-decoration: none; }

.allespil #columnList li p { color: #005b96; }

.allespil #columnList li a.tilSpil { color: #005b96; }

/***************************************************************************
4 - POPUP
****************************************************************************/
#popup {
	margin: 0;
	padding: 25px 0 0;
	background: transparent url(../_img/PopupRamme.gif) no-repeat; }

/*
4.1 - =Overlay
*****************************************/
#overlay {
	background-color: #000000;
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 90; }

/* these classes are used by javascript to toggle overlay visibility */
.overlayVisible { opacity: 0.8; }
.overlayInvisible { opacity: 0; }

.spilWrap {
	position: absolute;
	top: 138px;
	margin: 0;
	padding: 0;
	z-index: 91; }

#dragHandle {
	position: relative;
	width: 100%;
	height: 25px;
	background: transparent url(../_img/PopupRamme.gif) no-repeat; }

.spilWrap a#close {
	display: block;
	position: absolute;
	top: 5px;
	right: 6px;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	background: transparent url(../_img/close.gif) no-repeat; }

.spilWrap a#close:hover {
	cursor: hand;
	background: transparent url(../_img/closeHover.gif) no-repeat; }


