/* 
Author: Heroic dots
Website: www.heroicdots.com
*/

body{
	background: #008cc2;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: small;
	color: #352f2a;
}

/* @group Typography */
#content p{
	font-size: 100%;
	line-height: 1.5em;
	margin: 0 0 16px 12px;
	padding: 0 12px 0 0;
}

#copy p{
	color: #fff;
	font-size: 95%;
	margin: 7px 0 0 0;
}

h2{ 
	font-size: 105%;
	text-transform: uppercase;
	margin: 4px 0 12px 12px;
}

#sidebar h3{
	text-transform: uppercase;
	font-size: 98%;
	padding: 4px 0 4px 0;
	margin: 20px 24px 8px 24px;
	border-top: 1px solid #ccbfaa;
	border-bottom: 1px solid #ccbfaa;
	text-align: center;
}

#annmeldelser em{
	font-size: 85%;
}

#content ol li p{
	color: #352f2a;
	font-size: 75%;
	font-style: normal;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	margin: 0;
}

.entity{
	color: #a89e8f;
}

/* @end */

/* @group Frame */
#wrapper{
	background: white;
	width: 760px;
	margin: 0 auto;
	padding: 0;
}

#topCorners{
	background: url(../siteimages/hovedoensite/topCorners.png) no-repeat;
	height: 12px;
	margin: 0;
	padding: 0;
}

#header{
	background: white url(../siteimages/hovedoensite/headerLogo.png) no-repeat 266px 0;
	padding: 0 6px 0 12px;
	margin: 0;
}

#nav{
	margin: 6px 0 0 12px;
}

#content{
	clear: left;
	float: left;
	min-height: 400px;
	width: 69%;
	margin: 8px 0 20px 0;
}

#sidebar{
	clear: right;
	float: right;
	min-height: 400px;
	width: 30%;
	margin: 8px 0 20px 0;
}

#bottomCorners{
	background: url(../siteimages/hovedoensite/bottomCorners.png) no-repeat;
	clear: both;
	height: 12px;
	margin: 0;
	padding: 0;
}

#copyWrapper{
	width: 760px;
	margin: 0 auto;	
}

/* @end */

/* @group Nav */
#nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 115%;
	text-transform: uppercase;
}

#nav li{
	display: inline;
}

#nav a{
	float: left;
	background-image: url(../siteimages/hovedoensite/navStar.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #b59596;
	margin: 5px 16px 0 0;
	padding: 0 16px 0 0;
	text-decoration: none;
}

#nav a:hover{
	background-image: url(../siteimages/hovedoensite/navStarActive.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 16px 0 0;
	text-decoration: none;
	color: #007cff;
}

#presse #navPresse a, #kontakt #navKontakt a, #presse #navPresse a, #biografi #navBiografi a{
	background-image: url(../siteimages/hovedoensite/navStarActive.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 16px 0 0;
	color: #007cff;
}

#nav #navIndris a, #nav #navIndris a:hover{
	background: none;
}

li#navIndris img{
	margin: 0 0 0 2px;
	border-style:  none;
}

/* @end */

/* @group Links */
a{
	color: #007cff;
}

a:hover{
	text-decoration: none;
}

#copy a{
	color: white;
}

.buyButton{
	display: block;
	background: #007cff;
	font-weight: bold;
	width: 4.5em;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	padding: 5px 6px 5px 6px;
	color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


a:hover.buyButton{
	color: #f8f400;
}
/* @end */

/* @group Lists */
#content ul{
	list-style-type: none;
	padding: 0;
	margin: 0 0 12px 12px;
}

#content li{
	background-image: url(../siteimages/hovedoensite/listBullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 4px;
	padding: 0 0 0 13px;
}

#sidebar ul{
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	text-align: center;
	margin:0 0 23px 0;
}

#sidebar li{
	background: none;
	margin-bottom: 4px;
	padding: 0;
}

#content ol{
	color: #9e9995;
	font-size: 135%;
	font-style: italic;
	font-family: Georgia;
	margin: 0 0 16px 0;
}

#content ol li{
	background: none;
	padding: 0;
	margin: 0;
}
/* @end */

/* @group img */
#header img{
	border: none;
}

#content img{
	margin: 0 8px 0 8px;
	border: 3px solid #d0bebd;
	padding: 3px;
}

#presse #content img{
	display: inline;
	margin: 0 8px 8px 0;
}

/* @end */

/* @group hcard */
.contact{
	margin: 0 0 16px 12px;
}

.contact a{
	text-decoration: none;
}

.contact a:hover{
	text-decoration: underline;
}


/* @end */

/* @group Player */
#player{
	padding: 5px 16px 0 16px;
	margin-bottom: 12px;
}


/* @end */

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}