/* 
Theme Name: fai
Description: Wordpresstema för Föreningen för Arkiv och informationsförvaltning
Version: 1.0
Author: Malin Karlsson
Author URL: http://webbmalin.se


*/

@font-face {
    font-family: 'Calibriweb';
    src: url('webfonts/calibri-webfont.eot');
    src: url('webfonts/calibri-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/calibri-webfont.woff') format('woff'),
         url('webfonts/calibri-webfont.ttf') format('truetype'),
         url('webfonts/calibri-webfont.svg#CalibriRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}


@font-face {
    font-family: 'Calibriweb';
    src: url('webfonts/calibri_bold-webfont.eot');
    src: url('webfonts/calibri_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/calibri_bold-webfont.woff') format('woff'),
         url('webfonts/calibri_bold-webfont.ttf') format('truetype'),
         url('webfonts/calibri_bold-webfont.svg#CalibriBold') format('svg');
    font-weight: bold;
    font-style: normal;
	}

* {
	margin: 0;
	padding: 0;
	}
	
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;	
	}
	
body > *:first-child {
	margin-top: 0; /* Moz - bug workaround */
	}
	
body {
	background: #fff;
	font: 14px/1.2 Calibri, Calibriweb, Arial, Helvetica, serif;
	text-align: center;
	font-weight: lighter;
	color: #000;
	}

a {
	color: #7572a6;
	text-decoration: none;
	}
	
.post a {
	text-decoration: underline;
	}	
	
a:hover {
	color: #258098;
	text-decoration: none;
	}	

h1, h2, h3, h4, h5, h6 {
	color: #ee5735;
	font-weight: lighter;
	margin: 0;
	letter-spacing: 0.5px;
	}


h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	}
	
h1 {
	font-size: 1.8em;
	padding: 0 0 10px 0;	
	}
	
h2 {
	font-size: 1.15em;
	text-transform: uppercase;
	font-weight: normal;	
	padding: 0 0 1px 0;	
	}
	
h3 {
	font-size: 1.0em;
	padding: 0 0 3px 0;
	}

h4 {
	font-size: 15px;
	color: #000;
	font-style: italic;
	}	

ul {
	margin: 3px 0 15px 0;
	padding: 0;	
	}

ol {
	margin: 3px 0 0 5px;
	padding: 0;	
	}	
	
li {
	padding: 0 0 3px 0;
	margin: 0 0 0 25px;
	}	
	
.hidden {
	display: none;
	}
	
address {
	font-style: normal;
	}

address a:link,
address a:visited,
address a:active,
address a:hover {
	color: #fff;
	}

#main-konferens h2 {
	color: #000;
	text-transform: none;
	font-size: 1.5em;
	font-weight: normal;
	}	

body.single-program #main-konferens h2 {
	font-size: 1.8em;
	}	
	
#main-konferens h3{
	text-transform: uppercase;
	color: #000;
	font-weight: normal;
	}		


#main-konferens h2 a,
#main-konferens h3 a {
	color: #000;
	text-decoration: none;
	}	

#main-konferens h2 a:hover,
#main-konferens h3 a:hover {
	text-decoration: underline;
	}		

#main-2col {
    float: right;
    width: 740px;
    padding-left: 10px;
}
 	
#main-2col h1 {
    display:none;
}

#main-2col .toppbild img {
    padding: 6px 0 15px 0;
    width: 100%;
}

#gallery-1 img {
    border: none !important;
}		
	
.konferens-titel {
	color: #fff;
	background: #7572a6;
	width: 100%;
	height: 32px;
	border-top: 2px solid #fff;
	}

.konferens-titel h1 {
	font-size: 1.6em;
	color: #fff;
	padding: 4px 0 0 40px;	
	margin: 0;
	}

.konferensdata {
	font-size: 12px;
	margin-bottom:5px;
	color: #000;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	}
	
.konferensdata a{	
	color: #000;
	text-decoration: none;
	}
		
	
.orange-titel {
	color: #fff;
	background: #ee5735;
	width: 100%;
	height: 32px;
	border-top: 2px solid #fff;
	}
				
.orange-titel h2,
.orange-titel h3 {
	font-weight: normal;
	color: #fff;
	padding: 9px 0 0 15px;
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.1em;	
	}	
	
.orange-titel h3 a {
	color: #fff;
	display: block; 
	width: 100%;
	}					
	
/* STRUCTURE */
	
#wrapper {
	width: 960px;
	background: #fff;
	position: relative;
	text-align: left;
	margin: 0 auto;
	z-index: 0;
	}	
	
#page {
	padding: 20px 0 0 10px;
	}

.padbox {
	padding: 15px;
	}
	
#header{
	width: 100%;
	float: left;
	position: relative;
	height: auto;
	text-align: left;
	margin: 0;
	}
	
#logobox{
	float: left;
	position: relative;
	top: 0;
	left: 0;
	width: 235px;
	height: auto;
	padding-bottom: 10px;
	}

