/*
Theme Name: WP WorldTraveler
Theme URI: http://themeforest.net/user/contempoinc?ref=contempoinc
Description: A Travel Site for the Masses.
Version: 1.0
Author: Chris Robinson
Author URI: http://www.contempographicdesign.com
Tags: natural, watercolor, travel, premium, fixed width, two columns, widgets, blog

*/

/** CSS - WP WorldTraveler
==============================================================================*/

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	list-style: none;
	}

/** Body
==============================================================================*/

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
color: #000;
background: url(images/body_bg.jpg) no-repeat top #646c5d;
margin: 0 auto;
}

/** Misc
==============================================================================*/

.clear {
clear: both;
}

.left {
float: left;
}

.right {
float: right;
}

/** Images
==============================================================================*/

img {
border: 1px solid #1c1c1c;
padding: 5px;
background-color: #bdba99;
}

img.left, img.left {
margin: 0 15px 8px 20px;
}

img.right, img.right {
margin: 0 0 8px 15px;
}

a img {
border: none;
}

/** Headings
==============================================================================*/

h1 {
font-size: 24px;
line-height: 26px;
color: #bdba99;
margin: 0 0 16px 0;
font-weight: normal;
}

h2 {
font-size: 20px;
line-height: 22px;
color: #bdba99;
margin: 0 0 8px 0;
font-weight: normal;
}

h3 {
font-size: 14px;
line-height: 16px;
color: #1c1c1c;
margin: 0 0 16px 0;
padding: 0 0 6px 0;
font-weight: normal;
text-transform: uppercase;
background: url(images/content_border_h.jpg) bottom repeat-x;
}

#archives h3, #archives-side h3 {
font-size: #3a423c;
padding: 6px 0 8px 15px;
margin: 0;
background: url(images/archive_header_bg.jpg) top repeat-x;
}

h4 {
font-size: 14px;
line-height: 16px;
color: #878779;
margin: 0 0 16px 0;
padding: 0 0 6px 0;
font-weight: normal;
text-transform: uppercase;
background: url(images/footer_h4_border_bg.jpg) bottom repeat-x;
}

/** Paragraphs
==============================================================================*/

p {
margin: 0 0 20px 0;
}

/** Links
==============================================================================*/

a:link {
color: #bdba99;
text-decoration: none;
}

a:visited {
color: #bdba99;
text-decoration: none;
}

a:hover {
color: #ccd68d;
text-decoration: none;
}

a:active {
color: #ccd68d;
text-decoration: none;
}

/** Main Container
==============================================================================*/

#container {
width: 975px;
margin: 0 auto;
}

/** Logo
==============================================================================*/

#logo {
float: left;
margin: 34px 0 0 0;
border: none;
padding: 0;
background: none;
}

/** Search
==============================================================================*/

#s {
float: right;
margin: 50px 0 0 0;
width: 273px;
height: 21px;
padding: 5px 0 0 25px;
border: 1px solid #40463c;
background: url(images/search_icon.jpg) no-repeat #b2af91 6px 7px;
}

/** Meta
==============================================================================*/

.meta {
width: 70px;
color: #363a32;
font-size: 10px;
padding: 0 15px 0 0;
text-transform: uppercase;
}

.meta p {
text-align: center;
}

.date {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 48px;
margin: 8px 0 15px 0;
}

.month, .category, .commentnum-wrap {
text-transform: uppercase;
padding: 0 0 15px 0;
background: url(images/content_border_h.jpg) repeat-x bottom;
}

.commentnum {
background: url(images/comments_bubble_bg.jpg) no-repeat 0 0;
height: 25px;
width: 27px;
margin: 0 auto;
}

.category {
padding-top: 15px;
}

/** Featured Area - HOME PAGE
==============================================================================*/

#featured {
float: left;
width: 975px;
padding: 0 0 30px 0;
background: url(images/content_border_h.jpg) repeat-x bottom;
}

.tease {
width: 296px;
padding: 0 0 0 15px;
background: url(images/content_border_v.jpg) repeat-y left;
}

/** Blog - HOME PAGE
==============================================================================*/

#blog {
float: left;
width: 396px;
margin: 15px 30px 30px 0;
}

#blogpost {
float: left;
margin-top: 15px;
}

#blog .tease p {
font-size: 12px;
line-height:  16px;
}

/** Archives - HOME PAGE (Only)
==============================================================================*/

