 /*
Theme Name: Wireframe Theme
Theme URI: http://kindvall.digitalakulturer.se
Description: Tema utvecklat av Anna Kindvall och Ola Eborn för lektion i CSS för Digitala kulturer
Version: 1.0
Author: Anna Kindvall, Ola Eborn
Author URI: http://www.www-design.se

*/
@import url(http://fonts.googleapis.com/css?family=Sorts+Mill+Goudy);

body
{
	background: #000000
	font-family:  Helvetica, Arial, Sans-serif;
	line-height:130%;
	color:#000000;
	font-weight:200;
	padding:25px;
}


#wrapper
{
	width: 980px;
  	margin: 0 auto;
  	text-align: left;
	border: 1px solid #d1d1d1;
}


.clear
{
	clear:both;
}

header
{
	background: url(images/image001.jpg);
	width:100%;
	padding:0px;
	background-size:cover;
	position:relative;
}

.headersection {
	height:200px;
}

#content
{
	width:600px;
	margin-top: 0;
	min-height: 650px;
	font-size: 15px;
	float: left;
	color:#000000;
	float: left;
}
	
.hentry
{
	margin-bottom:50px;
	margin-left: 70px;
	margin-top:40px;
}

.hentry img
{
	/*width: inherit;*/  /* Make images fill their parent's space. Solves IE8. */
	max-width: 100%; /* Add !important if needed. */
	height: auto;/* Add !important if needed. */
}

#pagination
{
	padding-top: 20px;
	margin-left:70px; 
	width:450px;
	float: left;
	
}

#pagination a 
{
	padding:3px 5px 3px 5px;
	font-size: 11px;
	color: #5b5b5b;
	border:1px dotted #fff;
	
}

#pagination a:hover
{
	background: #eee;
	border:1px dotted #5b5b5b;
	
}

#pagination span
{
	padding:3px 5px 3px 5px;
	font-size: 11px;
	background: #eee;
	border:1px dotted #5b5b5b;
	
}

aside
{
	float:right;
	width:230px;
	margin-right:20px;
	margin-top:40px;
	margin-bottom:50px;
}

.widget
{
	margin-bottom: 40px;
	font-size:14px;
	list-style-type: none;
}


.widget ul li 
{
	list-style-type: none;
	margin-left: -35px;
}




header h1 a
{
	position: relative;
	font-size: 30px;
	color: #113F96;	
	padding-top: 40px;
	padding-left: 40px;
	display: block;
	font-family: 'Oswald', sans-serif;
}

header p
{
	padding-left: 40px;
	font-family: 'Oswald', sans-serif;
	color: #113F96;
	
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 130%;
	margin-bottom: .4em;
  	font-family: 'Noto Sans', sans-serif;
	color:#000000;
}


h1
{
	font-size:24px;
	color:#113F96;
}



h2
{
	font-size:24;
	color:#000000;
}


h3
{
	font-size:1.1em;
	colo:#113F96;
}


h4
{
	font-size:1.07em;
}

h5
{
	font-size:1.05em;
}


h6
{
	font-size:1.0em;
}

a
{
	font-weight:normal;
	text-decoration:none;
	color:#113F96;
}

a:hover
{
	color:#113F96;
	text-decoration:none;
}

.separator
{
	width:100%;
	height: 20px;
  	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.separator2
{
	width:450px;
	height: 20px;
}

.metadata
{
	font-size: 9px;
}

p 
{
	margin:1em auto;
}

.tags
{
	display:none;	
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: text-top;
	width: 100%;
}


caption, th, td
{
  font-weight: normal;
  text-align: left;
}

td
{
  border-top-width: 1px;
  padding-top: 0px;
  padding-left: 0px;
	padding-right:20px;
vertical-align: text-top;
}

#logo {
	position:absolute;
	top:10px;
	left:20px;
}

#logo h1 {
	margin-top:0 !important;
	line-height:21px;
}



/* NAVIGERING---TOP*/

nav {
	width:100%;
	height:35px;
	margin-top: 0;
	margin-left: 0;
	border-bottom: 1px solid #d1d1d1;
	border-top: 1px solid 
	background:#fff;
}

nav ul {
	width:100%;
	border:none;
	color:#000;
	background:#fff;
	margin:0;
	padding:0;
	list-style:none;
	
	}

nav li {
	border:none;
	color:#000;
	line-height:35px;
	z-index:20;
	letter-spacing:0px;
	font-weight:normal;
	font-size:15px;
	padding:0;
	margin:0 0;
	float:left;
	position:relative;
	text-transform: uppercase;
	border-right: 0px solid 
	}


nav li a {
	border:none;
	background:none;
	text-decoration:none;
	font-weight:normal;
	display:block;
	padding:0 10px;
	color:#ffffff;
	letter-spacing: 2px;
	}

nav li a:hover {
	border:none;
	background:none;
	text-decoration:none;
	color:#354B8C;
	}

