@charset "utf-8";
/* CSS Document */

body {
	
	background-image: url('../img/parchment_background.jpg');
	background-attachment:scroll;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
}

#main {
	background-image:url('../img/main.jpg');
	background-position:center 0;
	background-attachment:scroll;
	background-repeat:repeat-y;
}

#main #container {
	position:relative;
}

#main #container #header {
	margin-top:15px;
	margin-bottom:10px;
}

.title1 {
	font-family:"Charlemagne Std", Times New Roman, serif;
	font-size:48px;
	color:black;
}

.title2 {
	font-family:"Charlemagne Std"; Arial;
	font-size:50px;
	color:black;
}

#center {
	position:relative;
	width:960px;
	background-image:url('../img/cover.jpg');
	min-height:360px;
	margin-bottom:10px;
}

a {
	color:black;
}

a:hover {
	color:#95242c;
	text-decoration:none;
}

.box
{
	padding: 1em 0;
	overflow: hidden;
}

/*--feed--*/

#feed {
	position:absolute;
	right:0px;
	top:0px;
	font-size:1.3em;
	padding-bottom:5px;
	text-align:right;
}

#feed ul li {
	display:inline;
	margin-left:5px;
}



/*--colonna sx--*/
#main #container #menu {
	font-size:1.8em;
	text-align:right;
	margin-bottom:20px;
	font-family:"Arial", sans-serif;
}

#main #container #menu ul li {
	padding-top:3px;
	padding-bottom:3px;
}

#main #container #menu ul li a{
	text-decoration:none;
	color:black;
}

#main #container #menu ul li a:hover {
	color:#95242c;
}

.menu_title {
	font-family:"CharlemagneStdBold", Times New Roman, serif;
	font-size:36px;
	color:black;
	text-transform:uppercase;
}

#searchform {
	margin-bottom:20px;
	text-align:right;
}



/*--tag h--*/
h1 {
	font-family:"CharlemagneStdBold", Times New Roman, serif;
	color:black;
	font-size:48px;
	font-weight:bold;
	line-height:1.1em;
	text-transform: uppercase;
	
}


h2 {
	font-family:"CharlemagneStdBold", Times New Roman, serif;
	color:black;
	font-size:22px;
	font-weight:bold;
	line-height:1.1em;
	text-transform: uppercase;
}

h2 a{
	text-decoration:none;
	color:black;
}

h2 a:hover{
	color:#95242c;
}

h3 {
	font-family:"CharlemagneStdBold", Times New Roman, serif;
	color:black;
	font-size:25px;
	font-weight:bold;
	line-height:1.1em;
	text-transform: uppercase;
}

h3 a{
	text-decoration:none;
	color:black;
}

h4 {
	font-family:"CharlemagneStdBold", Times New Roman, serif;
	color:black;
	font-size:20px;
	font-weight:bold;
	line-height:1.1em;
	text-transform: uppercase;
}


/*--gestione img--*/

img.alignright {float:right; margin:0 0 5px 5px}
img.alignleft {float:left; margin:0 5px 5px 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 5px 5px}
a img.alignleft {float:left; margin:0 5px 5px 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/*--post index--*/
.post {
	font-family:"Arial", Helvetica, sans-serif;
	margin-top:5px;
	margin-bottom:25px;
}

.post_info {
	margin-top:10px;
	margin-bottom:5px;
	padding-bottom:3px;
	color:#333;
}

.post_info a{
	color:#333;
}

.post_info a:hover{
	text-decoration:none;
	color:#95242c;
}

.post_entry {
	line-height:1.4em;
	font-size:1.2em;
}

.post_entry a{
	color:#95242c
}

.post_entry a:hover{
	text-decoration:none;
}

.post_meta {
	font-size:1.1em;
	padding:3px;
}

.post_meta a{
	color:#95242c;
	margin-left:3px;
}


.post a:hover{
	color:#95242c;
	text-decoration:none;
}

#navigation {
	margin-top:10px;
	margin-bottom:10px;
	font-size:1.2em;
}

