/*
Theme Name: Headspin 2011
Author: headspin
Author URI: http://www.headspin.no
Version: 1.0
*/

* {
	margin: 0;
	padding: 0;

}

html {
	overflow-y: scroll;
}

body {
	font-family:  Arial,Helvetica,sans-serif; 
	font-size: 13px; 
	line-height: 2.1em; 
	color: #666; 
	text-align: left;	
	width: 100%;
	height: 100%;
	overflow-y:hidden;
}
h1, h2, h3, h4 {
	color: #333;
}
h1 {
    font-size: 30px;
    font-weight: normal;
    line-height: 1em;
    margin: 12px 0 18px;
}
h2 {
    font-size: 23px;
    font-weight: normal;
    line-height: 1em;
    margin: 0 0 18px
}
h2.small {
    font-size: 20px;
    font-weight: normal;
    line-height: 0.75em;
    margin: 6px 0 12px;
}
h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1em;
    margin: 5px 0 18px;
}
h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.29em;
    margin: 5px 0 6px;
}
p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
    margin: 5px 0 6px;
}
a, a:link, a:active, a:visited {
    color: #FC9;
    outline: medium none;
    text-decoration: none;
	border:none;
}
a:hover {
    text-decoration: underline;
}

a img{
	border:none;
	border-radius:0 0 0 0;
	}
#page {
	position: relative;
	background: url("images/top_bg5.jpg") repeat-x;
	width: 100%;
	height: 100%;
	min-width: 1024px;
}
#header {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	height: 290px;
	margin-top:40px;
}
#logo {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 3;
}
#slideshow {
	position: absolute;
	width: 1024px;
	height: 400px;
	overflow: hidden;
}
#blog-description {
	position: relative;
	background: url("images/nanoheaderbar01.jpg") no-repeat scroll 0 0 transparent;
	width: 1024px;
	height: 150px;
	color: #888;
	font-family: Arial;
	font-size: 20px;
	font-style: oblique;
	font-weight: bold;
	line-height: 24px;
	margin-top: 0px;
	text-align: left;
	text-valign: bottom;
}
#blog-description p {
	position:absolute;
	text-align:right;
	top: 30px;
	font-size: 16px;
	right: 20px;
	width: 450px;
	height: 100px;
}
#HomeTable {
	border-radius: 5px 5px 5px 5px;
	background-color: #F5F5F5;
	padding:0px;
	line-height:17px;
	margin-bottom: 30px;
}

#HomeTable img{
	border-radius:5px 5px 5px 5px;
	margin-bottom:10px;
	max-width: 100%;
}

hr{
	border:none;
	border-top:1px solid #999;
	}

#footer {
	float: left;
	background: #222 url("images/bot_bg.jpg") repeat-x;
	width: 100%;
	height: 170px;
}
#footer-content {
	margin: 20px auto;
	width: 1020px;
	text-align: center;	
}
#footer-content p {
	padding-top: 15px;
}
#footer-content a {
	margin:0 5px;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}
#footer-content a:hover {
	text-decoration: underline;	
}

.breadcrumbs{
	font-size:13px;
}

/** Menu styles **/

/*
.header-menu {
	position: absolute;
	left: 500px;
	top: 10px;
	width: 1024px;
	text-align:center;
	z-index: 3;
}

.menu {
    float: right;
    font-size: 18px;
    height: 30px;
    line-height: 1.67em;
    margin: 15px 0px 1px;
    position: relative;
    width: 1024px;
}
.menu a {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}
.menu a:hover {
	text-decoration: underline;
}
.menu ul {
	text-align:right;
}
.menu li {
    border-radius: 10px 2px 0px 0px; 
	background-color:#FF8000;
	padding: 2px 5px;
    border-right:0px solid white;
	position:relative;
	top: 6px;
	display:inline;
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif; 
	font-size: 14px;
	text-shadow: 0 1px 1px #FC3;
	line-height: 28px;
	color: #333;
	margin: auto 1px;
}
*/

.header-menu { 
	width: 100%;
}