nav ul ul {
	position:absolute;
	left:-999em;
	top:36px;
	width:120px;
	}

nav li:hover ul,nav li.sfhover ul {
	left:auto;

	}

nav ul ul li a {
	padding:4px 10px;
	text-transform:normal;
	font-variant:normal;
	}

nav ul ul li {
	color:#444444;
	z-index:20;
	width:120px;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	margin:0;
	background: #fff;
text-transform: none;
	}

nav ul ul li a {
	letter-spacing:1px;
	line-height:22px;
	color:#5c675f;
	text-decoration:none;
	}

nav ul ul li:hover a,nav ul ul li.sfhover a {
		color:#28c313;
	text-decoration:none;
	}
nav ul ul li:hover li a,nav ul ul li.sfhover li a {
		color:#5c675f;
	}
nav ul ul li:hover li a:hover,nav ul ul li.sfhover li a:hover {
		color:#28c313;
	}
nav ul ul li:hover,nav ul ul li.sfhover {
		color:#28c313;
	/*background:#B41520;*/
	}
nav ul ul ul li {
	font-size:1em;
}

nav ul ul ul, nav ul ul ul ul {
	position:absolute;
	margin-left:-999em;
	top:0;
	width:120px;
	}
nav li li:hover ul,nav li li.sfhover ul,nav li li li:hover ul,nav li li li.sfhover ul {
	margin-left:120px;
	}
nav ul ul li:hover li a,nav ul ul li.sfhover li a {
	text-decoration:none;
	}
nav ul ul li li:hover a,nav ul ul li li.sfhover a {
	color:#5c675f;
	text-decoration:none;
	}

#s 
{
	width: 170px;
	height:26px;
	border:1px solid #d1d1d1;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-left:5px;
	font-family:Helvetica, Arial, Sans-serif;
	font-size:13px;
	font-weight:200;
}

#searchsubmit {
	height:26px !important;
	background:#efefef;
	border:1px solid #d1d1d1;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-family:Helvetica, Arial, Sans-serif;
	font-size:12px;
	font-weight:200;
	vertical-align:top;
}

footer {
	width:100%;
	height:100%;
	background:#000000;
	border-top: 1px solid #d1d1d1;
	overflow:hidden;
       padding-bottom: 30px;}

.inlagg {
	margin-bottom:35px;
}

.inner {
	padding:25px;
}



.wp-caption p.wp-caption-text {
    font-size: 9px;
    line-height: 11px;
    margin:0;
  	padding: 5px 0px 20px;
	width: 450px;
}

.wp-caption.alignleft
{
    float:left; 
	margin:0.8em 1em 1em 0;
}

.wp-caption.alignright
{
    margin:0.8em 0 1em 1em;
}

.wp-caption.aligncenter
{
    width: inherit;  /* Make images fill their parent's space. Solves IE8. */
	max-width: 100%; /* Add !important if needed. */
	height: auto;    /* Add !important if needed. */
}

.wp-caption.alignnone
{
	width: inherit;  /* Make images fill their parent's space. Solves IE8. */
	max-width: 100%; /* Add !important if needed. */
	height: auto;    /* Add !important if needed. */
}



/* justerar bilderna och ger lite luft i förhållande till texten*/
	img.alignright {float:right; margin:0.8em  0 1em 1em}
	img.alignleft {float:left; margin:0.8em 1em 1em 0}
	img.aligncenter {display: block; margin-left: auto; margin-right: auto}
	.alignright {float:right; }
	.alignleft {float:left; }
	.aligncenter {display: block; margin-left: auto; margin-right: auto}


#nyheter ul {

	list-style:none;
	margin-left:0;
	padding-left:0;
}

#nyheter a {
	color:inherit;
}

#nyheter h2 {
	color:#113F96;

}

#nyheter .readmore {
	color:#00256B;
	display:block;
	text-transform:uppercase;
	font-size:17px;
}

#nyheter li {
	border-bottom:1px solid #ccc;
	padding-top:4px;
	padding-bottom:4px;
}
#footer-sidebar1 {
       float: left;
       width: 300px;
       height: 100%;
       margin-left:7px;
       margin-right:7px;
}
 
#footer-sidebar2 {
       float: left;
       width: 350px;
       height: 100%;
       margin-right:7px;
 
}
 
#footer-sidebar3 {
       float: left;
       width: 300px;
       height: 100%;
 
}

.widget2
{
 
       font-size:12px;
       list-style-type: none;
       padding:20px;
       background: #fff;
       border: 1px solid #d1d1d1;
       border-radius:25px;
}
 
.widget2 ul li 
{
       list-style-type: none;
       margin-left: -37px;
}
.thumb img
{
       width: 300px;
       height: auto;
}
.thumb
{
 
       float: left;
	margin-right: 20px;
        margin-bottom: 20px; 
}