* {
  margin: 0;
  padding: 0;
  font-family: sans-serif, Arial;
  font-size: 1em;
}

* html body {
  overflow: hidden;  
}
* html #footer-wrapper {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 10010px;
  margin-bottom: -10000px;
  background: #fff;
}

html {
  overflow: -moz-scrollbars-vertical; 
  overflow-y: scroll;
}

body {
  background-color: #666;
  color: #666;
  font-size: 16px;
}

form {
}

input, textarea {
  padding: 2px 5px;
  border: 1px solid #EBEBEB;
  font: bold 12px sans-serif, Arial;
  color: #6B6B6B;
}

.clearfix {
  clear: both;
}

a {
  text-decoration: none;
  color: rgb(180, 146, 22);
}

a:hover {
  color: #8f5303;
}

/* layout */
.page {
  width: 1240px;
  margin: 16px auto 4px auto;  
  border: 1px #fff solid;
}

#header, #footer {  
  width: 100%;
  height: 40px;
}

#header {
  background: url('https://www.applepiestudio.eu/Content/Images/bg_up.gif') repeat-x scroll left top rgb(192, 189, 189);
}

#footer {
  clear: both;
  position: relative;
  background: url('https://www.applepiestudio.eu/Content/Images/bg_down.gif') repeat-x scroll left top rgb(192, 189, 189);
}

#container {
  padding-left: 300px;
  overflow: hidden;
  min-height: 680px;
  background-color: #fff;
}

#container .column {
  float: left;
  position: relative;
  padding-bottom: 20010px;
  margin-bottom: -20000px;
}

#container .column .logo
{
  margin-left: 12px;
  margin-top: 15px;
}

#container .column .logo img {
  border: none;
}

#leftcolumn {
  width: 300px;
  margin-left: -300px;
}

#leftcolumn h2 {
  font-size: 16px;
  margin-left: 18px;
  color: #888888;
  text-align: center;
  font-weight: normal;
}

#rightcolumn {
  min-height: 200px;  
}

#rightcolumn .content .page_title, #rightcolumn .fullcontent .page_title
{
	width: 100%;
    text-align: right;
	font-size: 1.5em;
	font-weight: bold;
    display: block;
    margin-bottom: 20px;
    color: #777777;
}

#rightcolumn .content {
  float: left;
  width: 610px;
  margin: 30px 0px 20px 30px; 
  padding-right: 10px;
  font-size: 1.1em;
}

#rightcolumn .content .testo {
  padding-left: 60px;
  text-align: justify;
}

#rightcolumn .fullcontent {
  float: left;
  width: 890px;
  margin: 30px 0px 20px 30px;  
}

#rightcolumn .teaser {
  float: right;
  text-align: right;
  width: 280px;
  margin-top: 10px;
}

#rightcolumn .content_leftcolumn {
  float: left;  
}

#mainmenu {
  margin-left: 40px;
  margin-top: 20px;
}

#mainmenu ul {
  list-style: none;  
}

#mainmenu ul li {
  font-size: 1.1em;
  padding-bottom: 8px;
}

#mainmenu ul li a {
  text-decoration: none;
  color: rgb(180, 146, 22);
}

#mainmenu ul li a:hover {
  color: #8f5303;
}

.content .news {
  min-height: 80px;
  position: absolute;
  width: 610px;
  top: 370px;  
}

.content .news .item {
  min-height: 93px;
  padding: 8px;
  background-image: url('https://www.applepiestudio.eu/images/PaperCorner.png');
  background-repeat: no-repeat;  
  border: 1px solid #f0f0f0
}

.content .news .item .title {
  font-weight: bold;
}

.RassegnaStampa, .PortfolioGallery {
  margin-top: 20px;
}

.RassegnaStampa .PagerControl  {
  clear: both;
}

.RassegnaStampa .Gallery .PagerResults {
  display: none;
}

.RassegnaStampa .Gallery  .PagerNumberArea {
  margin-top: 10px;
  color: #aaaaaa;
}

