@import url(/assets/css/reset.css);

body {
  font-size: 0.75em;
  font-family: Verdana;
  line-height: 1.2em;}


/*
 * The main container panel for the entire website.
 * It centers the pages and controls the widths, 
 * with the exception of the footer.
 */
.main {
  width: 700px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 30px;}

.header {
  padding-top: 15px;
  height: 70px;
  position: relative;}

  .header .pitch {
    position: absolute;
    top: 20px;
    right: 0px;
    font-size: 1.1em;
    text-align: right;
    line-height: 1.8em;}

  .header .pitch em {
    font-size: 1.4em;
    font-style: normal;}

.menu {
  height: 55px;
  overflow: hidden;}

  .menu .leftedge {
    float: left;
    width: 10px;
    height: 44px;
    margin-top: 11px;
    background: url(/assets/images/menu-leftedge.gif) no-repeat;}

  .menu ul.urls {
    float: left;
    width: 520px;
    background-color: #bc1e63;
    margin-top: 11px;
    height: 33px;
    overflow: hidden;
    list-style-type: none;}

    .menu ul.urls li {
      float: left;
      padding: 9px;
      position: relative;
      color: #fff;}

    .menu ul.urls li a {
      text-decoration: none;
      color: #fff;
      font-size:0.8em;
      font-weight: bold;}

    .menu ul.urls li ul.dropdown {
      display: none;
      background-color: #bc1e63;
      position: absolute;
      margin-left: -10px;
      margin-top: 10px;
      width: 150px;
      z-index:100;
      padding: 5px;}

    .menu ul.urls li ul.dropdown li {
      float: none;
      padding: 2px;}

    .menu ul.urls li ul.dropdown li:hover {
      background-color: #441026;}

  .menu .rss {
    float: left;
    width: 90px;
    height: 44px;
    margin-top: 11px;
    background: url(/assets/images/menu-rss.gif) no-repeat;}

  .menu .rightedge {
    float: left;
    width: 80px;
    height: 55px;
    background: url(/assets/images/menu-rightedge.gif) no-repeat;}

.breadcrumbs {
  padding: 10px;
  font-size: 0.9em;}
  
  .breadcrumbs a {
    color: #0F2A4C;}

.content {
  clear: left;
  float: left;
  padding: 10px;
  width: 480px; /* total width = 520px */
  overflow: hidden;}

  .content p {
    margin-bottom: 10px;
    line-height: 1.6em;}

  .content .quoted {
    padding: 5px;
    /*background: url(/assets/images/quote.gif) no-repeat scroll top left;*/}
	
  .content  i {
    font-style: normal;
    font-size: 1.4em;}

  .content .hometitle {
    font-size: 1.6em;
    line-height: 1.6em;
    padding: 5px 0;}

  .content .homephotos { 
    text-align: left;}

  .content .homephotos img { 
    /*border: 2px solid #0F2A4C;*/
    margin: 5px;
    height: 109px;}

  .content .morephotos {
    text-align: left;
    padding: 5px 0;}

  .content .tip h1 {
    text-align: center;
    font-size: 1.6em;
    line-height: 1.6em;
    padding: 5px 0;}

  .content .tip div {
    padding: 10px;
    line-height: 1.6em;}

    .content .tip div ul {
      padding: 10px;
      margin-left: 50px;}

    .content .tip div ul li {
      padding: 5px 0;}


.services {
    overflow: hidden;}

  .services a {
    display: block;
    width: 33.33%;
    /*height: 80px;*/
    margin-bottom: 20px;
    padding: 20px 0;
    float: left;
    color: #000;
    font-size: 1.4em;
    text-decoration: none;
    text-align: center;}

.photos {
  overflow: hidden;
  padding: 30px 0px;}

  .photos img {
    margin: 5px;
    height: 120px;}



.privacy {
    padding: 10px;}

  .privacy p {
    margin-bottom: 10px;
    line-height: 1.3em;}

  .privacy h1 {
    font-size: 1.6em;
    line-height: 1.6em;
    padding: 10px 0;
    text-align: center;}

  .privacy h2 {
    font-size: 1.3em;
    padding: 5px 0;
    line-height: 1.3em;}


.links {
  overflow: hidden;
  margin-top: 30px;
  padding-top: 30px;}

  .links .link {
    float: left;
    width: 44%;
    padding: 20px;}

  .links .link p {
    text-align: center;
    padding: 10px;
    height: 60px;}


.form {
  overflow: hidden;}

  .form dt {
    float: left;
    clear: left;
    text-align: right;
    width: 30%;
    padding: 10px 5px;}

  .form dd {
    float: left;
    width: 60%;
    padding: 5px;}

  .form dd input[type='text'], .form dd textarea {
    width: 100%;
    border: 1px solid #999;
    padding: 5px;}

  .form dd input[type='submit'], .form dd input[type='button'] {
    border: 0;
    padding: 5px 30px;
    background-color: #441026;
    color: #fff;}


/*
 * Panel present on the right side of the pages
 */
.rpanel {
  width: 200px;
  float: left;
  clear: right;}

  .rpanel .tweet {
    background: #f6f6f6 url(/assets/images/tweethead.gif) no-repeat top center;
    min-height: 200px;
    padding: 5px;}

  .rpanel .tweet h1 {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 5px 10px;
    height: 35px;}

  .rpanel .tweet p.follow {
    text-align: center;}

  .rpanel .tweet p.follow a {
    color: Blue;
    font-size: 1.1em;
    border-bottom: 1px dotted transparent;
    text-decoration: none;}

  .rpanel .tweet p.follow a:hover {
    border-bottom: 1px dotted #333;}

  .rpanel p {
    font-size: 0.9em;
    padding: 5px;}

  .rpanel .examples-title {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 5px 0;
    text-align: center;}
	
  .rpanel p a {
	color: #7D072E;}

  .rpanel .examples, .rpanel .links {
    background-color: #f6f6f6;
    list-style-type: none;
    padding-top: 8px;}

  .rpanel .examples li, .rpanel .links li {
    padding: 0px 10px 8px;
    font-size:0.8em;}

  .rpanel .links li a {
    text-decoration: none;
    font-size: 1em;
    cursor: pointer;}


.footer {
  width: 800px;
  height: 260px;
  margin: 0 auto;
  background: url(/assets/images/footer.gif) no-repeat;
  position: relative;}

  .footer .copyright {
    position: absolute;
    bottom: 10px;
    color: #fff;
    left: 60px;
    font-size: 0.75em;}

  .footer .message {
    position: absolute;
    width: 200px;
    height: 100px;
    line-height: 1.4em;
    color: #fff;
    right: 90px;
    bottom: 10px;}

  .footer .footlinks {
    position: absolute;
    list-style: none;
    width: 300px;
    left: 130px;
    top: 120px;
    overflow: hidden;}

  .footer .footlinks ul {
    float: left;
    width: 50%;
    list-style: none;}

  .footer .footlinks ul li {
    padding: 5px;}

  .footer .footlinks ul li a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid transparent;}

  .footer .footlinks ul li a:hover {
    border-bottom: 1px dotted #fff;}


