/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
body {
	background: url(sfondi/sfondo5.jpg) no-repeat left top;
	background-color:#030303;

}

* {
	margin: 0;
	padding: 0;
}


h1, h2, h3 {
	color: #CDCDE2;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 li {
	padding: 8px 0;
	background: url(images/img5.gif) repeat-x left top;
}

.list1 .first li {
	background: none;
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #CDCDE2;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 15px;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
	width: 300px;
	height: 450px;
}

.boxed .title {
	padding: 5px 0;
	/*background: url(images/img5.gif) repeat-x left bottom;*/
}

.boxed .title h2 {
	/*background: url(images/img2.gif) no-repeat right center;*/
	text-transform: uppercase;
	font-size: 100%;
}

.boxed .content {
	padding: 20px 20px 40px 20px;
}

/* Post */

.post {
}

.post .title {
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x left bottom;
}

.post .title h2 {
	background: url(images/img2.gif) no-repeat right center;
	text-transform: uppercase;
	font-size: 100%;
}

.post .date {
	float: left;
	width: 100px;
	height: 25px;
	padding-top: 15px;
	background: url(images/img5.gif) repeat-y right top;
	text-align: center;
	font-size: 9px;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	float: left;
	width: 300px;
	height: 32px;
	padding: 8px 0 0 20px;
	font-size: 9px;
}

.post .meta p {
}

.post .story {
	clear: both;
	padding: 20px;
	background: url(images/img5.gif) repeat-x;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Logo */

#logo {
	width: 1024px;
	height: 180px;
	/*background: url(sfondi/logo2.gif) no-repeat right center;*/
	margin: 0 auto;
	padding-left: 100px;
}



/* Page */

#page {

	width: 1024px;
	margin: 0 0 auto;
	height: 400px;
}

#extra {
}

/* Content */

#content {

	width: 700px;
	padding: 0 0px;
	height: 440px;
	/*background: url(sfondi/sfondo2.jpg) no-repeat right;
	/*background: url(images/img4.gif) no-repeat;*/
}

/* Sidebar */

#sidebar {
	float: left;
	width: 400px;
	height: 440px;
	padding: 0 0px;
	/*background: url(sfondi/sfondo2.gif) no-repeat left top;
	/*background-image:url(sfondi/sfondo1.gif);*/

}

/* Content > Sidebar > Login */



/* Content > Sidebar > Menu */

#menu {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding-left: 390px;
	list-style: none;
	display: block;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 34px;
	padding: 16px 0px 0px 40px;
	text-decoration: blink;
	text-transform: uppercase;
	font-size: 14px;
	color: #4E515B;
}

#menu a:hover {
	/*background: #000000 url(images/img2.gif) no-repeat 15px 50%;*/
	color: #CDCDE2;
}

#menu .first a {
	border: none;
}

#menu .active a {
	color: #FFFFFF;
}

/* Footer */

#footer {
	clear: both;
	width: 660px;
	margin: 0 auto;
	padding: 30px;
	/*background-color:#000000;*/
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

/*per galleria immagini*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	