#navigation a{
	color:#95242c;
}

#navigation a:hover{
	text-decoration:none;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.thumbnail {
	float:left;
	margin:0px 3px 0px 0px;
}
/*--search--*/

#search {
	margin-bottom:20px;
	text-align:right;
	height:55px;

}

#search form {
	display:inline;
	float:left;
	width:100%;
}

#search #text
{
	border-width: 0;
	background-color: transparent;	
	display: block;
	width: 185px;
	padding: 0.5em 0;
	font-size: 1em;
	color: #0606060;
	background-color: #fff; 
	overflow: visible;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float:left;
	margin-right:3px;
}     

#search #text:focus
{
	outline: 0;
	color: #000;
}

#search #icon {
	background: url('../img/search_icon.png') no-repeat scroll;
	border:0 none;
	height:27px;
	width:32px;
	float:left;
	padding:0 0 0 0;
}


/*--sidebar--*/
#sidebar ul {
}


#sidebar ul li {
	font-family:"Arial", sans-serif;
	margin-top:5px;
	line-height:1.5em;
	font-size:1em;
}

#sidebar ul li h2 {
	font-family:"CharlemagneStdBold", Times New Roman, serif;
	color:black;
	font-size:20px;
	font-weight:bold;
	text-transform: uppercase;
}

#sidebar ul li ul {
}

#sidebar ul li ul li{
	border-bottom-style:dotted;
	border-width:1px;
	border-color:black;
	padding:2px;
	margin-top:2px;
	margin-bottom:2px;
}

#sidebar ul li ul li a{
	color:black;
	text-decoration:none;
}

#sidebar ul li ul li a:hover{
	color:#95242c;
}

/*--pagina con singolo post--*/

#title {/*--titolo del post--*/
	margin-top:20px;
	margin-bottom:20px;
	border-bottom:1px dotted;
	border-top:1px dotted;
	border-color:black;
	padding-top:10px;
	padding-bottom:10px;
}

#title h3 {
	padding-left:240px;
	line-height:1.2em;
}

.singlepost_entry {
	line-height:1.6em;
	font-size:1.2em;
}


.singlepost_meta {
	font-size:1.1em;
	padding:3px;
	border-top:1px dotted;
	border-bottom:1px dotted;
	border-color:black;
	padding-top:5px;
	padding-bottom:5px;
}

.singlepost_meta a{
	color:#95242c;
	margin-left:3px;
}

.singlepost_meta a:hover {
	text-decoration:none;
}

#comments {
}


.commentlist li
{
	overflow:hidden;
	padding: 1em 0; 
	margin-bottom: -1px;
	border-bottom: 1px solid #b39573;
}

.commentlist li p
{                
	font-size: 12px;
	line-height: 2.16em;
	margin: 0;
	color: black;
}

.commentlist cite {
	font-size:1.1em;
	font-style:normal;
	font-weight:bold;
}

.comment-author vcard {
	margin-bottom:10px;
}

.comment-meta commentmetadata {
	margin-bottom:20px;
}

.avatar
{
	background-color: none;
	padding: .25em;
	border: 1px solid #b39573;
	float: left;
	margin: .0em 1em 0 0;
}


/*--div di chiusura--*/

#closed {
	background-image: url('../img/footer.png');
	background-position: center 0;
	background-repeat:no-repeat;
	min-height:60px;
}

#closed p{
	padding-top:50px;
	width:100%;
	font-size:1em;
	text-align:center;
	padding-bottom:3px;
}

/*--widget--*/

.widget
{
	margin-bottom: 1em;
	font-size:1.1em;
}

.widget a {
	color:#95242c;
	text-decoration:none;
}

.widget a:hover {
	text-decoration:none;
	color:black;
}

.mini_box .widget
{
	margin-bottom: 0;
}

.widget li, sidebar li li
{
	border-bottom: 1px dotted #212121;
	margin-bottom: -1px; 
}

.widget li.current-cat a
{
	color: #000;
}






/*--DL monitor--*/

