/* tags */

html, body {
  margin: 0;
}

body {
  background-color: #000000;
  background-image: url(/images/body-burned_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  color: #464646;
  margin: 0;
  padding: 0;
  font-size: 75%;
}

body#page-birthday {
  background-image: url(/images/body_bg.jpg);
}

body, p, blockquote, th, td, font, p, h1, h2, h3, h4, h5, h6, li, dt, dd, div {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

p, th, td, font {
  font-size: 100%;
  color: #000000;
}

table {
  border-collapse: collapse;
}

p, address {
  margin: 0 0 20px 0;
}

pre {
  font-size: 100%;
}

h1 {
  font-size: 175%;
  font-weight: bold;
  color: #9e1c20;
  margin: 0 0 10px 0;
}

h2 {
  font-size: 150%;
  font-weight: bold;
  color: #9e1c20;
  margin: 0 0 10px 0;
}

h3 {
  font-size: 135%;
  font-weight: bold;
  color: #9e1c20;
  margin: 0 0 20px 0;
  padding: 0;
}

h4 {
  font-size: 120%;
  font-weight: bold;
  color: #9e1c20;
  margin: 0 0 10px 0;
}

h5 {
  font-size: 110%;
  font-weight: bold;
  color: #9e1c20;
  margin: 0 0 10px 0;
}

h6 {
  font-size: 100%;
  font-weight: bold;
  color: #9e1c20;
  margin: 0 0 10px 0;
}

hr {
  height: 1px;
  width: 100%;
  color: #9e1c20;
  border-color: #9e1c20;
  background-color: #9e1c20;
  border: 0;
  margin: 20px 0;
}

ul, ol {
  margin: 0 0 20px 35px;
  padding: 0;
}

ul {
  margin-left: 15px;
  list-style-type: square;
}

ol {
  list-style-type: decimal;
}

a:link {
  color: #9e1c20;
  text-decoration: none;
}

a:visited {
  color: #9e1c20;
  text-decoration: none;
}

a:focus {
  color: #9e1c20;
  text-decoration: underline;
}

a:hover {
  color: #9e1c20;
  text-decoration: underline;
}

a:active {
  color: #9e1c20;
  text-decoration: underline;
}

small, .small {
  font-size: 90%;
}

dl {
  margin: 0 0 20px 0;
}

dd {
  margin: 0 0 0 15px;
}

dl.small {
  font-size: 90%;
}

dt {
  font-weight: bold;
}

dl.small dt {
  font-weight: bold;
}

blockquote {
  font-style: normal;
  margin: 0 auto 20px auto;
  background-image: url(/images/quote-open.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-color: none;
}

blockquote div {
  padding: 15px 30px;
  background-image: url(/images/quote-close.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

blockquote cite {
  font-size: 90%;
  font-style: italic;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  text-align: right;
}

acronym, abbr, .abbr {
  border-bottom: 1px dashed #000000;
  cursor: help;
}

.imgAlignLeft {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #000000;
}

.imgAlignRight {
  float: right;
  margin: 0 0 10px 10px;
  border: 1px solid #000000;
}

.data {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 10px 0;
}

.data th, .data td {
  border-width: 1px 0;
  border-style: dotted;
  border-color: #808080;
  padding: 2px 4px;
  text-align: left;
  vertical-align: top;
}

.topLink {
  clear: both;
  font-size: 80%;
  text-align: right;
  margin: 20px 0 1px 0;
  border-bottom: 1px solid #cccccc;
}

.topLink a {
  display: block;
}

.print {
  display: none;
}

p, blockquote {
  line-height: 150%;
}

blockquote.enhanced cite {
  line-height: 110%;
}

h1 {
  line-height: 180%;
}

h2 {
  line-height: 150%;
}

h3 {
  line-height: 130%;
}

h4 {
  line-height: 115%;
}

h1 {
  line-height: 100%;
}

h1 {
  line-height: 90%;
}

.clearLeft {
  clear: left;
}

.clearRight {
  clear: right;
}

.clearBoth {
  clear: both;
}

table.data th.left, table.data td.left {
  text-align: left;
}

table.data th.center, table.data td.center {
  text-align: center;
}

table.data th.right, table.data td.right {
  text-align: right;
}

table.data th.top, table.data td.top {
  vertical-align: top;
}

table.data th.middle, table.data td.middle {
  vertical-align: middle;
}

table.data th.bottom, table.data td.bottom {
  vertical-align: bottom;
}

dl.split {
  margin: 0 240px 20px 0;
  zoom: 1;
}

dl.split:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: left; 
    visibility: hidden;
}

dl.split dt {
  clear: left;
  float: left;
  width: 140px;
  margin: 0 5px 0 0;
  padding: 0;
  text-align: right;
}

dl.split dd {
  float: left;
  width: 210px;
  margin: 0 0 0 5px;
  padding: 0;
  text-align: left;
}

/* fancy box addition */
#fancy_ajax p{
	color: #464646
}

#content div.error, #content div.error p{
	color:#9E1C20;
font-weight:bold;
margin:0 0 10px;
}
