@import url("base.css");

/* header */

#header {
  position: relative;
}

#header span,
#header h1,
#header h2 {
  position: absolute;
  width: 500px;
  margin-left: -5000px;
}

#header p {
  position: absolute;
  display: block;
  top: 71px;
  right: 10px;
  width: 400px;
  height: 25px;
  text-align: right;
  font-size: 12px;
}

#header p a {
  text-decoration: none;
}

#header #account {
  position: absolute;
  top: -60px;
  right: 10px;
}

#cse-search-box {
  font-size:18px;
  position: absolute;
  top: 40px;
  right: 18px;
}

#cse-search-box input {
  font-size:17px;
}

a#home_link {
  display: block;
  width: 400px;
  height: 95px;
  background: url(/static/images/logo.png) no-repeat;
}

#header ul {
  position: absolute;
  left: 319px;
  top: 27px;
}

#header li {
  display: inline;
}

/* footer */

#footer {
  clear: both;
  padding-top: 7px;
  margin: 0 auto;
  text-align: center;
  font-size: 9px;
  color: #666;
}

/* main content */

#main {
  clear: both;
  width: 1024px;
  margin: 0 auto;
  background: url(/static/images/contentbox-bg.gif) repeat-y;
}

#main #contentbox-top {
  margin-top: -2px;
}

/* global nav */

#site-nav {
  font-size:24px;
  margin-left:150px;
}

#site-nav ul {
  list-style-image: none;
  list-style-position: inside;
  list-style-type: none;
}

#site-nav li {
  display:inline;
}

#site-nav li a {
  line-height:50px;
  background-color:#336699;
  color:white;
  padding:10px 20px;
  text-decoration: none;
}

#site-nav li a:hover {
  background-color:lightBlue;
}

body#blog #nav-blog a {
  color:#336699;
  background-color:white;
}
body#products #nav-products a {
  color:#336699;
  background-color:white;
}
body#travel #nav-travel a {
  color:#336699;
  background-color:white;
}
body#travel-tips #nav-travel-tips a {
  color:#336699;
  background-color:white;
}
body#about #nav-about a {
  color:#336699;
  background-color:white;
}

/* main content */

#main-content {
  margin: 0px 0px 0px 220px;
  width: 590px;
  font-size: 13px;
  line-height: 22px;
  min-height: 700px;
}

#main-content h1,
#main-content h2,
#main-content h3 {
  color: #7FBF30;
  letter-spacing: -1px; 
  font-weight: normal;
  padding:5px 0;
}

#main-content h1 {
  font-size: 35px;
  line-height: 35px;
}

#main-content h2 {
  font-size: 24px;
  line-height: 26px;
}

#main-content h3 {
  xmargin-top: 18px;
  font-size: 20px;
}

#main-content h4 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

#main-content ul {
    list-style: disc inside;
}

#main-content ol {
    margin-left: 30px;
}

#main-content .small {
    font-size: 9px;
    line-height: 12px;
    color: #aaaaaa;
}

#main-content p.contact-info {
    font-size: 12px;
}

#main-content p.useful-info {
    font-size: 12px;
}

#main-content .float-right {
    float: right;
    padding: 10px;
    padding-right: 0;
}

#main-content .float-left {
    float: left;
    padding: 10px;
    padding-left: 0;
}

#comments {
  margin-top: 30px;
}

#comments .comment {
    padding: 3px 5px;
}

#comments .comment li {
    padding-bottom: 5px;
}

#comments .from-debbie {
    background-color: #eeeeff;
}

#comments form label {
  float: left;
  width: 100px;
  display: block;
  margin: 0 0 3px 0;
}

#main-content #comments form input[type='text'],
#main-content #comments form textarea {
  width: 350px;
  margin: 0 0 3px 0;
}

#main-content #comments ul.errorlist {
  list-style-type: none;
}

/* navigation */

#navigation {
    position: absolute;
    top: 150px;
    left: 0px;
    width: 200px;
}

