/*
Theme Name: The Traveling Journal
Theme URI: http://www.thetravelingjournal.com
Description: The Traveling Journal
Version: 1
Author: Marco Suarez & Ben Kammer
Author URI: http://www.marcosuarez.com
Tags:
*/

/* @override 
	http://localhost/Suarez/style.css
	http://benkammer.com/staging/traveling_journal/style.css
*/

/* TRAVELING JOURNAL */

* {
	padding: 0px;
	margin: 0px;
}

body {
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #5f5f5f;
	background: url(images/background.png) repeat;
}

table, th, td {
	padding: 3px 3px 3px 3px;
}

fieldset {
border: none;
  }


ul, li {
	list-style: none;
}

h1 {
	color: #5fa6b4;
	font-size: 40px;
	height: 40px;
	margin-bottom: 20px;
}

a {
	color: #5fa6b4;
}

a:hover {
text-decoration: none;
}

h2, h2 a {
	color: #5fa6b4;
	font-size: 28px;
	text-decoration: none;
}

h2 a:hover {
text-decoration: underline;
}

.about h1 {
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	margin: 0px 0 10px 0;
}

#sidebar h2 {
margin: 20px 0 5px 0;
}

#sidebar a {
	color: #5f5f5f;
}

/* @group Content */

#wrap {
	width:868px;
	margin: 0px auto;
}

#content {
	width:868px;
	overflow: hidden;
	margin: 10px auto;
	clear: both;
}

.home {
	float: left;
	width: 573px;
	height: 430px;
	margin-bottom: 20px;
	background: url(images/video-contain.gif) no-repeat 0px -4px;
}

#video {
	padding: 19px 0 0 27px;
}

.about_top {
	background: url(images/content_top.png) no-repeat;
	height: 14px;
	width: 571px;
}

.about_bottom {
	background: url(images/content_bottom.png) no-repeat;
	height: 10px;
	width: 571px;
	margin-bottom: 20px;

}

.about {
	width: 571px;
	float: left;
}

.xoxo {
	min-height: 430px;
	width: 506px;
	padding: 10px 30px 20px 40px;
	background: url(images/content_tile.png) repeat-y 0px -4px;

}

.blog_top {
	background: url(images/blog_top.png) no-repeat;
	height: 14px;
	width: 630px;
}

.blog {
	width: 630px;
	float: left;
}

.blog_bottom {
	background: url(images/blog_bottom.png) no-repeat;
	height: 10px;
	width: 630px;
	margin-bottom: 20px;
	clear: both;
}

.blog_entry {
	width: 560px;
	float: left;
	padding: 10px 30px 20px 40px;
	min-height: 430px;
	background: url(images/blog_tile.png) repeat-y;
}


* html .about,
* html #content {
	float: left;
	background-color: #fff;
	width: 506px;
	padding: 30px 30px 20px 40px;
}

#content #copy {
	clear: both;
}

.post {
margin-bottom: 80px;
}

.post-dark {
margin-bottom: 30px;
color: #434242;
}

p {
margin: 10px 0 10px 0;
clear: both;
}

.ad {
width: 268px;
height: 246px;
margin-bottom: 10px;
padding: 0px;
}

img {
border: none;
} 


/* @end */

/* @group Header */

#header {
	position:relative;
	background: url(images/header-today.png) no-repeat;
	height: 149px;
	width: 860px;
}

* html #header {
	background: url(images/header-alt.gif) no-repeat;
}

a.home-link {
	display: block;
	width: 380px;
	height: 140px;
}

a.redbook-link {
	position: absolute;
	right: 20px;
	top: 77px;
	display: block;
	width: 220px;
	height: 70px;
}

a.today-link {
	position: absolute;
	right: 20px;
	top: 77px;
	display: block;
	width: 220px;
	height: 70px;
}

/* @end */

/* @group Top Nav */

ul#nav {
	width: 850px;
	height: 39px;
	margin: 0px auto;
	background: url(images/nav.gif) no-repeat;
}

ul#nav li {
	float: left;
	background: url(images/nav-border.gif) no-repeat top right;
}

ul#nav li.last {
	background:none;
}

ul#nav li a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 20px 5px 20px;
	font-size: 22px;
}

ul#nav li a:hover .cufon-canvas{
	border-bottom: 1px solid #fff;
}

/* @end */

/* @group Sidebar */

#sidebar {
	width: 270px;
	margin: 7px 11px 0px 4px;
	float: left;
}

#sidebar_blog {
	padding: 0px 5px 10px 5px;
	text-align: center;
	background-image: url(images/sidebar_bkgd.png);
	background-repeat: repeat-y;
}

#sidebar_wrapper{
	width: 200px;
	margin: 0px 11px 0px 20px;
	float: left;
}

