/***********************************************************************************************
(c) CSS for MULTISCALESOLAR website // www.multiscalesolar.eu //
************************************************************************************************
Author: MULTISCALESOLAR CONSORTIUM
************************************************************************************************/

#menu-mainmenu,
#menu-mainmenu ul,
#menu-mainmenu li,
#menu-mainmenu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

#menu-mainmenu {	
	clear: both;
	margin:0 auto;
	background:/*url(../images/menu.png) 0 0 repeat-x*/ #c9d957;
	color:#FFF;
	max-width:75em;
	height:3em; /* 48px */
}

#menu-mainmenu li {
	position: relative;
	list-style-type: none;
	float: left;
	display: block;
	height: 3em; /* 48px */
	min-width:12%;
	text-align:center;
}

/* Links */
#menu-mainmenu li a {
	display: block;
	padding: 11px 14px 11px 14px;
	margin: 0 0;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: light;
	font-size: 16px; /* 13px */
	line-height: 26px;
	background: transparent;
	color: #333;
	border-left: 1px solid #d6e75d;
}

#menu-mainmenu li:last-child a { 
	border-right: 1px solid #d6e75d;
}

#menu-mainmenu li:hover > a { 
	background:#FFF;
	color: #333;
}

/* Sub Menu */
#menu-mainmenu ul {
	position: absolute;
	top: 3em; /* 48px */
	left: 1px;
	opacity: 0;
	background:#FFF;
	color:#333;
	border: 1px solid #eaeaea;
	border-top:none;
}

#menu-mainmenu li:hover > ul { 
	opacity: 1; 
}

#menu-mainmenu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
}

#menu-mainmenu li:hover > ul li {
	height: 2.25em; /* 36px */
	overflow: visible;
	padding: 0;
}

#menu-mainmenu ul li a {
	width: 10em;
	padding: 0.5em 1em 0.5em 1em; 
	margin: 0;
	border: none;
	text-transform:none;
	background:#FFF;
	color:#646464;
}

#menu-mainmenu ul li:hover > a { 
	background:#eaeaea;
	color:#000;
}

#menu-mainmenu ul li:last-child a { 
	border: none; 
}

/***********************************************************************************************
(c) CSS for MULTISCALESOLAR website // www.multiscalesolar.eu //
************************************************************************************************
Author: MULTISCALESOLAR CONSORTIUM
************************************************************************************************/


/**********************************************

Font Size required (px)
----------------------- = Font size (em)
Font Size parent (px)

***********************************************

Line Height required (px)
------------------------- = Line Height (em)
Font Size parent (px)

**********************************************/

/* imports */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700|Open+Sans:300,400,600,700,800,300italic,400italic,600italic,700italic,800italic);

/* resets */
*,
*:before,
*:after {
  box-sizing: border-box;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

html{
	font-size: 100%;
} 

body{
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', Calibri, Arial, sans-serif;
	font-weight: 400;
	text-align: left;
	color:#000;
	background: url(body.png) 0 0 repeat-x #FFF;
	padding: 0;
	margin: 0;
}

/**********************************************/

.textcolor1{
	color:#b6c44f;
	background:transparent;
}

.textcolor2{
	color:#646464;
	background:transparent;
}

.fontfamily1{
	font-family: 'Roboto Condensed', Calibri, Arial, sans-serif;
	font-size: 20px;
	line-height: normal;
	font-weight: 700;
	text-align: left;
}


.black{
	color:#000;
	background:transparent;
}

/**********************************************/

.bold{
	font-weight:bold;
}

.textcenter{
	text-align:center;
}

.textleft{
	text-align:left;
}

.textuppercase{
	text-transform:uppercase;
}

.textlowercase{
	text-transform:lowercase
}

.fontsmall{
	font-size: 0.875em;
}

.fontitalic{
	font-style:italic;
}

/**********************************************/

hr{
	border: none;
	border-bottom: 1px solid #c9d957;
}

p{
	margin: 1em 0 0 0;
}

img{
	max-width: 100%;
	height: auto;
}

.border{
	border:1px solid #9CF;
}

.caption{
	font-style:italic;
	color:#006FBA;
}

acronym{
	cursor:help;
	border-bottom:0.0625em dotted #CCC;
}

a acronym{
	border-bottom:none;
}



/**********************************************/

a{
	color:#a0ad45;
	background:transparent;
	text-decoration:underline;
}

a:hover{
	color:#646464;
	background:transparent;
}

a.mail{
	text-decoration:none;
}

a.download{
	background:url(../images/download.png) left 0 no-repeat #FFF;
	padding:0.1em 0 0.3em 1.4em;
}

a:hover.download{
	background:url(../images/download_hover.png) left 0 no-repeat #FFF;
}

a.pdf{
	background:url(../images/file_pdf.png) left 0 no-repeat #FFF;
	padding:0.5em 0 0.5em 2.4em;
	line-height:2em;
}

a:hover.pdf{
	background:url(../images/file_pdf_download.png) left 0 no-repeat #FFF;
}



/**********************************************/


h1{
	font-family: 'Roboto Condensed', Calibri, Arial, sans-serif;
	font-size: 28px;
	line-height: normal;
	font-weight: 400;
	text-align:left;
	text-transform: uppercase;
	margin:0.75em 0 0.5em 0;
	color:#646464;
	background:#FFF;
	border-bottom: 1px solid #EFEFEF;
}

h2{
	font-family: 'Roboto Condensed', Calibri, Arial, sans-serif;
	font-size: 24px;
	line-height: normal;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	margin: 1em 0;
	padding: 0.5em 0 0.5em 0;
	color: #646464;
	background: #fee821;
}


h3{
	font-family: 'Roboto Condensed', Calibri, Arial, sans-serif;
	font-size: 24px;
	line-height: normal;
	font-weight: 300;
	text-align: left;
	text-transform: uppercase;
	margin: 1em 0;
	color: #646464;
	background: #FFF;
	border-bottom: 1px solid #EFEFEF;
}

p + h3{
	margin: 2em 0 0.7em 0;
}

h3.partners{
	margin: 0 0 0.5em 0;
	border:none;
	line-height: 48px;
}

h3.partners img{
	vertical-align: middle;
}


h4{
	font-family: 'Roboto Condensed', Calibri, Arial, sans-serif;
	font-size: 20px;
	line-height: normal;
	font-weight: 700;
	text-align: left;
	margin: 0.5em 0;
	color: #b6c44f;
	background: #FFF;
}

p + h4, ul + h4{
	margin: 1.5em 0 0.5em 0;
}

/**********************************************/

#navbar{
	height: 4.5em; /* 2.625em */
	clear: both;
	background: #333;
	color: #666;
	text-align: right;
}