#navigation #top {
    width: 200px;
    height: 18px;
    background: transparent url(/static/images/sidebar-top.gif) no-repeat;
}

#navigation #bottom {
    width: 200px;
    height: 18px;
    background: transparent url(/static/images/sidebar-bottom.gif) no-repeat;
}

#navigation #navigation-content {
    padding: 5px 20px;
    font-size: 12px;
    line-height: 17px;
    background: url(/static/images/sidebar-bg.gif) repeat-y;
    width:170px;
}

#navigation #navigation-content a:link,
#navigation #navigation-content a:visited 		{ color: #666666; }
#navigation #navigation-content a:hover 			{ color: #EC8914; 
                                                text-decoration: underline; }
#navigation #navigation-content a 						{ text-decoration: none; }

/* tagging */

.entry-tags {
  padding-top:10px;
}

.entry-tags-label {
  font-weight: bold;
}

/* sidebar */

#sidebar {
    position: absolute;
    top: 150px;
    right: -30px;
    width: 200px;
}

#sidebar #top {
    width: 200px;
    height: 18px;
    background: transparent url(/static/images/sidebar-top.gif) no-repeat;
}

#sidebar #bottom {
    width: 200px;
    height: 18px;
    background: transparent url(/static/images/sidebar-bottom.gif) no-repeat;
}

#sidebar #sidebar-content {
    padding: 5px 20px;
    background: url(/static/images/sidebar-bg.gif) repeat-y;
}

#sidebar img {
    margin-left: -10px;
}

#sidebar ul {
    xlist-style: disc outside;
    padding-left: 16px;
    xmargin-left: 12px;
}

#sidebar li {
    position: relative;
    line-height: 14px;
    padding-bottom: 6px;
    xcolor:#666666;
}

#sidebar p,
#sidebar li {
    color: black;
    font-size: 12px;
    line-height: 16px;
}

#ad-block {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* journal entries */

.entry {
    padding-top: 30px;
}

.entry .lead-image {
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
}

.entry .entry-info {
    font-weight: bold;
    clear:both;
}

/* media */

.media_thumbnail_wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* travel */

#main-content #pictures {
    width: 230px;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

#main-content #pictures img {
    cursor: pointer;
}

#main-content #pictures .caption {
    font-size: 9px;
}

#main-content #pictures .count {
    display: block;
    float:left;
}

#main-content #pictures .navigation {
    display:block;
    float:right;
}

#main-content li {
    position: relative;
    line-height: 22px;
    color:#666666;
}

#main-content .map {
    margin: 20px 0;
    width: 580px;
    height: 290px;
}

#main-content.fullwidth {
  margin:0 0 0 50px;
  width:925px;
}


#map {
    margin-top: 20px;
}

#main-content .destination-map {
    width: 600px;
    height: 300px;
}

.private {
    background-color: #ffdddd;
}

.listings {
  margin:25px 0;
}

.listings img {
    width: 75;
    float: left;
    padding-right: 5px;
}

.listings .neighborhood {
    margin-bottom: 20px;
}

.listings .neighborhood .listing img {
    float: left;
    margin-top: -10px;
    margin-right: 3px;
}

/*.listing {
    padding-bottom: 20px;
}
*/

.listing p.suggested_by {
    padding: 0;
    margin: 0;
    font-size: 10px;
}

.listing .details {
    padding: 0;
    margin: 0;
    font-size: 10px;
    line-height: 14px;
}

.listing .details .label {
    font-weight: 900;
    color: #444;
}

#main-content .listings .suggested {
    xbackground-color: #ffdddd;
    xborder-left: double 1px #dddddd;
}

#main-content .listings .suggested p {
    padding-top: 0px;
    padding-bottom: 0px;
}

#main-content .listings .suggested ul {
    list-style-type: none;
    padding-left: 15px;
}

#main-content .listings .suggested img {
    float: none;
}

#destination-list .region-label {
  color: #7FBF30;
  font-size: 12pt;
  font-weight: bold;
  margin: 5px 0 -5px 0;
}

#destination-list .destination {
    padding: 0;
}