#menu {
	margin: 19px auto 0 auto;
	width: 1024px;	
	height: 30px;
	font-family: arial;
	overflow: hidden;	
}

#menu ul {
	float: right;	
	margin-top: -2px;
	padding: 0;
	list-style: none;
	height: 30px;	
}

#menu a {
	display: block;
	padding: 10px 12px 8px 12px;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
}

#menu li {
	float: left;
	clear: none;
	height: 32px;	
    border-radius: 5px 5px 0px 0px; 
	background-color: #FF8000;	
    font-family: Arial,sans-serif;
	font-size: 10px;
	text-shadow: 1px 1px 4px #A3815F;
	border-right: 1px solid #E70;
	border-left: 1px solid #FFB973;
	line-height: 30px;
	color: #333;    
}

#menu li li {
	float: none;
	position: relative;
	border-radius: 0;
	margin: 0;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	margin-top: 0;
	background: #FF8000;
	height: auto;
}

#menu ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 1px;
	margin-top: -1px;
}

div#menu ul li:hover ul {display: block;}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#menu li a:hover {
	color: #333;
}

#menu .menu a {
	color: #ffffff;
}

#menu .menu li li {
	background: none;
}

#menu .current_page_item > a, #menu .current-menu-item > a,  #menu .current-page-ancestor > a {
	color: #333;
}

/** end menu styles **/

#content {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	min-height: 400px;
}
.content a {
	color: #4D5C9D;
	text-decoration: bold;
}
#frontpage-blog {
	float: left;
	margin: 0 0 0px 0px;
	position: relative;
	width: 670px;	
}
.entry-title {
	font-size:32px;
	margin: 10px 0 20px 0;
	color:#666;	
}
.entry-content {
	font-size: 13px;
	margin: 0px 0 50px 0;
	position: relative;
	width: 670px;
	font-weight: normal;
    line-height: 1.4em;

}
.entry-content ul {
	padding: 0px 0px 0px 20px;
	font-size:13px;
	line-height:18px;		

}
.innlegg {
	margin-top: 20px;
	border-bottom: dotted;
	border-bottom-width: 0px;
	border-bottom-color: #666;
	padding: 5px 10px;
}
.innlegg:hover {
	margin-top:20px;
	border-bottom:dotted;
	border-bottom-width:0px;
	border-bottom-color:#666;
}
/** Sidebar and widgets */
.xoxo {
	list-style: none inside;	
}
.widget-container {
	margin-bottom: 10px;	
}

.widget-container a {
	font-size:14px;	
}

.widget-container li {
	padding: 8px 0;
	border-bottom: 1px solid #D5E4FF;
	list-style: none;
	color: #4D5C9D;
}

