/*
# ------------------ BEGIN LICENSE BLOCK ------------------
#
# Pluxopolis v4 - 2017
#
# ------------------- END LICENSE BLOCK -------------------
*/

body {
	background-color: #efefef;
	font-size: 1.6rem;
	color: #555;
}

a {
	color: #333;
}
a:hover {
	color: #222;
}

@media (min-width: 64rem) {
	.container {
		padding-left: 10rem;
		padding-right: 10rem;
	}
}

/* navigation */

.nav {
	background-color: #c1002A;
	color: #fff;
	text-align: right;
}
.nav li {
	margin: 0;
}
.nav li a {
	color: #fff;
	display: inline-block;
	padding: 30px 15px 30px 15px;
}
.nav li a:hover,
.nav li.active a:hover {
	background-color: #857761;
	color: #fff;
	text-decoration: none;
}
.nav li.active a,
a.static.active, 
a.active {
	color: black;
}

@media (max-width: 767px) {
	.nav {
		height: auto;
		max-height: 200px;
		overflow-y: auto;
		text-align: left;
	}
	.nav >.container {
		padding: 0;
	}
	.responsive-menu label {
		color: #fff;
		font-size: 3.5rem;
		text-align: right;
	}
	.responsive-menu label:before {
		content: '\039e';
	}
	.responsive-menu ul li a {
		padding: 0 0 0 .3rem;
		margin: 0;
	}
	.responsive-menu ul li.active a,
	.responsive-menu ul li.active:hover {
		background-color: #70abb6;
	}
}

/* header */

.header {
	color: #fff;
	top: 1rem;
	position: absolute;
}
.header a {
	color: #fff;
}
.header a:hover {
	text-decoration: none;
}

@media (max-width: 767px) {
	.header {
		display: none;
	}
}

/* main */

.article {
	background-color: #fff;
	padding: 2rem;
	margin: 0 0 2rem 0;
}

.repertory {
	margin-top: 6rem;
}
.article header h2 a,
.article header h2 a:hover {
	color: #555;
}
.article header h2 a:hover {
	text-decoration: none;
}
.article footer small,
.article header small,
.comment small {
	color: #666;
}
.article header span:before, 
.article header time:before, 
.article footer span:before {
	padding-left: 1.5rem;
	padding-right: .3rem;
}
.article .written-by:after {
	content: '|';
	padding-left: 0;
}
.article .art-date:after {
	content: '|';
}
.article .classified-in:after {
	content: '|';
	padding-left: 0;
}
.article img.art_thumbnail {
	padding: 15px 0 10px 0;
}
.article img {
	border: 1px solid #eee;
}

/* pagination */
.pagination {
	font-size: 1.2rem;
}
.pagination a {
	display: block;
	background-color: #777;
	border-radius: .3rem;
	color: #fff;
	padding: .3rem .5rem .3rem .5rem;
	margin-bottom: 2rem;
	font-size: 1.2rem;
}
.pagination a:hover {
	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;
}

/* comments */

#comments .comment {
	background-image: url('../img/user.png');
	background-repeat: no-repeat;
	margin-bottom: 2.5rem;
	padding-left: 6rem;
}
#comments .comment > div {
	background-color: #fff;
	padding: 1rem;
}
#comments .comment > div.type-admin,
#comments .comment > div.type-admin small,
#comments .comment > div.type-admin a {
	background-color: #70abb6;
	color: #fff;
}
#comments .comment blockquote {
	margin: 0;
	font-size: 1.3rem;
}
.nbcom {
	padding: .4rem .2rem .4rem;
}
.nbcom:hover {
	text-decoration: underline;
}
#comments .comment .reply {
	padding: .5rem;
	font-size: 1rem;
	background-color: #eee;
	border: 1px solid #999;
	border-radius: .5rem;
	text-decoration: none;
}
#comments .comment .reply:hover {
	background-color: #dedede;
}

#comments .comment > div.type-admin .reply {
	background-color: #eee;
	color: #555;
	border: 1px solid #999;
	border-radius: .5rem;
	text-decoration: none;
}
#comments .comment > div.type-admin .reply:hover {
	background-color: #dedede;
}

