/*   
Theme Name: Agency Theme
Theme URI: 
Description: Byggt med HTML5 Reset Wordpress Theme som start.
Author: Ord&Bild
Author URI: http://ordbild.se
Version: 1.0
*/

/*
	HTML5 Reset Wordpress Theme :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
	Special thanks: The Wordpress theme owes its start to an empty theme authored 
		by Chris Coyier & Jeff Starr: http://digwp.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

body {
	font: normal 13px/22px Georgia, Times, "Times New Roman", serif;
	color: #333;
}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333;}

a {color: #333; text-decoration: underline;}
a:hover {text-decoration: none;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #FF5E99; color: #fff; text-shadow: none;}
::selection {background: #FF5E99; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}



/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/

#container {
	margin-top: 0px;
	position: relative;
}

#main {
	margin-top: 110px;
}

/* HEADINGS */

.home h2.title, h1.title {
	font-size: 160px;
	font-weight: normal;
	line-height: 160px;
	color: #bca474;
	letter-spacing: -0.04em;
	margin-bottom: 30px;
}	

.archive h1.title, .category h1.title {
	font-size: 84px;
	line-height: 84px;
}

h1.title {
	padding-top: 0px;
}

header[role="mainRub"] h6 {
	font: italic 28px/33px Georgia, serif;
	color: #bca474;
	border-left: 5px solid #bca474;
	padding-left: 18px;
	margin-bottom: 40px;
}

header[role="mainRub"] h6 span a {font-weight: bold; color: #bca474; text-decoration: none;}

header[role="mainRub"] {
	position: relative;
}

.entry h2 {
	color: #bca474;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	font-size: 1.3846em; /* 18px */
    line-height: 1.2222em; /* 22px */
}

h4 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 5px;
}

#kontakter h6 {
	font-weight: normal;
	font-size: 16px;
}

p {
	font-size: 1em; /* 13px */
    line-height: 1.6923em; /* 22px */
    margin: 0 0 1.6923em 0;
}


/* HEADER [banner]
--------------------------------------------------------*/
#headerWrapper {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #8c8c8c;
	margin-bottom: 70px;
	background: #fff;
	position: fixed;
	z-index: 999;
}

#header {
	position: relative;
	margin-top: 0px;
	height: 40px;
}

#logo {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 95px;
	height: 15px;
	background: url(img/logo.png) 0 0 no-repeat;
	text-indent: -9999px;
}
#logo a {
	display: block;
	width: 95px;
	height: 15px;
	background: url(img/logo.png) 0 0 no-repeat;
}

/* MAINNAV */
nav[role="mainNav"] {
	position: absolute;
	right: 0px;
	top: 15px;
	font-style: italic;
}

nav[role="mainNav"] li {
	float: left;
	line-height: 16px;
}

nav[role="mainNav"] li a {
	padding: 0px 6px;
	color: #333;
	text-decoration: none;
}

nav[role="mainNav"] li.current_page_item a, nav[role="mainNav"] li.case_parent a, nav[role="mainNav"] li.current_page_parent a, body.single-case nav[role="mainNav"] li.menu-item-667 a, body.single-post nav[role="mainNav"] li.menu-item-22 a {text-decoration: underline;}
/* body.single-case nav[role="mainNav"] li.current_page_parent a {text-decoration: none;} */

nav[role="mainNav"] li.fb a {
	background: url(img/fbIconMenu.png) 0 50% no-repeat;
	margin-left: 5px;
	line-height: 16px;
	display: block;
	width: 16px;
}
	nav[role="mainNav"] li.fb {
		text-indent: -9999px;
	}

nav[role="mainNav"] li a:hover {
	text-decoration: underline;
}

#facebox {
	padding: 14px;
	padding-bottom: 0px;
	color: #fff;
	background-color: #333;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 280px;
	position: absolute;
	top: 60px;
	right: -10px;
	font-size: 12px;
	line-height: 17px;
	display: none;
}

.fb-arrow {
	position: absolute;
	top: -10px;
	right: 15px;
	width: 31px;
	height: 16px;
	background: url(img/fb-arrow.png) 0 0 no-repeat;
}

#facebox h2 {display: none;}

