/*
Theme Name: Blue Danube
Theme URI: http://igraycon.com/
Description: Custom WordPress theme developed for Blue Danube.
Version: 1.0
Author: Iain Gray
Author URI: http://igraycon.com/
Tags: custom
*/
* {
  margin: 0;
  padding: 0;
  font-family: "Cronos Pro",Helvetica,Calibri,Arial,sans-serif
}
body {
  background-color: #9dbed1;
}
p, li.widget, .page h2 {
  margin-bottom: 20px;
}
h1, h1 a {
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  letter-spacing: 4px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}
h2, h2 a {
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  color: #003745;
}
h3, h3 a {
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  color: #003745;
}
h4, h4 a {
  font-size: 16px;
  line-height: 16px;
  color: #003745;
}
h5, h5 a {
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #003745;
}
h6, h6 a {
  font-size: 12px;
  line-height: 12px;
  color: #003745;
}
p, a, li, dd, dt, label, td, div, input, option, textarea {
  font-size: 11px;
  line-height: 18px;
  color: #000;
}
textarea {
  width: 440px;
}
#container {
  width: 801px;
  margin: 40px auto;
}
#header {
  width: 785px;
  height: 302px;
  background: transparent url(images/header_background.jpg) no-repeat scroll 0 0;
  padding: 13px 0 0 16px;
  position: relative;
}
#header a.logo {
  display: block;
  width: 168px;
  height: 0;
  padding-top: 65px;
  overflow: hidden;
  background: transparent url(images/logo.png) no-repeat scroll 0 0;
  float: left;
}
#mainnav {
  width: 617px;
  height: 90px;
  position: absolute;
  top: 0;
  right: 0;
}
#mainnav td {
  vertical-align: bottom;
  text-align: right;
  padding-bottom: 4px;
}
ul.nav {
  list-style: none outside none;
  float: right;
}
ul.nav li {
  float: left;
  margin-right: 16px;
}
ul.nav li, ul.nav li a {
  font-size: 11px;
  line-height: 11px;
  color: #80a3b7;
  text-decoration: none;
}
ul.nav li.current_page_item a, ul.nav li a:hover {
  color: #1a374f;
}
div.clear {
  clear: both;
}
ul#sidebar, ul#sidebar ul {
  list-style: none outside none;
}
#content {
  background-color: #fff;
}
#content .left, #content .right {
  float: left;
}
#content .left {
  padding: 14px 28px;
  width: 200px;
}
#content .left p { 
  color: #80a3b7;
  margin: 20px 0 0 0;
}
#content .right {
  width: 512px;
  padding: 0 32px 32px 0;
  position: relative;
  top: -22px;
}
#footer {
  margin-top: 2px;
}
#footer p.copyright {
  float: left;
}
#footer p.comments {
  float: right;
}
#footer p, #footer a {
  font-size: 8px;
  line-height: 10px;
  color: #1a374f;
  text-decoration: none;
}
h2.post_title a {
  text-decoration: none;
}
