/*
Theme Name: Houdini WPTemplate
Author: Martin Erlandsson, Houdini Group AB
Author URI: https://houdini.se
Version: 1.0
*/

body {
	font-family:Helvetica,  Arial, sans-serif;
	font-size:13px;
	font-weight:normal;
	padding-bottom:45px;
}

a {
    color: #23aaeb;
    text-decoration: none;
}
a:focus, a:hover {
	outline: 1px solid transparent;
	text-decoration:underline;
}
:focus{
	outline: 1px solid transparent;	
}

/* GENERAL ELEMENTS */

.container {
    max-width: 970px;
}

.site-main {
	margin: 25px 0 22px 0;
}

/* HEADER */

#header {
    padding: 32px 0 9px;
    overflow: hidden;
    margin-bottom: -9px;
}

.headerLogo {
    float: left;
    display: block;
    margin: 6px 15px 20px 0;
    height: 55px;
}




.headerDesc {
    padding: 4px 0 0 4px;
    text-transform: uppercase;
    color: #787878;
    font-size: 12px;
    line-height: 1.4em;
    float: left;
    margin-top: 28px;
    max-width: 200px;
}
.headerDesc-en {
    max-width: 300px;
}

ul.headerUtilityNav {
    display: block;
    margin: 50px 0 0 0;
    padding: 0;
    list-style: none;
    float: right;
    text-align: right;
    height: 18px;
}

ul.headerUtilityNav li {
    float: left;
}

ul.headerUtilityNav li a {
    display: block;
    float: left;
    padding: 0 5px 0 5px;
    line-height: 0.9em;
    border-right: 1px solid #282828;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 12px;
}

ul.headerUtilityNav li:last-child a {
    border-right: none;
}

.main-menu {
	display: block;
    list-style: none;
    /*margin-top: 19px;*/
    position: relative;
    z-index: 90;
    box-shadow: 0 5px 5px #ccc;
}

.main-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}

.main-menu ul li {
	float: left;
}

.main-menu ul li a {
	display: block;
	padding: 11px 38px 10px 38px;
	text-transform: uppercase;
	text-decoration: none;
	color: #282828;
	font-size: 14px;
	letter-spacing: 1px;
	border-top: 1px solid #DFDFDF;
	border-right: 1px solid #DCD8D8;
}

