/*****************************************/
/* Global styles */
/*****************************************/
body 
{
	text-align: center;
	font-family: Georgia,'Times New Roman',Times,Sans-Serif;
	color: #2d2d2d; /* Dark gray */
	margin: 20px;
}

p
{
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 15px 0px;
}

a
{
	color: #1ec8dc; /* Cyan */
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

b, strong {
	font-weight: bold;
}

i, em
{
	font-style: italic;
}

/*****************************************/
/* Base layout */
/*****************************************/
div#container 
{
	margin: 0 auto;
	width: 1050px;
	text-align: left;
}

div#middle
{
	width: 1050px;
}

div#mainColumn
{
	width: 756px;
	float: left;
}

div#rightColumn
{
	width: 286px;
	float: right;
	margin: 34px 0px 0px 0px;
}

div#footer
{
	width: 1050px;
}

/*****************************************/
/* Header */
/*****************************************/
div#header
{
	height: 40px;
	width: 100%;
	margin: 60px 0px 0px 0px;
	position: relative;
}

/* - - - - - - - - - - - - - - - - - - - */
/* Top navigation */
/* - - - - - - - - - - - - - - - - - - - */
ul#topNav
{
	display: block;
	width: 540px;
	padding: 0;
	position: absolute;
	bottom: 18px;
	left: 0px;
}

ul#topNav li
{
	list-style: none;
	display: inline;
	margin-right: 10px;
}

ul#topNav li a
{
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #2d2d2d;
}

ul#topNav li a:hover
{
	color: #05BBC6;
}

ul#topNav li a#selected
{
	font-style: italic;
	color: #05BBC6; /* Cyan */
}

/* - - - - - - - - - - - - - - - - - - - */
/* Top searchForm */
/* - - - - - - - - - - - - - - - - - - - */
div#topSearchForm
{
	position: relative;
	width: 208px;
	float: right;
}

div#topSearchForm fieldset
{
	position: relative;
	text-align: right; /* så inpufältet glider åt höger */
	width: 208px;
	height: 30px;
	background: transparent url("/images/searchField.gif") no-repeat top left;
}	

div#topSearchForm fieldset input#topSearchField
{
	position:absolute;
	left: 0;
	top: 0;
	border: none;
	background: transparent;
	height: 23px;
	padding: 3px 0px 0px 10px;
	margin: 0;
	width: 178px;
	font-family: Georgia, Times, 'Times New Roman', Sans-Serif;
	color: #05BBC6; /* Cyan */
}

div#topSearchForm fieldset input#topSearchButton
{
	background: transparent url("/images/searchButton.gif") no-repeat top left;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	border: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

/*****************************************/
/* Main column */
/*****************************************/

/* - - - - - - - - - - - - - - - - - - - */
/* Content item */
/* - - - - - - - - - - - - - - - - - - - */
div.contentItem
{
	width: 100%;
	margin-bottom: 50px;
	position: relative;
}

/* Image */
div.contentItem img.contentItemImage
{
	margin: 0;
	padding: 0;
}

/* Vimeo video */
div.contentItem div.vimeoVideo
{
	z-index: -1000;
}

/* Carousel */
div.carouselWrapper
{
	width: 756px;
	height: 425px;
	overflow: hidden;
	position: absolute;
}

div.jCarouselLite
{
	left: 0;
	overflow: hidden;
	position: relative;
	visibility: visible;
	width: 756px;
	height: 425px;
	z-index: 2;
}

div.jCarouselLite ul
{
	left: 0;
}

div.prev
{
	width: 90px;
	height: 370px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/Hotspot_bg_left.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1000;
	cursor: pointer;
}

div.next
{
	width: 90px;
	height: 370px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(/images/Hotspot_bg_right.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1000;
	cursor: pointer;
}

div.viewerContentItem
{
	width: 756px;
	height: 425px;
}

/* Text */
div.contentItem h2
{
	color: #2d2d2d; /* Dark gray */
	font-weight: normal;
	text-transform: uppercase;
	font-size: 40px;
	margin: 10px 0px 5px 0px;
}

div.contentItem h3
{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin: 18px 0px 2px 0px;
}

div.contentItem p.intro
{
	width: 236px;
	float: left;
	margin: 0px 24px 0px 0px;
	text-align: left;
	font-weight: bold;
	font-style: italic;
}

div.contentItem div.bodyText
{
	width: 496px;
	float: right;
	margin: 0;
	text-align: left;
}

/* Full spaltbredd - 3 spalter. Används på prospectsidor */
div.contentItem div.wideBodyText
{
	width: 496px;
	float: left;
	margin: 0;
	text-align: left;
}

div.contentItem p.task
{
	width: 236px;
	float: left;
	margin: 0px 24px 0px 0px;
	text-align: left;
}

div.contentItem p.solution
{
	width: 236px;
	float: left;
	margin: 0px 24px 0px 0px;
	text-align: left;
}

div.contentItem p.result
{
	width: 236px;
	float: left;
	margin: 0;
	padding: 0px 0px 15px 0px;
	text-align: left;
}

div.contentItem p.date
{
	color: #8c8c8c;
	width: 236px;
	border-top: solid 1px #a9a9a9;
	padding: 5px 0px 0px 0px;
	font-style: italic;
	float: right;
}

div.contentItem p.task span, div.contentItem p.solution span, div.contentItem p.result span
{
	text-transform: uppercase;
	font-weight: bold;
}

div.contentItem ol
{
	list-style: decimal inside none;
	text-indent: 20px;
	margin-left: 20px;
}

div.contentItem ol li
{
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 15px 0px;
	text-indent: -20px;
}


/* - - - - - - - - - - - - - - - - - - - */
/* Load more */
/* - - - - - - - - - - - - - - - - - - - */
img#arrowRoundBlue {
	width: 38px;
	height: 38px;
}

div#loadMore
{
	height: 40px;
	position: relative;
}

div#loadMore a#text
{
	font-style: italic;
	font-size: 24px;
	text-decoration: none;
	display: block;
	float: left;
	margin-top: 6px;
}

div#loadMore a#text:hover
{
	text-decoration: underline;
}

div#loadMore a#image
{
	float: left;
	margin-left: 10px;
}


/* - - - - - - - - - - - - - - - - - - - */
/* Google map */
/* - - - - - - - - - - - - - - - - - - - */
div#googleMap
{
	width: 756px;
	height: 425px;
}

/* - - - - - - - - - - - - - - - - - - - */
/* Client logos */
/* - - - - - - - - - - - - - - - - - - - */
div.client
{
	width: 240px;
	height: 280px;
	overflow: hidden;
	float: left;
	margin: 12px 12px 0px 0px;
}

div.client p
{

}

div.client p span
{
	font-weight: bold;
	text-transform: uppercase;
}

div.client img
{
	border-bottom: solid 1px #a4a4a4;
	margin: 0px 0px 8px 0px;
}

/* - - - - - - - - - - - - - - - - - - - */
/* Employees */
/* - - - - - - - - - - - - - - - - - - - */
div.employee
{
	width: 236px;
	height: 95px;
	float: left;
	margin: 12px 24px 0px 0px;
}

div.last
{
	margin-right: 0px;
}

div.employee a
{
	font-size: 24px;
}

div.employee a.email
{
	font-size: 12px;
}


/*****************************************/
/* Right column */
/*****************************************/
img#karnhusetLogoAndPies
{
	margin: 0px 0px 30px 0px;
	padding: 0;
	width: 286px;
	height: 595px;
}

img#karnhusetLogo
{
	margin: 0px 0px 15px 0px;
	padding: 0;
	width: 286px;
	height: 266px;
}

div#rightColumn h3
{
	font-weight: normal;
	text-transform: uppercase;
	font-style: italic;
	margin: 15px 0px 5px 30px;
	font-size: 24px;
}

div#rightColumn p
{
	margin: 0px 0px 10px 30px;
	font-size: 12px;
}

/* - - - - - - - - - - - - - - - - - - - */
/* Tumblr feed */
/* - - - - - - - - - - - - - - - - - - - */
img#arrowRoundOrange {
	width: 36px;
	height: 37px;
}

ul#tumblrFeed
{
	margin: 0px 0px 10px 30px;
}

ul#tumblrFeed li
{
	padding-bottom: 24px;
}


ul#tumblrFeed li p
{
	margin: 0;
}

ul#tumblrFeed li blockquote
{
	font-style: italic;
	font-size: 24px;
	color: #ff802b;
}

ul#tumblrFeed li p.quoteSource
{
	width: 243px;
	margin-top: 10px;
	font-style: italic;
	text-align: right;
}

ul#tumblrFeed li p.dateLine
{
	width: 243px;
	margin-top: 10px;
	border-top: solid 1px #9c9c9c;
	color: #8c8c8c;
	font-style: italic;
	text-align: right;
}

ul#tumblrFeed li h4
{
	color: #ff802b;
	font-size: 24px;
	margin-bottom: 5px;
}

ul#tumblrFeed img.tumblrImage
{
	border: solid 1px #a9a9a9;
}

div#moreTumblr
{
	margin: 0px 0px 10px 30px;
}

div#moreTumblr a#text
{
	color: #ff802b;
	font-style: italic;
	font-size: 12px;
	text-decoration: none;
	display: block;
	float: left;
	margin-top: 12px;
}

div#moreTumblr a#text:hover
{
	text-decoration: underline;
}

div#moreTumblr a#image
{
	float: left;
	margin-left: 10px;
}



/* - - - - - - - - - - - - - - - - - - - */
/* Select client */
/* - - - - - - - - - - - - - - - - - - - */
ul#selectClient
{}

/* - - - - - - - - - - - - - - - - - - - */
/* Select case category */
/* - - - - - - - - - - - - - - - - - - - */
ul#selectCaseCategory, ul#selectClient
{
	margin: 0px 0px 30px 30px;
}

ul#selectCaseCategory li
{
	position: relative;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	color: #05BBC6; /* Cyan */
}

ul#selectClient li
{
	position: relative;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	color: #05BBC6; /* Cyan */
}

/* siffra antal */
ul#selectCaseCategory li span
{
	font-size: 10px;
	vertical-align: baseline;
}

/*****************************************/
/* Footer */
/*****************************************/
div#footer 
{
	border-top: solid 1px #c8c8c8;
	margin: 25px 0px 40px 0px;
	padding-top: 15px;
	position: relative;
}

div#logoAddress
{
	float: left;
	width: 230px;
	position: relative;
}

div#logoAddress img#smallLogo
{
	float: left;
	margin-right: 15px;
	width: 73px;
	height: 78px;
}

div#logoAddress p
{
	float: left;
	line-height: 15px;
	margin-top: 5px;
}


/*****************************************/
/* Hacks'n'tricks */
/*****************************************/
/* self-clear floats */
.group:after 
{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
*:first-child+html .group 
{ 
	/* IE7 */
	min-height: 1px;
}














/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