/* - tags - */
.tag-size-1 a   { color: #046380; }
.tag-size-2 a   { color: #ddd; }
.tag-size-3 a   { color: #bbb; }
.tag-size-4 a   { color: #999; }
.tag-size-5 a   { color: #777; }
.tag-size-6 a   { color: #555; }
.tag-size-7 a   { color: #666; }
.tag-size-8 a   { color: #444; }
.tag-size-9 a   { color: #333; }
.tag-size-10 a  { color: #222; }
.tag-size-max a { color: #000; }

@media (max-width: 768px) {
  .comment { background-image: none; padding-left: 0; }
  .level-1 { margin-left: 1rem; }
  .level-2 { margin-left: 2rem; }
  .level-3 { margin-left: 3rem; }
  .level-4 { margin-left: 4rem; }
  .level-5, .level-max { margin-left: 5rem; }
}

/* capcha */

#id_answer {
	margin-bottom: 1.5rem;
	padding:1.5rem;
	border:1px solid #eee;
	width:100%;
	background:#fafafa;
	display:none;
}
.capcha-letter,
.capcha-word {
	font-weight: bold;
}
.capcha-word {
	background-color: #ddd;
	border-radius: .3rem;
	letter-spacing: .5rem;
	padding: .9rem .7rem;
	transition-duration: .2s;
}
.capcha-word:hover {
	background-color: #666;
	color: #fff;
	transition-duration: .2s;
}

/* sidebar */
.aside a {
	font-size: 1.4rem;
}
.aside h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 1rem;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #333;
}
.aside ul {
	margin: 0;
	padding: 2rem;
}

.aside ul.tag-list {
	list-style-type: none;
	padding-left: 0;
}
.aside ul.tag-list li {
	display: inline-block;
	margin-right: 1.5rem;
}
.aside ul.tag-list li.tag-size-1 a {
	font-size: 1.4rem;
}
.aside ul.tag-list li.tag-size-2 a {
	font-size: 1.5rem;
}
.aside ul.tag-list li.tag-size-3 a {
	font-size: 1.6rem;
}
.aside ul.tag-list li.tag-size-4 a {
	font-size: 1.7rem;
}
.aside ul.tag-list li.tag-size-5 a {
	font-size: 1.9rem;
}
.aside ul.tag-list li.tag-size-6 a {
	font-size: 1.5rem;
}
.aside ul.tag-list li.tag-size-7 a {
	font-size: 1.6rem;
}
.aside ul.tag-list li.tag-size-8 a {
	font-size: 1.7rem;
}
.aside ul.tag-list li.tag-size-9 a {
	font-size: 1.8rem
}
.aside ul.tag-list li.tag-size-10 a {
	font-size: 1.9rem;
}
.aside ul.tag-list li.tag-size-max a {
	font-size: 2rem;
}

/* footer */

.footer {
	margin-top: 2rem;
	background: #dedede;
	color: #888;
	padding: 6rem 0;
	text-align: center;
	font-size: 1.2rem;
	border-bottom: 2px solid #333;
}
.footer p {
	margin: 0;
}
.footer a,
.footer li.active a {
	color: #888;
}

/* plugins */

/* - MyBreadCrumb - */
.breadcrumb {
	margin: 1rem 0;
}

/* MyCookieChoice */
#cookieChoiceInfo {
	font-size: 1.2rem;
}

/* - donation - */
aside input[type="image"] {
	border: none !important;
	width: auto !important;
}

/* - MySearch - */
.searchform {
	margin:0 !important;
}
input[type="text"].searchfield {
	font-style: italic;
	width: 150px !important;
}
input[type="submit"].searchbutton {
	border-radius: .3rem;
}

/* - tags - */
.tag-size-1 a   { color: #046380; }
.tag-size-2 a   { color: #ddd; }
.tag-size-3 a   { color: #bbb; }
.tag-size-4 a   { color: #999; }
.tag-size-5 a   { color: #777; }
.tag-size-6 a   { color: #555; }
.tag-size-7 a   { color: #666; }
.tag-size-8 a   { color: #444; }
.tag-size-9 a   { color: #333; }
.tag-size-10 a  { color: #222; }
.tag-size-max a { color: #000; }

/* - themes - */

#static-themes h3 {
	margin: 10px auto 10px auto;
}
#static-themes ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
#static-themes .navigation li {
    display: inline-block;
    margin-right: 15px;
	padding: 10px 20px 10px 20px;
}
#static-themes img {
	margin: 10px auto 10px auto;
}