#facebox h3 {
	color: #bca474;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
}
#facebox li {
	font-style: italic;
	margin-bottom: 14px;
}
#facebox li:first-letter {text-transform: uppercase;}
#facebox li a {
	color: #fff;
	text-decoration: none;
}


/* IMG WRAPPER
--------------------------------------------------------*/
#imgWrapper {
	width: 940px;
	height: 412px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;	
}

#imgWrapper .caseInfo {
	position: absolute;
	width: 900px;
	padding: 20px;
	bottom: 0px;
	left: 0px;
	background: url(img/bg_trans85.png) 0 0 repeat;
	color: #fff;
	line-height: 20px;
	font-weight: normal;
}
#imgWrapper .caseInfo h2 {
	color: #bca474; 
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
}
#imgWrapper .caseInfo p {
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
}
#imgWrapper .caseInfo a {color: #bca474;}
/* */

/* NEWS FRONT
--------------------------------------------------------*/

#news {
	min-height: 200px;
	margin-left: -10px;
}

#news li {
	border-top: 1px solid #8c8c8c;
	padding-top: 10px;
}

#news li:last-child {margin-right: 0px;}

#news li a {
	text-decoration: none;
	color: #333;
	display: block;
}

#news time, #latestCase h3, #news h3 {
	text-decoration: none;
	display: block;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #bca474;
	margin-bottom: 20px;
}
#news time {text-transform: lowercase;}

#news h2 {
	font: normal 23px/30px Georgia, serif;
	margin-bottom: 10px;
}

#news h3 {margin-left: 10px;}

.hr {
	height: 10px;
	border-top: 1px solid #8c8c8c;
}

/* COLUMNS
--------------------------------------------------------*/

.entry .column {
	float: left;	
/*
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	column-gap: 20px
*/;
	border-top: 1px solid #8c8c8c;
	padding-top: 30px;
	position: relative;
	padding-bottom: 20px;
}

.entry .column .cl1, .entry .column .cl2 {
	float: left;
}

.entry .column .cl2 {padding-top: 1.6923em;}

.page .entry .column .cl2 {padding-top: 0px;}



/* POST
--------------------------------------------------------*/

.post {
	margin-bottom: 30px;
}

article ul {
	list-style: disc;
	padding-left: 30px;
	margin: 0 0 1.6923em 0;
}

.page .entry, .post .entry {
	float: left;	
	position: relative;
}

.post .entry-content a {
	color: #414042;
	text-decoration: underline;
	font-weight: bold;
}
.post .entry-content a:hover {color: #bca474;}

.edit a.post-edit-link {
	width: 24px;
	height: 22px;
	background: url(img/redigeraIconMini.png) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
}

header[role="mainRub"] h6, .page .entry {position: relative;}
header[role="mainRub"] .edit {
	position: absolute;
	right: 0px;
	bottom: -24px;
}

.page .entry .edit, .single-case .entry .edit {
	position: absolute;
	right: 0px;
	top: -34px;
}

/* POST NYHETER
-------------------*/

#post .post {
	border-top: 1px solid #8c8c8c;
	padding: 30px 0;
	margin-bottom: 0px;
}

time.updated {text-transform: lowercase;}

.single #post .post {
	border-bottom: 1px solid #8c8c8c;
}

#post .post h2, #post .post h3 {
	font-weight: normal;
}

#post .post h2 {
	font-size: 29px;
	line-height: 34px;
	color: #bca474;
}
#post .post h2 a {color: #bca474; text-decoration: none;}

#post .post h3 {
	font-size: 18px;
	line-height: 23px;
	font-style: italic;
	color: #414042;
}

#post .post blockquote p {
	color: #bca474;
	border-left: 2px solid #bca474;
	margin-left: 30px;
	padding-left: 20px;
	padding-right: 60px;
	font-style: italic;
}

.entry-content {
	margin-top: 20px;
}
.entry-content a {}
.entry-content a:hover {}

#meta {}
.postmetadata {}

/* SENASTE CASE FRONT
--------------------------------------------------------*/

/*Front*/
.home #latestCase {
	padding-top: 10px;
}

#latestCase .caseWrapper {
	margin-bottom: 15px;
	position: relative;
	margin-bottom: 30px;
}