#sidebar_blog_top {
background-image: url(images/sidebar_bkgd_top.png);
height: 25px;
width: 200px;
}

#sidebar_blog_bottom {
background-image: url(images/sidebar_bkgd_bottom.png);
height: 25px;
width: 200px;

}

#sidebar_blog ul {
margin-bottom: 20px;
}

#sidebar_blog a, #sidebar_blog h2 {
color: #fff;
}

#sidebar a {
	margin-bottom: 10px;
	opacity: .85;
}

#sidebar a.large {
	display: block;
	width: 270px;
	height: 247px;
}

#sidebar a.small {
	display: block;
	width: 270px;
	height: 75px;
}

#sidebar a#how-it-works {
	background: url(images/sidebar-how-it-works.gif) no-repeat;
}

#sidebar a#free-shipping {
	background: url(images/sidebar-free-shipping.gif) no-repeat;
}

#sidebar a:hover {
	opacity: 1;
}

/* @end */

/* @group Footer */

#footer-repeat {
	background: url(images/footer.gif) repeat-x;
	height: 20px;
	margin-top: 20px;
}

#footer {
	background-color: #f2eae5;
}

#footer .container {
	width: 850px;
	margin: 0px auto;
	padding: 20px 0px;
	overflow: hidden;
}


#footer .container .left {
	float: left;
	width: 500px;
}

#footer .container .right {
	float: right;	
	height: 200px;
	width: 260px;
}

#footer #social {
	padding-left: 130px;
	background: url(images/follow-us.png) no-repeat;
	height: 46px;
}

#footer #social a {
	float: left;
	display: block;
	position: relative;
	top: -17px;
	width: 65px;
	height: 60px;
	opacity: .85;
}

#footer #social a:hover {
	opacity: 1;
}

#footer #social a.facebook {
	background: url(images/facebook.png) no-repeat;
}

#footer #social a.twitter {
	background: url(images/twitter.png) no-repeat;
}

#footer #search-form {
	margin-bottom: 20px;;
}

#footer #search-form input {
	width: 200px;
	padding: 5px 10px;
	border: 1px solid #ccc;
}

#footer #search-form input.submit {
	width: auto;
	background-color: #69afc2;
	border: 1px solid #98cedc;
	padding: 5px 12px;
	color: #fff;
	margin-left: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}

* html #footer #search-form input.submit {
	padding: 3px 10px;
}

#footer #search-form input.submit:hover {
	background-color: #7ccee6;
}

div#copyright {
	float: left;
	margin-top: -10px;
	margin-left: 1px;
}

* html div#copyright {
	margin-top: -5px;
}

div#copyright a {
	color: #5f5f5f;
	text-decoration: none;
}

div#copyright a:hover {
	color: #7f7f7f;
}

#footer #footer-nav {
	margin-top: 25px;
}

#footer #footer-nav li {
	float: left;
	padding:0px 10px;
	border-right: 1px solid #5f5f5f;
	margin-bottom: 15px;
}

#footer #footer-nav li.last {
	border: 0px;
}

#footer #footer-nav li a {
	text-decoration: none;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #5f5f5f;
}

#footer #footer-nav li a:hover {
	color: #7f7f7f;
}

/* form */

input {
	background:#ffffff; color:#4B4F4F; 
	padding:5px 10px; 
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border: thin solid #d5d4d1;
}

textarea {
	background:#ffffff; color:#4B4F4F; 
	padding:5px 10px; 
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border: thin solid #d5d4d1;
	width: 300px;
}

/* COMMENTS STYLING */
#content .content_wrap .comment_list{
	padding-top: 10px;
}

#content .content_wrap .comment_list ul{
	margin-top: 10px;
}

#content .content_wrap .comment_list ul li{
	display: block;
	padding: 16px 0;
    border-bottom: 1px dotted #c2c2c2;
}

#content .content_wrap .comment_list p{
	margin-top: 0px;
}

.comment_list input, 
.comment_list textarea{
	border: 1px solid #c2c2c2;
	padding: 6px;
	margin: 6px 0;
}

.comment_list .comments_meta{
	padding: 4px 6px 6px; background: #eee;
        border-borrom: dotted 1px #ccc; 
}

.comment_list .avatar {
	display:inline;
	float:left;
	margin:5px 12px 2px 0;
}

.comment_list li {
background-color: white;
padding: 5px 5px 10px 10px;
margin-bottom: 5px;
}

.entry ol li {
list-style: decimal;
margin-left: 30px;
}

.entry ul, .entry ol {
margin-bottom: 20px;
}

.entry li {
list-style: disc;
margin-left: 30px;
}


.bio {
clear: both;
margin-bottom: 20px;
overflow: auto;
}

/* IMAGE STYLING */

.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

p img {
padding: 0;
max-width: 100%;
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}
/* @end */