#container{
	width: 100%;
	float: left;
	margin: 0;
	}

#content {
	width: 100%;
	min-height: 10px;
	margin-top: 10px;
	}		
	
#main {
	float: left;	
	width: 480px;
	display: inline;
	background: #fff;
	margin: 0 40px;
	}

#main-start {
	float: left;	
	width: 754px;
	background: #fff;
	margin: 0;
	}

#main-konferens {
	float: left;	
	width: 556px;
	display: inline;
	background: #fff;
	margin: 0 2px;
	}

#main-konferens .entry {
	float: left;
	margin: 28px 36px 0;
	}		
		
#sidebar-left {
	width: 195px;
	display: inline;
	min-height: 10px;
	float: left;
	background-color:#cc0000;
	}

#sidebar-right {
	width: 195px;
	display: inline;
	min-height: 10px;
	float: left;
	}	
				
#footer {
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	background: #004468;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.5px;
	}

#footer a {
	color: #fff;
	}	

.adressbox {
	float: left;
	width: 400px;
	padding: 15px;
	}

.socialbox {
	float: right;
	width: 400px;
	padding: 15px;
	}
	
.socialbox img {
	float: right;
	padding-left: 10px;
	}	
	
.bottom {
	width: 96%;
	float: left;
	text-align: right;
	padding: 0 15px 15px;
	}
	
.relbox	 {
	position: relative;
	height: 120px;
	top: 0;
	left: 0;
	width: 240px;	
	}


/* HEADER */
	
.clear {
	position: relative;
	clear: both;
	background: #fff;
	height: 0;
	}

.left {
	float: left;
	width: 40%;
	}

.right {
	float: right;
	width: 40%;
	}
	
/*START*/	

#startbox-1, /*Stora bildspelet*/
#startbox-2, /*Gula rutan*/
#startbox-3, /*Nederst till vänster*/
#startbox-4 /*Nederst i mitten*/ {
	float: left;
	width: 362px; 
	height: 280px;
	margin-bottom: 15px;
	color: #258098;
	}

#startbox-1, 
#startbox-2, 
#startbox-4 {
	margin-right: 15px;
	}	

#startbox-1 a,
#startbox-2 a, 
#startbox-3 a, 
#startbox-4 a {
	text-decoration: none;
	}	


	
#startbox-2 {	
	background: #f59334;
	color: #fff;
	font-size: 15px;
	}
	
#startbox-2 a {	
	color: #ee5735;
	}
	
#startbox-3 {	
	border-right: 15px solid #7572a6;
	}
	
#startbox-4 img.alignleft {
	margin: 3px 10px 5px 0;
	}	
	
.starttext {
	padding: 15px;
	overflow: hidden;
	}	

#startbox-2 .starttext {
	margin: 15px 30px 25px;
	}
	
#startbox-3 .starttext {
	padding: 0 15px 0 0;
	}

#startbox-3 .starttext .post,
#startbox-4 .starttext .post {
	padding: 15px;
	}

#startbox-4 .starttext {
	padding: 0 0 0 15px;
	}

	
	
#startboxside-1 /*Lilla Bildspelet*/,
#startboxside-2, /*Lila ruta 1*/
#startboxside-3, /*Lila ruta 2*/
#startboxside-4 { /*Lila ruta 3*/
	width: 195px;
	float: left;
	color: #fff;
	margin-bottom: 15px;
	}
	
#startboxside-2,
#startboxside-4 {
	background: #534d84;
	}

#startboxside-3 {
	background: #7572a6;
	}
	
#startboxside-1 h2,
#startboxside-2 h2,
#startboxside-3 h2,
#startboxside-4 h2,
#startbox-2 h2 {
	color: #fff;
	text-transform: none;
	letter-spacing: 0.5px;
	padding-bottom: 15px;
	line-height: 1.1em;
	}
	
#startboxside-1 h2,
#startboxside-2 h2,
#startboxside-3 h2,
#startboxside-4 h2 {
	font-size: 1.6em;
	}
	
#startbox-2 h2 {
	font-size: 1.5em;
	}		
	
#startboxside-1 {
	height: 280px;
	}	
	
#startboxside-2 {
	height: 300px;
	}		

#startboxside-3,
#startboxside-4 {
	height: 200px;
	}
	
#startboxside-1 h3,
#startboxside-2 h3,
#startboxside-3 h3,
#startboxside-4 h3 {
	font-size: 1em;
	color: #f49532;
	text-transform: uppercase;
	}	
	
#startboxside-1 a,
#startboxside-2 a, 
#startboxside-3 a, 
#startboxside-4 a {
	color: #fff;
	text-decoration: none;
	}	
	
#startboxside-1 a:hover,
#startboxside-2 a:hover, 
#startboxside-3 a:hover, 
#startboxside-4 a:hover {
	text-decoration: underline;
	}						