#latestCase .caseWrapper .imgCaseWrapper {
	position: relative;
	height: 200px;
	margin-bottom: 10px;
}
#latestCase .caseWrapper .imgCaseWrapper a {text-decoration: none;}

#latestCase .caseWrapper .caseInfo {
	position: absolute;
	top: 80px;
	background: url(img/bg_trans70.png) 0 0 repeat;
	width: 300px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
}

#latestCase .caseWrapper h3 {margin-bottom: 10px; padding-top: 10px; border-top: 1px solid #8c8c8c;}

header[role="mainRub"] .caseClient {
	font-size: 25px;
	font-style: italic;
	font-weight: normal;
	color: #bca474;
}

.caseTitle {
	font-size: 22px;
	font-weight: normal;
}

/* KONTAKTER
--------------------------------------------------------*/

.page-template-kontakt-page-php .entry {
	border-bottom: 1px solid #8c8c8c;
}

#kontakter {padding-top: 20px;}

#kontakter .kontakt {margin-left: 20px;}

#kontakter .kontaktWrapper {
	margin-bottom: 15px;
	position: relative;
	margin-bottom: 30px;
}

#kontakter .kontaktWrapper .imgKontaktWrapper {
	position: relative;
	margin-bottom: 5px;
}

#kontakter .kontaktWrapper h3 {
	margin-bottom: 5px; 
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #bca474;
}


/* KUNDER */

#kunder {position: relative;}

.kundInfo a {
	color: #414042;
	text-decoration: underline;
	font-weight: bold;
}
.kundInfo a:hover {color: #bca474;}

#kunder .kundWrapper {
	position: relative;
	margin-bottom: 30px;
	border-bottom: 1px solid #bababa;
	width: 745px;
}

#kunder .imgKundWrapper {
	position: relative;
	height: 200px;
	margin-bottom: 10px;
}

#kunder .imgKundWrapper .disappear {
	position: absolute;
	top: 0px:
	left: 0px;
	width: 296px;
	height: 196px;
	border: 2px solid #fff;
}

.kundTitle {
	font-size: 18px;
	font-style: italic;
	color: #bca474;
}

#kunder .kundInfo {
	width: 420px;
} 

.kundInfo .inner {
	padding: 0 0 0 10px;
} 


#kundSidebar {
	width: 185px;
	position: absolute;
	top: 0;
	right: 0;
}

#kundSidebar .inner {
	background: #333;
}

.kundNav {
	padding: 10px;
	font-size: 12px;
}
.kundNav li a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.kundNav li a:hover {text-decoration: underline;}


/*SINGLECASE*/

.page-template-case-page-php #latestCase, .single-case #latestCase, .home #latestCase, #kontakter {
	margin-left: -20px;
}

article.case, article.kund {margin-left: 0px;}
.case, .home #latestCase h3 {margin-left: 20px;}

.single-case h1.title {
	font-size: 110px;
	line-height: 110px;
}

.caseClient {
	line-height: 36px;
}

/* SLIDER
--------------------------------------------------------*/


#slider {
	margin-bottom: 0px;
	width: 460px;
	background: white;
  	position: relative;
  	overflow: hidden;
}

.slider-inner {
  width: 4600px;
  position: relative;
}

.slider {
  float: left;
  display: inline; 
}

.slider-controls {
	text-align: right;
	text-transform: uppercase;
	font-style: italic;
	font-size: 11px;
}
.slider-controls span {
	margin: 0 10px;
}

.slider-controls a.prev, .slider-controls a.next {
	color: #555;
	text-decoration: none;
}

.slider .caption {
	padding: 2px;
	padding-left: 8px;
	border-bottom: 1px solid #666;
	font-size: 12px;
	color: #666;
	margin-top: -7px;
	background: #f8f8f8;
}



/* SIDEBAR
--------------------------------------------------------*/

#sidebar {
	border-top: 1px solid #8c8c8c;
	padding-top: 30px;
}

#sidebar .latestnews {
	margin-bottom: 20px;
}

#sidebar .newsentry span p:first-letter {text-transform: uppercase;}

#sidebar h2 {
	font-size: 22px;
	line-height: 23px;
	color: #bca474;
	font-weight: normal;
	margin-bottom: 10px;
}

