/*
# ------------------ BEGIN LICENSE BLOCK ------------------
#
# Package:		theme.css
# Copyright (c) 2015 Pluxopolis
# Authors		Stéphane Ferrari
#
# ------------------- END LICENSE BLOCK -------------------
*/

@font-face {
	font-family: 'trystregular';
	src: url('../fonts/Tryst-Regular-webfont.eot');
	src: url('../fonts/Tryst-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Tryst-Regular-webfont.woff2') format('woff2'),
		 url('../fonts/Tryst-Regular-webfont.woff') format('woff'),
		 url('../fonts/Tryst-Regular-webfont.ttf') format('truetype'),
		 url('../fonts/Tryst-Regular-webfont.svg#trystregular') format('svg');
	font-weight: norma;
	font-style: normal;
}

body {
	background: #D9E3EF url(../img/bg.jpg) no-repeat top center;
	font-size: 110%;
	font-family: 'trystregular';

}
.container {
	max-width: 1100px;
}
.content {
	min-height: 650px;
	border-radius: 4px;
	background-color: #ffffff; /* D9E3EF E0EAEF*/
	padding: 20px 50px 20px 50px;
}

/* HEADER ===================== */

.header {
	text-align:center;
}
.header h1 {
	margin: 0;
	font-size: 3rem;
	line-height: 1.5;
	letter-spacing: 10px;
}
.header h1 a {
	color: #666;
	text-decoration:none;
}
.header h2 {

	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 10px;
}

/* NAVIGATION ================= */

.nav {
	height: 1.9rem;
	margin-bottom: 10px;
}
.menu.expanded  li {
	margin: 0 8px 0 8px;
	border-radius: 4px;
}
.menu.expanded li.active a,
.menu.expanded li.active a:hover {
	padding: 0 10px 0 10px;
	background-color: #90B0CE;
	color: #fff;
	border-radius: 4px;
}
.menu.expanded a,
.menu.expanded a:hover {
	color: #999;
}

@media (max-width: 767px) {
	.nav {
		background-color: #fff;
		border-bottom: 1px solid #bbb;
		height: auto;
		left: 0;
		max-height: 200px;
		overflow-y: auto;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
	}
	.nav .menu.expanded li:hover {
		background-color: #ddd;
	}
	.nav a {
		color: #258fd6;
	}
	.nav a:hover {
		color: #444;
	}
	.responsive-menu label {
		background-color: #222;
	}
	.header {
		margin-top: 2rem;
		text-align: center;
	}
}

.repertory {
	margin-top: 2rem;
}

/* ARTICLE ================= */

.article header h1 {
	/*font-size: 1.8rem;*/
	font-weight: bold;
}
.article header h1 a {
	color: #444;
}
.article header h1 a:hover {
	color: #258fd6;
	text-decoration: none;
}
.comment {
	background-image: url('../img/user.png');
	background-repeat: no-repeat;
	margin-bottom: 2rem;
	padding-left: 4rem;
}
.comment blockquote {
	margin: 0;
}
.nbcom {
	background-color: #258fd6;
	color: #fff;
	height: 1.25rem;
	line-height: 1.25rem;
	padding: .2rem .3rem;
}
.nbcom:hover {
	background-color: #3a6c96;
	color: #fff;
	text-decoration: none;
}
.capcha-word {
	background-color: #ccc;
}
.article,
.pagination {
	margin-bottom: 4rem;
}
.article.static {
	margin-bottom: 0;
}
.pagination a {
	background-color: #90B0CE;
	color: #fff;
	height: 2.2rem;
	line-height: 2.2rem;
	padding: .5rem .6rem;
	border-radius: 4px;	
}
.pagination a:hover {
	background-color: #3a6c96;
	color: #fff;
	text-decoration: none;
}

/* SIDEBAR ================= */

.aside, .aside a {
	color: #666
}
.aside {
	padding-left: 2rem;
}
@media (max-width: 768px) {
	.aside {
		margin-top: 2rem;
		padding-left: 1rem;
	}
}
.aside h3 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 2rem;
	text-transform: uppercase;
}
.aside li.tag {
	margin-left: 0;
}
.aside ul {
	margin: 0;
}

/* FOOTER ================== */

.footer {
	padding: 2rem 0;
	text-align: center;
}
.footer p {
	margin: 0;
}
.copyright {
	font-size: 0.8rem;
}
