/*
Giallo scuro: #FAE077
Giallo chiaro: #FAEB8C
Marrone scuro: #401111
Marrone chiaro: #EfE6BD
Marrone intermedio: #804F3F
*/

.cartolina {
	position: relative;
	top: -20px;
	width: 500px;
	border: #FAEB8C solid;
	border-width: 30px 22px 22px 30px;
	background-color: #FAEB8C; 
	display: block;
	margin-left: auto;
	margin-right: auto; 
	padding: 0;
}

.insegna {
	width: 400px;
	border: none;
	display: block;
	position: fixed;
	right: -40px;
	bottom: -50px;
}

.logo {
	position: fixed;
	right: 0px;
	top: 50px;
	width: 100px;
	padding: 20px;
}

.mainmenu { 
	position: fixed;
	background-color: #FAE077;
	padding: 20px;
	right: 0px;
	top: 0px;
}
.mainmenu#homemenu {
	/*display: table-cell;
	border: solid; 
	position: relative;
	margin-left: 50%;
	margin-right: 50%;*/ 
}
.mainmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.mainmenu li {
	font-weight: normal;
	font-size: 11pt;
	display: inline;
	margin: 0px;
	padding: 0px;
}
.mainmenu a {
	float: left;
	text-decoration: none;
	padding: 5px 20px 5px 20px;
}
.mainmenu a:link, .mainmenu a:visited {
	background-color: transparent;
	color: #804F3F;
}
.mainmenu a:focus, .mainmenu a:hover, .mainmenu a:active {
	background-color: #401111;
	color: #EfE6BD;
}

h1, h2 {
	font-weight: bold;
	text-decoration: underline;
	color: #441111;
}
h1 {
  margin: 10pt 0pt 40pt;
  text-transform: uppercase;  
  font-size: 24pt;
}
h2 {
  margin: 25pt 0pt 10pt;
  font-size: 16pt;
}

a:link, a:hover, a:focus, a:visited, a:active {
	color: #804F3F;
}

.workinprogress {
	position: fixed;
	left: 0px;
	bottom: 0px;
	margin-left: 0px;
	padding: 5px 15px 2px 15px;	
	border-top: #804F3F solid 1px;
	font-size: 8pt; 
	color: #804F3F;
	background-color: #FAEB8C;
}

.timedate {
	margin: 0pt 0pt 10pt;
	font-style: italic;
	font-size: 12pt;
	color: #804F3F;
}

.guest {
	white-space: nowrap;
	text-transform: capitalize;
	font-weight: bold;
}
.association {
	white-space: nowrap;
	text-transform: capitalize;
	font-style: oblique;	
}
.association:before {
	content: open-quote;
}
.association:after {
	content: close-quote;
}
.workofart {
	white-space: nowrap;
	text-transform: capitalize;
	font-size: 14pt;
	font-weight: bold;
}
.workofart:before {
	content: " \7E  \"";
}
.workofart:after {
	content: "\" \7E  ";
}

li {
	font-weight: bold;
	color: #FFAA00;
	margin: 20px 0px 10px 0px;
}

img {
	padding: 25px;
}

div {
	margin-left: 50px;
}

html, body {
	padding: 0px;
	margin: 0px;
}

body {
	margin: 150px;
	position: relative;
  	font-family: Verdana,Arial,Helvetica,sans-serif;
  	font-size: 12pt;
  	text-align: left;
  	background-color: #fae077;
  	background-image: url(sfondo.png);
  	background-attachment: fixed;
  	background-repeat: no-repeat;
  	background-position: 0px 100px;
}