#startbox-middle {
	float: left;
	width: 710px;
	height: 405px;
	border: 15px solid #7572a6;
	margin-bottom: 15px;
	overflow: hidden;
	}
	
	
/*TOGGLE*/	
.toggleSection {
	display: none;
	}
	
span.play {
	width: 100%;
	float: left;
	display: block;
	}
	
span.close {
	width: 100%;
	float: left;
	display: none;
	}		

/* WIDGET */

.widget {
	padding: 0;
	}
	
.widget .widgetlila h2 {
	color: #fff;
	text-transform: none;
	letter-spacing: 0;
	padding: 15px 15px 0 15px;
	font-size: 23px;
	line-height: 1.1em;
	border: none;
	}
	
.widget h2 {
	padding: 0 12px;
	line-height: 32px;
	background: #534d84;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.1em;	
	}
	
.widget h3 {
	font-size: 1em;
	color: #f49532;
	text-transform: uppercase;
	}
	
.widget p {
	padding: 0 0 10px 0;
	}	

.widget ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;	
	background: #fff;
	}
		
.widget ul li {
	position:relative;
	width: 195px;
	line-height: 20px;
	color: #fff;
	background: #7572a6;
	border-top: 1px solid #fff;
	padding: 7px 0 5px;
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.1em;	
	}	

.widget ul li:hover,
.widget ul li.current-cat,
.widget ul li.current {
	background: #258098;
	}
	
.widget ul li a {
	color: #fff;
	padding: 0 12px;
	margin: 0;
	display: block;
	}	
	
.widgetx ul li{
	margin: 0;
	padding: 0;
	background: #7572a6;
	list-style: none;
	}
	
.widgetx ul a {
	display: block;
	text-decoration: none;
	padding: 0;
	margin: 0;
	}	

.widget .textwidget {
	text-align: left;
	padding: 15px;
	color: #fff;
	background: #7572a6;
	border-top: 1px solid #fff;
	margin-bottom: 15px;
	}

.widgetlila .textwidget {
	color: #fff;
	background: #534d84;
	margin-bottom: 15px;
	border: none;
	}	
	
.textwidget a {
	color: #fff;
	text-decoration: underline;
	}

.textwidget a:hover {
	text-decoration: none;
	}	
		
.widget td {
	vertical-align: top;
	padding-right: 2px;
	}

.konferenswidget,
.konferenspunktwidget {
	color: #004468;
	margin-top: 20px;
	}

.konferenswidget h2, 
.konferenswidget h3, 
.konferenswidget h4,
.konferenswidget h5,
.konferenswidget h6,
.konferenspunktwidget h2,
.konferenspunktwidget h3,
.konferenspunktwidget h4,
.konferenspunktwidget h5,
.konferenspunktwidget h6 {
	color: #004468;
	padding: 15px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	}


.konferenspunktwidget img,
.konferenspunktwidget img.alignnone {
	max-width: 195px;
	margin-left: -15px;
	}
	

.konferenswidget img,
.konferenswidget img.alignnone {
	max-width: 195px;
	padding: 0 0 15px 0;
	margin: 0;
	}	
	
.konferenswidget p {
	padding: 0 0 10px 0;
	margin: 0 0 0 15px;
	}	
		
.konferenspunktwidget p {
	padding: 0 0 10px 0;
	margin: 0 0 0 15px;
	}

.konferenswidget ul,
.konferenspunktwidget ul {
	list-style: none;
	margin: 0 0 15px 15px;
	padding: 0;	

	}	

/* SEARCH */

#sokruta {
	width: 191px;
	position: absolute;
	bottom: 5px;
	right: 0;
	height: 30px;
	float: right;
	background: #fff;
	}
	
.search {
	float:;
	width: 191px;
	height: 21px;
	border-top: 1px solid #f49532;
	border-bottom: 1px solid #f49532;
	border-left: 2px solid #f49532;
	border-right: 2px solid #f49532;
	margin: 0;
	}   
	
input {
	width: 193px;
		}	

input#s {
	display: inline;
	background: transparent;
	width: 150px;
	height: 21px;
	border: none;
	margin: 0;
	font-size: 11px;
	padding: 0 8px;
	}

input#searchsubmit {
	display: inline;
	text-indent: -9999px;
	background: #fff url('images/searchbutton.png');
	border: medium none;
	width: 14px;
	height: 17px;
	float: right;
	margin: 2px 2px 0 0;
	}


/*CONTENT*/


/* TOPMENY Den allra överst -------------------------------------------------------------- */

#topnavbox {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	width: 100%;
	text-transform: uppercase;
	color: #258098;
	font-weight: normal;
	z-index: 999;
	}
	
#topnavbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	}
	
#topnavbox ul li {
	display: inline;
	margin: 0;
	padding: 0;
	border-left: 1px solid #258098;
	}

#topnavbox ul li:first-child {
	border: none;
	}

#topnavbox ul li a {
	color: #258098;
	padding: 0 15px;
	margin: 0;
	}	
	
