/*
Theme Name: Tecknadebilder
Author: Malin Eriksson
Author URI: http://syre.se/
Description: 
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:url(images/botten_1920.jpg) top center fixed;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
td{
	vertical-align:middle;
	padding: 2px 0;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, header, hgroup, menu, nav, section, footer {
	display: block;
}

/* =Structure
----------------------------------------------- */

body {
	padding: 0;

}
#page {
	margin: 0 auto;
	max-width: 980px;
	color:#535353;
	line-height:1.4em;
}
#logo{
	padding:20px 0px 10px 20px;
	float:left;
	width:210px;
}
#primary {
	float:right;
	text-align:right;
	margin:80px 0px 0 0px;
	width: 580px;
	font-size:1.1em;
}
#secondary {
	float:left;
	margin: 0px 0 0 20px;
	width:220px;
	
	}
#content{
	padding:10px 0px 0 20px;
	float:left;
	width:700px;
	
}

#content_right{
	float:left;
	width:220px;
	margin: 20px  0 0 20px;	
	
}
#content_left{
	float:left;
	width:180px;
	padding:20px;
	
	margin:0 0 0 0px;

}
#footer{
	padding:0 20px;
	font-weight:bold;
	width:940px;
}
#spacer{
	padding:20px;
}
#produktion{
	font-size:0.8em;
	color:#535353;
	float:right;
}
#produktion a{
	color:#535353;
}
#line{
	padding:0 0 10px 0;
}
#line img{
	width:100%
}
 .clr{
	clear:both;
}
.clr-right{
	clear:right;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.0em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.0em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	/*clear: both;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	
	padding-bottom: .3em;
}
h1{
	font-size:2.0em;
	margin:5px 0 5px 0;
	line-height:1em;
	font-style:italic;
	color:#f08918;

}
h2{
	font-size:1.6em;
	margin:10px 0 10px 0;
	color:#f08918;
	line-height:1.2em;
	display:block;
}
h3{
	font-size:1.3em;
	margin:0px 0 5px 0;
}
h4{
	font-size:1.2em;
	margin-bottom:5px;
}
h5{
	font-size:1.5em;
	margin:5px 0 10px 0;
	line-height:1em;
	font-style:italic;
	color:#f08918;

}
h6{
	font-size:1.0em;
	margin-bottom:5px;
}

hr {
	background-color: #cd071e;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
.post{
	font-size:1.1em;
}

p {
	margin-bottom: 1.0em;
}
#partner p {
	margin-bottom: 0;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 10px;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/* Links */
a,
a em,
a strong {
	color: #f08918;
	text-decoration: none;
}
a:focus, a:active, a:hover {
	text-decoration: underline;
}

.orange{
	color:#f08918;
	font-size:1.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.ingress{
	font-size:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

/*Top meny*/

#primary ul{
	list-style:none;
	margin:0;
	padding:0;
}
#primary li{
	display:inline-block;
	list-style:none;
	font-size:1em;
	font-weight:bold;
	padding:0px 10px;
	line-height:1.3em;
	border-left:#535353 solid 1px;
}
#primary li:first-child{
	
	border-left:none;
}

#primary a{
	text-decoration:none;
	color:#535353;
}
#primary .current-menu-item, #primary .current-page-ancestor {
	color:#f08918;
}
#primary .current-menu-item a, #primary .current-page-ancestor a{
	color:#f08918;
}

/*Secondary*/
#secondary ul{
	list-style:none;
	margin:7px 0;
	padding:0;
}
#secondary li{
	display:block;
	list-style:none;
	font-size:1em;
	font-weight:bold;
	padding:6px 0 6px 5px;
	line-height:1.3em;
	border-bottom:#bfbfbf solid 1px;
}
#secondary a{
	text-decoration:none;
	color:#535353;
}
#secondary li.current_page_item a{
	color:#f08918;
}
#secondary li li{
	display:block;
	list-style:none;
	font-size:1em;
	font-weight:normal;
	padding:6px 0 6px 5px;
	line-height:1.3em;
	border-bottom:none;
}
#secondary li.current_page_item li a{
	color:#535353;
}
#secondary li li.current_subpage_item a{
	color:#f08918;
	
}
#lank_top{
	padding:10px;
	width:700px;
	text-align:right;
}
.portfolio-galleri{
	float:left;
	margin:10px 20px 20px 0;
}
.portfolio-galleri_last{
	float:left;
	margin:10px 0px 20px 0;
}
#footer a{
	color:#535353;
}
.img_slideshow{
	margin:10px 0 0 0;
}

.img_slideshow .ngg-widget-slideshow{
	margin:0;
	padding:0;
}
.img_slideshow .ngg-slideshow * {
    vertical-align:bottom;
}
.img_slideshow .ngg_slideshow{
	margin:0;
	padding:0;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/*Widgets*/
.widget-title{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:1.0em;
	color:#535353;
}
.widget-title a{
	color:#535353;
}
.widget_facebook_widget {
	text-decoration:none;
	color:#535353;
}
.widget_facebook_widget .widget-title{
	line-height:1.0em;

}
.widget_facebook_widget ul{
	list-style:none;
	padding:0;
	margin:10px 0 0 0;
}
.widget_facebook_widget li{
	list-style:none;
	padding:0 0 20px 0;
	margin:0;
}
.widget_facebook_widget li a{
	color:#535353;
}

.widget_recent_entries{
	margin:15px 0 10px 0;
}
.widget_recent_entries a{
	color:#535353;
}
.widget_archive{
	margin:20px 0;
}

@media (max-width: 1024px) {
	body{
		background-image:none;
		background-color:#fff;	
		font-size:12px;
	}
	
}
@media (max-width: 980px) {
	
	.img_slideshow{
		display:none;
	}

	#footer{
		padding:0 20px;
		font-weight:bold;
		width:100%;
		box-sizing:border-box;
	}
	
}
@media (max-width: 700px) {
	#content{
		width:480px;
	}
	.portfolio-galleri_last{
		margin:0 20px 20px 0;
	}
	#primary {
		float:left;
		text-align:left;
		margin:0px 0px 0 0px;
		
		font-size:1.1em;
		padding:0 0 20px 0;
	}
	#lank_top{
		padding:10px;
		width:480px;
		text-align:right;
	}
	
}