.RassegnaStampa .Gallery  .PagerNumberArea a {
  color: rgb(180, 146, 22);
  text-decoration: none;
}

.RassegnaStampa .Gallery  .PagerNumberArea a:hover {
  color: #8f5303;
}

.RassegnaStampa .Gallery  .PagerNumberArea .SelectedPage {
  font-weight: bold;
  color: #8f5303;
}

.Gallery .item, .Gallery .wideitem {
  float: left;  
  padding: 2px;
  border: 1px solid #aaaaaa;
  margin-right: 4px;
  margin-bottom: 4px;
  width: 208px;
  height: 208px;    
  position: relative;
}

.Gallery .wideitem {
	width: 435px;
	height: 140px;
}

.Gallery .item img, .Gallery .wideitem img {
  border: none;
  max-width: 200px;
  max-height: 200px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.Gallery .wideitem img {
  max-width: 427px;
  max-height: 132px;
}

.Gallery .PagerResults {
  display: none;
}

.Gallery .PagerNumberArea {
  margin-top: 10px;
  color: #aaaaaa;
}

.Gallery .PagerNumberArea a {
  color: rgb(180, 146, 22);
  text-decoration: none;
}

.Gallery .PagerNumberArea a:hover {
  color: #8f5303;
}

.Gallery .PagerNumberArea .SelectedPage {
  font-weight: bold;
  color: #8f5303;
}

.PortfolioGallery .item {
  float: left;  
  padding: 2px;
  border: 1px solid #aaaaaa;
  margin-right: 4px;
  margin-bottom: 4px;
  width: 208px;
  height: 208px;
  position: relative;
}

.PortfolioGallery .item .title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  background-color: #f2f2f2;
  height: 25px;
  line-height: 25px;
}

.PortfolioGallery .item img {
  border: none;
  max-width: 200px;
  max-height: 200px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.PortfolioGallery .PagerResults {
  display: none;
}

.PortfolioGallery .PagerNumberArea {
  margin-top: 10px;
  color: #aaaaaa;
}

.PortfolioGallery .PagerNumberArea a {
  color: rgb(180, 146, 22);
  text-decoration: none;
}

.PortfolioGallery .PagerNumberArea a:hover {
  color: #8f5303;
}

.PortfolioGallery .PagerNumberArea .SelectedPage {
  font-weight: bold;
  color: #8f5303;
}

.NextExpositions {
  width: 98%;
  padding: 8px;  
  margin-top: 16px;
}

.footer {
  width: 1239px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8em;
  color: #fff;
  margin-top
}

.footer .credits {
  text-align: right;
  float: right;
  margin-right: 12px;
}

.footer .credits a {
  color: rgb(220, 176, 72);
}

.footer .credits a:hover {
  color: rgb(180, 146, 22);
}

.footer .legal {
  float: left;
}

.footer .share {
  float: right;  
}

.blurb_books_browser {
  margin-top: 20px !important;
  width: 100%;
  padding: 0px;  
}

.blurb_books_browser .PagerNumberArea {
  margin-top: 10px;
  color: #aaaaaa;
}

.blurb_books_browser .PagerNumberArea a {
  color: rgb(180, 146, 22);
  text-decoration: none;
}

.blurb_books_browser .PagerNumberArea a:hover {
  color: #8f5303;
}

.blurb_books_browser .PagerNumberArea .SelectedPage {
  font-weight: bold;
  color: #8f5303;
}

.blurb_books_browser .item {
  float: left;  
  padding: 2px;
  border: 1px solid #aaaaaa;
  margin-right: 4px;
  margin-bottom: 4px;
  width: 208px;
  height: 208px;    
  position: relative;
}

.blurb_books_browser .item img {
  border: none;
  max-width: 200px;
  max-height: 200px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.blurb_player {
  margin: 20px auto 0px auto;  
}

.blurb_player .backlink {
  margin-top: 20px;
}

.blurb_player .backlink a {
  color: rgb(180, 146, 22);
}

.blurb_player .backlink a:hover {
  color: #8f5303;
}

/* Minification failed (line 355, error number 1035): Expected colon, found '}' */