#topnavbox ul li:last-child a {
	padding: 0 0 0 15px;
	}	

/* HUVUDMENY Den oranga-------------------------------------------------------------- */	

#navbox {
	float: left;
	width: 100%;
	height: 32px;
	margin: 0;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	background: #ee5735;
	font-weight: normal;
	}
	

#navbox .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#navbox .menu-header li,
div.menu li {
	float: left;
	height: 32px;
	position: relative;
	margin: 0;
	padding: 0;
	}

#navbox a {
	display: block;
	text-align: left;
	color: #fff;
	text-decoration: none;
	padding: 9px 12px 0;
	}

#navbox ul ul {
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
	float: left;
	z-index: 3000;
	background: #fff;
	}

#navbox ul ul li {
	width: 180px;
	line-height: 32px;
	color: #fff;
	background: #534d84;
	margin: 0;
	border-top: 1px solid #fff;
	z-index: 4000;
	padding: 0;
	}	
	
#navbox ul ul li a {
	color: #fff;
	padding: 0 12px 0;
	}	

#navbox ul ul ul {
	position: relative;
	left: 0;
	top: 0;
	display: none;
	list-style: none;
	}

#navbox ul ul ul li {
	background: #258098;
	margin: 0;
	line-height: 32px;
	border-bottom: 1px solid #fff;
	}

#navbox ul ul li:hover {
	background: #004468;
	}	

#navbox ul li:hover {
	background: #534d84;
	}

#navbox ul li:hover > ul {
	display: block;
	}

#navbox ul li.current-page-ancestor > a,
#navbox ul li.current_page_item > a,
#navbox ul li.current-menu-ancestor > a,
#navbox ul li.current-menu-item > a,
#navbox ul li.current-menu-parent > a,
#navbox ul li.current_page_parent > a {
	color: #fff;
	}
	
#navbox ul li.current-page-ancestor,
#navbox ul li.current_page_item,
#navbox ul li.current-menu-ancestor,
#navbox ul li.current-menu-item,
#navbox ul li.current-menu-parent,
#navbox ul li.current_page_parent {
	background: #534d84;
	}
	
* html #navbox ul li.current-page-ancestor a,	
* html #navbox ul li.current_page_item a,
* html #navbox ul li.current-menu-ancestor a,
* html #navbox ul li.current-menu-item a,
* html #navbox ul li.current-menu-parent a,
* html #navbox ul li.current_page_parent a,
* html #navbox ul li a:hover {
	color: #fff;
	}
	
* html #navbox ul li.current-page-ancestor,	
* html #navbox ul li.current_page_item,
* html #navbox ul li.current-menu-ancestor,
* html #navbox ul li.current-menu-item,
* html #navbox ul li.current-menu-parent,
* html #navbox ul li.current_page_parent {
	background: #534d84;
	}
	
/*MENY FÖR UNDERSIDOR I VÄNSTERSPALT*/

#nav_menu-2 ul {
	list-style: none;
	margin: 0;
	padding: 0;	
	background: #fff;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;		}
	
#nav_menu-2 ul li {
	position:relative;
	width: 100%;
	line-height: 20px;
	color: #fff;
	background: #534d84;
	border-top: 2px solid #fff;
	padding: 7px 0 5px;
	margin: 0;
	
	}
	
#nav_menu-2 ul li a {
	color: #fff;
	padding: 0 30px 0 12px;
	margin: 0;
	display: block;
	}	
	
#nav_menu-2 ul li.page_item_has_children {
	background: #534d84 url('images/pil.png') 170px 11px no-repeat;
	}

#nav_menu-2 ul li:hover.page_item_has_children,
#nav_menu-2 ul li.current_page_item.page_item_has_children,
#nav_menu-2 ul li.current_page_ancestor.page_item_has_children {
	background: #004468 url('images/pil.png') 170px 11px no-repeat;
	}	
	
#nav_menu-2 ul li ul {
	position: relative;
	left: 0px;
	top: 5px;
	display: none;
	list-style: none;
	background: #fff;
	}

#nav_menu-2 ul li.current_page_item.page_item_has_children ul {
	position: relative;
	left: 0px;
	top: 5px;
	display: block;
	list-style: none;
	background: #fff;
	}

#nav_menu-2 ul li ul li{
	background: #258098;
	}

#nav_menu-2 ul li:hover {
	background: #004468;
	}

#nav_menu-2 ul li:hover > ul {
	display: block;
	}

#nav_menu-2 li.current_page_item ul { 
	display:block; 
	text-decoration:none;
	} 

#nav_menu-2 li.current_page_parent ul {
	display:block; 
	text-decoration:none;
	}		
	
#nav_menu-2 ul li.current-page-ancestor,
#nav_menu-2 ul li.current_page_ancestor,
#nav_menu-2 ul li.current_page_item,
#nav_menu-2 ul li.current-menu-ancestor,
#nav_menu-2 ul li.current-menu-item,
#nav_menu-2 ul li.current-menu-parent {
	background: #004468;
	}
	
