/*
Theme Name: NOSL
Theme URI: https://www.nosl.lu
Author: Pol Wagner & Nicole Lanners
Author URI: www.nosl.lu
Description:
Version: 1.0
License: GNU General Public License v2 or later
*/


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #f1f1f1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/**
 *  Body
 **/

body {
  background-color: #DCDCDC;
  font-family: 'Open Sans', sans serif;
  font-size: 10pt;
  color:#444;
}
#envelope {
  margin:auto;
  background-color: white;
  width: 1024px;
}
#envelope2 {
	padding: 0px 10px 0px 10px;
}
a {
  color: #95C11E;
  font-weight: bold;
  text-decoration: none;
}
p {
	margin: 10px 0px 10px 0px;
}
strong {
	font-weight: bold;
}
input, textarea, select {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px; 
  border: 1px solid #ccc;	
  padding: 8px;
    font-family: 'Open Sans', sans serif;
}

/** FOOTER **/
#nosl_footer {
  background-color: #333;
  color: white;
  height: 70px;
  font-size: 9pt;
  width: 1024px;
  padding: 3px;
}
.nosl_bottom_addresses {
  width: 140px;
  float: left;
  letter-spacing: -0.5px;
  font-weight: 300;
}
.nosl_footer_pix {
  height: 20px;
  width: 26px;
  float: left;
  display: block;
}
.nosl_footer_tel {
  background: url('/new/wp-content/themes/NOSL/images/Buttons2.png') -43px 0px no-repeat;
}
.nosl_footer_contact {
  background: url('/new/wp-content/themes/NOSL/images/Buttons2.png') 0px 0px no-repeat;
}
.nosl_footer_house {
  background: url('/new/wp-content/themes/NOSL/images/Buttons2.png') -85px 0px no-repeat;
}
.nosl_footer_bold {
  margin: 3px 0 3px 0;
  font-weight: 600;
}

.nosl_bottom_buttons {
  width: 39px;
  float: left;
  margin-right: 3px;
}
#button_365 {
         background:url('/new/wp-content/themes/NOSL/images/Buttons_365.png') 0px 0px no-repeat;
         width:39px;
         height:39px;
         float: left;
}
#button_email {
         background:url('/new/wp-content/themes/NOSL/images/Buttons_MailEnseignant.png') 0px 0px no-repeat;
         width:39px;
         height:39px;
         float: left;
}
#button_facebook {
         background:url('/new/wp-content/themes/NOSL/images/Buttons_Facebook.png') 0px 0px no-repeat;
         width:39px;
         height:39px;
         float: left;
}
#button_restopolis {
         background:url('/new/wp-content/themes/NOSL/images/Buttons_Restopolis.png') 0px 0px no-repeat;
         width:39px;
         height:39px;
         float: left;
}
#button_iam {
         background:url('/new/wp-content/themes/NOSL/images/Buttons_IAM.png') 0px 0px no-repeat;
         width:39px;
         height:39px;
         float: left;
}
#button_webuntis {
         background:url('/new/wp-content/themes/NOSL/images/Buttons_WebUntis.png') 0px 0px no-repeat;
         width:39px;
         height:39px;
         float: left;
}
#nosl_bottom_buttons_envelope {
  float: left;
  margin: 14px 0px 10px 60px;
}

/** Header **/
#nosl_header {
  height: 120px;
}
.nosl_menu {
  border-top: 2px solid #95C11E;
  border-bottom: 2px solid #95C11E;
  text-align:center;
  float: clear;
  height: 50px;
}
.breadcrumbs a {
text-decoration: none;
  color: #999;
	}
