@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: 'DINbold';
    src: url('../fonts/ufonts.com_din-bold-webfont.eot');
    src: url('../fonts/ufonts.com_din-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ufonts.com_din-bold-webfont.woff') format('woff'),
         url('../fonts/ufonts.com_din-bold-webfont.ttf') format('truetype'),
         url('../fonts/ufonts.com_din-bold-webfont.svg#dinbold') format('svg');
    font-weight: normal;
    font-style: normal;

}



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#site ul, nav.page ul, p.tid
{ font-family: 'DINbold', Verdana, Geneva, sans-serif;}

h3,h4,h5,h6 { text-transform: uppercase; }

h1 { font-size: 38px; margin-top:0; }
h2 { font-size: 24px; margin-top:0; }


p.center
{
    text-align: center;
}

article
{
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
}
    article p
    {
        line-height: 20px;
    }

    article p, article ul, article ol
    {
        margin: 0 0 30px 0;
    }





/* structure */

div#sitewrap
{
    margin: 0 auto;
    overflow: hidden;
    width: 980px;
    padding-bottom: 70px;
}

    header
    {
        position: relative;
    }

    div#body,
    footer
    {
        overflow: hidden;
    }

    div#body
    {
        overflow: hidden;
        padding: 15px 0 100px 0;
    }


/* templates */



    /* general */

    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%;
    }

    div#body.article p.tid {
        margin: 0 0 3px 0;
        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;
        text-transform: uppercase;
    }

    div#body.arkiv div.content > h2
    {
        font-size: 14px;
        text-transform: uppercase;
    }

    div#body.arkiv div.content > h2 > span.time
    {
      color: #666;
	  white-space: nowrap;
    }

    div#body.arkiv div.content
    {
        padding: 35px 0;
    }
        div#body.arkiv div.content > p
        {
            line-height: 20px;
        }

        div#body.arkiv div.content > div.lasmer
        {
            display: inline-block;
            margin-top: 15px;
            padding: 3px 10px 4px 30px;
            background: #ffe8e8 url(../img/ui.png) 0px -4px no-repeat;

            overflow: hidden;
        }
            div#body.arkiv div.content > div.lasmer > a
            { font-size: 11px;  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; /*#fff064;*/
        color: #ff0000;
    }
        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;
    margin: 20px 0 30px;
    width: 146px; height: 143px;
    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;}



/* 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: #ffe8e8;
        }
            div.box.schema h1,
            div.box.nyhetsbrev h1
            {
                text-transform: uppercase;
                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: #80adb5;
            color: #fff;
        }

        div.box.small.nyhetsbrev input[type="text"]
        {
            padding: 5px;
            width: 180px;
            color: #fff;
            border-color: #fff;
            background-color: #80adb5;
        }

        div.box.small.nyhetsbrev input[type="submit"]
        {
            width: 83px; height: 83px;
            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: -5px; right: 0;
    }
        nav#topnav > ul > li > a
        {
            padding: 2px 4px;
            margin-left: 25px;
            text-transform: uppercase;
            font-size: 12px;
            color: #95959a;
        }
            nav#topnav > ul ul { display: none; }

        nav#topnav > ul > li.active > a
        {
            color: #fff;
            background-color: #000000;
        }

nav#social-media
{
	position: absolute;
	right: 0px;
	bottom: 75px;
}

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

    nav#site
    {
        width: 100%;
        border-top: 4px solid #000;
    }

    nav#site > ul
    {
        position: relative;
        width: 100%;

    }

    nav#site > ul > li:hover,
    nav#site > ul > li.current,
    nav#site > ul > li.has_current { background-color: #000000; }
    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
        {
            display: block;
            text-align: center;
            position: relative;
            margin-right: 11px;
        }

            nav#site > ul > li > a
            {
                padding: 13px 14px;
                display: block;
                white-space: nowrap;

                font-size: 17px;
                text-align: center;
                text-transform: uppercase;
            }
                nav#site > ul > li > a.last
                {
                    margin-right: -16px;
                }

                nav#site > ul > li > a:hover
                {
                    background-color: #000000;
                    color: #ffffff;
                }

            /* sub */

            nav#site > ul > li > ul
            {
                display: none;
                position: absolute;
                top: 100%;
                width: 100%;
            }

            nav#site > ul > li > ul > li
            {
                padding: 1px 0;
                border-top: 1px solid #000;
                border-bottom: 1px solid #1d1d1d;
                background-color: #000000;
            }

                nav#site > ul > li > ul > li > a { text-transform: uppercase; }

            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-color: #000000;
                    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: 8px 0;
        text-transform: uppercase;
    }

        nav.page > ul
        {
            position: static;
            width: 100%;
            padding-top: 16px;
            margin-bottom: 30px;
            border-top: 4px solid #000;
        }

            nav.page > ul > li
            {
                float: none;
                padding: 1px 0;
                text-align: center;
                border-bottom: 1px solid #d1d3d4;
                border-top: 1px solid #fff;
            }

            nav.page > ul > li:hover
            {
                border-color: #000;
            }

            nav.page > ul > li:hover > a
            {
                background-color: #000000;
            }
