
/* IE hack ?? */
html { 
}

/* Globals */
a {
  color: #fffba6; 
}

a img {
  border: none;
}

/* Main elements */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  min-width: 700px;
  color: #fff;
  background: #4f345b url("images/background.png");
}

#page {
  width: 700px;
  border: 1px solid #fff;
  margin: 20px auto 20px auto;
  font-size: 1.2em;
  background-color: #4f345b;
}

#header {
  margin: 20px;
}

#logo {
  float: left;
  width: 500px;
  height: 90px;
  padding-bottom: 15px;
}

#navigation {
  float: right;
  width: 160px;
  margin-top: -10px;
}

#slogan {
  width: 500px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5em;
  font-style: italic;
  font-weight: bold;
  line-height: 1.5em;
}

#photobar {
  clear: both;
  margin-top: 0px;
  margin-bottom: 20px;
} 

#news {
  padding: 0 20px;
}

#content {
  margin: 30px 20px 0px 20px;
  border: 1px solid #fff;
  padding: 20px;
  min-height: 200px;
}

#footer {
  margin: 20px 20px;
  text-align: center;
  padding: 0 0px;
}

/* Navigation */

#navigation li {
  list-style-type: none;
  list-style-image: none;
  border: 1px solid #4f345b;
  height: 30px;
}

#navigation ul li a {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  display: block;
  margin: 0 0 0 0;
  padding: 5px 10px;
}

#navigation ul li a:hover {
  text-decoration: underline;
}

#navigation ul li a.active {
  color: #a8a8a8;
  border: 1px solid #a8a8a8;
}

/* Slogan */

#slogan ul {
}

#slogan li {
  display: inline;
}

/* Photo bar */

#photobar img {
  padding: 10px;
  margin: 0px 10px 0 0;
  background: transparent url("images/photoframe.png") no-repeat;
  width: 50px;
  height: 50px;
}

#photobar img.photobar-last {
  margin-right: 0px;
}

#photobar a.active img {
  background: transparent url("images/photoframe-active.png") no-repeat;
}

/* Breadcrumb */

.breadcrumb {
  margin-bottom: 0.5em;
}

/* Content */

h1.content_title, h2.content_title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2em;
  font-style: italic;
  margin-top: 0px;
}

/* Navigation2 */

#navigation2 {
  margin: 0px 20px;
}

#navigation2 ul {
  text-align: center;
  margin: 20px 0px;
}

#navigation2 li {
  display: inline;
}

#navigation2 ul li a {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  margin: 0 0 0 0;
  padding: 5px 10px;
}

#navigation2 ul li a:hover {
  text-decoration: underline;
}

#navigation2 ul li a.active {
  color: #a8a8a8;
}

/* Sponsored links */

#sponsored-links {
  text-align: center;
  margin: 0px 20px;
}

#sponsored-links .label {
  margin: 0;
}

#sponsored-links ul {
  /* display: inline; */
  list-style: none;
  padding: 0;
  margin: 0;
}

#sponsored-links li {
  display: inline;
  list-style: none;
  padding: 0 0.5em 0 0.7em;
  margin: 0;
  border-left: 1px solid #eee;
}

#sponsored-links li.first {
  border-left: 1px none;
  padding: 0 0.5em 0 0.5em;
}

#sponsored-links li a {
  text-decoration: none;
}

#sponsored-links li a:hover {
  text-decoration: underline;
}

/* Inline links */

ul.links { text-align: center; list-style: none; }
ul.links li { list-style: none; display: inline; padding: 0 0.5em 0 0.7em; margin: 0; border-left: 1px solid #eee; }
ul.links li.first { border-left: 1px none; padding: 0 0.5em 0 0.5em; }
ul.links li a { text-decoration: none; }
ul.links li a:hover { text-decoration: underline; }

/* Footer */

/* Floats, images and content layouts */

.floatright {
  float: right;
}

.floatleft {
  float:left;
}

.floatclear {
  clear: both;
}

#content img {
}

img.inlineright {
  float: right;
  margin: 0 0 20px 20px;
}

.blockcenter
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.displayblock {
  display: block;
}

table#rates td, table#rates th {
  padding: 1px 16px;
  text-align: right;
}

table#rates td.column-1, table#rates th.column-1 {
  padding: 1px 32px 1px 0px;
  text-align: left;
}

table#rates tr.row-last td {
  border-top: 1px solid #fff;
}

.textcenter {
  text-align: center;
}

.date, .blurb {
  font-style: italic;
  color: #d0d0d0;
  margin-bottom: 1em;
}

/* Home page */

#fp-gateway {
  font-size: 1.5em;
}

#fp-gateway ul {
  margin: 0 0 1em 0;
  padding: 0;
  text-align: center;
}

#fp-gateway li {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: bold;
  display: inline;
  list-style-type: none;
  list-style-image: none;
  text-align: center;
  margin: 0.5em 0.5em 0.5em 0.5em;
  padding: 5px 10px;
}

#fp-gateway li a {

}

/* Contact2 page */

.result_message {
  text-align: center;
    font-weight: bold;
}

/* Links Page */

div#links a {
  color: #551a8b;
}

#links img {
  border: none;
}

/* Archive list page */

ul.archive_list li, ul.links_list li {
  padding-bottom: 0.25em;
}

