﻿#navigation, #content, .section
{
    padding: 0;
    margin: 0;
    list-style: none;
}
#content
{
    overflow: hidden;
    width: 752px;
    position: relative;
    height: 650px;
    float: left;
}
#header{
	margin: 20px 0;
}
#headertext{

	width:70%;
	overflow: hidden;
}
#sharing{
	float:right;
	clear: both;
	width:30%;
	margin-top:20px;
}

.group-socialmedia a.twitter {
   /* background: url("http://fil.nrk.no/contentfile/web/icons/norway/parties/09/bg/twitter.png") no-repeat scroll 6px 50% #000;*/
    background: url("../img/twitter_dark.png") no-repeat scroll 6px 50% #000;
    float: right;
}

.group-socialmedia a.facebook {
   /* background: url("http://fil.nrk.no/contentfile/web/icons/norway/parties/09/bg/facebook.png") no-repeat scroll 6px 50% #000;*/
    background: url("../img/facebook_dark.png") no-repeat scroll 6px 50% #000;
    float: right;
    margin-right: 10px;
}

.group-socialmedia a {
    border-radius: 2px;
    color: #666;
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 7px 10px 6px 26px;
    text-decoration: none;
}
.group-socialmedia a:hover {
	color:#fff;
}

/*----------- Text styles ---------- */
h1
{
    font-size:1.8em;
}
h2
{
    color: #666;
    margin-bottom: 5px;
    font-size:1.3em;
}
a
{
    color: #777;
    text-decoration: none;
}
p{
	font-size:0.8em;
}
.byline{
	font-size:0.7em;
	color: #444;
	float:right;
	margin:5px 15px;
}


#navigation
{
    float: left;
    width: 225px;
    min-height: 650px;
    opacity:0.4;
	filter:alpha(opacity=40);
    
}
#navigation:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
#navigation .sup
{
   
    padding:12px 0;
	border-top:solid 1px #222;
}
#navigation ul
{
    margin: 5px 0;
    list-style: circle;
    padding-left: 5px;
}
#navigation a
{
    color: white;
    text-decoration: none;
    display:block;
    overflow:hidden;
}
#navigation li:hover
{
    background-color: #222;
}
#navigation a img
{
	float:left;
	border:none;
	
}
#navigation a span
{
	display:block;
	font-size: 1.2em;
	color:#FFF;
	font-weight: bolder;
}
#navigation a p
{
	margin-top:10px;
	margin-left: 10px;
	font-size: 0.7em;
	color:#666;
	}
/*	
#navigation .sup li
{
    margin: 3px 0 !important;
    margin: -4px 0;
    font-size: 10px;
	
}
*/


#navigation a.scrolling
{
    color: #933;
}
.section
{
    position: relative;
    background-color: #000;
}

.section .sub
{
    position: relative;
    padding: 9px 21px 36px 1px;
    width: 750px;
    height: 602px;
}
.section .sub p
{
    width: 550px;
    margin: 16px 0;
    font-size: 85%;
    line-height: 1.4em;
}
.section .next, .section .prev
{
    font-size: 18px;
    position: absolute;
    bottom: 15px;
    letter-spacing: -2px;
}
.section .next
{
    right: 30px;
}
.section .prev
{
    left: 30px;
}

.message
{
    background: #EEE;
    border: 1px solid #999;
    color: #333;
    font-size: 12px;
    padding: 1px;
    position: absolute;
    left: 11px;
}
#first
{
    top: 484px !important;
    top: 498px;
}
#second
{
    top: 503px !important;
    top: 517px;
}
*/