/* Easy clearing */
/* Slightly enhanced, universal clearfix hack */
.clearfix:after
{
  content:" ";
  clear:both;
  display:block;
  font-size:0;
  height:0;
  line-height: 0;
  visibility:hidden;
  width:0;
}
.clearfix {display: inline-block;}
/* start commented backslash hack \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* close commented backslash hack */

html
{
  margin:0;
  padding:0;
}

body
{
  margin: 0;
  padding:0;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

#page
{
  width: 1440px;
  height: 900px;
  margin: 0 auto;
}

.front #page
{
  background: url(images/start_page.jpg) no-repeat;
}

#main
{

}

#header
{
}

#footer
{
}

.hbar
{
  height: 10px;
  background: #7ACAED;
  -moz-border-radius:5px;
}

h1.title
{
  margin: 0 0 10px 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
}

/* START PAGE */

.front #main{
  position: relative;
  height: 900px;
  width:1440px;
}

a#flag-it
{
  display:block;
  position: absolute;
  width: 110px;
  height: 115px;
  top: 535px;
  left: 507px;
  overflow: hidden;
  line-height:300px;
}

a#flag-en
{
  display: block;
  position: absolute;
  width: 110px;
  height: 115px;
  top: 550px;
  left: 863px;
  overflow: hidden;
  line-height:300px;
}

/* HOROSCOPE PAGE */

.horoscope #header
{
  width: 1440px;
  height: 147px;
  background: url(images/header.jpg) no-repeat;
}

.horoscope #main
{
  height:552px;
  font-size: 20px;
}

.horoscope #main-inner
{
  padding: 0 20px;
  height: inherit;
  position: relative;
}

#data-entry-form
{
  margin: 30px auto 0;
  width: 500px;
}

#data-entry-form select
{

}

#data-entry-form label
{
  font-size: 24px;
  margin-bottom: 5px;
  display: block;
}

.form-container
{
  margin: 15px 0;
}

#edit-date-day-value {width: 100px;}
#edit-date-month-value {width:170px;}
#edit-date-year-value {width:120px;}
#edit-date-hour-value {width:100px;}
#edit-date-minute-value {width:100px;}
#edit-position-value {width:250px;}
#edit-sex-value {width:100px;}

.ui-selectmenu
{
  float: left;
  margin-right: 15px;
}

#data-entry-form #edit-submit
{
  border: none;
  background: #7ACAED;
  padding: 10px;
  -moz-border-radius: 10px;
  cursor: pointer;
  font-size:24px;
  margin:0 auto;
  display: block;
}

.custom-horoscope p
{
  margin: 15px 0;
}

form#vote-form div
{
  text-align: center;
}

.horoscope #footer
{
  width: 1440px;
  height: 201px;
  background: url(images/footer.jpg) no-repeat;
}


.horoscope .radio
{
  display:none;
}

form#vote-form label
{
  background: #7ACAED;
  padding: 10px;
  -moz-border-radius: 10px;
  cursor:pointer;
  margin: 5px 10px;
}

table#results
{
  margin: 0 auto;
  font-size:16px;
}

table#results th
{
  padding: 0 15px;
}

table#results .col-1
{

}

table#results .col-2
{

}

table#results .col-3
{

}

table#results .col-4
{

}

table#results .col-5
{

}

table#results .col-6
{

}

table#results .col-7
{

}

table#results thead
{

}

table#results td
{

}

table#histograms
{
  margin: 0 auto;
}

#closure-text
{
  width: 1000px;
  margin: 0 auto;
}

a#back-button
{
  color: #ffffff;
  background: #000000;
  padding: 10px;
  text-decoration: none;
  -moz-border-radius: 10px;
  margin: 0 auto;
}

.txt-center
{
  text-align: center;
}
