body {
  background-color: #FEFAED;
  font-family: Verdana, Arial, sans-serif;
}

#header h1.wedding {
  text-align: left;
  color: #FCAA00;
  padding-left: 20%;
  font-weight: bold;
  font-size: 300%;
  letter-spacing: .2em;
  float: left;
}

#header h1.tuscany {
  text-align: left;
  padding-left: 20%;
  font-size: 450%;
  letter-spacing: .2em;
  font-weight: bold;
  color: #BA5700;
  margin-right: -.25em;
}

#header div.flags {
  position: absolute;
  bottom: 3px;
  left: 5px;
}

#header div.flags img {
  border: 0;
}

#header div.flags a.selected {
  border-bottom: 4px solid red;
}

div#container {
  margin:0 auto;
  width:85%;
  text-align: left;
}

div#header {
  position: relative;
  background-color: #FCEED1;
  border-bottom: 6px solid #F6B726; 
  background-image: url(../images/bg-header.jpg);
  background-repeat: no-repeat;
  height: 90px;
}

strong {
  font-weight: bold;  
}

div#main {
  float:left;
  width:79.7%;
  width:80%;
  background-color: #FCEED1;
  min-height: 600px;
}
div#content { 
  float:right;
  width: 96%;
}

div#sidebar {
  float:right;
  width:20%;
}

div#wrapper {
  background:  #ba5700;
}

div#footer { 
  clear: both;
  width:100%;
  border-top: 6px solid #F6B726;
  background-color: #FCEED1;
  text-align: center;
}

div#content {
  text-align: justify;
  background-color: #FCEED1;
  padding: .8em 1em;
}
#content p {
  line-height: 1.5em;
  margin-bottom: 1em;
  padding-left: 1em;
}

#content h2 {
  font-weight: normal;
  font-size: 150%;
  color: #BA5700;
  margin-bottom: .5em;
  border-bottom: 1px solid #FCDA94;
}

#content h3 {
  font-weight: normal;
  font-size: 110%;
  color: #BA5700;
  margin-bottom: .5em;
}

#content ul {
    margin-left: 2em;
    list-style-type: square;
}
#content ul li {
    margin-bottom: 1em;
}
.photo {
  float: left;
  display: block;
  background: white;
  margin: .5em;
  border: 7px solid white;
}

.photo.right {
  float: right;
}

.photo.left.clear {
  clear: left;
}

.photo.right.clear {
  clear: right;
}

.photo.center {
  float: none;
  display: block;
  margin: 0 auto;
  clear: both;
}

.photo.no-border {
  background: transparent;
  border-width: 0;
}

#content p.untranslated {
  color: gray;
  font-size: 90%;
  padding-left: 0;
}


ul#menu {
  margin: .5em 0;
}

ul#menu ul {
  margin-left: 2em;
}

ul#menu ul li {
  list-style-type: square;
  font-size: 80%;
  color: #F6B726;
}

ul#menu li{
  margin-top: .5em;
}
ul#menu li a {
  color: white;
  text-decoration: none;
  letter-spacing: .1em;
  display: block;
  font-weight: bold;
  padding: .5em 0;
  width: 100%;
}

/* colore del request form */

ul#menu li#request-menu-voice a {
  color: white;
}
ul#menu li#request-menu-voice a.selected,
ul#menu li#request-menu-voice a:hover,
ul#menu li a.selected,
ul#menu li a:hover {
  background-color: #F6B726;
  color: black;
}

span.mandatory-flag {
  color: red;
  font-weight: bold;
  cursor: help;
}

ul#form-errors {
  margin-left: 3em;
}

ul#form-errors li {
  list-style-type: square;
  line-height: 1.5em;
}

fieldset {
  border: 2px solid #FCDA94;
  padding: 0 .5em;
}

legend {
  color: #BA5700;
  font-weight: bold;
  padding: .5em;
  font-size: 130%;
}

p.field-help {
  margin-left: 15.5em;
  color: gray;
}

p.field-help.checkbox {
  margin-left: 0;
}

label {
  float: left;
  width: 12em;
  text-align: right;
  padding-right: .5em;
  font-size: 130%;
}

label.checkbox {
  float: none;
}

div.form-row.checkbox {
  padding-left: 16em;
}

div.form-row {
 clear: left;
 margin: 1em 0;
}

input.submit {
  font-size: 130%;
  font-weight: bold;
}

select,
div.form-row input.text {
  border: 1px solid #BA5700;
  font-size: 130%;
  padding: .1em;
}

div.form-row input.text.hilight {
  background-color: #FFE0E5;
}

.hidden {
  display: none; 
}

