/* 
Theme Name: gliscritti-posts
*/ 

/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* Main */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%; 
	background-color: #fffdda; 
	margin-right: 2%; 
	margin-left: 2%;
	/*line-height: 1.5em;*/
}


/* ------------------------------------------------------ */
/* Page Navigation */

tr img {
	max-width: 100%;
	height: auto;
}

.img1 {
  font-size: smaller;
  max-width: 505px;
}

.gray_frame {
  border-style: none none solid solid;
  border-left: 2px solid #999999;
  border-bottom: 2px solid #999999;
  padding-bottom: 20px;
  padding-left: 10px;
  margin-top: 60px;
}

table.blackborder
{
  border: 1px solid black;
  border-collapse: collapse;
  font-size: smaller;
}

table.blackborder th
{
  border: 1px solid black;
}

table.blackborder td
{
  border: 1px solid black;
}


/* ################################## */
/* ########## Sociable Extension ########## */
/* ################################## */


.social {
	padding: 0.5em 0.5em 0.5em 0.5em;
}

.mybox_center .social {
	padding: 0em;
}

.social span {
	max-width: 35%;
	display: inline;
	vertical-align: middle;
}

.social ul {
	padding-left: 0em;
	display: inline-block;
}

.social li {
    padding: 0.5em;
	vertical-align: middle;
	list-style-type: none;
	display: inline-block;
}

.social img {
	opacity: .4;
	float: none;
	width: 32px;
	height: 32px;
}

.social a:hover img {
    opacity: 1;
}


/* ------------------------------------------------------ */
/* Media Queries */

@media (max-width: 992px) {
	body {
		font-size: 1.0em; 
	}
}

@media (max-width: 768px) {
	body {
		font-size: 1.1em; 
	}	
}

@media (max-width: 480px) {
	body {
		font-size: 1.1em; 
	}
	table.blackborder {
	  font-size: 0.7em;
	}	
}

@media (max-width: 320px) {
	body {
		font-size: 1.2em; 
	}
	table.blackborder {
	  font-size: 0.6em;
	}	
}


/* ------------------------------------------------------ */
/* 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;
}	



/* ------------------------------------------------------ */
