/*
      Created by Jackson Walker and Steven Bower
      TurnWheel Designs (cc) 2009
      http://turnwheel.com
*/

* { 
    padding: 0;
    margin: 0;
}

body {
    font-family: Georgia, "Trebuchet MS", Helvetica, sans-serif;
    background: url(/images/bg.jpg);
}
a {
    font-weight: bold;
    color: #153f9e;
    text-decoration: none;
    border-bottom: 1px solid;
}
a:hover {
    background: #FFF1DF;
    color: #1783BF;
}
a.none {
    border: 0;
    background: transparent;
}
fieldset {
    padding: 5px;
    margin: 5px;
}
img,a img {
    border: 0;
}
h1, h2 {
    font-family: "Century Gothic", Georgia, Arial, sans-serif;
    font-size: 1.875em;
    color: #7f1412;
}
h1 a,h2 a,h1 a:hover,h2 a:hover {
    text-decoration: none;
    background: transparent;
    color: #7f1412;
    border: 0;
}
h1 {
    margin-bottom: 15px;
}
h3 {
    font-size: 1em;
    font-weight: bold;
    color: #732b00;
}
h4 {
    letter-spacing: 1px;
    font-family:  "Century Gothic", Georgia, Arial, sans-serif;
    color: #3b7ab6;
}
p {
    font-size: 1em; 
    line-height: 24px;
}
button.submit {
    background: transparent url(/images/submit.png);
    width: 102px;
    height: 24px;
    margin-bottom: 10px;
    border: 0;
    outline: 0;
}
label.error {
    color: #FF0000;
}
label {
    font-weight: bold;
}

/* Layout Definitions */
#top {
    background: url(/images/top_bg.png) repeat-x;
    margin-bottom: 0px;
    overflow: auto;
    width: 100%;
}
#wrapper { 
    margin: 0 auto;
    width: 994px;
}
#faux_wrap {
    background: url(/images/content_wrap.gif);
    margin-bottom: 0px;
    overflow: auto;
    width: 100%;
}
#faux {
    background: url(/images/content.gif) repeat-x;
    margin-bottom: 0px;
    overflow: auto;
    width: 100%;
}
#header {
    background: url(/images/header.png) no-repeat;
    width: 994px;
    height: 301px;
}
#header a.homelink {
    display: block;
    width: 348px;
    height: 87px;
    position: relative;
    top: -13px;
    border: 0px;
    background: transparent;
}
#topinfo {
    position: relative;
    top: 33px;
    left: 515px;
    line-height: 22px;
    text-align: right;
    width: 400px;
    color: #FFF;
}

#topinfo a, #topinfo a:hover {
    text-decoration: none;
    color: #FFF;
    background: transparent;
    border: 0px;
}
#topinfo h1 {
    display: none;
}


/* Begin Menu Definitions */
#nav {
    position: relative;
    width: 940px;
    height: 38px;
    margin: -1px 0 0 35px;
}
#nav a {
    height: 35px;
    display: block;
    background: transparent;
    outline: 0; /* Remove borders on Firefox */
    border: 0px;
}
#nav b {
    display: none;
}
#nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
}
#home {
    width: 98px;
    left: 0px;
    background: transparent url(/images/nav.png) 0px 0px no-repeat;
}
#home:hover {
    background: transparent url(/images/nav.png) 0px -38px no-repeat;
}
#trips {
    left: 98px;
    width: 169px;
    background: transparent url(/images/nav.png) -98px 0px no-repeat;
}
#trips:hover {
    background: transparent url(/images/nav.png) -98px -38px no-repeat;
}
#about {
    left: 267px;
    width: 162px;
    background: transparent url(/images/nav.png) -267px 0px no-repeat;
}
#about:hover {
    background: transparent url(/images/nav.png) -267px -38px no-repeat;
}
#chronicles {
    left: 429px;
    width: 211px;
    background: transparent url(/images/nav.png) -429px 0px no-repeat;
}
#chronicles:hover {
    background: transparent url(/images/nav.png) -429px -38px no-repeat;
}
#photos {
    left: 640px;
    width: 95px;
    background: transparent url(/images/nav.png) -640px 0px no-repeat;
}
#photos:hover {
    background: transparent url(/images/nav.png) -640px -38px no-repeat;
}
#feeling {
    left: 735px;
    width: 205px;
    background: transparent url(/images/nav.png) -735px 0px no-repeat;
}
#feeling:hover {
    background: transparent url(/images/nav.png) -735px -38px no-repeat;
}
/* End Menu Definitions */

