/*
Theme Name: Hermini V2 (no colorbox)
Theme URI: http://
Description: 
Version: 2.0
Author: Patriek Desplenter
License: GNU General Public License
License URI: license.txt
Tags: 
*/


@charset "utf-8";

body {	
	color:#222;
	font-family:"ff-dagny-web-pro";
	font-style:italic;
}
body strong, body b{	
	font-weight:700;
}
p {
	margin:0;
}
a {
	background:#FF0;	
	color:#222;
	outline:none;
	text-decoration:none;
}
#login a {
	background-color:transparent;
}
a:hover {	
	color:#000;
}
.yellow {
	background:#FF0;		
}

/* ==========================================================================

				HEADER + NAV
 
=========================================================================== */

body {
	position:relative;
}
#w {
	display:none; /*for fadein */
}
header {
	border-bottom: 1px solid #222;
	position:fixed;
	top:0;
	width:100%;
}
.logged-in header {
	top:28px;
}
header .centered {
	background:#fff;
	height:45px;
	margin:0px auto;
}
.subhead {
	top:45px;
	position:fixed;
	width:100%;
}
.logged-in .subhead {
	top:73px;
}
.subhead .centered {
	background:#000;
	height:2px;
	margin:0px auto;
}

header h1 {
	background: url(img/sprites.gif) no-repeat 0px -40px;
	color:#fff;
	float:left;
	height:45px;
	margin:0;
	width:41%;
}
header nav {
	float:left;
	font-size:0.75em;
	margin:16px 0 0;
	text-align:right;
	text-transform:lowercase;
	width:59%;
}
header nav ul li a {
	padding:0 2px;	
}
header nav ul{
	display:inline;
}
header nav ul:before {
	content:" |";
}
header nav ul li {
	display:inline;
	padding:0 0 0 0;
}
header nav ul li:after {
	content:" |";
}

header nav ul li a, header nav ul li a:visited, header nav ul li a:active, header nav ul li a:focus {
	background:none;	
}
header nav ul li a:hover {
	background:#FF0;	
	color:#222;
}
header nav ul li.current-menu-item a {
	background:#FF0;	
}

/* ==========================================================================

				MAIN
 
=========================================================================== */

div#main, div#single {
	clear:both;
	font-size:0.75em;
	line-height:1.1em;
	margin:2px 0 0;
	padding-top:15px;
}
div#single {
	padding:25px 0;
}

/* ===========================
		HOME: FEATURED 
============================== */

div#main #featured {
	margin:0 auto;	
	padding-top:45px;
}

div#main #featured a, div#main #featured a img  {
	border: none; 	
	display:block;
	overflow: hidden;
}
div#main #featured a img  {
}
div#main #featured a {
	margin-bottom:5px;
}
div#main #featured a:hover {
	border:4px solid #FF0;	
}
div#main #featured a:hover img {
	 margin: -4px;
}

/* ===========================
		HOME / SHOP: THUMBS 
============================== */

div#main #thumbs {
	margin:0 auto;
	padding:25px 0 0;
}
div#main #thumbs article {
	float:left;
	font-size:0.9090909090909091em;
}
div#main #thumbs a, div#main #thumbs a img {
	border: none; 
	float: left;
	overflow: hidden; 	
}
div#main #thumbs a:hover {
	border:4px solid #FF0; 	
}
div#main #thumbs a:hover img {
	 margin: -4px;
}

div#main #thumbs article .title {
	clear:left;
	display:block;
	height:2.25em;
	overflow:hidden;
	margin-bottom:9px;
}
div#main #thumbs article .title a {
	background:none;
}
div#main #thumbs article .title a:hover {
	border:none;
}

/* standard widths */
header .centered, .subhead .centered, div#main > section, footer{
	width:900px;
}
div#main #thumbs article {
	margin-right:6px;
	width:145px;
}
div#main #thumbs article:nth-child(6n) {
	margin-right:0;
}

@media screen and (max-width: 485px) {
	header .centered, .subhead .centered, div#main > section, div#main #featured img, footer {
		width:295px;
	}
	div#main #thumbs article {
		margin-right:5px;
		width:145px;
	}
	div#main #thumbs article:nth-child(2n) {
		margin-right:0;
	}
	.subhead {
		top:45px;
		width:100%;
	}
}

