/*
Theme Name: Gruppo ABC
Description: Template per Gruppo ABC.
Version: 1.0
Author: duDAT

*/

/*Global reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
}
body {

}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}

/* remember to define focus styles! */
:focus {
 outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
 text-decoration: none;
}
del {
 text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
 border-collapse: collapse;
 border-spacing: 0;
}

/*End reset*/


body {
 background:#FFF url(img/bg.gif) repeat-x left top;
 text-align:center;
 margin:0;
 padding:0 0 20px 0;
 font-family:Verdana, Arial, sans-serif;
 font-size:0.8em;
 color:#351b36;
 }

a {
	text-decoration:none;
	color:#e57f2a;	
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

#container {
	width:916px;
	margin:20px auto;
	background-color:#FFFFFF;
}

#header {
	background:url(img/header.jpg) no-repeat 8px 8px;
	height:208px;
}

h1 {
	text-indent:-100000px;
	font-size:1px;
}

h2 {
	text-indent:-100000px;
	font-size:1px;
}

#content {
	margin:8px 0 0 0;
	text-align:left;	

}

.clear {
	display:block;
	clear:both;
	}
	
#left {
	width:217px;
	float:left;
}

#sidebar ul {
	list-style-type:none;
}

ul.navigation {
	list-style-type:none;
	width:209px;
	margin-left:8px;
}

ul.navigation li {
	text-align:right;
	margin-bottom:4px;

}

ul.navigation li a {
	display:block;
	width:205px;
	padding:4px 4px 0 0;
	color:#e57f2a;	
	font-weight:bold;
	text-transform:uppercase;
	font-size:0.9em;
	border:1px solid #d6e3f6;
	background:url(img/menu-item-bg.gif) repeat-x left top;	
}

ul.navigation li.item_parent a {

}

ul.navigation li ul.navigation-sublevel-1 li {
	margin:0;
}

ul.navigation li ul.navigation-sublevel-1 li a {
	background:none;
	border:none;
	text-transform:lowercase;
	color:#1f6184;
	padding:0;
}

#center {
	float:left;
	width:480px;
	padding:10px;
	font-size:0.85em;
	margin:0 0 10px 5px;
}

h3 {
	background:url(img/h3-bg.gif) repeat-x 0px 13px;
	height:20px;
	font-size:13px;
	color:#1f6184;
	text-transform:uppercase;
	margin:0 0 5px 0;
}

.post {
	margin-bottom:20px;
	}

.date {
	text-align:right;
	margin:-8px 0 10px 0;
	font-weight:bold;
}

#center .entry {
	margin-bottom:15px;
}		

.parliamo-di h4 {
	font-size:1.1em;
}

.parliamo-di .date {
	display:none;
	}

.parliamo-di .postmetadata {	

	}

#chan {
	margin:20px 0 30px 0;
}

#chan .item_title {
	font-size:1.2em;
	font-weight:bold;
}
	
	
#right {
	float:left;	
	width:auto;
margin-left:5px;	
}	
	
#right #eventi-box {
	font-size:0.85em;
	background:url(images/sticky.gif) no-repeat left top;
	height:140px;
	width:140px;
	padding:12px 20px 20px 20px;
	text-align:left;	

}	

#right #eventi-box h3{
	text-align:right;
}	
	
#right #eventi-box a {	
	color:#1f6184;	
}

.widgettitle {
	text-indent:0;
	font-size:14px;
	margin-top:20px;
}
	
#footer {
	font-size:0.8em;
	margin:30px 00 0;
	text-align:center;
	padding:0 0 20px 0;	
		}