#rightcolumn {
    display: inline;
    color: #333;
    margin: 38px 0 50px 0;
    width: 300px;
    float: left;
}
#content {
    float: left;
    color: #333;
    margin: 38px 23px 0 33px;
    width: 600px;
    display: inline;
    position: relative;
    line-height: 24px;
    overflow: hidden;
}
#content ul {
    margin: 0 0 0 25px;
}
#content p {
    text-indent: 15px;
    margin: 0 0 0 10px;
}
#minicontact {
    width: 319px;
    height: 175px;
    padding: 10px 0 0 9px;
    color: #FFF;
    background: url(/images/stay_connected.jpg) no-repeat;
}
#minicontact form {
    position: relative;
    top: 40px;
    margin: 10px 10px 0 10px;
}
#minicontact input.text {
    padding: 3px;
    width: 140px;
}
#minicontact input {
    margin: 5px 0 5px 0;
    border: 0px;
    background: url(/images/input_bg.png);
}
#minicontact textarea {
    margin: 5px 0 5px 0;
}
#minicontact .submit {
    margin: 10px 0 0 175px;
    text-align: right;
}
#sidephoto {
    background: url(/images/image_bg.jpg);
    padding: 9px 0 0 9px;
    width: 309px;
    height: 238px;
    margin: 0 0 5px 0;
}
#ad {
    background: url(/images/image_bg.jpg);
    width: 479px;
    height: 68px;
    padding: 10px 0 0 10px;
    margin: 0 auto;
}
#adcopy {
    width: 479px;
    text-align: center;
    font-size: 0.813em;
    margin: 0 auto;
    padding: 10px 0 0 0;
}
#ad a,#ad img,#ad a:hover {
    border: 0;
    background: transparent;
}
#footer { 
    width: 994px;
    height: 51px;
    clear: both;
    padding: 20px 0 0 0;
    line-height: 20px;
    font-size: 0.75em;
    text-align: center;
}
#footer a {
    background: transparent;
    padding: 0 2px 0 2px;
}
#footer a:hover {
    color: #1783BF;
    background: #FFF1DF;
}
#faq_content h3 {
    padding: 0 0 5px 0;
}
#bottomnav {
    margin: 0 auto;
    text-align: center;
    line-height: 20px;
    font-size: 0.75em;
    color: #B3B9BF;
    padding: 25px 0 0 0;
}
#bottomnav a {
    border: 0;
}
#blog_sidebar ul {
    list-style-type: none;
    padding: 10px 0 10px 0;
    line-height: 20px;
}
#blog_sidebar {
    line-height: 18px;
}

/* End Layout Definitions */

/* Misc Classes */
.clear { 
    clear: both;
    background: none;
}
.small {
    font-size: 0.75em;
}
.right {
    float: right;
}
.left {
    float: left;
}
.entry {
    margin: 10px 0 10px 0;
}
.entry p {
    padding: 10px 0 10px 0;
}
.entry h3 {
    display: inline;
    font-size: 1.5em;
    letter-spacing: 1px;
}
.entry h3 a {
    border: 0;
}
.entry ul li {
	margin: 0 0 0 15px;
}
.date {
    background: transparent url("/images/date.gif") 0 3px no-repeat;
    padding: 0 0 5px 25px;
    margin: 10px 0 10px 10px;
    min-height: 16px;
}
.alignleft {
    float: left;
    display: inline;
}
.alignright {
    float: right;
    display: inline;
}
.caption {
    font-size: 0.813em;
}
.center {
    text-align: center;
}