/*---------------------------
            BODY 
---------------------------*/

body {
	background: #c2c2c2;
	text-align: center;
	color: black;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	height:100%;
}

.body-left {
	float: left;
	width: 278px;
	padding-left: 28px;
}

.body-left1 {
	float: left;
	width: 278px;
	padding-left: 28px;
}

.body-right {
	float: right;
	width: 388px;
	padding-right: 20px;
}

.body-other {
	float: left;
	margin-left: 40px;
	margin-right: 40px;
}



html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}

#wrapper {
	text-align: left;
	margin: 15px auto;
	width: 778px;
	position: relative;
	background: #ffffff  repeat-y;
	border: 5px dotted #770306;
}

/*---------------------------
            HEADER
---------------------------*/



#head-1 {
	background: url(images/Picture-Header.png) no-repeat;
	width: 409px;
	height: 386px;
	top: 0;
	left: 369px;
	position: absolute;
	margin-top:20px;
}

#head-1-picture {
	background: url(images/Picture-Picture.png) no-repeat;
	width: 409px;
	height: 386px;
	top: 0;
	left: 369px;
	position: absolute;
	margin-top:20px;
}

#head-1-vivere {
	background: url(images/Picture-Lavaro.png) no-repeat;
	width: 409px;
	height: 386px;
	top: 0;
	left: 369px;
	position: absolute;
	margin-top:20px;
}

#head-1-stage {
	background: url(images/Picture-stage.png) no-repeat;
	width: 409px;
	height: 386px;
	top: 0;
	left: 369px;
	position: absolute;
	margin-top:20px;
}

#head-1-prepararsi {
	background: url(images/Picture-Lavaro.png) no-repeat;
	width: 409px;
	height: 386px;
	top: 0;
	left: 369px;
	position: absolute;
	margin-top:20px;
}
#head-2 {
	width: 156px;
	height: 38px;
	top: 386px;
	left: 622px;
	position: absolute;
}

/*---------------------------
            IMAGE 
---------------------------*/

img1 {
	border: 4px dotted #C2C2C2;
}

.gallery img {
	display: inline;
}

.gallery {
	border: 1px solid #9F0408;
	background: #ffffff;
	margin: 12px 0px 0 0px;
	height: 261px;
	width: 330px;
	position: relative;
}

#gal {
	padding: 4px;
	position: absolute;
}


#g1, #g9, #g17, #g25{
	padding: 4px;
	position: absolute;
	top: 13px;
	left: 15px;
	width: 221px;
}


#g3, #g11, #g19, #g27{
	padding: 4px;
	position: absolute;
	top: 200px;
	width: 57x;
	height: 41px;
	left: 15px;
}


#g4, #g10, #g20, #g28 {
	padding: 4px;
	position: absolute;
	top: 200px;
	left: 98px;
	width: 57px;
}

#g5, #g12, #g21, #g29 {
	padding: 4px;
	position: absolute;
	top: 200px;
	left: 179px;
	width: 57px;
}

#g6, #g13, #g22, #g30{
	padding: 4px;
	position: absolute;
	top: 14px;
	left: 250px;
	width: 57px;
}

#g7, #g14, #g23, #g31{
	padding: 4px;
	position: absolute;
	top: 72px;
	left: 250px;
	width: 57px;
}

#g8, #g15, #g24, #g32{
	padding: 4px;
	position: absolute;
	top: 130px;
	left: 250px;
	width: 57px;
}

#g2, #g16, #g18, #g26{
	padding: 4px;
	position: absolute;
	top: 200px;
	left: 250px;
	width: 57px;
}

.article {
	float:right;
}

.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 999;
	background: rgba(0,0,0,0.7);
}
.overlay a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.overlay img {
	background: #c2c2c2;
	padding: 4px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	height:226px;
	width:300px;
}

.overlay:target { 
	display : table; 
}


.article-h {	
	float: right;
	padding:10px;
	height:150px;
	width:250px;
}

.article-v {	
	float: right;
	padding:10px;
	height:250px;
	width:165px;
}

.article-left-h {	
	float: left;
	padding:10px;
	height:150px;
	width:250px;
}

.article-left-v {	
	float: left;
	padding:10px;
	height:250px;
	width:165px;
}
/*---------------------------
            MENU 
----------------------------*/


#nav {
	margin: 11px 0 25px 35px;
}

#nav a {
  text-decoration: none;
  color: black;
}
#nav li {
  background: bottom left url(images/nav_bg1.png) no-repeat;
  _height: 1%;
  padding: 8px 12px 16px 110px;
}

.on li{
	color:#770306;
}


/*---------------------------
           TITLE 
--------------------------*/

h1 {
  height: 172px;
  color: #000000;
  font-weight: normal;
}
h1 span {
  display: block;
}
h1 em {
  font-style: normal;
  color: #770306;
  padding-right: 3px;
}
h1 .hone {
  padding: 65px 0 0 58px;
  font: 50px Keaton, "Arial Narrow", "Tahoma", arial, sans-serif;
}
h1 .htwo {
  position: relative;
  top: -0.5em;
  left: 9.5em;
  font-size: 18px;
}
h1 .hthree {
  position: relative;
  top: -1.0em;
  left: 4.5em;
  font-size: 12px;
  letter-spacing: 2px;
  color: #770306;
}

h2 {
  background: 120px 0.5em url(images/dot_dot_dash1.png) no-repeat;
  font: 24px verdana, sans-serif;
  font-weight: normal;
  font-style: italic;
  color: black;
}

h2 em {
	  color: #770306;
}

h3 {
	 font: 24px verdana, sans-serif;
	  font-weight: normal;
	  font-style: italic;
	  color: black;
	background-color: WhiteSmoke;
}

h3 em {
  color: #770306;
}

h4 {
	color:black;
}



/*---------------------------
            FOOTER 
---------------------------*/

.post-footer {
	margin-left:80px;
	margin-right:80px;
	border-top: 1px #770306 dashed;
	border-bottom: 1px #770306 dashed;
	padding: 5px;
}


#footer {
	text-align: right;
	color: #000000;
	border-top: 1px solid #983234;
	padding: 6px 25px 20px 0;
}
.spacer {
	height: 18px;
}

/*---------------------------
            OTHER 
---------------------------*/

a {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #770306;
}
.clear {
	clear: both;
}

.read {	
	color: #000000;
	font: 14px verdana, sans-serif;
	font-weight:bold;
	margin-left: 520px;
}
.read em {
	color:#c2c2c2;
	font: 17px;
}

.important a {
	color: #770306;
	text-decoration: underline;
	font-size: 14px;
	font-weight:bold;
}

.relevant {
	color: #770306;
	text-decoration: none;
	font-size: 14px;
}

.previous{
	background: url(images/arrow-previous.jpg) repeat-x;
	padding-right:43px;
	padding-top: 28px;
	padding-left: 62px;
	margin-left: 339px;
	font-weight:bold;
	width: 152px;
	line-height: 27px; 
}
.previous-articles {	
	color: #000000;
	font: 14px verdana, sans-serif;
	font-weight:bold;
	margin-left: 587px;
}
.next-articles {	
	color: #000000;
	font: 14px verdana, sans-serif;
	font-weight:bold;
	margin-left: 40px;
}

