/*  
Theme Name: Urban Grunge
Theme URI: http://www.designwp.com/
Description: A simple black, red and white theme with fixed width and widget ready.
Version: 1.0
Author: Crimson
Author URI: http://www.blog-collector.com/
*/	

hr 
{
	border: none 0;
	border-top: 1px dashed #000; /*the border*/
	width: 100%;
	height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
}	

div.date
{
	font-size: 12px;
	margin-top: 30px;
}

.rsswidget
{
/* 	border: 1px solid red; */
}

div.date p
{
	width: 40px;
	height: 50px;
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 24px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 11px;
	background: url(img/date.png) no-repeat;
	color: #ddd;
	text-align: center;
	font-size: 85%;
	overflow: hidden;
/* 	border: 1px solid #6600FF; */
}

div.date span.mese
{
	margin-bottom: 8px;
	display: block;
	margin-top: -4px;
	margin-left: -9px;
	/*font-size: 15px;*/
	font-size: 160%; 
}

div.date p span.giorno
{
	color: #444;
	font-weight: bold;
	display: block;
	font-size: 18px;
	margin-top: -6px;
	margin-left: -14px;
	font-size: 190%; 
}

div.date p span.anno
{
	color: #666;
	font-family: Tahoma, Arial, sans-serif;
	margin-left: -11px;
	margin-top: -2px;
	font-size: 9px;
	text-align: left;
	font-size: 100%; 
}

*
{
	margin: 0px;
	padding: 0px;
}

ul
{
	list-style: none;
}

body 
{
	font-size: 12px;
	margin: 0px;
	text-align: center;
	color: #333;
	font-family:  Trebuchet MS, Arial;
	background: #FFFFFF;
	/* Rimuovo scroll orizzontale */
	overflow-x: hidden;
}

#header
{
	/* border: 4px solid red;**/
 
  	/* Questo serve per centrare il div contenuto all'interno che dovr� avere 
		margin: 0 auto; padding: 0;
	*/
	margin:0;
	padding:0;
	text-align:center;
}

/*
#wrap
{
	width:999px;
	margin: 0px auto;
	background: #FFF;
	padding: 1px 0;
	/* border: 1px dashed black; */
}
*/



#wrap
{
		clear:both;
		background: none;
		padding: 5px 0em 9px 1em; 
		height:25px;
		line-height: 15px;
		margin:0;
		border-top: 1px solid silver; 
		border-bottom: 1px solid silver;
		padding-left:10px;
		background: #EEE;
}



/************* Blogtitle **************/
#blogtitle
{
	/*background: #FFF url(img/header.png) no-repeat;*/
	margin-left:auto;
	margin-right:auto;
	font-family: Trebuchet MS, Arial;
	width:980px;
	height:188px;
	color: #7f1717;
	text-align: center;
}

h1.blogtitle
{
	margin: 0px 6px 0 5px;
	font-size: 26px;
	padding-top:75px;
	padding-left:10px;
}


#blogtitle a:link 
{
	color: #7f1717;
	text-decoration: none;
	border: none;
}

#blogtitle a:visited 
{
	color: #7f1717;
	text-decoration: none;
	border: none;
	font-weight: bold;
}

#blogtitle a:hover 
{
	color: #000000;
	text-decoration: none;
	margin-left: 0;
}

.description
{
	color: #000000;
	text-align: center;
	font-size: 13px;
	padding-top:5px;
}

/*
---------------------- RSS ---------------------------------------- */
.widgettitle
{
	font-size: 17px;
}

.widget_rss
{

}

/* Titolo del sito feed RSS */
.widget_rss .rsswidget_site
{
	display: block;
	text-decoration: underline;
}

/* Titoli dei feed RSS */
.widget_rss .widgettitle
{
	font-size: 23px;
}

.widget_rss .rsswidget
{
	font-size:15px;
	font-weight: bold;
}

.widget_rss .widgettitle
{
	font-size: 17px;
}