#related-entries p {
    font-weight: 900;
}

#related-entries ul {
    padding-left: 0;
}

#external-visitor {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fffde6;
  border: 1px solid #9bc4af;
}

#external-visitor .title {
  font-size: 120%;
  font-weight: 900;
}

#external-visitor p {
  padding: 0;
  font-size: 12px;
  line-height: 18px;
}

/* suggestions */

#suggestion_list .key {
    font-weight: bold;
    color: #111111;
    padding-bottom: 0;
}

#suggestion_list .destination {
    padding: 0;
}

#suggestion_list .destination img {
    vertical-align: text-top;
}

/* books */

.book-list {
  padding: 35px 0;
}

.book-box {
  display:block;
  float:left;
  width:225px;
  position:relative;
}

.book-box-1 {
  clear:both;
}

/* pretty forms */

.prettyform label {
    color: #000000;
    font-weight: bold;
    letter-spacing: -1px;
}

.prettyform .field-wrapper .helptext {
    font-size: 85%;
    line-height: 13px;
}

.prettyform .field-wrapper {
    clear: both;
    display: block;
    margin-bottom: 15px;
}

/* text input + textarea */

.prettyform input,
.prettyform textarea {
	margin-bottom: 0px;
}

/* checkbox */

.prettyform input .checkbox {
	width: 10px;
}

/* radio buttons */

/* use #main-content so it isn't overridden */
#main-content .prettyform ul {
    list-style-type: none;
    position: relative;
    top: -5px;
    padding-bottom: 5px;
}

.prettyform .radio {
    position: relative;
    top: 10px;
}

/* dropdown */

.prettyform .dropdown {
    margin-bottom: 10px;
}

/* errors */

#main-content .prettyform .form-errors {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    color: #ff0000;
}

/* id is a workaround to prevent #main-content from overriding this */
#main-content .prettyform .errorlist   {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#main-content .prettyform .errorlist li {
    color: #ff0000;
    font-size: 85%;
}

/* account register form */

.field-wrapper-agrees_tos .checkbox {
    xposition: relative;
    top: 8px;
    width: 10px;
}

.field-wrapper-agrees_tos label {
    padding-left: 5px;
    font-weight: 200;
}

.field-wrapper-agrees_tos .errorlist {
    position: relative;
    top: 10px;
}

/* various account forms */

#account_register_form {
    float: left;
    display: block;
    width: 400px;
    padding-top:50px;
}

#account_profile_form {
    float: left;
    display: block;
    width: 400px;
    padding-top:50px;
}

#account_login_form {
    float: left;
    display: block;
    padding-top:50px;
    width: 400px;
}

#account_forgot_password_form {
    float: left;
    display: block;
    padding-top:50px;
    width: 400px;
}

#account_change_password_form {
    float: left;
    display: block;
    padding-top:50px;
    width: 400px;
}

#account_options {
    float: right;
    width: 250px;
    background-color:#ffffce;
    xbackground-color: #eaeaea;
    padding: 10px;
    line-height: 15px;
    margin-top: 50px;
}

/* usertile */

.usertile {
    display:block;
    width:150px;
    height:50px;
}

.usertile .image {
    float:left;
}

.usertile .info {
    padding:2px 0px 0px 5px;
    line-height:15px;
    font-size:10px;
    overflow:hidden;
}

.usertile span.message {
    margin-top:5px;
}

.usertile span.name {
    margin-top:5px;
    font-size:10px;
    font-weight:bold;
}

.usertile span.website {
    margin-top:5px;
    font-size:10px;
}


/* products */

#product-list {
    margin-top: 50px;
}

.product {
    vertical-align: top;
}

.product p {
    margin: 0;
    padding: 0;
}

.product .image {
    width: 150px;
}

.product .name {
    font-weight: bold;
    color: #000;
}

.product .info {
    width: 400px;
    padding-bottom: 20px;
}

.product p.related {
    padding-top: 10px;
}


/* ads */

#google_ads_div_TowerAll { 
    text-align:center;
}