.breadcrumbs {
	border-bottom: 1px solid #999;
  text-align:left;
  float: clear;
  height: 23px;
	margin-top:2px;
	padding-top:2px;
	padding-left: 5px;	
	color: #999;
	
}
.nosl_menu > div {
  width: 800px;
  margin: auto;
}
.nosl_menu > div > div {
  padding: 10px 20px 10px 20px;
  text-align:center;
  float: left;
  vertical-align: baseline;
}
#menuclone {
	display: none;
	position: fixed;
	top: 0;
	background-color: white;
	margin: auto;
	width: 1004px;
	z-index: 999;
}
#menucloneenvelope {
  margin: auto;
  width: 1024px;
  padding: 10px;	
}
/*#nosl_logo {
  float: left;
  margin-left: 170px;
  margin-top: 10px;
}
#nosl_unesco {
  float: right;
  margin-right: 170px; /** ouni meteo: 170 **/
  /*margin-top: 10px;
  height: 90px;
  position: absolute;
  z-index: 50;
}
#nosl_meteo_envelope {
	position: absolute;
	z-index: 5;
  height: 90px;
  width: 90px;
  padding-left:910px;  
  float: right;
  padding-top:10px;
}
#nosl_meteo_data {
	text-align:center;
	width:90px;
	border:0px;
	font-size:8pt;
  height: 90px;
  z-index:10;
  width:90px;
}
#nosl_meteo_overlay {
	float: right;
	z-index: 1000;
  height: 90px;
  width: 90px;
  background-image: url('http://meteo.nosl.lu/pix/transp.png');
  background-repeat: repeat; 
  position: absolute;
  border:0px;
  top:0; bottom:0; left:0; right:0;
  margin:auto;
}*/
/*#nosl_menu a {
  font-size: 16px;
  font-weight: normal;
  padding: 10px 0 10px 0;
}
#nosl_menu a:hover {
  font-size: 16px;
  color: #95C11E;
  font-weight: 500;
}             */
#headerenv {
  width: 1024px;
  /*border: 1px solid black;*/
  height: 132px;
}
#headercolleft {
  float: left;
  /*border: 1px solid red;*/
  width: 870px;
  height: 120px;
}
#headercolright {
  float: right;
  /*border: 1px solid red;*/
  width: 150px;
  height: 120px;
}
#headercolcenter {
  /*border: 1px solid green;*/
  height: 120px;
  width: 700px;
  margin-left: 110px;
}
#headermeteo {
  /*border: 1px solid green;*/
  height: 109px;
  margin-top: 19px;
  text-align:center;
}
#headerlogo {
  /*border: 1px solid blue;*/
  height: 109px;
  width: 180px;
  float: left;
  text-align:center;
  margin-top:19px;
}
#headerunesco {
  /*border: 1px solid blue;*/
  height: 122px;
  width: 190px;
  float: right;
  text-align:center;
  margin-top: 6px;
}