@media screen and (min-width: 486px) and (max-width: 625px) {
	header .centered, .subhead .centered, div#main > section, div#main #featured img, footer{
		width:445px;
	}
	div#main #thumbs article {
		margin-right:5px;
		width:145px;
	}
	div#main #thumbs article:nth-child(3n) {
		margin-right:0;
	}
}
@media screen and (min-width: 626px) and (max-width: 775px) {
	header .centered, .subhead .centered, div#main > section, div#main #featured img, footer{
		width:595px;
	}
	div#main #thumbs article {
		margin-right:5px;
		width:145px;
	}
	div#main #thumbs article:nth-child(4n) {
		margin-right:0;
	}
}
@media screen and (min-width: 776px) and (max-width: 930px) {	
	header .centered, .subhead .centered, div#main > section, div#main #featured img, footer{
		width:745px;
	}
	div#main #thumbs article {
		margin-right:5px;
		width:145px;
	}
	div#main #thumbs article:nth-child(5n) {
		margin-right:0;
	}
}

/* ===========================
		SHOP: intro 
============================== */

div#main #intro {
	margin:0 auto;
	padding-top:18px;
}

/* ==========================================================================

				SINGLE
 
=========================================================================== */
.single {
	background-color:#fff;
}
.single #pst {
}
.single .backbutton {
	font-size:1.5em;
	padding:0.2em 0.5em;
}
.single .post-content {
	background:#fff;
	margin:30px 0;
}
.single .post-content p {
	margin:0px auto;
	padding: 30px;
}
.single .post-content p img {
	display:block;
	margin:0px auto;
}
.single div#single > section{
	width:640px;
	margin:0 auto;
}

@media screen and (max-width: 485px) {
	body.single {
		background:#fff !important;
	}
	.single header .centered, .single .subhead .centered,  .single div#single > section, .single footer{
		width:100%;
		margin:0 auto;
	}
	.single .post-content p {
		margin:0px auto;
		padding:15px;
	}
}

@media screen and (min-width: 486px) and (max-width: 625px) {
	.single header .centered, .single .subhead .centered,  .single div#single > section, .single footer{
		width:445px;
		margin:0 auto;
	}
}
@media screen and (min-width: 626px) and (max-width: 775px) {
	.single header .centered, .single .subhead .centered, .single div#single > section, .single footer{
		width:580px;
		margin:0 auto;
	}
}
@media screen and (min-width: 776px) and (max-width: 930px) {	
	.single header .centered, .single .subhead .centered, .single div#single > section, .single footer{
		width:580px;
		margin:0 auto;
	}
}


/* ==========================================================================

				FOOTER
 
=========================================================================== */


footer {
	font-size:0.75em;
	margin:80px auto 0 auto;
}
@media screen and (max-width: 510px) {
	footer {
		margin:30px auto 0 auto;
	}
	footer #about {
		margin-top:25px;
	}
}
@media screen and (min-width: 511px) {
	footer {
		margin:80px auto 0 auto;
	}
	footer #contact {
		float:left;
		width:45%;
	}
	footer #about {
		float:left;
		width:55%;
	}
}

footer #contact a {
	background:none;	
}
footer #contact a:hover {
	background:#FF0;	
	color:#222;
}
footer #social {
	clear:left; 
	margin:35px auto;
	padding-top:35px;
	width:110px;
}
footer #social ul {
	list-style:none;
	padding:0;
}
footer #social ul li {
	display:block;
	float:left;
}
footer #social ul li a {
	background:url(img/sprites.gif) no-repeat;
	height:20px;
	margin:0 10px 0 0;
	width:20px;
}
footer #social ul li:last-child a {
	margin:0;
}

footer #social ul li a.fb {
	background-position: 0px -20px;
}
footer #social ul li a.tw {
	background-position: -20px -20px;
}
footer #social ul li a.vi {
	background-position: -40px -20px;
}
footer #social ul li a.et {
	background-position: -60px -20px;
}
footer #social ul li a.fb:hover {
	background-position: 0px 0px;
}
footer #social ul li a.tw:hover {
	background-position: -20px 0px;
}
footer #social ul li a.vi:hover {
	background-position: -40px 0px;
}
footer #social ul li a.et:hover {
	background-position: -60px 0px;
}