#navbar p{
	line-height: 1.2em;
	padding:1.6em 0 1em 0;
	text-transform:uppercase;
	max-width:75em;
	margin:0 auto;
	background: transparent;
	color:#000;
}

#navbar p a{
	font-size: 18px;
	margin:0 0.5em; 
	padding:0.5em 2em 0.5em 2.2em;
	color:#c9d957;
	background:url(../images/navigation_a.png) left 0 no-repeat transparent;
	text-decoration:none;
}

#navbar p a:hover{
	color:#FFF;
	background:url(../images/navigation_ahover.png) left 0 no-repeat transparent;
}

/**********************************************/

#header{
	clear: both;
	margin:0 auto;
	background: transparent;
	color:#000;
	text-align: justify;
	font-size: 1em;
	max-width:75em;
	height:auto;
}

/**********************************************/

#footer{
	clear: both;
	background: #646464;
	color: #FFF;
	height:auto;
	padding:1em 0;
}

#footer p{
	font-size: 14px;
	margin: 1em 0 1em 0;
	text-align:center;
}

#footer p a{
	color: #c9d957;
	text-decoration:none;
}

#footer p a:hover{
	color: #fee821;
}

/* grid */
.row {
	margin: 0 auto;
}

.row:last-child {
	margin-bottom: 0;
}

[class*="col-"] {
	padding: 20px;
	text-align: center;
}

@media all and ( min-width: 768px ) {
  
  .row {
    width: 75%;
  }
  .col-1-1 {
    float: left;
    width: 100%;
  }
  .col-1-2 {
    float: left;
    width: 50%;
  }
  .col-2-3 {
    float: left;
    width: 66.66%;
  }
  .col-1-3 {
    float: left;
    width: 33.33%;
  }
  
}


/**********************************************/

#container{
	margin:0 auto;
	background:#FFF;
	color:#000;
	text-align: justify;
	max-width:75em;
	min-height:40em
}


/**********************************************/

#sidebar{
	float: right;
	width: 18em;
	background: #FFF;
	color: #000;
}

#sidebar div{
	background: #f0f0f0;
	padding: 0.5em;
}

#sidebar h2{
	color: #444;
	background: /*url(../images/sidebar_h2.png)0 0 repeat-x*/ transparent;
	margin: 1.5em 0 0 0;
	text-align:center;
	padding:0 0 0 0;
	font-family: 'Roboto Condensed', Calibri, Arial, sans-serif;
	font-size: 24px;
	line-height: normal;
	font-weight: 300;
	text-transform: uppercase;
}

#sidebar p{
	font-family: 'Open Sans', Calibri, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	background: #FFF;
	color:#666;
	-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
	padding: 1em 1em;
}

#sidebar p span {
	font-size: 16px;
	text-transform: uppercase;
	color: #a0ad45;
	background: #FFF;
}

#sidebar p a{
	text-decoration: none;
	font-weight: 400;
}

#sidebar p{
	text-align:center;
}

#sidebar-1 li {
    list-style: none;
}

/**********************************************/

#content{
	margin: 0 21em 0 0;
	clear:left;
	background: #FFF;
	color: #000;
	min-width: 20em;
	padding: 1.5em 0;
}

#content p{
	font-size: 14px;
	margin: 0 0 1.5em 0;
}

/**********************************************/

table{
	width:100%;
	border-collapse:collapse;
	margin: 2.5em 0;
	border: 1px solid #CCC;
}

table th{
	font-family: 'Roboto Condensed', Calibri, Arial, sans-serif;
	font-size: 24px;
	line-height: normal;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	padding: 0.5em 0 0.5em 0;
	color: #646464;
	background: #fee821;
}

table tr td{
	border-bottom: 1px solid #CCC;
	padding: 0.5em 1em;
}

#content table tr td p{
	font-size: 16px;
	margin: 0.5em 0 0.5em 0;
}