* html #nav_menu-2 ul li.current-page-ancestor,
* html #nav_menu-2 ul li.current_page_ancestor,
* html #nav_menu-2 ul li.current_page_item,
* html #nav_menu-2 ul li.current-menu-ancestor,
* html #nav_menu-2 ul li.current-menu-item,
* html #nav_menu-2 ul li.current-menu-parent {
	background: #004468;
	}
	
#nav_menu-2 ul li ul li.current-page-ancestor,
#nav_menu-2 ul li ul li.current_page_ancestor,
#nav_menu-2 ul li ul li.current_page_item,
#nav_menu-2 ul li ul li.current-menu-ancestor,
#nav_menu-2 ul li ul li.current-menu-item,
#nav_menu-2 ul li ul li.current-menu-parent,
#nav_menu-2 ul li ul li:hover {
	background: #7572a6;
	}
	
* html #nav_menu-2 ul li ul li.current-page-ancestor,
* html #nav_menu-2 ul li ul li.current_page_ancestor,
* html #nav_menu-2 ul li ul li.current_page_item,
* html #nav_menu-2 ul li ul li.current-menu-ancestor,
* html #nav_menu-2 ul li ul li.current-menu-item,
* html #nav_menu-2 ul li ul li.current-menu-parent,
* html #nav_menu-2 ul li ul li:hover {
	background: #7572a6;
	}
	
/*Menyn på konferenssidorna*/


#nav_menu-3 ul {
	list-style: none;
	margin: 0;
	padding: 0;	
	background: #fff;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;	
	}
	
#nav_menu-3 ul li {
	position: relative;
	width: 100%;
	line-height: 20px;
	color: #fff;
	background: #258098;
	border-top: 2px solid #fff;
	padding: 7px 0 5px;
	margin: 0;
	}
	
#nav_menu-3 ul li a {
	color: #fff;
	padding: 0 30px 0 12px;
	margin: 0;
	display: block;
	}	

	
	
#nav_menu-3 ul li ul {
	position: relative;
	left: 0px;
	top: 5px;
	list-style: none;
	background: #fff;
	}


#nav_menu-3 ul li ul li{
	background: #534d84;
	}

#nav_menu-3 ul li:hover {
	background: #004468;
	}

#nav_menu-3 ul li:hover > ul {
	display: block;
	}

#nav_menu-3 li.current_page_item ul { 
	display:block; 
	text-decoration:none;
	} 

#nav_menu-3 li.current_page_parent ul {
	display:block; 
	text-decoration:none;
	}		
	
#nav_menu-3 ul li.current-page-ancestor,
#nav_menu-3 ul li.current_page_ancestor,
#nav_menu-3 ul li.current_page_item,
#nav_menu-3 ul li.current-menu-ancestor,
#nav_menu-3 ul li.current-menu-item,
#nav_menu-3 ul li.current-menu-parent {
	background: #258098;
	}
	
* html #nav_menu-3 ul li.current-page-ancestor,
* html #nav_menu-3 ul li.current_page_ancestor,
* html #nav_menu-3 ul li.current_page_item,
* html #nav_menu-3 ul li.current-menu-ancestor,
* html #nav_menu-3 ul li.current-menu-item,
* html #nav_menu-3 ul li.current-menu-parent {
	background: #258098;
	}
	

#nav_menu-3 ul li ul li.current_page_item,
#nav_menu-3 ul li ul li.current-menu-item,
#nav_menu-3 ul li ul li.current-cat,
#nav_menu-3 ul li ul li:hover {
	background: #004468;
	}
	

* html #nav_menu-3 ul li ul li.current_page_item,
* html #nav_menu-3 ul li ul li.current-menu-item,
* html #nav_menu-3 ul li ul li.current-cat,
* html #nav_menu-3 ul li ul li:hover {
	background: #004468;
	}				
	
/*Menyn till Aktuellt-rutan på startsidan*/
#startbox-navbox {
	float: left;
	width: 723px;
	height: 32px;
	margin: 2px;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	font-weight:normal;
	}
			
#startbox-navbox a {
	display: block;
	text-align: left;
	text-decoration: none;
	padding: 8px 12px 0;
	}

#startbox-navbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#startbox-navbox ul li {
	float: left;
	height: 32px;
	position: relative;
	margin: 0;
	padding: 0;
	background: #7572a6;
	border-right: 2px solid #fff;
	}
		
#startbox-navbox ul li a {
	color: #fff;
	}		
	
#startbox-navbox ul li:hover {
	background: #fff;
	}

#startbox-navbox ul li:hover a	{
	color: #ee5735;
	}	
	
#startbox-navbox ul li.current_page_item > a,
#startbox-navbox ul li.current-menu-item > a,
#startbox-navbox ul li.current-menu-parent > a,
#startbox-navbox ul li.current a {
	color: #ee5735;
	}
	