/* Date dei feed RSS */
.widget_rss .rss-date
{
	display:table-row;
	font-size:12px;
}

/* Autore dei feed RSS */
.widget_rss cite
{
	font-size:12px;
	color: #993366;
}

.borderimage {
 border: 0px solid red;
 padding-left: 4px;
}
/* ------------------------------------------------------------------ */

 /************* Container *************/
#container
{
	clear:left;
	padding:0;
	margin-left:auto;
	margin-right:auto;
/* 	margin-top: 1px; */
	width: 999px;
/* 	border-top:1px solid #333; */
/* 	background: url(img/contain.jpg) repeat-y; */
}


/***************** Left Sidebar Container ******************/
#leftnav
{
	float: left;
	width: 200px;
	margin: 0;
	padding-top: 4px;
	margin-top: 0;
	margin-left: 2px;
	margin-bottom: 20px;
	text-align: left;
	border-right: 1px dashed #ccc;
}


/*************** Right Sidebar Container ***************/

#rightnav
{
	float: right;
	width: 200px;
	margin: 0;
	padding-top: 4px;
	margin-top: 0;
	margin-bottom: 20px;
	margin-right: 2px;
	text-align: left;
	border-left: 1px dashed #ccc;
}



/************** Content **************/
#content
{
	display: block;
	margin: 0px 195px 0px 195px;
	padding: 1em;
	padding-top: 0px;
	margin-top: 0px; 
	text-align: left; 

	/* font-size: 12px; */
/* 	background: url(img/bgpost.png); */
/* 	border: 1px solid red; */
}

#content ul
{
	padding-left: 15px;
}

#content ul li
{
	margin-left: 15px;
	list-style-type: square;
}

#content ul ul li
{
	padding-left: 3px;
}


#content ol
{
	list-style-position: inside;
	padding-left: 15px;
	padding-top: 2px;
	margin-bottom: 10px;
}

#content p
{
	padding-left: 10px;
}


/************* Footer **************/
#footwrap
{
		clear:both;
		background: none;
		padding: 5px 0em 9px 1em; 
		height: 85px;
		line-height: 15px;
		margin:0;
		border-top: 1px solid silver; 
		border-bottom: 1px solid silver;
		padding-left:10px;
		background: #EEE;
}

#footwrap p
{
	font-size:12px;
	display: block;
	/*margin-top: 25px;
	margin-bottom: 5px;
	margin-left:170px;*/
	text-align:center;
}


#footwrap a:link 
{
	color: #000;
	text-decoration: none;
	border: none;
	font-weight: bold;
}

#footwrap a:hover {
color: #000;
text-decoration: underline;
border: none;
}

#footwrap a:visited:hover {
color: #000;
text-decoration: underline;
border: none;
}

#footwrap a:visited {
color: #000;
text-decoration: none;
border: none;
font-weight: bold;
}

#footwrap img {
padding: 0px 5px 0px 5px;
}



 /************** Left Sidebar **************/
#sidebarleft
{
	color: #000;
	margin-bottom: 10px;
	background: none;
	padding: 0 2px  0 8px;
}

#sidebarleft ul
{
list-type:none;
}

#sidebarleft li
{
	/*background: #fff;*/
	padding-bottom: 8px;
}

#sidebarleft ul li
{
	padding-left: 0;
	margin-left: 20px;
	margin-right: 4px;
	padding-bottom: 2px;
	list-style-type:square;
}

#sidebarleft ul li li
{
padding-left: 0;
margin-left: 8px;
margin-right: 3px;
padding: 2px 0;
list-style-type:circle;
	
}

#sidebarleft a:link {
color: #000;
text-decoration: none;
border: none;
font-weight: bold;
}

#sidebarleft a:hover {
color: #7F1717;
text-decoration: none;
font-weight: bold;

}

#sidebarleft a:visited:hover {
color: #7F1717;
text-decoration: none;
font-weight: bold;
}

