* {
    margin: 0;
    padding: 0;
}

body {
    padding: 30px 0;
    font: 14px Georgia, Times, serif;
    color: #ffffff;
    background: #e3c12a;
}

.tooltip
{
  position: relative;
  background: #9d0606;
  cursor: help;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  outline: none;
}

.tooltip span
{
  visibility: hidden;
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 999;
  width: 230px;
  margin-left: -127px;
  padding: 10px;
  border: 2px solid #e3c12a;
  opacity: .9;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  text-shadow: 0 1px 0 rgba(255,255,255,.4);
}

.tooltip:hover
{
  border: 0; /* IE6 fix */
}

.tooltip:hover span
{
  visibility: visible;
}

.tooltip span:before,
.tooltip span:after
{
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid #ddd;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
}

.tooltip span:before
{
  border-top-color: #ccc;
  bottom: -8px;
}
h1 {
    padding-top: 15px;
    font: bold 60px/1.2em Georgia, Times, serif;
    text-align: right;
    letter-spacing: -2px;
    color: #e3c12a;
}



h2 {
    font-weight: normal;
    font-family: Georgia, Times, serif;

    text-transform: ;
    color: #FFFFFF;
    text-align: center;
}

p {
    padding: .75em 0;
    line-height: 2em;
    text-align: justify;
}

p#subtitle {
    position: relative;
    top: -12px;
    padding: 0;
    text-align: right;
    font-size: 20px;
    font-style: italic;
    text-transform: lowercase;
    color: #FFFFFF;
}

a {
    color: #ffffff;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

#page {
    width: 960px;
    margin: 0 auto;
    background: #9d0606 ;
    border-bottom: 1px solid #e3c12a;
}

/* header */

#header {
    height: 263px;
    padding-right: 160px;
    background: #e3c12a url('images/headerdouble.gif') no-repeat;
}

/* menu */

#menu {
    height: 59px;
    background: #9d0606;
	border-bottom: 2px solid #e3c12a;
}

#menu ul {
	list-style: none;
	color: #e3c12;
}

#menu ul li {
    display: block;
    float: left;
    padding: 0px 15px;
}

#menu ul li a {
    display: block;
    float: left;
    padding: 0 20px;
    font: 16px/60px Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-decoration: none;
}

#menu ul li a:hover {
    background: #e3c12a repeat-x;
}


/* main */

#main {
    height: 1%;
    min-height: 693px;
    padding: 30px 30px 0 30px;
    background:#9d0606  ;
}

/
/* content */

#content {
    float: center;
    width: 610px;
    padding-bottom: 10px;
}

#content h2 {
    font-size: 3em;
}

#content h2 a {
    color: #FFFFFF;
    text-decoration: none;
}

.post {
    padding: 0 0 4.5em 0;
}

.postmeta {
    color: #e;
}

.entry {
    padding: .75em 0 0 0;
}

p.readmore {
    padding-right: 2em;
    text-align: right;
}

p.readmore a {
    padding: 0 4px;
    font-size: .9em;
    text-decoration: none;
    border: 1px solid #E36623;
}

p.readmore a:hover {
    text-decoration: none;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    width: 900px;
    margin: 0 auto;
    padding: 30px;
}

#footer p {
    font-size: .9em;
    text-align: center;
    color: #9d0606;
}
