

html, body	{
  /*height: 100%;  */
  /*width: 100%;*/
  margin: 0; 
  padding: 0; 
  border: 1px solid black;
  color: #000000;
  font-size: 0.9em;
  font-family: Tahoma, Verdana, sans-serif;


	background-image: url(../images/cielo.gif);
	background-repeat: repeat-x;
	background-position: top center;

}

BODY {
	background: #008F3E;

}


IMG {
border: 0px;
}

/* block element styles */
TABLE, TD, TH, DIV, P, INPUT, TEXTAREA, SELECT {
	color: #000000;
	font-size: 1em;
	font-family: Tahoma, Verdana, sans-serif;


}

/* prevent textareas from forcing horizontal scroll bar
credit to lobos for this hint */
TEXTAREA {
	width: 99%;
}

/* remove border from linked images */
A IMG {
	border: 0px;
}

/* inline element styles */
h1, .pn-pagetitle {
	font-weight: bold;
	font-size: 1.3em;
}

h2, .pn-title {
	font-weight: bold;
	font-size: 1.2em;
    position: relative;
}


.pn-pagetitle, .pn-title  {
	text-align:center;
}

/* link classes 
Note: we only specify anything that changes from the base class in 
all other classes */
A, A.pn-normal {
	color: #0000FF;
	font-size: 1em;
	text-decoration: underline;
	background: none;
}

A.pn-title {
	font-size: 1.2em;
	font-weight: bold;
}
A.pn-sub {
	font-size: 1em;
}
A.pn-logo {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
}


/* postnuke specific classes */
.pn-logo {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.pn-logo-small {
	font-size: 1.1em;
	font-weight: bold;
}
.pn-pagetitle, h1 {
	font-size: 1.5em;
	font-weight: bold;
}
.pn-title, h2 {
	font-size: 1.3em;
	font-weight: bold;
}
.pn-normal {
	color: #000000;
	font-size: 1em;
	text-decoration: none;
}
.pn-sub {
	
}

/* news styles */
.pn-storytitle {
font-size: 14px;
font-weight: bold;
letter-spacing: 3px;
}


/* form and control styles */
.input {
	border: 1px solid #000000;
	font-size: .9em;
}

/* PostNuke specific classes */
.pn-menu {
	text-align:center;
}


/* news styles */
.newssummary1 {
	padding:5px;
	border-left:1px solid #000; 
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	border-right:1px solid #000;
}
.newssummary2 {
	padding:5px;
	border-left:1px solid #000; 
	border-bottom:1px solid #000;
	border-top:0px solid #000;
	border-right:1px solid #000;
}
.newswrapper {
	margin-bottom: 5px;
}

/* block styles */
.topsideblock {
	/*width: 140px;*/
	padding-left:5px;
	padding-right:5px;
	border-left:1px solid #000; 
	border-top:1px solid #000;
	border-right:1px solid #000;
}
.sideblock {
	/*width: 140px;*/
	padding-left:5px;
	padding-right:5px;
	border-left:1px solid #000; 
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	border-right:1px solid #000;
}
.topcenterblock {
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	border-left:1px solid #000; 
	border-top:1px solid #000;
	border-right:1px solid #000;
}
.centerblock {
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	border-left:1px solid #000; 
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	border-right:1px solid #000;
}


.float_left {
  float: left;
}

.float_right {
  float: right;
}


.side_block_title {
  padding-top: 4px; 
  margin-left: 1em;
}


/* utility clearer class */
.clearing {
	height: 0px;
	clear: both;
    overflow: hidden;
}

/* legacy opentable function styles */
.opentable1 {
	width:100%;
	border: 1px solid #000;
	margin-bottom: 5px;
}
.opentable2{
	border: 1px solid #000;
	margin-bottom: 5px;
}

/* defaut styling for lists */
ul { 
	margin-left:1em;
	padding-left:0em;
	text-indent:0em;
	list-style-type: circle; 
}


.float-image {
  float: right;
  margin: 0;
  position: relative;

}


/*layout...*/


#left {
  float: left;
  width: 18%;
  padding: 0;
  border: 0;
  margin: 0;

}

.block-wrapper {
  /*padding: 0.5em;*/
  margin: 0;
  padding: 0;
}

#main {
  float: right;
  width: 79%;
  min-height: 90%;
  padding: 0;
  border: 0;

  margin-right: 0.2em;
  position: relative;
}


#right {
  float: left;
  width: 15%;
  padding: 0;
  border: 0;
  margin: 0;
}


.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}


#header {
  margin: 0;
	background: #FFFFFF;
	
	background-image: url(../images/cielo.gif); 
	background-repeat: repeat-x; 
	background-position: top center;
}

#footer {
  text-align: right;

}

#themesearch {
  float: right;
  padding: 20px;
}

.search_separator {
  background-color: #cccccc;
  margin-top: 0.2em;
  margin-bottom: 0.2em;

}


.form-label {
  float: left;
  width: 40%;

}

.form-element {
  float: left;
  width: 45%;

}


/* fence */

  .fence-header {
	background: url(../images/staccionata.gif) repeat-x;
	height: 80px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
  }

  .block-top-right {
	background: url(../images/menu-top-right.gif) no-repeat;
	background-position: top right;
	height: 22px;
	overflow: hidden;
	width: auto;
	position: relative;
  }


  .block-top-left {
	background: url(../images/menu-top-left.gif) no-repeat;
	background-position: top left;
	height: 22px;
	overflow: hidden;
	width: auto;
	position: relative;
  }

  .block-top {
	background: url(../images/menu-top-middle.gif) repeat;
	height: 22px;
	margin-left: 8px;
	margin-right: 23px;
	overflow: hidden;
	width: auto;
	line-height: 23px;
	position: relative;
  }

  .block-title {
	font-weight: bold;
	color: #000000;
	margin-left: 1px;
	position: relative;
  }

  
  .block-right {
	background: #FFF4BF;
	background-image: url(../images/menu-middle-right.gif);
	background-repeat: repeat-y;
	background-position: center right;
	position: relative;
	
  }

  .block-left {
	position: relative;
  }

  .block-cen {
	background: #FFF4BF;
	margin-left: 8px;
	margin-right: 10px;
	position: relative;
	border-top: 1px solid #FFF596;
	padding-left: 0.4em;
	padding-right: 0.4em;
	}

  .block-bottom-right {
	background: url(../images/menu-bottom-right.gif) no-repeat;
	background-position: top right;
	height: 10px;
	overflow: hidden;
	width: auto;
	margin-bottom: 1em;
	position: relative;
  }


  .block-bottom-left {
	background: url(../images/menu-bottom-left.gif) no-repeat;
	background-position: top left;
	height: 10px;
	overflow: hidden;
	width: auto;
	position: relative;
  }

  .block-bottom {
	background: url(../images/menu-bottom-middle.gif) repeat;
	height: 10px;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
	width: auto;
	position: relative;
  }

  .block-main-right {
	background: url(../images/main-right.gif) repeat-y;
	background-position: center right;
	position: relative;

  }

  .block-main-left {
	background: url(../images/main-left.gif) repeat-y;
	background-position: center left;
	position: relative;
  }

  .block-main-cen {
	background: #FFFCE3;
	margin-left: 5px;
	margin-right: 9px;
	position: relative;
  }