#startbox-navbox ul li.current_page_item,
#startbox-navbox ul li.current-menu-item,
#startbox-navbox ul li.current-menu-parent,
#startbox-navbox ul li.current {
	background: #fff;
	}
			
* html #startbox-navbox ul li.current_page_item a,
* html #startbox-navbox ul li.current-menu-item a,
* html #startbox-navbox ul li.current-menu-parent a,
* html #startbox-navbox ul li a:hover,
* html #startbox-navbox ul li.current a {
	color: #ee5735;
	}
	
* html #startbox-navbox ul li.current_page_item,
* html #startbox-navbox ul li.current-menu-item,
* html #startbox-navbox ul li.current-menu-parent,
* html #startbox-navbox ul li.current {
	background: #fff;
	}	

/* CONTENT */

#startbox-ruta {
	float: left;
	width: 695px;
	height: 370px;
	}

#startbox-ruta ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#startbox-ruta ul li {
	width: 655px;
	height: 92px;
	float: left;
	display: block;
	clear: both;
	margin: 0;
	padding: 20px 13px 0;	
	
	}	

#startbox-ruta ul li div.datum {
	width: 110px;
	float: left;
	display: inline;
	min-height: 50px;
	padding: 3px 10px 0 0;
	color: #534d84;
	}
	
#startbox-ruta ul li div.text h2 {
	text-transform: none;
	}
	
#startbox-ruta ul li div.text h2 a,
#startbox-ruta ul li div.text a {
	color: #ee5735;
	}	
	
#startbox-ruta ul li div.text {
	width: 515px;
	float: left;
	display: inline;
	min-height: 50px;
	}	
	
.text .post p:last-of-type {
	padding: 0 0 3px 0;
	margin:0;
	}
	
.text a.postmeta {
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	height: 20px;
	 clear: both; 	
	}		

.postmetadata{
	padding: 5px 0;
 	clear: both; 
	font-size:smaller;
	}

.postdata {
	font-size: 10px;
	margin-bottom:10px;
	color: #3c3c3c;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
	
.postdata a{	
	color: #3c3c3c;
	text-decoration: none;
	}
	
ul.post-meta li .post-meta-key {
	display: none;
	}	

.post {
	padding: 0;
	}
	
.post p {
	margin: 0;
	padding: 0 0 15px 0;
	}
		
.post-comments {
	float: right;
	width: 63px;
	height: 61px;
	font-size: 18px;
	font-family: Bookman, serif;
	margin: -7px 20px 0 0;
	padding: 18px 0 0 24px;
	}

.post-social {
	float:right;
	width:78px;
	height:74px;
	margin:-22px 30px 0 0;
	}

.rss {
	background:url(images/rssicon.png) no-repeat 0 50%;
	padding-left:20px;
	padding-top:1px;
	}

.post-comments a:link,
.post-comments a:visited,
.post-comments a:active {
	color:#4e463b;
	text-decoration:none;
	}

.navigation {
	text-transform: uppercase;
	font-weight: normal;
	clear: both;
	padding-bottom: 25px;
	}
	
.navigation a {
	color: #ee5735;
	text-decoration: none;
	}	
	
.alignleft {
	float: left;
	width: 40%;
	}

.alignright {
	float: right;
	width: 40%;
	text-align: right;
	}	
	
h3#comments	{
	padding-top: 30px;
	}

.entry {
	margin: 28px 0;
	}

.toppbild img{
	padding: 6px 0 15px 0;
	}	
	
.konferensbild img {
	padding: 2px 0 0 0;
	}
	
.sidobild img {
	padding-top: 15px;
	}

	
#wp-calendar {
	empty-cells:show;
	font-size:12px;
	text-decoration:none;
	width:200px;
	margin:0 auto;
	padding:0;
	}	
	
	
/* IMG */	


img,
img a {
	border: 0 none;
	margin: 0;
	padding: 0;
	}
	
img.alignnone {
	margin: 0 auto;
	display: block;
	}	

img.aligncenter {
	margin: 5px auto 5px;
	}

img.alignright {
	float: right;
	display: inline;
	margin: 5px 0 5px 10px;
	}

img.alignleft {
	float: left;
	display: inline;
	margin: 5px 10px 5px 0;
	}
		
img {
	max-width: 100%;
	height: auto;
	}	

.wp-caption {
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	}

.wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
	}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
	}

	
/* COMMENTS */
#com {
	margin: 10px 0 0 0;
	width: 465px;
	}

#comment {
	width: 100%;
	}

#commentlist {
	text-align: justify;
	padding: 0;
	}

#commentlist p {
	clear: both;
	margin: 0 15px 10px 2px;
	}

#commentform p {
	margin: 0;
	padding: 6px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.alt {
	margin: 3px 0 10px;
	background: #f0f0f0;
	border: 1px solid #b2b0a4;
	padding: 10px 10px 5px;
	}

.alt2 {
	margin: 3px 0 10px;
	background: #fff;
	border: 1px solid #b2b0a4;
	padding: 10px 10px 5px;
	}