.download-info .download-button,
.download-info .more-button {
	width: 120px;
	height: 0;
	padding-top: 72px;
	overflow: hidden;
	display: block;
}

.download-info .download-button {
	background: url('../img/download-icon.png') no-repeat top left;
}

.download-info .more-button {
	background: url(morebutton.gif) no-repeat top left;
}

form#download-page-search {
	border:1px solid #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 8px 0 16px !important;
}
form#download-page-search br {
	display: none;
}
div.download-info.single {
	overflow:hidden;
}
.download-info-heading {
	margin: 8px 0 12px !important;
}
.download-desc-heading {
	margin: 8px 0 12px !important;
	color: #000;
	font-weight: bold;
	padding: 4px 0;
	border-bottom: 1px solid #000;
}
#download-page small {
	margin-left: 4px;
	font-size: 11px;
	letter-spacing: -0.1px
}
#download-page small small {
	margin-left: 0
}
#download-page small a {
	color: #000
}
div.side-section {
	float:left;
	width:120px;
	text-align: center;
}
div.main-section {
	float: right;
	position: relative;
	width:316px;
}
div.download-info p {
	margin: 8px 0 12px !important;
	padding: 0 !important;
}
img.download-image {
	padding: 3px;
	background:#fff;
	border:1px solid #ddd;
}
table.download-meta {
	margin: 0 0 12px !important;
	padding: 0 !important;
}
table.download-meta td, table.download-meta th {
	padding: 4px 0;
	border-bottom: 1px solid #000;
}
table.download-meta thead {
	display: none;
}
table.download-meta tbody th {
	color: #000;
	font-weight: bold;
}

#download-page-featured, #download-page-tags {
	border:1px solid #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 12px;
	margin: 8px 0 16px !important;	
}
div#download-page-featured ul, div#download-page-tags ul {
	overflow: hidden;
	margin:0;
	padding: 0;
	text-indent: 0;
}
div#download-page-featured li:before, div#download-page-tags li:before {
	content: "";
}
div#download-page-featured li {
	clear: left;
	float: left;
	list-style: none;
	width: 47%;
	padding-right: 3% !important;
	margin:0 0 4px !important;
	border-right:1px dotted #ddd;
}
div#download-page-featured li.alternate {
	clear: none;
	float: right;
	border: 0;
	padding: 0 !important;
	width: 47%;
}
div#download-page-featured a {
	display: table-row;
}
div#download-page-featured img {
	width: 42px;
	height: 42px;
	padding: 3px;
	background:#fff;
	border:1px solid #ddd;
	vertical-align: middle;
	margin-right: 8px;
	display: table-cell;
}
div#download-page-featured span {
	display: table-cell;
	vertical-align: middle;
}

div#download-page-featured a:hover, #download-page-categories a:hover {
	text-decoration: none;
}
div#download-page-featured h3, #download-page-categories h3, div#download-page-tags h3 {
	margin: 0 0 12px !important;
	padding:  0 0 8px 0;
	border-bottom:1px solid #000;
}
#download-page-categories {
	overflow: hidden;
}
#download-page-categories .category {
	float: left;
	width: 48%;
	clear: both;
	border:1px solid #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 8px 3% 8px 0 !important;
}
#download-page-categories .category.alternate {
	margin: 8px 0 8px 0 !important;
	clear: none;
}
#download-page-categories .category .inner {
	padding: 12px;
}
#download-page-categories .category ol {
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: 0;
}
#download-page-categories .category li {
	margin:0;
	padding: 2px 0;
	list-style-position: inside;
	border: 0;
}

div#download-page-tags ul {
	text-align: center;
}
div#download-page-tags li {
	display: inline;
	margin: 0;
	padding: 0 6px;
}
div#download-page-tags li a {
	line-height: 1.5em;
}

p.sorting a.active {
	background: #999;
	color: #fff;
	padding: 2px;
}
#download-page .pagination {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#download-page .pagination li:before {
	content: "";
}
#download-page .pagination li {
	display: inline;
	margin: 0 4px 0 0;
	padding: 0;
}