/** NAV **/
nav {height: 30px; width: 900px; margin: 0 auto; border-left: 5px solid #ffffff; border-right: 5px solid #ffffff; z-index: 999 !important; position: relative;}
nav ul {height: 30px; margin: 0 10px; z-index: inherit;}
nav ul li {height: 30px; display: block; float: left; padding: 0px; margin: 0px 10px 0 10px; z-index: inherit; padding-top: 10px;}
nav ul li:hover {z-index: inherit;}
nav ul li ul {position: absolute; margin: 0px 0 10px -10px; z-index: inherit; }
nav ul li ul li {height: 30px; min-width: 120px; display: block; float: none;  padding: 0px; z-index: inherit; background-color: #95C11E; text-align:left; }
nav ul li ul li:hover {z-index: inherit;}
nav ul li ul li ul {position: absolute; margin: -30px 0 0 211px; border: 0px solid #95C11F;  z-index: inherit;}
nav ul li ul li ul li { padding: 0; z-index: inherit;}

nav ul li>ul {display: none; z-index: inherit;}
nav ul li:hover>ul {display: block; z-index: inherit;}

nav ul li a { height: 30px; width: 100%; padding: 2px 12px 3px 12px; display: block; overflow: hidden; white-space: nowrap;  font-size: 12pt; font-weight: normal; text-decoration: none; }
nav ul li a:hover { font-size: 12pt; }
nav ul li ul li a { color: #fff; font-size: 10pt;text-decoration: none; }
nav ul li ul li a:hover { color: #fff; font-size: 10pt; }

nav>div>ul>li.current_page_parent, nav>div>ul>li.current_page_item, nav>div>ul>li.current_page_ancestor{ background: url('/new/wp-content/themes/NOSL/images/menu_actual.png') top center no-repeat; }

nav ul li ul > .page_item a { -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}
/** SIDEBAR **/
aside {width: 300px; margin: 5px 0 5px 5px; padding: 0 0 0 15px; border-left: 2px solid #95C11E; float: right;}

/** **/

aside h2 {
  color: #95C11E;
  font-size: 14pt;
  font-weight: 700;
  margin: 10px 0 10px 0;
}
aside li {
  list-style: circle outside;
  margin-left: 15px;
}
aside hr {
	border: 1px solid #95C11E;	
}

/** HOME **/
div.noslpost {
  width: 335px;
  height: 500px;
  font-size: 10pt;
  float: left;
  display: table-cell;
  padding: 10px;
  border: 1px solid #eee;
  margin: 1px;
  overflow:hidden;
}
div.noslpost h3 {  /** the date **/
  color: #95C11E;
  font-weight: bold;
}
div.noslpost h2 { /** the title **/
  font-size: 12pt;
  margin: 7px 0px 5px 0px;
}
.nosl_post_image_container {
  width: 315px;
  height: 180px;
  text-align:center;
  overflow: hidden;
}
.nosl_post_image_container>a {
  width: 100%;
  height: 100%;
}
.nosl_post_image_container>a>img {
  margin:auto;
}

/** CONTENT **/
#nosl_content {
  padding: 10px;
  min-height: 400px;
}
#normalcontent  {
	line-height: 24px;
}
#normalcontent h2 {
  font-size: 14pt;
  color: #95C11E;
  border-top: 1px solid #95C11E;
  padding: 2px 10px 2px 2px;
  margin-top: 1px;
  margin-bottom: 3px;   
  clear: both;
}
#normalcontent h3 {
  font-size: 14pt;
  font-weight: bold;
  text-decoration: underline;
  padding: 2px 10px 2px 2px;
  margin-top: 10px;
  margin-bottom: 3px;   
}
div.h4, #normalcontent h4 {
  font-size: 14pt;
  font-weight: bold;
  padding: 2px 10px 2px 2px;
  margin-top: 1px;
  margin-bottom: 3px;
  clear: both;  
}
#normalcontent ul {
	padding-left: 36px;
}
#normalcontent li {
	list-style: disc;
	margin-bottom: 0px;
}
.aligncenter {
  margin: auto;
  display: block;
}
table.aligncenter {
	display: table;
}
.alignright {
  display: block;
  float:right;
  margin: 0 0 8px 6px;
}
.alignleft {
  display: block;
  float:left;
  margin-right: 10px; 
}
#normalcontent .lang-item {
	margin: 0;
	list-style: none;
	display: inline;
}
#normalcontent table.noborder td {
  border: 0px;
  vertical-align: top;
}
#normalcontent th {
	background-color: grey;
	color: white;
	text-align:center;
}
#normalcontent td, #normalcontent th {
  border: 1px solid grey;
  padding: 2px;
  vertical-align: middle;
} 
#normalcontent table {
  border-collapse: collapse;
} 
em { 
	font-style: italic; 
}
.helpbox {
	background: url('/new/wp-content/themes/NOSL/images/help.png') top left no-repeat;
	padding-left: 20px;
	font-size:8pt; 
	font-style: italic; 	
}
label.viirdrun { width: 100px; display:inline-block;  }
input.duerno {  }
fieldset.formgroup { float: left; border: 1px solid #ccc; padding: 10px; margin-right:5px; }
fieldset.formgroup legend { padding-right:6px; padding-left:6px; }
li.boldlist { font-weight: bold; }
table { margin: 1px; }
article h2 a { font-size:16pt; }

/** COPY **/
.sin_copy_table {
	border-collapse: collapse;
	margin:auto;
}
.sin_copy_table tr td {
  font-size: 9pt;
  border: 1px solid #bbb;  
  border-collapse: collapse;
  padding: 1px 0 1px 2px;
}
table.sin_copy_table tr td.right {
  text-align:right;
}
table.sin_copy_table tr td.center {
  text-align: center;
}
.sin_copy_table tr th {
  border: 1px solid #bbb;
  font-size: 11pt;
  font-weight: bold;
  background-color: #ccc;
  border-collapse: collapse;
  padding: 3px 5px 3px 5px;
  text-align: center;
}

/** OSMS **/
div.osms_content { 
	width: 624px;
	margin-left: 360px;	
	overflow: hidden;
}
div.h6, #normalcontent h6 {
  font-size: 14pt;
  color: #95C11E;
  border-top: 1px solid #95C11E;
  padding: 2px 10px 2px 2px;
  margin-top: 1px;
  margin-bottom: 3px;   
  font-weight: bold;
}
div.linkdesk {
	font-size: 10pt;
	font-style: italic;
}
span.uploaderror {
  font-weight: bold;
  color: red;
}
span.uploadok {
  font-weight: bold;
  color: green;
}