@charset "utf-8";

/* reset */     html, body, nav ul, nav ol, ul.vertlist { margin: 0; padding: 0; }
                nav > ul > li, nav > ol > li, ul.vertlist > li {position: relative; float: left;}
                nav ul li, nav ol li, nav ul li a, nav ol li a { display: block; }
                nav ul, nav ol, ul.vertlist {list-style: none; position: relative;}
                hr { height: 1px; border: 0px; color: #000; background-color: #000; }
                nav ul li a { text-decoration: none; }
                input[type="text"] { border: 1px solid #000; }

/*clearfix */   nav ul:after, div#body:after, ul.vertlist:after, .wrapper:after
                { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* type */
@font-face { font-family: 'Circular Medium'; src: url('../fonts/circular_std/CircularStd-Medium.otf') format('opentype'); }
@font-face { font-family: 'Circular Medium'; font-style: italic; src: url('../fonts/circular_std/CircularStd-MediumItalic.otf') format('opentype'); }

@font-face { font-family: 'Circular Book'; src: url('../fonts/circular_std/CircularStd-Book.otf') format('opentype'); }
@font-face { font-family: 'Circular Book'; font-style: italic; src: url('../fonts/circular_std/CircularStd-BookItalic.otf') format('opentype'); }

@font-face { font-family: 'Circular Bold'; font-weight: bold; src: url('../fonts/circular_std/CircularStd-Bold.otf') format('opentype'); }
@font-face { font-family: 'Circular Bold'; font-weight: bold; font-style: italic; src: url('../fonts/circular_std/CircularStd-BoldItalic.otf') format('opentype'); }

@font-face { font-family: 'Circular Black'; font-weight: bold; src: url('../fonts/circular_std/CircularStd-Black.otf') format('opentype'); }
@font-face { font-family: 'Circular Black'; font-weight: bold; font-style: italic; src: url('../fonts/circular_std/CircularStd-BlackItalic.otf') format('opentype'); }



html
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #231f20;
}

a
{
    text-decoration: underline;
    color: #231f20;
}

h1, h2, h3, h4, h5, h6, nav.page ul, p.tid, nav#site, nav#site ul
{
    font-family: "Circular Bold", sans-serif;
}

h1
{
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 43px;
    line-height: 41px;
}

h2
{
    margin-top: 0;
    font-size: 26px;
    line-height: 24px;
}


p.center
{
    text-align: center;
}

article
{
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 13px;
    line-height: 17px;
}
    article ul, article ol
    {
        margin: 0 0 30px 0;
    }





/* structure */

div#sitewrap
{
    margin: 0 auto;
    overflow: visible;
    width: 980px;
    padding-bottom: 70px;
}
    header
    {
        position: relative;
        margin: 22px 0 16px 0;
        padding: 10px;
        
    }
    div#body,
    footer
    {
        overflow: hidden;
    }
    div#body
    {
        overflow: hidden;
        padding: 15px 0 0 0;
    }
    

/* templates */



    /* general */
    
    header
    {
        /*background: url(../img/bg-header.jpg) no-repeat;*/
        background-color: #fff;
    }
    
    div#coverpic img,
    div.articlepic img
    {
        margin-bottom: 45px;
    }
    
    




    /* start */
    
    div#body.start
    {
        width: 1010px;
    }
    
    
    /* article */
  
    div#body.article > div.wrapper
    { 
        position: relative; float:left;
        width: 100%;
        padding-bottom: 70px;
    }
    
    article p
    {
        margin-bottom: 15px;
    }
    
    div#body.article p.tid {
        margin: 0 0 6px 0;
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
        text-transform: uppercase;
    }
    
    div#body div.leftcol, div#body div.rightcol
    {
        overflow:hidden;
    }
    div#body div.leftcol {float: left; width: 748px;}
    div#body div.rightcol {float: right; width: 230px;}
    
    div#body.article div.leftcol article
    {
        width: 610px;
    }
    
    
    /* arkiv */
    
    h2.year-divider {
	margin: 0;
	border-bottom: 1px solid #D1D3D4;
}

h2.year-divider > a {
	padding: 5px 0px 3px 5px;
	text-decoration: none;
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 24px;
}

h2.year-divider-active {
	padding: 5px 0px 3px 5px;
	margin-bottom: 10px;
	line-height: 24px;
}

h2.year-divider-active > a, h2.year-divider > a:hover {
	background: none repeat scroll 0% 0% #000;
	color: #FFF;
}

div.box.small.staff.old_event div.card > h2{
	font-size: 18px;
}

div.box.small.staff.old_event div.card {
	background: black;
	color: white;
}

div.box.small.staff.old_event div.card > p.description {
}
    
    div#body.arkiv > div.leftcol { width: 731px;}
    
    div#body.arkiv div.content
    {
        position: relative;
        float: right;
        width: 479px; 
        overflow: hidden;
    }
    
    
    
    div#body.arkiv div.wrapper
    {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #d1d3d4;
    }
        div#body.arkiv div.wrapper.last {border:0;}
    
    div#body.arkiv div.pic
    {
        position: relative;
        float: left;
        width: 233px;
        overflow: hidden;
    }
    
    div#body.arkiv div.content > h1
    {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    
    div#body.arkiv div.content > h2
    {
        font-size: 16px;
    }
    
    div#body.arkiv div.content
    {
        padding: 35px 0;
    }
        div#body.arkiv div.content > p
        {
            line-height: 18px;
            margin-top: 0;
        }
        
        div#body.arkiv div.content > div.lasmer
        {
            display: inline-block;
            margin-top: 5px;
            padding: 3px 10px 4px 30px;
            background: #000 url(../img/ui.png) 0px -4px no-repeat;
            
            overflow: hidden;
        }
            div#body.arkiv div.content > div.lasmer:hover
            {
                background: #d6d6d6 url(../img/ui.png) 0px -4px no-repeat;
            }
            div#body.arkiv div.content > div.lasmer > a
            { font-size: 11px; color: #fff; text-decoration: none; }
        
    
    
    /* personal */
    
    div.box.small.staff div.card
    {
        display: none;
        position: absolute; top:0; left:0;
        padding: 40px 10px;
        width: 213px; height: 250px;
        text-align: center;
        background: #ffe8e8;
        color: #ff0000;
    }
        /*div.box.small.staff:hover > div.card*/
        div.box.small.staff:hover div.card
        {
            display: block;
        }
            div.box.small.staff > div.card > h1
            {
                font-size: 16px;
                line-height: 22px;
            }
            div.box.small.staff > div.card > p
            {
                margin-bottom: -12px;
                font-size: 11px;
                line-height: 18px;
            }
                div.box.small.staff > div.card > p.description
                {
                    margin-bottom: 25px;
                }
                div.box.small.staff > div.card > p.email
                {
                    word-wrap: break-word;
                }
            
            
    
    /* page */
    nav.page > ul
    {
        position: static;
        width: 100%;
        padding-top: 16px;
        margin-bottom: 30px;
        border-top: 4px solid #000;
    }
    nav.page > ul > li
    {
        float: none;
        text-align: center;
        border-bottom: 1px solid #d1d3d4;
    }
    

    
    
    
    
    
/* objekts */

div#logo
{
    overflow: hidden;
    width: 175px; height: 129px;
    background: url(../img/logo.png) no-repeat;
}
    div#logo h1 { margin-left:200px;}


/* hr */
hr       {height: 1px;border: 0;color: #000;background-color: #000;}
hr.sv2px {height: 2px;}
hr.sv4px {height: 4px;}
footer > hr.sv4px
{
    margin-top: 0;
}



/* vertical lists */

ul.vertlist
{
    margin-bottom: 12px;
    width: 100%;
}
    ul.vertlist li {margin-right: 30px;}
ul#sponsor  {margin: 15px 0 35px 0;}


    
    
/* boxes */
    
    div.box
    {
        overflow: hidden;
        position: relative;
        float:left;
        margin: 0 16px 16px 0;
    }
    div.box.small		{ width: 233px; height: 330px; }
    div.box.wide		{ width: 482px; height: 330px; }
    div.box.wider		{ width: 731px; height: 330px; }
    div.box.widest		{ width: 980px; height: 330px; }
    div.box.tall		{ width: 197px; height: 639px; }
    div.box.big			{ width: 482px; height: 676px; }
    div.box.wider_tall	{ width: 731px; height: 676px; }
    div.box.widest_tall	{ width: 980px; height: 676px; }   
    div.box.row   		{ width: 980px; height: 330px; }
    
    	div.box.small.staff 
    	{ 
    		margin: 0 10px 10px 0;	
		}

        div.box.schema
        {
            overflow: hidden;
            padding: 18px;
            background: #d6d6d6;
        }
            div.box.schema h1,
            div.box.nyhetsbrev h1
            {
                font-size: 22px;
                text-align: center;

            }
            div.box.schema h1,
            div.box.nyhetsbrev h1
            {
                margin-top: 9px;
            }
            div.box.schema h1 { margin-bottom: 40px; }
            div.box.nyhetsbrev h1 { margin-bottom: 31px; }
            
            div.box.schema li
            {
                margin-bottom: 23px;
                padding: 0;
            }
            
            div.box.schema h2,
            div.box.schema ul,
            div.box.schema p
            {
                margin: 0; padding: 0;
            }
            div.box.schema h2
            {
                margin-bottom: 2px;
                font-family: Verdana, Geneva, sans-serif;
                font-size: 12px;
                font-weight: bold;
            }
            div.box.schema ul
            {
                list-style: none;
            }
            div.box.schema p
            {
                line-height: 16px;
                margin-bottom: 12px;
            }
            div.box.schema li a
            {
                text-decoration: none;
            }
            #sidebar_widgets div.box
            {
                width: 197px;
            }
            
            
            
            
        div.box.small.nyhetsbrev
        {
            overflow: hidden;
            padding: 18px;
            width: 197px; height: 294px;
            background: #d6d6d6;
        }
                
        div.box.small.nyhetsbrev input[type="text"]
        {
            padding: 5px;
            width: 180px;
            background-color: #d6d6d6;
        }
        
        div.box.small.nyhetsbrev input[type="submit"]
        {
            width: 85px; height: 85px;
            border:0;
        }
        
	        div.box.small.nyhetsbrev input[type="submit"].svenska
			{
				background: url(../img/btn-nyhbrv-vit.png);
			}
			
	        div.box.small.nyhetsbrev input[type="submit"].english
			{
				background: url(../img/btn-nyhbrv-vit-eng.png);
			}
        
        
        div.box.small.nyhetsbrev p.center
        {
            margin-top: 20px;
        }
        
div.box.schema.program-widget {
	background: #e7e7e7;
}

div.box.schema.program-widget > h1 {
  margin-bottom: 20px;
}
  
div.box.schema.program-widget > h2.year {
	text-align: center;
	font-size: 18px;
	display: block;
	border-bottom: 1px solid #D1D3D4;
	padding-bottom: 5px;
}

div.box.schema.program-widget span.category {
  font-weight:bold;
  background: #ccc;
  padding: 2px;
}

div.box.schema.program-widget > ul > h3.month {
	font-size: 14px;
	margin-bottom: 10px;
}

div.box.schema.program-widget > ul > li {
	margin-bottom: 10px;
	font-size: 10px;
}




/* navs */

    nav#topnav
    {
        position: absolute;
        top: 0; right: 0;
    }
        nav#topnav > ul > li > a
        {
            padding: 5px 8px 0 0;
            margin-left: 25px;
            text-transform: uppercase;
            font-size: 11px;
            color: #000;
            
            /*color: #fff;*/
        }
            nav#topnav > ul ul { display: none; }
        
        /*
        nav#topnav > ul > li.active > a
        {
            color: #fff;
            background: #000;
        }
		*/


	nav#social-media
	{
		position: absolute;
		right: 10px;
		bottom: 7px;
	}
		nav#social-media > ul > li
		{
			float: right; 
			padding-left: 10px;
		}

        

    nav#site
    {
        width: 100%;
        border-top: 4px solid #000;
        font-weight: bold;
    }
        nav#site > ul
        {
            position: relative;
            width: 100%;
        }
            nav#site > ul > li
            {
                display: block;
                text-align: center;
                position: relative;
                margin-right: 11px;
            }
                nav#site > ul > li:hover,
                nav#site > ul > li.current,
                nav#site > ul > li.has_current { background: #000; }
                nav#site > ul > li:hover a,
                nav#site > ul > li.current a,
                nav#site > ul > li.has_current a { color: #fff; }
                
                nav#site > ul > li > a
                {
                    padding: 13px 18px;
                    display: block;
                    white-space: nowrap;
                    font-size: 20px;
                    text-align: center;
                }
                    nav#site > ul > li > a.last
                    {
                        margin-right: -16px;
                    }
                    nav#site > ul > li > a:hover
                    { 
                        background: #000;
                        color: #fff;
                    }
                
                /* sub */
                
                nav#site > ul > li > ul
                { 
                    display: none;
                    position: absolute;
                    top: 100%;
                    width: 100%;
                    font-size: 16px;
                    /* font-weight: normal; */
                }
                    nav#site > ul > li > ul > li:hover,
                    nav#site > ul > li > ul > li.current
                    {
                        border-color: #fff;
                    }
                        nav#site > ul > li > ul > li > a,
                        nav.page > ul > li:hover > a,
                        nav.page > ul > li.current > a
                        {
                            background: #000;
                            color: #fff;
                        }
                            nav#site > ul > li > ul > li > a:hover,
                            nav#site > ul > li > ul > li.current > a
                            {
                                background: #fff;
                                color: #000;
                            }
                
                nav#site ul li:hover ul
                { 
                    display: block;
                    z-index: 1;
                }
                    nav#site > ul > li > ul > li
                    {
                        display: block;
                        min-width: 200px;
                    }
                        nav#site > ul > li > ul > li > a
                        {
                            padding: 10px;
                        }
                            nav#site > ul > li > ul > li > a.last
                            {
                                padding-right: 0;
                                margin-right: 0;
                            }

                            
    /* page sub nav */
    
    nav.page > ul > li > a
    {
        display: block;
        padding: 2px 0;
        font-size: 16px;
        line-height: 34px;
        font-weight: bold;
    }
        
        nav.page > ul
        {
            position: static;
            width: 100%;
            padding-top: 16px;
            margin-bottom: 30px;
            border-top: 4px solid #000;
        }
        
            nav.page > ul > li
            {
                float: none;
                text-align: center;
            }
                nav.page > ul > li:hover {   border-color: #000; }
                nav.page > ul > li:hover > a { background: #000; }
