/*
# ------------------ BEGIN LICENSE BLOCK ------------------
#
# This file is part of PluXml : http://www.pluxml.org
#
# Package:		theme.css
# Copyright (c) 2014 PluXml
# Authors		Jos
# Licensed under the GPL license.
# See http://www.gnu.org/licenses/gpl.html
#
# ------------------- END LICENSE BLOCK -------------------
*/

body {
	background-color: #fff;
}

a, a:visited, a:hover, a:focus, a:active {
    color: #21759b;
    outline: medium none;
}

.container {
		margin: 0 auto;
		max-width: 960px;
		max-width: 68.571428571rem;
		overflow: hidden;
}

h1, .h1 {
    font-size: 2rem;
}

.header {
	padding: 1.7rem 0;
}
.header h1 {
	font-size: 2.2rem;
    line-height: 1.8em;
    font-weight: bold;
}
.header h1 a, .header h1 a:visited, .header h1 a:hover, .header h1 a:focus, .header h1 a:active {
    color: #444;
}
.header h1 a:hover {
	text-decoration: none;
}
.nav {
	height: auto;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.nav a {
	color: #444;
    text-transform: uppercase;
    white-space: nowrap;
}

.menu li.active a {
	color: #444;
}

@media (min-width: 768px) {
	.menu.expanded li:hover {
		background-color: transparent;
	}
	.menu.expanded li a:hover {
		text-decoration: underline;
	}
	.nav a {
	line-height: 2.5em;	
	}
	.menu.expanded li.active a, .menu.expanded li.active:hover, .menu.expanded li a.active, menu.expanded li a.active:hover {
    background-color: transparent;
    color: #21759b;
	}
}

@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;
	}
	.menu.expanded li.active a, .menu.expanded li.active:hover, .menu.expanded li a.active, menu.expanded li a.active:hover {
    	background-color: #21759b;
    	color: #fff;
	}

	.nav a {
		color: #21759b;
	}
	.nav a:hover {
		color: #444;
	}
	.responsive-menu label {
		background-color: #222;
	}
	.header {
		margin-top: 2rem;
	}
}
.main {
	background-color: #fff;
	margin-bottom: 2rem;
}

@media (min-width: 1024px) {
	.main { min-height: 25em;}
}

.repertory {
	margin-top: 2rem;
}
/*
.article header h1 {
	font-size: 1.8rem;
}
*/

.article header h1 a {
	color: #444;
}
.article header h1 a:hover {
	color: #21759b;
	text-decoration: none;
}

section p img.sml-float-none.med-float-left {
	margin-right: 1em;
}

#form {
	width: 65%;
}
.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;
	padding: .2rem .3rem;
}
.nbcom:hover {
	background-color: #3a6c96;
	color: #fff;
	text-decoration: none;
}
.capcha-letter,
.capcha-word {
	font-weight: bold;
}
.capcha-word {
	background-color: #ccc;
	letter-spacing: 0.3em;
	padding: .525rem .7rem;
}
.article,
.pagination {
	margin-bottom: 4rem;
}
.article.static {
	margin-bottom: 0;
}
.pagination a {
	background-color: #21759b;
	color: #fff;
	padding: .525rem .7rem;
}
.pagination a:hover {
	background-color: #21759b;
	color: #fff;
	text-decoration: none;
}
.pagination span:first-letter,
.pagination a:first-letter {
	text-transform: uppercase;
}
.p_first,
.p_prev,
.p_current,
.p_next,
.p_last {
	display: inline-block;
}
.aside {
	padding-left: 3rem;
}
@media (max-width: 768px) {
	.aside {
		margin-top: 2rem;
		padding-left: 1rem;
	}
}
.aside h3 {
	font-size: 1rem;
	font-weight: bold;
	margin-top: 2rem;
	text-transform: uppercase;
}
.aside ul {
	margin: 0;
}
.aside li:first-letter {
	text-transform: uppercase;
}
.aside ul.tag-list {
	list-style-type: none;
	padding-left: 0;
}
.aside ul.tag-list li {
	display: inline;
	margin-right: 1rem;
}
.aside ul.tag-list li.tag-size-1 {
	font-size: 1rem;
}
.aside ul.tag-list li.tag-size-2 {
	font-size: 1.1rem;
}
.aside ul.tag-list li.tag-size-3 {
	font-size: 1.2rem;
}
.aside ul.tag-list li.tag-size-4 {
	font-size: 1.3rem;
}
.aside ul.tag-list li.tag-size-5 {
	font-size: 1.4rem;
}
.aside ul.tag-list li.tag-size-6 {
	font-size: 1.5rem;
}
.aside ul.tag-list li.tag-size-7 {
	font-size: 1.6rem;
}
.aside ul.tag-list li.tag-size-8 {
	font-size: 1.7rem;
}
.aside ul.tag-list li.tag-size-9 {
	font-size: 1.8rem
}
.aside ul.tag-list li.tag-size-10 {
	font-size: 1.9rem;
}
.aside ul.tag-list li.tag-size-max {
	font-size: 2rem;
}
.footer {
	border-top: 1px solid #ededed;
	padding: 2rem 0;
	text-align: center;
}
.footer p {
	margin: 0;
}
