/* 
Theme Name: gliscritti-posts
*/ 

/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* Main */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%; 
	background-color: #fffdda; 
	margin-right: 2%; 
	margin-left: 2%;
	/*line-height: 1.5em;*/
}

#main_full {
	width: 100%;
	/*line-height: 1.4em;*/
}

/* ------------------------------------------------------ */
/* Autore - Data */

.date {
	color: #892c37;
	font-size: 0.9em;
	padding: 0.5em 0pt 0.5em 0pt;
}

.datedash {
	padding: 0.5em;
	line-height: 1.6em;
}

/* ------------------------------------------------------ */
/*  Sociable Extension */

div.sociable {
	display: inline;
	position: absolute;
	margin: 0.20em 0 0 0.1em;
	width: 14em;
}

.sociable ul {
	display: inline;
	padding: 4px !important;
}

.sociable img {
	float: none;
	width: 20px;
	height: 20px;
}

.sociable li {
    padding: 4pt;
}

.sociable span.sociable_tagline {
	display: none;
}

/* ------------------------------------------------------ */
/* Page Navigation */

.pagenav ul {
	display: inline-block;
	padding-left: 0;
	margin: 0;
	text-align: left;
}

.pagenav li {
	display: inline-block;
	white-space: inherit;
}

/* ------------------------------------------------------ */
/* Varie */

pre {
	font-size: 125%;
	white-space: pre-wrap;
}

.icon {
    width: 20px;
    height: 20px;
}

.pivotx-image {
	max-width: 95%;
	height: auto;
}	

/* ------------------------------------------------------ */
/* Footer */

.gs_footer ul {
	display: inline-block;
	padding-left: 0;
	margin: 0;
	text-align: left;
}

.gs_footer li {
	display: inline-block;
	padding-right: 4pt;
	white-space: inherit;
	line-height: 1.5em;
}


/* ------------------------------------------------------ */
/* Media Queries */

@media (max-width: 992px) {
	body {
		font-size: 120%; 
	}
	.datedash {
		line-height: 1.8em;
	}
	div.sociable {
		display: inline;
		position: absolute;
		margin-top: 0.20em;
	}
	pre {
		font-size: 110%;
	}	
}

@media (max-width: 768px) {
	body {
		font-size: 115%; 
	}
	.datedash {
		line-height: 2em;
	}
	div.sociable {
		display: inline;
		position: absolute;
		margin-top: 0.30em;
	}
	.sociable img, .icon {
		width: 24px;
		height: 24px;
	}
	pre {
		font-size: 110%;
	}	
}

@media (max-width: 480px) {
	body {
		font-size: 110%; 
	}
	.datedash {
		line-height: 1.5em;
	}
	div.sociable {
		display: block;
		position: relative;
		margin-top: 0.35em;
	}	
	.sociable img, .icon {
		width: 22px;
		height: 22px;
	}
	pre {
		font-size: 115%;
	}	
}

@media (max-width: 320px) {
	body {
		font-size: 110%; 
	}
	.datedash {
		line-height: 1.5em;
	}	
	div.sociable {
		display: block;
		position: relative;
		margin-top: 0.4em;
	}	
	.sociable img, .icon {
		width: 20px;
		height: 20px;
	}
	pre {
		font-size: 115%;
	}	
}


/* ------------------------------------------------------ */
/* Stili Tipografici */

h1 {
	font-size: 1.3em; 
	font-weight: bold; 
	color: #892c37;
	text-align: left;	
	margin: 0 0 0 0;
	padding: 0;
}

h2 {
	font-size: 1.2em; 
	font-weight: bold; 
	color: #892c37;
	text-align: left;
}

h3 {
	font-size: 1.1em; 
	font-weight: bold; 
	color: #892c37;
	text-align: left;
}

h4 {
	font-weight: bold; 
	color: #892c37;
	text-align: left;
}

li {
	text-align: left;
}

a {
	color: #3366FF; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {	
	color: #CC0000; 
	text-decoration: none;
	font-weight: bold;
}

hr {
	height: 1px;
	color: black;
	background: black;
}	

table.blackborder
{
  border: 2px solid black;
  border-collapse: collapse;
}

table.blackborder th
{
  border: 2px solid black;
}

table.blackborder td
{
  border: 2px solid black;
}

iframe {
  max-width: 100%;
}


/* ------------------------------------------------------ */
/* Images and popups inserted by [[image]] 
and [[popup]] in pages and entries */

.pivotx-popupimage {
	border: 1px solid #999;
	margin: 0;
}


.pivotx-wrapper a img {
	border: 1px solid #999;
	margin: 0;
	padding: 2px;
	max-width: 100%;
}

.pivotx-wrapper a:hover img {
	border: 1px solid #333;
	margin: 0;
}

.pivotx-image {
	border: 1px solid #ccc;
	margin: 0;
}

.pivotx-wrapper {
	text-align: center;
}

/* ------------------------------------------------------ */
