body
{
	background-image: url(Common/Page-Background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #c9d3b9;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* begin unique elements */

#container
{
	width: 772px;
	margin: 0 auto;
	position: relative;
 	top: 0px;

	/* defines container element */
}

#header
{
	background-image: url(Common/Top-Header.gif);
	width: 772px;
	height: 130px;
	position: absolute;
	top: 0px;
	left: 0px;

	/* defines header element */
}

	#header h1
	{
		margin: 0;
		padding: 0;
		position: absolute;
		left: 250px;
		top: 34px;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 24px;
		color: #b056d8;
		width: 500px;
		height: 28px;
		overflow: hidden;

		/* define header h1 tag */
	}

	#header h2
	{
		margin: 0;
		padding: 0;
		position: absolute;
		left: 250px;
		top: 62px;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-style: italic;
		font-size: 12px;
		color: #000000;
		width: 500px;
		height: 16px;
		overflow: hidden;

		/* define header h2 tag */
	}

	#header #gohome
	{
		margin: 0;
		padding: 0;
		position: absolute;
		left: 25px;
		top: 10px;
		width: 215px;
		height: 100px;
	}

	#header #gohome a
	{
		text-decoration: none;
		text-align: center;
		height: 100px;
		display: block;
	}
	#header #bollino
	{
		margin: 0;
		padding: 0;
		position: absolute;
		left: 320px;
		top: 40px;
		width: 85px;
		height: 80px;
	}

	#header #bollino a
	{
		text-decoration: none;
		text-align: center;
		height: 80px;
		display: block;
	}
	
	#header #toptools
	{
		margin: 0;
		padding: 0;
		position: absolute;
		left: 350px;
		top: 4px;
		width: 410px;
		font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #bfec36;
	
	}

	#header #toptools a
	{
		font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #000000;
		padding: 0px 6px;
		text-decoration: none;
		text-align: center;

		/* set dimensions of navigation links */
	}

	#header #toptools a:hover
	{
		color: #b056d8;
	}

	#header #bottomtools
	{
		margin: 0;
		padding: 0;
		position: absolute;
		left: 350px;
		top: 108px;
		width: 305px;
		font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #000000;
	
	}

	#header #bottomtools a
	{
		padding: 0px 6px;
		text-decoration: none;
		text-align: center;
		color: #000000;

		/* set dimensions of navigation links */
	}

	#header #bottomtools a:hover
	{
		color: #b056d8;
	}

#navigation_left {
	width: 14px;
	height: 42px;
	position: absolute;
	top: 130px;
	left: -14px;
	background: url(Common/Left-Menu.gif);
}

#navigation
{
	width: 772px;
	height: 42px;
	position: absolute;
	top: 130px;
	left: 0px;
	background: url(Common/Top-Menu.gif);

	/* define navigation element */
}

	#navigation ul
	{
		margin: 0;
		padding: 0;
		padding-top: 8px;

		/* remove padding and margin from navigation list */
	}

	#navigation ul li
	{
		list-style: none;
		float: left;
		height: 26px;
		background: url(Common/Separator-Menu.gif);
		background-repeat: no-repeat;
		background-position: right;

		/* set list elements to display inline */
	}

	#navigation ul li a
	{
		font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		height: 22px;
		padding: 4px 15px 0px 15px;
		display: block;

		/* set dimensions of navigation links */
	}

	#navigation ul li a.Highlight
	{
		background-image: url(Common/Hover-Menu.gif);
		background-position: right;
		background-repeat: no-repeat;
	}
/*
	#navigation ul li a:hover
	{
		background-image: url(Common/Hover-Menu.gif);
		background-position: right;
		background-repeat: no-repeat;
	}
*/
#centre
{
	margin: 0;
	padding: 0;
	width: 772px;
	position: absolute;
	left: 0px;
	top: 172px;
	text-align: left;

	/* container for all blog content */
}

#content_frame
{
	background-image: url(Common/Content-Background.gif);
	margin: 0;
	padding: 0;
	width: 554px;
}

#content_left
{
	background-image: url(Common/Content-Bottom.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 554px;
}

#content_bottom
{
	width: 554px;
	height: 24px;
}

#content
{
	background-image: url(Common/Content-Top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 20px 30px 0px 25px;
	min-height: 500px;

	/* defines content element */
}

	#content #content_area
	{
		width: 499px;
		overflow: hidden;
	}

	#content .Separatore
	{
		margin-top: 12px;
		padding-top: 12px;
		background-image: url(Common/Dot-H.gif);
		background-repeat: repeat-x;
		background-position: top left;
	}

	#content h1
	{
		margin: 5px 0px 10px 0px;
		padding: 0px 0px 5px 0px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 22px;
		color: #0061a9;

		/* defines generic h1 element */
	}

	#content h1.Titolo
	{
		margin: 5px 0px 0px 0px;
		padding: 0;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 24px;
		color: #b056d8;
	}

	#content h2
	{
		margin: 5px 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		text-align: left;
		color: #728C40;

		/* defines generic h2 element */
	}

	#content h2.Descrizione
	{
		margin: 0px 0px 5px 0px;
		padding: 0;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-style: italic;
		font-size: 16px;
		color: #000000;
	}

	#content h3
	{
		margin: 5px 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 14px;
		text-transform: uppercase;
		text-align: left;
		color: #728C40;

		/* defines generic h3 element */
	}

	#content a
	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-style: italic;
		color: #923cb6;;
		text-decoration: underline;
	}

	#content a:hover
	{
		color: #923cb6;;
	}

#footer
{
	width: 772px;
	height: 50px;
	background-image: url(Common/Footer-Background.gif);
	background-repeat: no-repeat;
	text-align: center;

	/* style footer element */
}

	#footer div
	{
		padding-top: 15px;
		text-align: center;
		font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #666666;
		font-weight: normal;
	}

	#footer a
	{
		color: #666666;
		text-decoration: none;

		/* style footer links */
	}

	#footer a:hover
	{
		color: #b056d8;

		/* style footer links */
	}

#breadcrumb
{
	height: 10px;
	padding: 10px 0px;
	margin-bottom: 20px;

	/* defines breadcrumb element */
}

	#breadcrumb a
	{
		color: #4F5F34;
		text-decoration: underline;
	}

	#breadcrumb a:hover
	{
		color: #4F5F34;
		text-decoration: none;
	}

#subcontent
{
	width: 218px;
	margin: 0;
	padding: 0;
	float: right;

	/* defines subcontent element */
}

	#subcontent .BoxBottom
	{
		width: 218px;
		height: 17px;
		background-image: url(Common/Box-Bottom.gif);
	}

	#subcontent #BoxBottomLink
	{
		padding: 2px 12px 2px 12px;
		background-image: url(Common/Box-Background.gif);
		font-size: 11px;
	}

	#subcontent #BoxBottomLink div
	{
		padding-top: 6px;
	}

	#subcontent #BoxBottomLink td
	{
		text-align: right;
	}

	#subcontent #BoxBottomLink .Puntini
	{
		margin-top: 6px;
		background-image: url(Common/Dot-H.gif);
		background-repeat: repeat-x;
		background-position: top left;
	}

	#subcontent #BoxBottomLink a
	{
		color: #b056d8;
		text-decoration: none;
		font-weight: bold;
	}

	#subcontent #profile
	{
		width: 218px;
		height: 169px;
		background-image: url(Common/Profile-Box.gif);
	}

	#subcontent #profile #Lista
	{
		padding: 8px 8px 0px 8px;
	}

	#subcontent #profile #Lista td
	{
		vertical-align: top;
		font-size: 11px;
		font-weight: bold;
		color: #7f7f7f;
	}

	#subcontent #profile #Lista td div
	{
		color: #0061a9;
		overflow: hidden;
		height: 14px;
	}

	#subcontent #profile #Lista td div a
	{
		color: #0061a9;
	}

	#subcontent #profile #BoxBottomLink
	{
		background-image: none;
	}

	#subcontent #profile #BoxBottomLink .Puntini
	{
		margin-top: 0px;
	}

	#subcontent #categories
	{
		width: 218px;
	}

	#subcontent #categories .BoxTitolo0
	{
		width: 218px;
		height: 39px;
		background-image: url(Common/Box-ArgomentiAlbum.gif);
	}

	#subcontent #categories .BoxTitolo1
	{
		width: 218px;
		height: 39px;
		background-image: url(Common/Box-Argomenti.gif);
	}

	#subcontent #categories .BoxTitolo2
	{
		width: 218px;
		height: 39px;
		background-image: url(Common/Box-Album.gif);
	}

	#subcontent #categories #Lista
	{
		padding: 2px 12px 2px 20px;
		background-image: url(Common/Box-Background.gif);
		font-size: 11px;
	}

	#subcontent #categories #Lista a
	{
		color: #b056d8;
		width: 160px;
	}

	#subcontent #tags
	{
		width: 218px;
	}

	#subcontent #tags .BoxTitolo
	{
		width: 218px;
		height: 39px;
		background-image: url(Common/Box-DiCosaParlo.gif);
	}

	#subcontent #tags #tagcloud
	{
		padding: 2px 12px;
		background-image: url(Common/Box-Background.gif);
	}

	#subcontent #tags #tagcloud a
	{
		color: #b056d8;
		text-decoration: none;
	}

	#subcontent #tags #tagcloud a:hover
	{
		color: #b056d8;
		text-decoration: underline;
	}

	#subcontent #friends
	{
		width: 218px;
	}

	#subcontent #friends .BoxTitolo
	{
		width: 218px;
		height: 39px;
		background-image: url(Common/Box-MieiAmici.gif);
	}

	#subcontent #friends #Lista
	{
		padding: 2px 12px;
		background-image: url(Common/Box-Background.gif);
		font-size: 11px;
	}

	#subcontent #friends #Lista a
	{
		color: #b056d8;
	}

	#subcontent #friends #Lista td
	{
		color: #b056d8;
		padding-top: 6px;
		text-align: center;
		vertical-align: top;
	}

	#subcontent #lastnews
	{
		width: 218px;
	}

	#subcontent #lastnews .BoxTitolo
	{
		width: 218px;
		height: 39px;
		background-image: url(Common/Box-UltimeInGiro.gif);
	}

	#subcontent #lastnews #Lista
	{
		padding: 2px 12px 2px 20px;
		background-image: url(Common/Box-Background.gif);
		font-size: 11px;
	}

	#subcontent #lastnews #Lista a
	{
		color: #b056d8;
	}

	#subcontent .Banner
	{
		width: 218px;
		height: 213px;
		background-image: url(Common/Banner-Box.gif);
	}

	#subcontent .Banner div
	{
		padding-top: 35px;
		text-align: center;
	}

	#subcontent h1
	{
		margin: 5px 0px;
		padding: 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		text-align: left;
		color: #382E1F;

		/* defines generic h1 element */
	}

	#subcontent h2
	{
		margin: 5px 0px;
		padding: 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		text-transform: uppercase;
		text-align: left;
		color: #382E1F;

		/* defines generic h2 element */
	}

	#subcontent h3
	{
		margin: 5px 0px;
		padding: 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		text-transform: uppercase;
		text-align: left;
		color: #382E1F;

		/* defines generic h3 element */
	}

	#subcontent ul
	{
		margin: 0;
		padding: 0;

		/* defines generic list container element */
	}

	#subcontent ul li
	{
		list-style: none;

		/* defines generic list element */
	}

	#subcontent ul li a
	{
		padding: 5px 0px 0px 0px;
		text-decoration: underline;
		color: #6C534A;
		display: block;

		/* defines generic link element */
	}

	#subcontent ul li a:hover
	{
		text-decoration: none;
		color: #BB6F02;

		/* defines generic link hover state */
	}

#calender
{
	margin: 0px 0px 10px 0px;

	/* defines container for calender element */
}

	#calender table
	{
		background-color: #F4F4EC;
		border: 1px solid #C0C57F;
		width: 100%;
		height: 150px;
		text-align: center;

		/* define table for calender */
	}

	#calender table td
	{
		width: 14%;
		padding: 3px 0px;

		/* set column width */
	}

	#calender table .controls
	{
		background-color: #C0C57F;
		font-weight: bold;
		color: #FFFFFF;

		/* style event controls */
	}

	#calender table .controls a
	{
		color: #FFFFFF;
		text-decoration: underline;

		/* style control links */
	}

	#calender table .controls a:hover
	{
		color: #FFFFFF;
		text-decoration: none;

		/* style link controls */
	}

	#calender table .title
	{
		background-color: #CBD6AD;

		/* style calender titles */
	}

	#calender table .days td
	{
		background-color: #DEE6CC;

		/* style day columns */
	}

	#calender table .days a
	{
		color: #728C40;
		text-decoration: underline;

		/* style day links */
	}

	#calender table .days a:hover
	{
		color: #728C40;
		text-decoration: none;

		/* style day links */
	}

	#calender table td.empty
	{
		background-color: #E4E4E4;

		/* style empty cells */
	}

	#calender table td.article
	{
		background-color: #669900;

		/* style article cells */
	}

	#calender table td.article_event
	{
		background-color: #009980;

		/* style article cells */
	}

	#calender table td.event
	{
		background-color: #006699;

		/* style event cells */
	}

	#calender table td.event a, #calender table td.article a, #calender table td.article_event a
	{
		color: #FFFFFF;
		text-decoration: underline;

		/* style item links */
	}

	#calender table td.event a:hover, #calender table td.article a:hover, #calender table td.article_event a:hover
	{
		color: #FFFFFF;
		text-decoration: none;

		/* style item links */
	}

#pages
{
	background-image: url(Common/Sub-Background.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #F4F4EC;
	margin-bottom: 10px;
	padding: 0px;

	/* defines container for categories element */
}

	#pages h1
	{
		background-image: url(Common/Subheader-Background.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		margin: 0px;
		padding: 5px 10px;
	}

	#pages ul
	{
		background-image: url(Common/Sublist-Background.jpg);
		background-position: bottom left;
		background-repeat: no-repeat;
		padding: 0px 10px 10px 10px;
	}

#archives
{
	width: 140px;
	overflow: hidden;
	float: left;
	clear: left;
}

	#archives h1
	{
		color: #BB6F02;

	}

	#archives ul
	{
		margin-bottom: 10px;
	}

	#archives ul li a
	{
		background-image: url(Icons/Archive.gif);
		background-position: 0px 7px;
		background-repeat: no-repeat;
		padding-left: 20px;
	}

#links
{
	width: 140px;
	overflow: hidden;
	float: left;
	clear: left;

	/* defines container for links element */
}

	#links h1
	{
		color: #BB6F02;
	}

	#links ul
	{
		margin-bottom: 10px;
	}

	#links ul li a
	{
		background-image: url(Icons/Link.gif);
		background-position: 0px 7px;
		background-repeat: no-repeat;
		padding-left: 20px;
	}

#feeds
{
	width: 160px;
	overflow: hidden;
	float: right;
	clear: right;

	/* defines container for feeds element */
}

	#feeds h1
	{
		color: #BB6F02;

	}

	#feeds ul
	{
		margin-bottom: 10px;
	}

	#feeds ul li a
	{
		background-image: url(Icons/Feed.gif);
		background-position: 0px 7px;
		background-repeat: no-repeat;
		padding-left: 20px;
	}

#login
{
	width: 140px;
	overflow: hidden;
	float: left;
	clear: left;

	/* defines container for login element */
}

	#login h1
	{
		color: #BB6F02;
	}

	#login ul
	{
		margin-bottom: 10px;
	}

	#login ul li a
	{
		background-image: url(Icons/Site.gif);
		background-position: 0px 7px;
		background-repeat: no-repeat;
		padding-left: 20px;
	}

#notification
{
	width: 461px;
	height: 484px;
	text-align: center;
	background-image: url(Common/Box-Big.gif);
	background-repeat: no-repeat;
	background-position: top center;

	/* defines container for notification element */
}

	#notification #notification_message
	{
		width: 421px;
		height: 444px;
		overflow: auto;

		/* defines notification h1 element */
	}

	#notification h1
	{
		margin: 5px 0px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 25px;
		color: #0061a9;
		text-transform: uppercase;

		/* defines notification h1 element */
	}

	#notification a
	{
		color: #b056d8;
		text-decoration: underline;

		/* defines notification link styles */
	}

	#notification a:hover
	{
		color: #b056d8;
		text-decoration: none;

		/* defines notification link hover styles */
	}

#screenshot
{
	background-image:url(Common/Screenshot-Background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 5px;
	text-align: center;
	text-align: center;
	color: #FFFFFF;
	overflow: visible;
}

	#screenshot img
	{
		background-color: #EFEFD6;
		border: 1px solid #542700;
		margin: 6px;
		padding: 3px;
	}


#copyright
{
	visibility: visible;

	/* style copyright element */
}

/* begin article style definitions */
.article
{

	/* container for each individual article */
}

	.article .details
	{
		color: #969696;
		font-style: italic;
		font-family: Arial, Helvetica, sans-serif;
		margin: 0;
		margin-top: 4px;
		padding: 0;
		list-style: none;

		/* defines the container for the article details */
	}

	.article .details li
	{
		margin: 0px 5px 10px 0px;
		display: inline;

		/* defines each detail part */
	}

	.article .introduction
	{
		font-style: italic;
		margin: 10px 0px;

		/* defines the article introduction container */
	}

	.article .notext
	{
		margin: 10px 0px;
	}

	.article .text
	{
		margin: 10px 0px;
	}

	.article .link
	{
		font-size: 110%;
		text-align: right;

		/* defines the container for the full information link */
	}

	.article .gallery
	{
		/* defines the container for article gallery */
	}

	.article .gallery img
	{
		border: 1px solid #EEEEEE;
		padding: 3px;
		margin: 3px;
	}

/* begin comment style definitions */

#comments
{
	margin: 20px 0px;
}

	#comments .details
	{
		margin-bottom: 10px;
	}

	#comments .details dt
	{
		background-image: url(Icons/Avatar.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		float: left;
		height: 55px;
		width: 55px;
		margin-right: 5px;
	}

	#comments .details dd
	{
		margin: 0;
		color: #969696;
		font-style: italic;
		font-family: Arial, Helvetica, sans-serif;
	}

	.comment
	{
		padding: 5px 0px;
		clear: both;
	}

	.whisper
	{
		background-color: #E4E4E4;
		padding: 5px 5px;
		clear: both;
	}

form
	{
	margin: 0;
	padding: 0;


	/* container for comment and search forms */
	}

	form #comment
	{
		width: 98%;
		height: 125px;

		/* comment textarea */
	}

	form #whisper
	{
		margin-left: 0px;

		/* whisper checkbox */
	}

	form #keywords
	{
		width: 32%;
	}

	form #date
	{
		width: 32%;
	}

	form #category
	{
		width: 32%;
	}

#paging
{
	text-align: right;

	/* container for paging controls */
}

	#paging a
	{
		padding: 0px 5px;
	}

/* begin events styling */

.event
{

}

	.event h1
	{

	}

	.event h2
	{

	}

	.event h3
	{

	}

	.event .details
	{
		margin: 0;
		padding: 0;
	}

	.event .details li
	{
		margin-right: 5px;
		list-style: none;
		display: inline;
	}

#RightLink
{
	padding-top: 6px;
}

	#RightLink td
	{
		text-align: right;
	}

	#RightLink a
	{
		font-size: 11px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #b056d8;
		text-decoration: none;
		font-weight: bold;
		font-style: normal;
	}

.clear
{
	clear: both;

}

/* miscellaneous elements */
img
{
	border: none;
}
