/*
Theme Name: Gaudel de Stampa
Theme URI: http://gaudeldestampa.com
Description: very basic theme, 2012-2021
Author: U. Uhlig
Author URI: http://www.curlybracket.net
*/


* {
	margin:0;
	padding:0;
}

body {
	font: 14px/1.5em Nimbus Sans L, Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #000;
    background: #fff;
	margin: 0;
}

img {
	border:none;
	max-width: 100%;
	height: auto;
}

hr {
	display: none;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #000 !important;
}

.post-edit-link {
	position: absolute;
	right: 0;
	top: 0;
	text-transform: uppercase;
	color: red;
}

blockquote {
	font-family: Liberation serif, times new roman,serif;
	font-size: 1.1em;
	letter-spacing: 0.05em;
	line-height: 1.3em;
}

img.alignright {
	float:right;
    margin-left: 0.8em;
}

img.alignleft {
	float: left;
    margin-right: 0.8em;
}

.clear {
	clear: both;
}

table {
    max-width: 100%;
	overflow: auto;
}

iframe, video, audio {
	max-width: 100%;
}
/*************************************
* Structure
*************************************/
#wrap {
	text-align: left;
	margin: 1em 2em;
}

#header h1 {
	font-size: 1em;
	font-weight: normal;
}

#header h1 a {
	background: url(images/logo.gif) no-repeat center top;
	width: 132px;
	height: 45px;
	padding-top: 80px;
	display: block;
	color: #000;
	margin: auto;
}

/*************************************
* Sidebar
*************************************/

#sidebar ul {
    list-style: none;
}

#sidebar ul ul {
	margin-left: 1em;
}

.current_page_item, .current_page_ancestor {
	/*font-weight: bold;*/
}

.current_page_item a, .current-cat a {
	color: #000;
}

.current_page_item ul a {
	color: #666;
}

#artist-list ul {
	color: #ccc;
	list-style: square;
}

/*************************************
* Divers
*************************************/
.breadcrumbs {
	display: none;
}

/*************************************
* Post
*************************************/

.pagetitle {
    font-size: 1em;
	font-weight: bold;
	margin-bottom: 1em;
}

.post {
	overflow: hidden;
    padding: 0.5em 0.3em;
	position: relative;
}

.post .entry h2, .post .entry h3, .post .entry h4,
.post .entry ul, .post .entry ol,
.post .entry blockquote, .post .entry p {
	margin-bottom: 1em;
}

.post .entry li {
	margin-bottom: 0.5em;
}

.post a[rel^="lightbox"] {
	display: block;
	text-align: center;
}

.post img {
	margin: 0 auto 1em;
}

/*************************************
* Navigation
*************************************/

#navigation {
	overflow: hidden;
}

* html #navigation {
	height: 1%;
}

#navigation .next {
	float: right;
}

#navigation .previous {
	float: left;
}

/*************************************
* Footer
*************************************/

#footer {
    clear: both;
    color: #aaa;
    font-size: 0.9em;
	margin-left: 360px;
}

/*************************************
* Search & Contact
*************************************/

#search {
	margin: 10px 10px 10px 0;
	position: fixed;
	top: 10px;
	right: 70px;
	z-index: 5;
}

#search li {
	display: inline;
	margin-left: 1em;
	padding-right: 1em;
	border-right: 1px solid #BE6A82;
}

#search li:last-child {
	border: none;
	padding-right: 0;
}

.inputbox {
	border: 1px solid #ddd;
	color: #ccc;
	background: #eee;
	font-size: 0.9em;
	padding: 2px 1px 0;
	vertical-align: middle;
	width: 100px;
}

.button {
	border: 1px solid #ddd;
	background: #eee;
	color: #BE6A82;
	font-size: 0.75em;
	padding: 1px 1px 0;
    cursor: pointer;
}

#search ul, #search li {
	list-style: none;
}

#search ul a {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #be6a82;
}

/***************************
 Plugins
 **************************/
#lightbox-overlay-text {
	display: none !important;
}

/****************************
 Galerie interne WP
 ***************************/
.gallery {
	overflow: hidden;
}
.gallery-item {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
.gallery-caption {
	width: 150px;
	font-size: 0.9em;
}
.gallery-item img {
	border: none !important;
}

.article2pdf {
	padding: 0.5em 0;
	float: right;
}

.wp-caption {
	margin-bottom: 3em;
}

.wp-caption img {
    margin-bottom: 1em;
    box-shadow: 2px 2px 10px #CCC;
}


@media all and (min-width: 769px) {
	
	#header {
		position: fixed;
	}
	
	#header h1 a {
		margin: unset;
	}
	#sidebar {
		position: fixed;
		top: 145px;
		left: 26px;
		width: 270px;
	}
	
	#content {
    	position: relative;
		margin-left: 290px;
		padding-top: 75px;
	}
	.post a[rel^="lightbox"] {
		display: inline-flex;
		text-align: left;
	}
	.post img {
		margin-bottom: 0;
	}
	
	.wp-caption {
    	float: left;
    	margin: 0 1em 1em 0;
	}
}