#archives {
float: left;
width: 259px;
margin: 30px 30px 30px 0;
background-color: #bbb998;
}

/** About Us - HOME PAGE (Only)
==============================================================================*/

#aboutus {
float: left;
width: 259px;
margin: 30px 0 30px 0;
}

/** Content
==============================================================================*/

#content{
float: left;
width: 975px;
margin: 40px 0 0 0;
background: url(images/content_border_h.jpg) repeat-x bottom;
}

#leftcol {
float: left;
width: 690px;
margin: 0 0 30px 0;
}

.postwrap {
float: left;
margin: 0 0 30px 0;
background: url(images/content_border_h.jpg) repeat-x bottom;
}

.post {
float: left;
width: 660px;
margin: 0 0 30px 0;
padding: 0 30px 0 0;
background: url(images/leftcol_bg.jpg) repeat-y right;
}

.page {
float: left;
width: 660px;
margin: 0 0 30px 0;
padding: 0 30px 0 0;
background: url(images/content_border_v.jpg) repeat-y right;
}

.postcontent {
width: 545px;
padding: 0 0 0 30px;
}

.postcontent h1 {
margin-bottom: 32px;
}

.postcontent ul, .postcontent ol, .page ul, .page ol {
margin: 15px 0 15px 30px;
padding: 15px 0 15px 30px;
}

.postcontent ul li, .page ul li {
list-style-type: disc;
}

.postcontent ol li, .page ol li {
list-style-type: decimal;
}

/** Sidebar
==============================================================================*/

#sidebar {
float: right;
width: 259px;
}

#archives-side {
float: left;
width: 259px;
margin: 0 0 15px 0;
background-color: #bbb998;
}

#archives ul, #archives-side ul {
padding: 15px;
font-size: 12px;
}

#archives ul li, #archives-side ul li {
line-height: 18px;
display: inline;
}

#archives ul li a, #archives-side ul li a {
display: block;
padding: 3px 0px 8px 0;
width: 100%;
color: #5a6153;
background: url(images/sidebar_border_h.jpg) repeat-x bottom;
}

#archives ul li a:hover, #archives-side ul li a:hover {
color: #373b33;
}

#aboutus-side, #flickr {
float: left;
width: 259px;
margin: 0 0 15px 0;
}

#ourlocation {
float: left;
width: 243px;
height: 110px;
border: 1px solid #1c1c1c;
padding: 5px;
margin: 0 0 15px 0;
}

#ourlocation h3 {
padding: 3px 0 3px 0;
text-align: center;
border: none;
color: #bdba99;
background: none #5a6153;
}

.readmore {
font-size: 10px;
text-align: right;
text-transform: uppercase;
margin: 0 0 16px 0;
padding: 0 0 8px 0;
background: url(images/content_border_h.jpg) repeat-x bottom;
}

#flickr img {
float: left;
height: 66px;
width: 66px;
border: 1px solid #1c1c1c;
margin: 0 8px 8px 0;
}

/** Comments
==============================================================================*/

#commentform {
margin: 0 0 32px 0;
padding: 16px 0 0 0;
}

input {
display: block;
float: left;
margin: 5px 5px 1px 0;
}

fieldset {
border: none;
}

input, textarea {
padding: 2px;
width: 541px;
border: 1px solid #40463c;
background: #b2af91;
}

textarea {
margin: 5px 5px 1px 0;
overflow: hidden;
}

#submit {
float: right;
width: 128px;
height: 24px;
border: 1px solid #40463c;
display: inline;
margin: 10px 4px 0 0;
color: #b2af91;
background-color: #737a6a;
text-transform: uppercase;
font-size: 11px;
}

.avatarwrap { 
float: left;
width: 140px;
margin: 0 0 24px 0;
background: url(images/comments_tail.jpg) no-repeat 120px 24px;
}

.avatarwrap p {
margin: 0;
padding: 0;
font-size: 10px;
}

.avatarwrap .date {
color: #808072;
}

.comment {
float: right;
width: 373px;
padding: 16px;
margin: 0 0 24px 0;
background-color: #bbb998;
}

#comment_post_ID, #comment_parent, #_wp_unfiltered_html_comment {
display: none;
}

/** Footer
==============================================================================*/

#footer {
float: left;
width: 975px;
padding: 30px 0 0 0;
height: 120px;
background: url(images/footer_bg.jpg) no-repeat top center;
}

#footer p {
text-align: center;
font-size: 12px;
margin: 0;
padding: 0;
}