/*
===================
Avelion CSS Styles
=================== 
Ispired by: Royale Avelion, a Joomla template
------------------- 
Name: Avelion
Author: Lantaca Ucasi
Version: 2.0
Module: common.css
*/

/* ===== GENERAL (redefinition HTML tag) ===== */
html {
	margin: 0;
	padding: 0;
	background: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0;
	padding: 0; 

	text-align: center;
	color: #999;
}
blockquote {
	width: 90%;
	color: #666;
	font-style: italic;
	margin: 10px;
	padding: 0 10px;
	border-left: 5px solid #bbb
}
pre, code {
	font-family: 'Courier New', Courier, monospace;

	color: #999;
}
pre {
	overflow: auto;
	width: 90%;
	margin: 10px 10px;
	padding: 5px 10px;
	
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #333;
}
img { border: 0}
hr { display: none }

/* ==== text format ===== */
p { margin: .5em 0 }

ul, li, ol { margin: 0; padding: 0 }

h1 {	/* Title of the blog */
	font-family:  Garamond, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 50px;
	margin: 0;
	padding: 0;
}
h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
} 
h3 { /* Titles of the entry */
	font-family: Garamond, serif;
	font-style: italic;
	font-size: 26px;
	margin: 0 0 -15px 0; /* vedi il margine dell' .entry */
}
h4 { 
	font-family: Garamond, serif;
	font-style: italic;
	font-size: 22px;
	margin: 10px 0 4px 0;
}

/* === Form === */
form { margin: 10px}
fieldset {
	border: #666 solid 1px;
	margin: 0 0 1em 0;
	padding: 5px;
}
legend {

	font-style: oblique;
	color: #666;
}
input, textarea, select {
	padding: 2px 2px 3px 2px;
	border: 1px solid #cc0033;
	background: #666;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	border: 1px solid #ff0000;
}

textarea {

	font-family: Arial, Helvetica, sans-serif;
	width: 98%;
	margin: 5px;
}
/* === link === */
a:link, a:visited {
	text-decoration: none;
	color: #cc0033;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
/* ===== EDIT THIS FOR YOUR CATEGORY IF YOU WHANT TO HAVE AN ICON AFTER THE TITLE OF THE ENTRY ====== */
/* --------------- Require GlobalCategoryId plugin installed and activated ----------------- */
/*.category- h3 {
	background: url(imgs/immagine) no-repeat left;
	padding: 11px 0 11px 55px;
}
.category-1 h3 {
	background: url(imgs/immagine) no-repeat left;
	padding: 11px 0 11px 55px;
}
*/

/* ===== DIV CONTAINER THE BACKGROUND AND ALL ===== */
#tutto-container {
	width: 1160px; /*994*/
	margin: 0 auto 0 auto;
}
div.wrapper-t {
	background: #141414 url(../imgs/wrapper_t.png) 0 0 repeat-x;
}
div.wrapper-b {
	background: url(../imgs/wrapper_b.png) 0 100% repeat-x;
}
div.wrapper-l {
	background: url(../imgs/wrapper_l.png) 0 0 repeat-y;
}
div.wrapper-r {
	background: url(../imgs/wrapper_r.png) 100% 0 repeat-y;
}
div.wrapper-tl {
	background: url(../imgs/wrapper_tl.jpg) 0 0 no-repeat;
}
div.wrapper-tr {
	background: url(../imgs/wrapper_tr.jpg) 100% 0 no-repeat;
}
div.wrapper-bl {
	background: url(../imgs/wrapper_bl.jpg) 0 100% no-repeat;
}
div.wrapper-br {
	padding: 33px 80px 170px 80px;
	background: url(../imgs/wrapper_br.jpg) 100% 100% no-repeat;
}