.widget-title {
	margin-bottom: 10px;
}
.more-link {
	color: #39C;
	text-align: right;
}
/* Widget */
.widget-title {
	font-size: 30px;
	color: #FF8000;
}
#primary {
	background-color:#F0F7FA;
	border-radius: 5px 5px 5px 5px;
	width: 300px;
	border-width: 1px;
	border-color: #CCC;
	float: right;
    font-family: Arial;
	font-size: 12px;
	color: #FFF;
	margin: 25px 0px;
	padding: 20px;
	min-height:297px;
}
#secondary {
	position: relative;
	background-color:#F5F5F5;
	border-radius: 20px 3px 3px 3px;
	width: 300px;
	border-width: 1px;
	border-color: #333;
	float: right;
    font-family: Arial;
	font-size: 20px;
	margin: 20px 0px 0 20px;
	padding: 20px;
}
/* end widgets */
.post-container {
	position: relative;
	margin-top: 20px;
}
#contact1 {
	float: left;
	width: 1000px;	
}
#contact2 {
	float: left;
	width: 450px;
	border-right: 1px solid #990066;			
}
#contact3 {
	float: left;
	width: 500px;		
}
#employees {
	float: left;
	margin: 15px 10px;
	font-size: 11px;
	width: 1000px;
}
#employees img {
	float: left;
	margin: 4px;
	padding-right: 5px;	
}
.employee {
	float: left;
	margin: 0 0 15px 35px;
	border: 2px solid #ffffff;
	min-width: 200px;
	line-height: 1.25em;
}
.employee:hover {
	border: 2px solid #D3D3D3;
}
#contact2 h3 {
	color: #990066;	
}
#contact2 img {
	margin: 0 25px 0 25px;
}
#contact2 p {
	margin: 10px;
	color: #990066;
}
#contact2 a {
	color: #990066;
	font-weight: bold;	
}
#contact2 .adress {
	float: left;
	clear: left;
	width: 350px;
	margin: 15px 0 0 25px;
}
#contactform {
	float: left;
	margin: 10px 20px 10px 50px;
	width: 475px;
	color: #990066;
	font-size: 14px;
}
#contactform p {
	margin: 0 5px 10px 15px;
}
#contactform .contactdescription {
	padding: 5px 0;
}
#contactform fieldset {
	border: none;
	padding: 7px 5px 10px 5px;
	width: 400px;
}
#contactform legend {
	margin: 0 10px;
	padding: 0 5px;
	color: #990066;
	font-size: 17px;
	font-weight: bold;	
}
#contactform label {
	float: left;
	clear: left;
	width: 120px;
	color: #990066;
}
#contactform input {
	border: 1px solid #990066;
	background: #ffffff;
	font-size: 11px;
}
#contactform textarea {
	border: 1px solid #990066;
	background: #ffffff;
}
#contactform .submit {
	/*width: 228px;*/
	font: 10px Tahoma;
	text-transform: uppercase;	
	margin-left: 136px;
	border: 1px outset #f677c5;
	background: #990066;
	color: #ffffff;
	padding: 2px;
}
#contactform img {
	float: right;
	margin: 1px 8px 2px 2px;
	padding: 0;
}

.workshop-menu-container {
	position: relative;
	width: 1024px;
	height: 26px;
	margin-top: 4px;	
}

.workshop-menu {
	float: left;
	width: 1024px;
	list-style: none;
}

.workshop-menu li {
	float: left;
	background: #40A7F2;
	border: 1px solid #40A7F2;
	border-radius: 6px;
	width: auto;
	min-width: 125px;
	margin-left: 3px;
	list-style: none;
	text-align: center;
	padding: 0 5px;
}

.workshop-menu li:hover {
	background: #3084C2;
	border: 1px solid #3084C2;
	color: #ffffff;
}

.workshop-menu a {
	width: 100%;		
	line-height: 26px;
	color: #eeeeee;
}

.workshop-menu a:hover {
	color: #ffffff;
}
/*Toggle Participants*/
.container {
	width: 600px;
	margin: 0 auto;
}

h2.trigger {
	padding: 0 0 0 30px;
	margin: 0 0 2px 0;
	background: url("images/h2_trigger_a.gif") no-repeat;
	height: 23px;
	line-height: 23px;
	width: 550px;
	font-size: 14px;
	font-weight: normal;
	border-bottom:1px solid #EEE;
	float: left;
}
h2.trigger a {
	color: #8D8D8D;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover {
	color: #67ace2;
}
h2.active {background-position: left bottom;}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url("images/toggle_block_stretch.gif") repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 580px;
	clear: both;
}
.toggle_container .block {
	padding: 20px;
	background: url("images/toggle_block_btm.gif") no-repeat left bottom;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.toggle_container h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}


#footer-content p.partners {
	-webkit-align-items: center;
	        align-items: center;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	width: 100%;
}

#footer-content p.partners a {
	margin: 0;
	width: calc((100% / 7) - 10px);
}

#footer-content p.partners a img {
	max-height: 60px;
	max-width: 100%;
}

.part-universities {
	-webkit-align-items: center;
	        align-items: center;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin: 40px 0;
	padding: 24px 0;
}

.part-universities a {
	text-align: center;
	width: 190px;
}

.part-universities.professors a {
	width: 160px;
}

.part-universities a img {
	height: auto;
	max-height: 60px;
	max-width: 100%;
}