#commentform {
	margin: 0 0 30px 0;
	}

#commentform label {
	color: #787878;
	font-size: 87%;
	}

#commentform input {
	background: #f6f6f6;
	border: 1px solid #b2b0a4;
	margin-top: 3px;
	padding: 5px;
	}

#commentform textarea {
	height: 130px;
	background: #f6f6f6;
	border: 1px solid #b2b0a4;
	margin-top: 3px;
	overflow: auto;
	padding: 5px;
	}

#commentform #submit {
	cursor: pointer;
	background: #7572a6;
	color: #fff;
	text-transform: uppercase;
	}

#respond {
	clear: both;
	padding-top: 50px;
	}

	
/*TABLE*/	
table {
	max-width: 478px;
	border-spacing: 0;
	border: 0;
	}
	
td {
	vertical-align: top;
	padding: 20px 20px 20px 0;
	border-bottom: 1px solid #eee;
	}

td img.alignnone,
td img {
	padding: 0;
	margin: 0;
	}
	
.img_prev,
.img_next {
	display: none;
	}			
	
@media screen and (min-width : 960px) {

#main img {
	max-width: 478px;
	}


}
	
/*RESPONSIVT*/


#mobilbox {
	float: left;
	position: relative;
	width: 100%;
	min-height: 32px;
	background: #ee5735;
	display: none;
	font-family: Calibri, Calibriweb, sans-serif;
	text-transform: uppercase;
	}

#responsive-menu {
	height: auto !important;
	font-family: Calibri, Calibriweb, sans-serif;
	}	

#responsive-menu #responsive-menu-title, #responsive-menu #responsive-menu-title a {
  	font-family: Calibri, Calibriweb, sans-serif !important;
	display: none;
}	

#responsive-menu .responsive-menu li.current-menu-item,
#responsive-menu .responsive-menu li.menu-item-has-children,
#responsive-menu .responsive-menu li {
	padding: 0;
	margin: 0;
	}

#responsive-menu .responsive-menu li a {
	font-family: Calibri, Calibriweb, sans-serif;
    padding: 12px 0 12px 0 !important;
	}

#responsive-menu .responsive-menu ul.sub-menu li {
	background: #534d84;
	}
	

#responsive-menu .responsive-menu ul.sub-menu li.current-menu-item,
#responsive-menu .responsive-menu ul.sub-menu li.current_page_item,
#responsive-menu .responsive-menu ul.sub-menu li:hover,
#responsive-menu .responsive-menu ul.sub-menu li a:hover,
#responsive-menu .responsive-menu ul.sub-menu li.current-menu-item > a, 
#responsive-menu .responsive-menu ul.sub-menu li.current-menu-item > .appendLink, 
#responsive-menu .responsive-menu ul.sub-menu li.current_page_item > a, 
#responsive-menu .responsive-menu ul.sub-menu li.current_page_item > .appendLink {
    background: #004468 !important;
  
}	


#responsive-menu .responsive-menu ul.sub-menu {
	margin: 0;
	}		
		
#click-menu {
	padding: 3px 5px 0 0 !important;
	background: transparent !important;
	}

#click-menu #RMX {
    padding-top: 5px !important;
	}

#click-menu.admin-bar-showing {
    margin-top: 0 !important;
	}

#click-menu-label {
	margin-top: 5px;
	}		

@media screen and (max-width : 1024px) {
	
body,
h1, h2, h3, h4, h5, h6 {
	-webkit-text-size-adjust: 100%; 
	}		

img,
table {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	}
	
#wrapper {
	width: 100%;
	max-width: 960px;
	height: auto;
	}



		
}

@media screen and (max-width : 975px) {
#wrapper {
	max-width: 950px;	
	}

#page {
	padding: 20px 0px 0px 0px;
	}	

}	

	


@media screen and (max-width : 965px) {
#wrapper {
	max-width: 740px;
	}

#page {
	padding: 20px 0 0;
	}

#topnavbox {
	font-size: 11px;
	}
	
#navbox {
	font-size: 11px;
	}

#navbox a {
	padding: 9px 6px 0;
	}	
	
	
#nav_menu-2 ul, 
#nav_menu-3 ul {
	font-size: 11px;
	}	
	
	
#topnavbox ul li a {
	padding: 0 5px;
	}
#topnavbox ul li:last-child a {
    padding: 0 0 0 5px;
	}			

#logobox {
	width: 220px;
	}	
		
#main {
	margin: 0 0 0 40px;
	} 

#main-2col {
	margin: 0 0 0 10px;
	}	

#main-konferens {
	width: 543px;
	margin: 0 0 0 2px;
	}

#main-konferens .entry {
	margin: 28px 0;
	}			

#sidebar-right {
	width: 100%;
	}	
	
#startboxside-1 { 
	display: none;
	}	
	
