/*
Design by CP
*/

body {
	margin: 0px;
	padding: 0;
	background: White url(images/portfolio/sfondo_verde.gif) no-repeat fixed top;
	font: normal small Arial, Helvetica, sans-serif;
	font color: Black;
	letter-spacing: 0.6px;
 font-size:11px;
 line-height:1.5em;
 }

h1, h2, h3, h4, h5, h6 {
	margin: 5 px;
	padding: 0 95px;
	
	}

h1 { 
margin: 5px;
font-size: .7em;
}

h2 {
font-size: 11px;
font color: White;
font: small-caps;
 background: Black;
}


h3 {
font-size: 11px;
letter-spacing: 0.7px;
font color: Black;
font: small-caps;

}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

p { 
padding: 5px 25px 5px 95px;
 letter-spacing: 0.6px;
 font-size:11px;
 line-height:1.5em;
 }


a {
	color: #4682B4;
	text-decoration: none;
}

a:hover {
	color: #4682B4;
	text-decoration: underline;
}

img {
	border: none;
}

/* Header */

#logo {
	width: 530px;
	margin: 0px auto;
	padding: 0px 0 0 0;
	background: White;
	border: 2px solid Black;
	border-bottom: 2px solid Black;
	background: White url(images/barra_color_bg1.gif);
	background-repeat: repeat-y;
}

#logo h1 {
	text-align: right;
	font-size: 3em;
}

#logo h2 {
	text-align: right;
	font-size: 1.4em;
}

#logo a {
	text-decoration: underline;
	color: #5F9EA0;
}

#logo a:hover, #logo .active a {
	font color: Red;
	text-decoration: underline;
}


/* Menu */

#menu {
	width: 300px;
	height: 13px;
	margin: 0 0px;
	padding: 0 0px;
	background: Black;
	font-size: .8em;
	text-indent: 1px;
	word-spacing: 5px;
	letter-spacing: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
	display: block;
	}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: none;
}

#menu a {
	float: none; 
	color: White;
	display: inline;
	text-decoration: none;
}

#menu a:hover, #menu .active a {
	background: #AAE51D;
	text-decoration: none;
	}

/* Splash */

#image {
	width: 560px;
	margin: 0 auto;
	background: White url(images/barra_color_orizz.gif) repeat-x left;
	border-left: 2px solid Black;
	border-right: 2px solid Black;
	margin-top: 0px;
}

/* Content #body {
	width: 564px;
	margin: 0 auto;
	background: White url(images/barra_color_bg.gif) 
	
	margin-top: 0px;
}

*/

#body {
	width: 564px;
	margin: 0 auto;
	background: White url(images/barra_color_bg.gif) 
	
	margin-top: 0px;
}

#body .title {
	padding: 10px 20px;
	background: #5F9EA0 1em #FFEE8E
	font-size:;
}

#body .story {
width: 560px;
	height: 75px;
	margin: 0px auto;
	padding: 35px 0 0 0;
	background: White;
	border-bottom: 2px solid Black;
	border-top: none;
	background: White url(images/barra_color_bg.gif);
	border-left: 2px solid Black;
	border-right: 2px solid Black;
	}

/* bot*/

#bot {
	width: 70px;
	height: 11px;
	margin: 0 140px;
	padding: 3px 3px 3px;
	background: Black;
	border: 0px solid #FFFFFF;
	border-top: none;
	font: small-caps;
	letter-spacing: 1px;}

#bot p {
	margin: 0;
	padding: 0 10px;
	text-align: right;
	font-size: .7em;
	font: small-caps;
	font color: White;
	letter-spacing: 1px
}

#bot a {
	color: White;
}

#footer {
	color: Black;
	margin: 0;
	padding: 0 150px;
	text-align: right;
	font-size: .8em;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 5px;
padding-bottom: 0;
background: #C2E51D;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: 11px Arial;
line-height: 1.1em;
color: Black;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}