/*
Theme Name: Travel-Beyond
Theme URI: http://travelbeyond.com/
Description: Blog theme for Travel Beyond
Version: 1.0
Author: Jeff Lin
Author URI: http://bustoutsolutions.com/
*/

body {
  background: #022753 url(images/body-bg.jpg) center top repeat-y;
  margin: 0;
  padding: 0;
  font-family: arial, helvetica, sans-serif;
  font-size: small;
  color: #333;
  line-height: 1.6em; }

a:link, a:visited {
  color:#06C;
  color:#0161A9;
  text-decoration:none; }

a:hover, a:active {
  text-decoration:underline; }

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2em;
  font-style: italic;
  font-weight: normal;
  line-height:1.2em;
  margin:0.5em 0;
  padding:0; }

h1 span {
  font-family: helvetica, arial, sans-serif;
  color:#666;
  font-size: 70%; }

h2 {
  margin:1.5em 0 .5em;
  padding:0;
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  color:#333;
  font-size: 1.1em;
  font-weight: bold; }

h2 span {
  color:#666;
  font-weight:normal;
  text-transform:none;
  }

h3 {
  margin: 1em 0 0;
  font-size:124%; 
  color:#333; }

small {
  font-size:90%; }

hr {
  margin:2em 0;
  height:6px;
  border:none;
  color:#FFF;
  background:#FFF url(images/sidebar-divider.gif) center center repeat-x; }

#body-top-bg {
  background: url(images/body-top-bg.jpg) center top no-repeat; }

#body-bottom-bg {
  background: url(images/body-bottom-bg.jpg) center bottom no-repeat; }

#wrap {
  width: 970px;
  margin: 0 auto;
  background: #FFF; }

#header {
  padding:15px 30px 0;
  background:url(images/header-bg.jpg) left top no-repeat;
  height:181px;
}

#logo {
  float:left;
  display:block;
  margin:12px 0 0 30px;
  width: 206px;
  height: 51px; }

#nav {
  float: right;
  margin: 20px 50px 0 0;
  font-size: 110%;
  letter-spacing: 1px; }
  #nav li {
    list-style: none;
    float: left;
    margin:0;
    padding:0;
    background: url(images/divider.jpg) right center no-repeat; }
    #nav li.last {
      background: none; }
    #nav li a {
      color: #333;
      text-decoration: none;
      padding: 0 12px 0 11px; }

/*-- Where am I? --*/
body.blog #nav li a.blog {
  color: #06C; }

#content {
  padding:20px;
  background:url(images/content-bg.jpg) 640px top repeat-y; }

#main {
  width: 600px;
  float: left; }

/* -- BLOG STYLES -- */
p.timestamp {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  color:#666;
}

.postmetadata {
  padding:20px;
  border:2px solid #CCC;
  background: #F9F9F9;
}

textarea#comment {
  width:600px;
  height:200px;
}

ol.commentlist li {
  margin:2em 0;
  padding:20px;
  background:#EAEAEA;
  border:1px solid #DDD;
}

.commentmetadata {
  margin:1em 0;
}

label.screen-reader-text {
  display:none;
}

/* -- SIDEBAR -- */
#sidebar {
  width: 290px;
  float: right;
  color:#444; }

#sidebar ul li {
  margin:0 0 0 1em;
  padding:0;
}

#sidebar ul li {list-style:none; }

#sidebar ul li ul li {
  list-style:disc;
  margin:0 0 0 1em; }

a#contact-ad {
  display:block;
  width:290px;
  height:130px;
  margin:1em 0;
  background:#FFF url(images/contact-ad.jpg) center center no-repeat; }

#footer {
  background: #323234 url(images/footer-bg.jpg) center top no-repeat;
  padding: 20px;
  color: #CCC; }

#footer h2 {
  margin: 1em 0 2em; }

#footer h1 {
  color:#FFF; }

#footer .section {
  width:275px;
  float:left;
  margin-right:50px; }

#footer .last {
  margin-right:0; }

#footer img.portrait {
  border:5px solid #FFF; }

#footer ul {
  margin:0;
  padding:0 }

#footer ul li {
  margin:1em 0;
  padding:0;
  list-style:none; }

#footer a.email {
  color:#CCC;
  text-decoration:underline; }

#footer a.twitter {
  text-transform:uppercase;
  color:#CCC;
  font-style:italic;
  text-decoration:underline; }

#footer .mc-field-group {
  padding:5px 0; }

#footer label {
  color:#999;
  text-transform:uppercase;
  font-size:86%;
  float:left;
  display:block;
  width:110px; }

strong.note-required {
  color:#F60; }

#footer table,
#footer tr,
#footer td {
border:none;
margin:0;
padding:0;
}

#footer td {
font-size:95%; }

#sub-footer {
  padding:1em 0;
  font-size:85%;
  color:#484849;
  text-transform:uppercase; }

/*-- ICONS --*/
.icon-32 {
  padding:8px 0 8px 40px;
  background-position: left center;
  background-repeat: no-repeat; }

.icon-24 {
  padding:4px 0 4px 32px;
  background-position: left center;
  background-repeat: no-repeat; }

.icon-16 {
  padding:2px 0 2px 22px;
  background-position: left center;
  background-repeat: no-repeat; }
.email {background-image: url(images/email.gif); }
.categories {background-image: url(images/folder.gif); }

/* -- WEBINAR -- */

#webinar {
  padding-right:100px;
  color:#FFF;
  background: url(/page_attachments/0000/0420/webinar.jpg) right bottom no-repeat; }

#webinar h2 {
  font-size:140%; }

#webinar h2,
#webinar span.caps, 
#webinar h4,
#webinar a {
  color:#FFF;
  text-transform:none; }

#webinar a {
  text-decoration:underline; }


/* -- UTILITIES */
.clear {
  clear: both; }

.navigation {
  margin:0 0 1em; }

.alignright {
  float:right;
  margin: 0 0 20px 20px;
  }

.alignleft {
  float:left;
  margin:0 20px 20px 0;
  }

#addthis {
  float:right; }


