/* [html] */

html,
body {
	height: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, div, form, fieldset, dl, dt, dd, ul, li, ol, img, table {
	margin:0;
	padding:0;
	border:0;
	color: #505050;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	border-top:7px solid #005500;
	line-height: 1.7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1rem;
	width: 100%;
}

p, h3, h4, table, ul {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.428571429; /* 20px */
}

a {
	color:#005500;
	font-weight:normal;
}
a:hover, a:active, a:link {
	text-decoration:none;
	color:#70a62a;
}
acronym {
	border:0;
	cursor:help;
	border-bottom:1px dotted #888d91;
}

figure img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.site-logo {
	padding: 5.5em 0 1.5em 0;
	background:#fff;
	text-align: right;
}

.site-logo a{
	display: inline-block;
}
.site-logo img{
	width: 100%;
}

.site-wrapper{
	max-width: 79em;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2em;
	padding-right: 2em;
}

.site-top{
	text-align: right;
}

/* [top and nav] */
.full-navigation {
		width: 100%;
		background-color: #005500;
}

.full-navigation ul {
		list-style-type: none;
		max-width: 900px; /* for IE8 */
		max-width: 90rem;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		font-size: 0;
		text-align: center;
}

.full-navigation li {
		display: inline-block;
		font-size: 11px; /* for IE8 */
		font-size: 1.1rem;
}

.full-navigation li a {
		display: block;
		color: white;
		text-align: center;
		padding: 12px 14px;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
}

/* Change the link color to #111 (black) on hover */
.full-navigation li a:hover {
		background-color: #111;
}
.full-navigation li a.active {
		background-color: #013B01;
}

/* main element where to put the content of the page */
main{
	margin-top: 5em;
	margin-bottom: 7em;
}

/* content section */
.site-content{
	margin: 2.5em 0;
}

/* set default paragraph in contents */
.site-content p{
	margin: 1.428571429em 0;
}

/* set all links in contents */
.site-content a{
	color: #006600;

}

.site-content a:hover,
.site-content a:focus{
	text-decoration: underline;
}

.site-content ul{
	margin-bottom: 1.428571429em;
}

.content-title{
	font-size: 2em;
	line-height: 1.5;
	font-weight: bold;
	margin: 1.5em 0 1em;
	color: #787878;
}

.content-title-level2{
	font-size: 1.8em;
	line-height: 1.5;
	font-weight: bold;
	margin: 1.111111111em 0 0.555555556em;
	color: #787878;
}

.content-title-level3{
	font-size: 1.6em;
	line-height: 1.5;
	font-weight: bold;
	color: #787878;
}

.content-emphasys{
	font-style: italic;
}

/* Split view
 * use to get to blocks side by side in the main content
**/
.split-view{
	overflow: hidden;
}

.split-view-left,
.split-view-right{
	float: left;
	width: 50%;
}

.split-view-left{
	padding-right: 1em;
}

.split-view-right{
	padding-left: 1em;
}

.split-view p:first-child{
	margin-top: 0;
}

/* [home] */

#home_left {
	float:left;
	width:349px;
	border-right:0px solid #cccccc;
	padding:0 25px 15px 0;
}
#home_right {
	float:left;
	width:350px;
	padding:0 0 0 25px;
}
#home_left h2, #home_right h2 {
	margin:15px 0;
}
#home_left h4 {
	margin:15px 0 -15px;
	color:#404040;
	font-size:100%;
}

/* [about] */
#abouthead {
	margin-bottom:25px;
	color:#999999;
}
#abouthead p {
	font:195%/150% Helvetica, Verdana, Arial, Helvetica, sans-serif;
	margin:5px 0;
}
#abouthead h2 {
	font:325%/130% Helvetica, Verdana, Arial, Helvetica, sans-serif;
	margin:5px 0;
}
.blue {
	color:#00adef;
}
#about_left {
	float:left;
	width:400px;
	border-right:none;
}
#about_right {
	float:right;
	width:350px;
}


/* [content] */