#sidebarleft a:visited {
color: #000;
text-decoration: none;
border: none;
font-weight: bold;
}

#sidebarleft h2 {
/*font-family: Trebuchet MS, Arial, sans-serif; 
color: #7f1717;
padding: 2px 8px 2px 8px;
margin-top:8px;*/
/*border-bottom:1px solid #000;
border-bottom-style: dashed;*/
}

#sidebarleft p
{
padding: 3px;
}



/*************** Right Sidebar **************/
#sidebarright
{
/*color: #000;
margin-bottom: 10px;
background: none;
padding: 0 8px  0 8px;*/
}

#sidebarright ul
{
list-type:none;
}

#sidebarright li
{
background: #fff;
padding-bottom: 8px;
}

#sidebarright ul li
{
padding-left: 0;
margin-left: 20px;
margin-right: 4px;
padding-bottom: 2px;
list-style-type:square;
}

#sidebarright ul li li
{
padding-left: 0;
margin-left: 8px;
margin-right: 3px;
padding: 2px 0;
list-style-type:circle;
}


#sidebarright a:link {
color: #000;
text-decoration: none;
font-weight: bold;
border: none;
}

#sidebarright a:hover {
color: #7f1717;
text-decoration: none;
font-weight: bold;
border: none;
}

#sidebarright a:visited:hover {
color: #7f1717;
text-decoration: none;
font-weight: bold;
border: none;
}

#sidebarright a:visited {
color: #000;
font-weight: normal;
font-weight: bold;
border: none;
}

#sidebarright h2 {
/*font-family: Trebuchet MS, Arial, sans-serif; 
color: #7f1717;
padding: 2px 8px 2px 8px;
margin-top:8px;
border-bottom: 1px solid #000;
border-bottom-style: dashed;*/
}

#sidebarleft p
{
padding: 3px;
}*/

/* #leftnav p, #rightnav p { margin: 0 0 1em 0; } */
/* #content h2 { margin: 0 0 .5em 0; } 




/************* Paragraph **************/
p
{
margin-bottom: 12px;
margin-top: 12px;
}



/************* Blockquote ***************/
blockquote
{
margin: 0px 0px 0px 30px;
padding: 0px 25px 0px 0px;
font-style: italic;
color: #4b4b4b;
border-left: 4px solid #7f1717;
}




/************* Post Metadata *************/
/* (meta) Fine pagina per trackback, commenti, etc... */
.meta 
{
	margin-top: 0px;
	padding-bottom:9px;
	background:transparent url(img/box-shadow.png) no-repeat bottom left;
	font-size:1.2em;
}

.meta dl {
	border:1px solid #c6c6c6;
	background:white;
	margin:0;
	padding:4px;
	list-style:none;
	display:block;
}

* html .meta dl {
	height:1em;
}

.meta dl dd, .meta dl dt {
	display:inline;
	margin:0;
	padding:0;
}

.meta dl dt {
	margin:0 .5em 0 0;
	color:#828282;
}

.meta dl dt a {
	color:#828282;
	text-decoration:none;
}

.meta dl dd {
	margin: 1px 1em 1px -5.5px;
	font-weight:bold;
	font-size: 20px;
	color:black;
}

.meta dl img {
	vertical-align: middle;
	margin-top: -7px;
}

.meta dl dd a 
{
	
	color:black;
}

.meta dl dd a:hover
{
	text-decoration: underline;
	color:black;
}

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

.postmetadata
{
	display:block;
	margin: 10px auto 10px auto;
	padding: 5px 8px 8px 0;
	text-align: left;
	color:#1e1e1e;
	width:98%;
	background: #ffffff;
}

#content .postmetadata
{
padding-left: 10px;
}

.postmetadata a:link
{
border: none;
color: #7f1717;
font-weight: bold;
}

.postmetadata a:hover
{
border: none;
color: #000;
font-weight: bold;
text-decoration: none;
}