#sidebar .newsentry h3 {
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
}
#sidebar .newsentry h3 a {
	text-decoration: none;
}

#sidebar .newsentry {
	padding: 10px 0;
	border-bottom: 1px solid #666;
}

#sidebar .newsentry p {
	margin-bottom: 0px;
}

#sidebar .newsentry p.nc {
	color: #666;
	margin-top: 5px;
}

#sidebar .newsentry .date {
	font-style: italic;
}

#sidebar #social {
	width: 300px;
	height: 93px;
	background: url(img/social.png) 0 0 no-repeat;
	margin-bottom: 20px;
	position: relative;
}

#sidebar #social .socialFb {
	position: absolute;
	top: 53px;
	left: 30px;
	width: 100px;
}

#sidebar #social .socialRss {
	position: absolute;
	width: 100px;
	height: 60px;
	top: 50px;
	right: 30px;
	line-height: 16px;
}

#sidebar .arkiv {
	background: #cebc99;
	margin-bottom: 20px;	
}

#sidebar .arkiv .inner {
	padding: 15px;
}

#sidebar .arkiv h2 {
	color: #333;
}

#sidebar .arkiv li a {text-decoration: none;}
#sidebar .arkiv li:first-letter {text-transform: uppercase;}



/* FOOTER
--------------------------------------------------------*/

#footer {
	height: 200px;
	margin-top: 100px;
	padding-top: 15px;
	border-top: 1px solid #8c8c8c;
	font: italic 12px/21px Georgia, serif; 
}

#footer .copyright {text-align: right;}

#footer a {
	text-decoration: none;
	color: #a28e64;
	font-weight: bold;
}

.navgation {}
.next-posts {}
.prev-posts {}

#searchform {}
#s {}
#searchsubmt {}


/* IMG i Nyheter */

.wp-caption-text, dt.wp-caption-dt span {
	margin-top: -5px;
	font-size: 12px;
	color: #666;
}

img.alignleft, .alignleft {
float:left;
margin:5px 20px 15px 0;
}
img.alignnone,  .alignnone {
margin:5px 20px 15px 0;
}
img.alignright, .alignright {
float:right;
margin:5px 0px 15px 15px;
}
img.aligncenter, .aligncenter {
	display: block;
	margin: 0 auto;
}


/* MAP
--------------------------------------------------------*/

#map {
	position: relative;
}

.infoKarta {
	position: absolute;
	top: 50px;
	left: 40px;
	width: 220px;
	padding: 20px;
	padding-bottom: 0px;
	background: url(img/bg_trans85.png) 0 0 repeat;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.infoKarta a {color: #fff!important;}

/* CHART
--------------------------------------------------------*/

.chart-container {
	width: 200px;
	height: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 1.6923em;
}

/* COMMENT FORM
--------------------------------------------------------*/

#respond h2, h2#comments {
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
}

#commentform div {
	margin-bottom: 10px;
}

#commentform input {
	width: 250px;
	margin-right: 10px;
}
#commentform input, #commentform textarea {
	padding: 6px;
}

#commentform input, #commentform textarea, #commentform #submit {
	border: 1px solid #8e8e8e;
	background: #fff;
	font-family: Georgia;
}

#commentform #submit {display: block; width: auto;}



/* */
	
ol.commentlist {list-style: none;}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {border-bottom: 1px solid #666; padding: 10px;}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {font-style: normal;}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {float:right; margin: 0 0 10px 10px;}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {font-size: 12px;}
ol.commentlist li.comment div.comment-meta a {color: #444; font-style: italic;}
ol.commentlist li.comment p {}
ol.commentlist li.comment ul {}
ol.commentlist li.comment div.reply {font-size: 11px;}
ol.commentlist li.comment div.reply a {font-weight: bold;}
ol.commentlist li.comment ul.children {list-style: none; margin: 10px 0 0;}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {border-left: 5px solid #555; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-3 {border-left: 5px solid #999; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-4 {border-left: 5px solid #bbb; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {background: #fff;}
ol.commentlist li.odd {background: #f6f6f6;}
ol.commentlist li.parent {border-left: 5px solid #111;}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	
		
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}