#startboxside-2, 
#startboxside-3 { 
	width: 236px;
	height: 280px;
	margin: 0 15px 15px 0;
	}

#startboxside-4 {
	width: 236px;
	height: 280px;
	}	

#navbox {
	height: auto;
	}	
	
}

@media screen and (max-width : 750px) {

#wrapper {
	max-width: 580px;
	}

#page {
	padding: 20px 5px 0;
	}	

#sidebar-left {
	width: 33%;
	}
	
#main {
	width: 60%;
	margin-left: 5%;
	}
	
#main-2col {
	width: 60%;
	margin-left: 5%;
	}	

#main-konferens {
	width: 66%;
	margin-left: 1%;
	}
			
.konferens-titel {
	height: auto;
	line-height: 28px;
	}

.konferens-titel h1 {
	font-size: 1.0em;
	padding: 4px 0 0 10px;	
	
	}


#main-start {
	width: 100%;
	}
	
#startbox-1,
#startbox-2,
#startbox-3,
#startbox-4 {
	width: 277px;
	height: 213px;
	}
		
#startbox-2,
#startbox-4 {
	margin-right: 0;
	}

#startboxside-2, 
#startboxside-3,
#startboxside-4  { 
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	}
	
#startbox-2 h2 {
	font-size: 1.125em;
	}

#startbox-2 .starttext {
	margin: 10px 25px 20px;
	}
			
#startbox-middle {
	width: 540px;
	height: auto;
	}
	
#startbox-navbox {
	width: 100%;	
	
		}	


	
#startbox-ruta {
	width: 100%;
	height: auto;
	}

	
#startbox-ruta ul li {
	width: 100%;
	height: auto;		
	}	

#startbox-ruta ul li div.datum {
	width: 15%;	
	min-height: 50px;
	padding: 3px 10px 0 0;	
	}
	

#startbox-ruta ul li div.text {
	width: 75%;
	min-height: 50px;
	}		

}

@media screen and (max-width : 580px) {

#wrapper {
	max-width: 480px;
	}
	
#startbox-1,
#startbox-2,
#startbox-3,
#startbox-4,
#startboxside-2, 
#startboxside-3,
#startboxside-4  { 
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	}

#startbox-1 img {
	width: 100%;
	height: auto;
	}

	
#startbox-3 {
	border: none;
	}
	
#startbox-3 .starttext,	
#startbox-4 .starttext {
	padding: 0;
	}
#startbox-middle {
	width: 94%;
	border-width: 1%;
	}	

#startbox-navbox a {
	padding: 9px 6px 0;
	}				
		
}

/*Härifrån är sidebaren inte med, och på undersidor ligger puffen under bilden*/
@media screen and (max-width : 767px) {

	#mobilbox {
		display: block;
		}
.entry,
#main-konferens .entry {
	margin: 15px;
	}
	
				
}






@media screen and (max-width : 479px) {

#wrapper {
	max-width: 414px;
	}
	
#page {
	padding: 5px;
	}	
	
.adressbox,
.socialbox,
.bottom {
	width: 90%;
	padding: 5%;
	}
	
#startbox-middle {
	width: 93%;
	border-width: 10px;
	}	
	
#startbox-navbox {
	width: 100%;	
	font-size: 10px;
	letter-spacing: 0px;
	}
			
#startbox-navbox a {
	padding: 9px 4px 0;
	}



#startbox-navbox ul li {
	border-right: 1px solid #fff;
	}

		

#startbox-2 .starttext {
	margin: 5px;
	}
		

	
}



@media screen and (max-width : 240px) {

body {
	font-size: 12px;
	}
	
h1 {
	font-size: 1.2em;
	}

h2 {
	font-size: 1.1em;
	}
	
#wrapper {
	width: 98%;
	max-width: 230px;
	}
	
.entry,
#main-konferens .entry {
	margin: 5px;
	}
		
#logobox {
	width: 90%;
	}
	
#startbox-navbox {
	height: auto;	

	}

#startbox-navbox ul li {
	width: 100%;
	}		

#startbox-ruta ul li div.datum {
	width: 90%;	
	min-height: 10px;
	padding: 3px 10px 0 0;	
	}
	

#startbox-ruta ul li div.text {
	width: 90%;
	min-height: 10px;
	}

#startbox-2 h2 {
    font-size: 1.0em;
}				
		
}


@media screen and (max-width : 176px) {
#wrapper,
#page {
	max-width: 160px;
	}
	
.entry,
#main-konferens .entry {
	margin: 3px;
	width: 98%;
	}
		
}

/*Bara mobiler*/
@media all and (max-width : 736px) and (orientation : landscape),
(max-width : 414px) and (orientation : portrait) { 
body {
	font-size: 12px;
	}

#topnavbox,
#navbox,
#sokruta {
	display: none;
	}
	
#sidebar-left {
	display: none;
	}
	
#main,
#main-konferens,
#main-2col,
#sidebar-right,
.search {
	width: 100%;
	margin: 0;
	} 


		
}