.postmetadata a:visited:hover
{
border: none;
color: #000;
font-weight: bold;
}

.postmetadata a:visited
{
border: none;
color: #7f1717;
font-weight: bold;

}



 /************* Links ***************/


a:link
{
	color: #7F1717;
	text-decoration: none;
	font-weight: bold;

}

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

a:visited
{
	color: #7F1717;
	text-decoration: none;
	font-weight: bold;
}

a:visited:hover
{
	text-decoration: none;
	font-weight: bold;
}

a img 
{
	border:none;
	background:none;
	padding:5px;
}

#feed, #feed img a:link, #feed img a:visited
{
	border: none;
}



/************** Comments ****************/
.commentlist
{
	padding-left: 40px;
	padding-right: 15px;
	color: #000000;
}

.commentlist li
{
	margin: 8px 10px 8px 15px;
	padding-left: 12px;
	list-style: none;
	margin-bottom: 2px;
	background: #ececec;
}

.commentlist li ul li
{
	border: none;
}

/*li.alt
{
border-bottom: 2px solid #D8A860;
}*/

.commentlist cite
{
	padding: 2px 3px 1px 3px;
}

.commentlist p
{
	padding: 5px 5px 2px 3px;
	margin-bottom: 5px;
}

.commentlist a:link
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #7f1717;
}

.commentlist a:visited
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #000;
}

.commentlist a:hover
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #000;
}

.commentlist a:visited:hover
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #000;
}


.commentmetadata a:link, .commentmetadata a:hover, .commentmetadata a:visited
{
text-decoration: none;
color: #000;
}

.commentnumber {
font: italic normal 14px Trebuchet MS, Arial, 'Times New Roman', Times, serif;
margin-top: 2px;
margin-right: 10px;
float:right;
color: #7f1717;
font-size: 18pt;
}

#comment
{
width:80%;
}



/************* Headings *************/
h1
{
	font-size: 15px;
	color: #666666;
}

h2
{
font-family: Trebuchet MS, Arial, sans-serif; 
display: block;
font-size: 16px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}



.storytitle {
	margin: 0;
}
.storytitle a {
	text-decoration: none;
}
.storytitle a:link, .storytitle a:visited{
	color: #444;
	text-decoration: none;
}
.storytitle a:hover, .storytitle a:active{
	color: #D70606;
}




h3 {
	font: 150% Georgia, serif;
	/* letter-spacing: -0.2px; */
	/* margin: 15px 10px 2px 10px; */
	margin: 20px 0px 0px 3px;
	padding-bottom: 3px;
	padding-left: 7px;
/* 	border: 1px solid red; */
}


/*
h3
{
font-family: Trebuchet MS, Arial, sans-serif; 
display: block;
font-size: 14px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

*/

h3.posttitle
{
	font-family: Trebuchet MS, Arial, sans-serif; 
	color: #ccc;
	font-weight: bold;
/*	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 0px;*/
/* 	margin-top: 9px; */
/* 	margin-bottom: 0px; */
}

.posttitle a:link
{
	/* color: #000; */
	font-size: 24px;
	color: #7f1717;
	font-weight: bold;
}

.posttitle a:visited
{
	font-size: 24px;
	color: #000;
	font-weight: bold;
}

