 /*
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: #C2C2D6;
	font-family: Arial, Helvetica, sans-serif;
	line-height:130%;
	color:#494949;
	font-weight:200;
	padding:25px;
}


#wrapper
{
	background: #fff;
	width: 980px;
  	margin: 0 auto;
  	text-align: left;
	border: 1px solid #d1d1d1;
}


.clear
{
	clear:both;
}


header
{
	background: url(images/kulturlund.png);
	width:100%;
	padding:0px;
	background-size:cover;
	position:relative;
}



.headersection {
	height:320px;
}

#content
{
	width:630px;
	margin-top: 0;
	min-height: 650px;
	font-size: 14px;
	float: left;
	color:#515151;
	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:13px;
	list-style-type: none;
}


.widget ul li 
{
	list-style-type: none;
	margin-left: -35px;
}



#footer
{
	height: 25px;
	padding-left: 30px;
	margin-left: -1px;
	width: 620px;
	float: left;	
	font-size: 9px;
	border-right: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
}


header h1 a
{
	position: relative;
	font-size: 30px;
	color: #28343a;	
	padding-top: 40px;
	padding-left: 40px;
	display: block;
	font-family: 'Oswald', sans-serif;
}

header p
{
	padding-left: 40px;
	font-family: 'Oswald', sans-serif;
	color: #28343a;
	
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 130%;
	margin-bottom: .4em;
  	font-family: 'Noto Sans', sans-serif;
}


h1
{
	font-size:24px;
}



h2
{
	font-size:24;
}


h3
{
	font-size:1.1em;
}


h4
{
	font-size:1.07em;
}

h5
{
	font-size:1.05em;
}


h6
{
	font-size:1.0em;
}

a
{
	font-weight:normal;
	text-decoration:none;
	color:#000066;
}

a:hover
{
	color:#3b3c3d;
	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 #d1d1d1;
	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:11px;
	padding:0;
	margin:0 0;
	float:left;
	position:relative;
	text-transform: uppercase;
	border-right: 1px solid #d1d1d1;
	}


nav li a {
	border:none;
	background:none;
	text-decoration:none;
	font-weight:normal;
	display:block;
	padding:0 10px;
	color:#5c675f;
	letter-spacing: 1px;
	}

nav li a:hover {
	border:none;
	background:none;
	text-decoration:none;
	color:#919191;
	}

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%;
	min-height:250px;
	background:#efefef;
	border-top: 1px solid #d1d1d1;
}

.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 li {
		border-bottom: 1px solid #ccc;
	}
	
#nyheter .readmore {
	color:#000066;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	display:block;
}

#nyheter h2 {
	color:#000066;
}