.main-menu ul li a:hover, .main-menu ul li a:focus, .main-menu ul li a:active {
	background: rgb(219,219,219); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(241,241,241,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(219,219,219,1) 0%,rgba(241,241,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(219,219,219,1) 0%,rgba(241,241,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}

.main-menu ul li.menu-item-home a {
    width: 59px;
    padding: 9px 0 3px;
    text-align: center;
    font-size: 20px;
}

.main-menu ul li.current-menu-item a {
	color: #FFF;
	background: rgb(96,96,96); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(96,96,96,1) 0%, rgba(142,142,142,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(96,96,96,1) 0%,rgba(142,142,142,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(96,96,96,1) 0%,rgba(142,142,142,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#8e8e8e',GradientType=0 ); /* IE6-9 */
}



hr {
	background-image: url(images/bg_rightColLine.png);
	height: 1px;
}

body.home hr {
	background: rgba(0, 0, 0, 0) url("images/bg_startSidebar.png") no-repeat scroll center top;
	height: 1px;
}


body.home main hr {
	background: url(images/bg_startMain.png) bottom no-repeat;
	height: 1px;
}




.sidebar-left {
	padding-top: 40px;
}

.sidebar-right {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 0px;
}


.sidebar-left h3 {
	text-transform: uppercase;
	color: #787878;
	font-weight: normal;
	background: url(images/bg_rightColLine.png) bottom no-repeat;
	font-size: 14px;
	padding: 1px 0 5px 0;
	letter-spacing: 1px;
	
}

/*
.sidebar a.pdf,
.sidebar a[href$= ".pdf"] {
	background-image: url(images/ico_pdf.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 35px;
	display: inline-block;
	padding-top: 7px;
}
*/


.sidebar-right a {
	display: inline-block;
	padding-top: 10px;
}


#main h1 {
	font-size: 26px;
	line-height: 1.2em;
	padding: 4px 0 14px 0;
	font-weight: normal;
	margin: 0;
}

#main h2 {
	font-size: 20px;
	line-height: 23px;
	padding: 6px 0;
	font-weight: bold;
	color: #282828;
}

#main img {
	max-width: 100%;
}

#main div {
	max-width: 100%;
}

h3 {
	text-transform: uppercase;
	font-size: 13px;
	margin: 0 0 -2px 0;
	font-weight: normal;
	color: #282828;
}

h4 {
	/*text-transform: uppercase;*/
	font-size: 14px;
	margin: 0 0 -2px 0;
	font-weight: normal;
	color: #282828;
	
}


.site-main {
	margin-top: 30px;
}


ul.sidebar-menu {
	padding-left: 0px;
}

ul.sidebar-menu ul.sidebar-menu {
	padding-left: 10px;
}
	
.sidebar-menu li {
	display: block;
	border-bottom: 1px solid #ECECEC;
	
}

.sidebar-menu li a {
	display: block;
	line-height: 1.4em;
	padding: 4px 5px 5px 18px;
	/*font-weight:bold;*/
	margin-top: 1px;
	margin-bottom: 1px;
	color: #23aaeb;
	text-decoration: none;
}

.is_parent {
	background-image: url(images/bg_localNavExpandable.png);
	background-position: center left;
	background-repeat: no-repeat;
}

.is_parent.selected {
	background-image: url(images/bg_localNavExpanded.png);
	background-position: center left;
	background-repeat: no-repeat;
}

.footer {
	padding: 17px 22px;
	margin-top: 40px;
	background: url(images/bg_footer.png) repeat-x;
}

.footer p {
	text-align: center;
	font-size: 12px;
	color: #787878;
	line-height: 18px;
	margin: 0px;
}



body.home .site-main {
	margin-top: 15px;
}

body.home aside {
	margin-top: 15px;
}




h3.startHead {
	text-transform: uppercase;
	color: #282828;
	font-weight: normal;
	font-size: 14px;
	background: url(images/bg_startMain.png) bottom no-repeat;
	padding-bottom: 2px;
	margin-bottom: 20px;
	line-height: 22.3px;
	letter-spacing: 1px;
}

.moreNewsHead {
	float: right;
	font-size: 13px;
	margin-top: 5px;
}


div.sectionBlock {
	overflow: hidden;
	font-size: 0.9em;
	margin-bottom: 14px;
}

div.sectionBlock h2 {
	font-weight: normal;
	background: url("images/bg_sectionHeading.png") top no-repeat;
	font-size: 2em;
	padding: 9px 0;
	margin: 0;
}

img.sectionBlockThumb {
	width: 128px;
	height: 90px;
	margin-right: 15px;
	float: left;
	padding-top: 5px;
	margin-bottom: 16px;
}

div.sectionBlock p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13.5px;
	line-height: 20px;
}


.home aside h4 {
	padding: 4px 0 8px 0;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}

.home aside p {
	line-height: 19.5px;
}


#start2colPushes .halfPush {
width: 300px;
margin-right: 20px;
float: left;
height: 301px;
background: url("images/bg_sectionBlock.png") bottom repeat-x;
padding-bottom: 30px;
margin-bottom: 20px;
font-size: 1.3em;
line-height: 1.6em;
overflow: hidden;
padding: 0 20px;
	
}

#start2colPushes .halfPush img {
	width: 300px;
	height: 150px;
	margin: 0 0 14px -20px;
	display: block;
}

#start2colPushes .right {
	float: right;
	margin-right: 0;
}

#start2colPushes .halfPush p {
	height: 80px;
	display: block;
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

#start2colPushes h4 {
	font-size: 17px;
line-height: 23px;
font-weight: normal;
margin: 0 0 9px 0;
}

.pushFull {
	background: url("images/bg_sectionBlock.png") bottom repeat-x;
padding-bottom: 30px;
margin-bottom: 20px;
font-size: 1.3em;
line-height: 1.6em;
overflow: hidden;
/*padding:0 20px;*/
margin-top: 22px;
}

.pushFull p, .pushFull .youtubetext h4, .pushFull .youtubetext p {
	margin-left: 20px;
	margin-right: 20px;
	display: block;
	/*height:60px;*/
	overflow: hidden;
	font-size: 13px;
	line-height: 21px;
}

.pushFull h4 {
	font-size: 18px;
line-height: 24px;
font-weight: normal;
margin-top: 11px;
padding-bottom: 9px;
padding-left: 20px;
padding-right: 20px;
display: table-cell;
height: 47px;
vertical-align: bottom;
text-transform: none;
}

/* DATE */
.date{
    color: #787878;
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    
}
.date{
    padding:3px 0 14px 0;
    padding-bottom: 0px;
}

.sidebar-left {
	padding-left: 0px !important;
}

.page-template-default h2 {
	margin-top: 0px;
	margin-bottom: 0px !important;
	
}


#moreInfoBlock {
padding: 11px 15px 14px 15px;
font-size: 12px;
line-height: 20px;
background: #F6F6F6 url("images/bg_subscribe.png") bottom repeat-x;
margin-top: 37px;
}

#moreInfoBlock a {
	margin-bottom: 7px;
	display: inline-block;
}


li.selected a {
	color: #787878;
}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	
}

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.wp-caption-text {
	margin-top: 5px;
	font-size: 12px;
	margin-bottom: 20px;
}