.posttitle a:hover
{
	font-size: 24px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.posttitle a:visited:hover
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

h4
{
font-family: Trebuchet MS, Arial, sans-serif; 
/* margin-top: 15px; */
font-size: 13px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

h5
{
font-family: Trebuchet MS, Arial, sans-serif; 
margin-top: 15px;
font-size: 12px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}


/* Miscellaneous */
.banner
{
/* 	border: 2px solid black; */
	margin-left: -12px;
}



.info
{
/* 	 border: 1px solid red; */
	
	font-size: 14px;
	margin-top: 0px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 4px;
}

.entry
{
	margin-top: 10px;
	padding-right: 10px;
	font-size: 14px;
/* 	text-align: justify; */
}

.entry a
{
	font-size: 13px;
}

.entry a:hover
{
	text-decoration: underline;
	color: black;
}

.entry table
{
	margin-left: 10px;
}

.download_table
{
	margin-left: 12px;
	padding-bottom: 10px;
}

/* Contained Floats Fix */
.post
{
	color: #000000;
	margin-top: -15px;
/* 	border: 4px solid #333; */
}

/* Code */
code
{
	display: block;
	margin: 10px 30px 0 30px;
	padding: 2px 10px 5px 10px;
	border-top: 4px solid #333;
	color: #FFFFE8;
	background: #7f1717;
}

/*#searchform {
margin-left: 5px;
	}*/

input[type=text]
{
	border: 1px solid #ccc;
	padding: 4px;
	margin-bottom: 8px;
	vertical-align: middle;
}

/*input[type=file]
{

	border: 1px solid #ccc;
	padding: 4px;
	margin-bottom: 8px;
	
}*/

/*
input[type=file] {
position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); 

}
*/

.wideTop
{
/* 	border: 1px solid red; */
/* 	width: 90%; */
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

input[type=submit]
{
	border: 1px solid #ccc;
	padding: 5px;
}

textarea
{
	border: 1px solid #ccc;
	margin-bottom: 15px;

/*
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
*/
}

/* navigation
--------------------------------------------------*/
#navigation 
{
margin-left:auto;
margin-right:auto;
width: 980px;
overflow: hidden;
height:32px;
line-height:2.7em;
background:#000;
margin-bottom: 0;
}

#navigation ul 
{
margin:0;
padding:0;
}

#navigation li {
float:left;
margin:0;
padding:0;
list-style-type:none;
white-space:nowrap;
border-color:#6F7076;
}

#navigation li a 
{
display:block;
padding:0 18px;
font-size:1em;
text-transform:uppercase;
letter-spacing:1px;
}

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

#navigation form 
{
float:right;
height:100%;
width:164px;
padding:0 15px;
line-height:0;
}

#navigation form fieldset{ 
  margin-top:7px;
border:0 solid; /* Opera */
}

* html #navigation form fieldset {margin-top:7px;}

#navigation #s 
{
height:1.5em;
width:115px;
margin:0 5px 0 0;
padding:0;
border:1px solid;
font-size:0.8em;
vertical-align:middle;
}

#navigation #searchbutton 
{
height:2em;
width:auto;
padding:0 1px;
font-size:9px;
letter-spacing:1px;
text-align:center;
vertical-align:middle;
}


#navigation li 
{
border-color:#7F7F7F;
}

#navigation a 
{
background: #7F1717 url(img/butthov.jpg) right no-repeat;
color:white;
}

#navigation .selected,
#navigation .current_page_item,
#navigation a:hover
{
color: white;
background: #000 url(img/butt.jpg) right no-repeat;
}

#navigation a:visited
{
font-weight: bold;
}


#navigation #s 
{
border-color:#FFF9EA;
}

#navigation #searchbutton 
{
color:white;
 background-color:#798288;
}

.button
{
margin-bottom: -4px;
}


/************ Calendar **************/
#wp-calendar 
{
empty-cells: show;
margin: 10px auto 0;
width: 160px;
}

#wp-calendar #next a 
{
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a 
{
padding-left: 10px;
text-align: left;
}

#wp-calendar td 
{
padding: 2px 0;
text-align: center;
}

#wp-calendar th 
{
/*padding: 3px 0;*/
text-align: center;
}

#wp-calendar caption 
{
text-align: center;
width: 100%;
text-transform: uppercase;
font-weight: bold;
}

img 
{	
border:none;
}

.alignright {
text-align: right;
}

.alignleft {
text-align: left
}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 0;
}

.wp-smiley
{
padding: 0;
}


.textwidget
{
margin: 2px 5px 2px 5px;
}