#genhead {
	margin-bottom:25px;
	color:#999999;
}
#genhead p {
	font:195%/150% Helvetica, Verdana, Arial, Helvetica, sans-serif;
	margin:5px 0;
}
#genhead h2 {
	font:325%/130% Helvetica, Verdana, Arial, Helvetica, sans-serif;
	margin:5px 0;
}
.blue {
	color:#00adef;
}
#gen_left {
	float:left;
	width:750px;
	padding:0 25px 15px 0;
	text-align: left;
}



/* [contact] */

#cont_left {
	float:left;
	width:349px;
	border-right:1px solid #cccccc;
	padding:0 25px 15px 0;
}
#cont_right {
	float:left;
	width:350px;
	padding:0 0 0 25px;
}
#cont_right img {
	border:1px solid #b3b3b3;
	margin-top:10px;
}
#cont_left h2, #cont_right h2 {
	margin:15px 0;
}
#cont_left ul, #cont_right ul {
	margin:15px 0 15px 20px;
	list-style:square;
}


.site-footer {
	background: url("../images/footer-bk.jpg") no-repeat 50% 0;
	width: 100%;
	padding: 3em 0;
}

.site-footer p{
	visibility: hidden;
}

#footer h3 {
	font-size:155%;
	font-weight:normal;
}
#footer ul {
	list-style:none;
}
#footer p{
	line-height: 17.3px;
}

#footer_left {
	float:left;
	width:349px;
	padding:0 25px 0 0;
	color: #aaaaaa;
	text-align: left;
}
#footer_left ul a {
	font-weight:normal;
	color:#bfbfbf;
	text-decoration:none;
	text-align:left;
}
#footer_right {
	float:left;
	width:350px;
	padding:0 0 0 25px;

}


/* [extra] */

.divider {
	margin:15px 0;
	border-bottom:1px solid #cccccc;
	font-size:1px;
	clear:both;
}
a.readmore {
	color:#e2871a;
	padding:0 0 0 15px;
	background:url(/images/arrow-left.gif) center left no-repeat;
}
h3.tophead {
	margin-top:25px;
}
.cleaner {
	clear:both;
}
.whiteblock {
	clear:both;
	background:#fff;
	height:30px;
}
.small {
	font-size:80%;
	line-height:160%;
}
.spacer {
	clear:both;
	height:75px;
}
.firstpara {
	font-size:110%;
}
.hide, #nav span, #breadcrumbs span, #carousel_frame ul li span {
	position:absolute;
	left:-5000px;
	margin:0;
	padding:0;
}
.clearfix:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
}
.clearfix {
		display:inline;
}
iframe {
	border:0;
	margin:0;
	padding:0;
	overflow:hidden;
}
img {
		-webkit-box-shadow: 3px 3px 3px #7C7C7C;
		box-shadow: 3px 3px 3px #7C7C7C;
		}

.no-shadow {
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! */

.carousel {
		height: 30%;
}

.item,
.active,
.carousel-inner {
		height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
		width: 100%;
		height: 100%;
		background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-
}


.content-articles a{
	font-weight: normal;
}

.content-books-list{
	list-style: none;
	font-size: 0;
}

.content-books-list + p{
	margin-top: 0;
}

.content-books-list li{
	display: inline-block;
	font-size: 10px;
	font-size: 1rem;
	text-align: center;
	width: 50%;
	vertical-align: top;
	padding: 0 1em;
}

/* when screen is wider than 790px display 3 books by line */
@media (min-width: 49.375em){ /*790px divided by 16, because base is alway 16 */
	.content-books-list li{
		width: 33.333333333%;
	}
}

.content-books-list a{
	display: inline-block;
}

.content-books-list figcaption {
	font-size: 1.4em;
	margin: 1em 0 3em;
}

.content-journal-list li{
	list-style: none;
	font-size: 10px;
	font-size: 1rem;
	margin: 2em 0 4em;
}

.content-journal-list li:after{
	content: '';
	clear: both;
	display: block;
}

.content-journal-list figure{
	margin-bottom: 2em;
}

.content-journal-list p{
	margin-top: 0;
}


/* when screen is wider than 600px display the picture side by side with the text */
@media (min-width: 37.5em){ /*600px divided by 16, because base is alway 16 */
	.content-journal-list figure,
	.content-journal-list .desc{
		float: left;
	}

	.content-journal-list .desc{
		padding-left: 2em;
		width: calc( 100% - 11.1em );
	}
}