/* ===== DIV CONTAINER ALL ELEMENTS BLOCK ===== */
#body-container {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 1000px; /*834*/
}
#searchbox  {
	text-align: right;
	padding: 0;
	height: 35px;
	margin-right: -10px
}
#searchbox input {
	background: rgba(255, 255, 255, 0.3);
	padding: 2px 2px 2px 2px;
}
#searchbox input[type=submit]{
	background: url(../imgs/find.png);
	border: 0;
	padding: 2px 5px 2px 15px;
	cursor: pointer;
}
/* ===== HEAD ===== */
#head {
	font-family: Arial, Helvetica, sans-serif;
	width: 1000px; /*834*/
	height: 92px;
	padding: 20px 0 0 10px;
	margin: 0;
}
.subtitle {

	font-style: oblique;
	margin: 10px 0 0 0;
	color: #666;
}

/* ===== DIV CONTAINER "MAIN" ===== */
#outer-container {
	position: relative;
	height: 100%;
	width: 1000px; /*834*/
	margin: 0 auto 0 auto;
	padding: 0;
}

/* ===== MAIN ===== */
#main, #static {
	float: left;
	position: relative;
	width: 770px ; /*634*/
	padding: 5px;
	height: 100%;
}

#main p , #static p{ line-height: 1.5em; margin-top: 1.2em; }
#main img, #static img { padding: 4px }
img.emoticon  {
    vertical-align: text-bottom;
    margin: 0;
    border: none;
    padding: 0;
}

/* === List === */
#main ul, #static ul {
	list-style-type: disc;
	padding: 0 0 0 1.6em
}
#main ol, #static ol {
	list-style-position: inside;
	padding: 0 1.6em 0 1.6em
}

/*==== commenti =====*/
#commentform fieldset p { margin: 0 0 5px 0 }
#comments li {
	list-style-type: none;
	margin: 10px 0;
	padding: 5px;
	width: 88%;
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	border: 1px solid #666;
	background: #333;
}
#comments li strong.comment-name {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 1em
}
#comments li.comment-admin { 
	background: #333;
	border-color: #cc0033;
}
.gravatar {
	height: 30px;
	width: 30px;
	float: left;
	margin-right: 14px;
}

/* === Class of main block === */
h2.date { font-size: 10px}
.date { /* date of titles of the entry */
	font-size: 10px;
	font-style: oblique;
	margin: 0 0 3px 0;
	padding: 0;
	color: #666666;
}
/* .entry class */
.entry {
	margin: 25px 0 0 0;
	padding: 0;
	overflow: auto; /* floating images fix IE<7*/
}
#main>.entry {
	overflow: hidden; /* rest of the world :) */
}
/* end of .entry */

#main ul.entry-footer { /*  entry footer */
	clear: both;

	margin: 5px 0;
	text-align: right;
	color: #666;
}
.entry-footer li { 
	display: block;
	padding: 0;
}
.admincontrols { /* [edit] and [delete] */

	float: right;
}
.buttonbar { text-align: center }
.buttonbar input, reset {
	text-align: center;
	margin: 1px 5px;
	padding: 0 10px;
	height: 30px;
	border: none;
	border-radius: 1px;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
	color: #cc0033;
	background: url(../imgs/topbarOFF.png);
}
.buttonbar input:hover, reset:hover {
	text-align: center;
	margin: 1px 5px;
	padding: 0 10px;
	height: 30px;
	border: none;
	border-radius: 1px;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
	color: #ff0000;
	background: url(../imgs/topbarON.png);
}

.navigation { /* next entries & previous entries link */

	margin-bottom: 10px
}

/* barra della condivisione */
.share-links li {
	margin: 0 5px;
	text-align: right;
	list-style-type: none;
	font-size: 13px;
}
.twitter { padding-right: 16px; margin-left: 5px; background: url(../imgs/sharing.png) 16px 0;}
.facebook  { padding-right: 16px; margin-left: 5px; background: url(../imgs/sharing.png) 16px -16px;}

.twitter:hover { padding-right: 16px; margin-left: 5px; background: url(../imgs/sharing.png) 0 0;}
.facebook:hover { padding-right: 16px; margin-left: 5px; background: url(../imgs/sharing.png) 0 -16px;}

/* ===== FOOTER ===== */
#footer {
	text-align: center;
	clear: both;
	font-size: 10px;
	padding: 0px;
	color: #666;
}

.img-gallery img {
	margin: 5px;
	background: #fff;
}