﻿/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <lbody> tag
will be appended with the "custom" class, like so: <body class="custom"&gt;. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	&;lt;--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
#page {
padding-top:0em;
padding-bottom:0em;
}

.custom .menu, .custom .menu a, .custom .menu li ul {
   top-border-right-radius:5px;
   top-border-left-radius:5px;
   -moz-border-radius-topleft:5px;
   -moz-border-radius-topright:5px;
   -webkit-top-border-left-radius:5px;
   -webkit-top-border-right-radius:5px;
} 

/* DoubleMule Clickable Header v. 1.0 */

.custom #header
{
background: #ffffff;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom: 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
}

.custom #header #logo a
{
display:block;
width:1118px;
height:184px;
background:url(http://www.traveling-savage.com/wp-content/images/Traveling-Savage-Header.jpg) center no-repeat;
outline:none;
color: #000000;
text-indent: -9999px;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom: 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
  -moz-box-shadow: 5px 5px 5px #000; /* FF3.5+ */
  -webkit-box-shadow: 5px 5px 5px #000; /* Saf3.0+, Chrome */
  box-shadow: 5px 5px 5px #000; /* Opera 10.5, IE 9.0 */
}

.custom #header #tagline
{
color:#000000;
text-indent: -9999px;
}

.custom #tagline {
display:none;}

/* end custom banner */

.custom .post {
/* rounded corners */
background-color:#C5B295;
border:1px solid #B26328;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
margin-top:2em;
margin-bottom:1em;
box-shadow: 5px 5px 5px #000;
-moz-box-shadow: 5px 5px 5px #000;
-webkit-box-shadow: 5px 5px 5px #000;
padding: 5px 5px 5px 15px;
float:none; 
}

.custom .sidebar_list {
   border:1px solid #b26328;
   background-color:#C5B295;
   border-radius:5px;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
   margin-top:2em;
   margin-bottom:1em;
   box-shadow: 5px 5px 5px #000;
   -moz-box-shadow: 5px 5px 5px #000;
   -webkit-box-shadow: 5px 5px 5px #000;
   padding: 5px 5px 5px 15px;
}

.custom #respond_intro p {
color:#471E0D;
width:570px; 
}

.custom .prev_next {
color:#C5B295;
}

#comments dd.comment {
   border-left:1px solid #B26328; background-color:#C5B295; color:#471E0D;
   border-right:1px solid #B26328; background-color:#C5B295; color:#471E0D;
   border-bottom:1px solid #B26328; background-color:#C5B295; color:#471E0D;
}

#comments dt.comment {
   border-left:1px solid #B26328; background-color:#C5B295; color:#471E0D;
   border-right:1px solid #B26328; background-color:#C5B295; color:#471E0D;
   border-top:1px solid #B26328; background-color:#C5B295; color:#471E0D;
}

#comments dt.comment {
   padding-left:1.5em;
   padding-right:1.5em;
}

#comments dd.comment {
   bottom-border-right-radius:5px;
   bottom-border-left-radius:5px; 
   -moz-border-radius-bottomleft:5px;
   -moz-border-radius-bottomright:5px;
   -webkit-bottom-border-left-radius:5px;
   -webkit-bottom-border-right-radius:5px; 
}

#comments dt.comment {
   top-border-left-radius:5px;
   top-border-right-radius:5px; 
   -moz-border-radius-topleft:5px;
   -moz-border-radius-topright:5px;
   -webkit-top-border-left-radius:5px;
   -webkit-top-border-right-radius:5px; 
}

.custom dl#comment_list {
	width:600px;
        margin-left:20px;
}

.custom dl#comment_list dl.children dt.comment {
   padding-top:1em; 
   border-left:1px solid #B26328; background-color:#C5B295; color:#471E0D;
   border-right:1px solid #B26328; background-color:#C5B295; color:#471E0D;
   border-top:1px solid #B26328; background-color:#C5B295; color:#471E0D;
}

.custom dl#comment_list dl.children dd.comment {
   border-left:1px solid #B26328; background-color:#C5B295; color:#471E0D;
   border-right:1px solid #B26328; background-color:#C5B295; color:#471E0D;
   border-bottom:1px solid #B26328; background-color:#C5B295; color:#471E0D;
   font-style:italic; 
}

.custom dt.comment {
	margin-top:1em;
}

.custom .format_text .to_comments span.bracket {color:#C5B295;}
.custom .format_text .to_comments a {color:#471E0D;}
.custom .format_text .to_comments span {color:#8D0006;}

.custom #respond {
	width:600px;
        margin-left:2em;
}

.custom .format_text input, 
#commentform textarea {
   width:570px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
   border:1px solid #B26328;
   background-color:#FFFFFF;
   color:#000000;
} 

.custom input, textarea {
   width:570px;
   border-radius:10px;
   -moz-border-radius:10px;  
   -webkit-border-radius:10px;
   border:1px solid #B26328;
   background-color:#FFFFFF;
   color:#000000;
}

.custom .format_text input, 
#commentform input {
   width:auto; 	
   border-radius:5px;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
   color:#000000;
}

.custom #commentform input:hover{
	color:#8D0006;
}

.custom #commentform {
	border-top-style:none; 
}

.custom .comments_closed p {
  display: none;
}

.custom .post_tags {
  color: #471E0D;
}

.custom #footer p {
  background:#C5B295;
}

.custom dl#comment_list dl dd.bypostauthor > .format_text {
	border-width:0 0 0 0;
}

.custom dl#comment_list dl dd .format_text {
	border-width:0 0 0 0; 
}

.custom dl#comment_list dd p.reply a {
	color:#8D0006; 
}

.custom .comment_time a, .edit_comment a {
	color:#B26328;
}

.custom dl#comment_list dt span {
	color:#471E0D;
}

.custom #commentform p, .login_alert p {
	color:#C5B295; 
}

/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/

#footer_setup p {color:#8D006;}
#footer_setup h3 {color:#000000; font-size:1.5em; font-variant:small-caps; border-bottom:2px solid #8D0006; margin-bottom:5px; padding-bottom:3px;}


/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #C5B295 none repeat scroll 0 0;
	/* widget padding */
	padding: 10px;
	/* margin at bottom of widgets */
	margin-bottom: 0px;
	/* do not change this! */
	overflow: hidden;
}

#footer_setup .footer_one {
	width:375px;
        float:left;
        margin-right:20px !important;
}

#footer_setup .footer_two {
	width:395px;
        float:left;
        margin-right:20px; 
}

#footer_setup .footer_three {
	width:120px;
        float:left;
        margin-right:20px;
}

#footer_setup .footer_four {
	width:120px;
        float:right; 
}

#footer_setup {
display:inline-block;
text-align:left;
background:#C5B295;
}

#footer_setup ul li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#footer_setup ul {
margin:0;
padding:0;
}

/* widget item setup */
#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* font size */
        font-size: 1.2em;
        /* widget width */
	width: 252px;
	/* space between widgets */
	padding-right: 10px;
	/* text color */
	color: #471E0D;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}

/* widget item headers*/
#footer_setup .footer_items h3 {
	/* font size */
	font-size: 1.3em;
	/* space out the letters*/
	letter-spacing: 1px;
	/* font color*/
	color: #471E0D;
        /* uppercase or not */
        text-transform:uppercase;
	/* padding under header text */
	padding-bottom: 3px;
	/* border under header text */
	border-bottom: 2px solid #8D0006;
	/* distance between border and widget text */
	margin-bottom: 5px;
}

/* do not change these! */
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }

/* footer font styles */
.custom #footer a {
	font-size: 1.2em;
	border-bottom: none;
	/* default Thesis link color */
	color: #8D0006;
}
.custom #footer a:visited {
	text-decoration: none;
	/* default Thesis link color */
	color: #8D0006;
}
.custom #footer a:link {
	text-decoration: none;
	/* default Thesis link color */
	color: #8D0006;
}
.custom #footer a:hover {
	text-decoration: underline;
	/* default Thesis link color */
	color: #8D0006; 
}

#footer_setup {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif; 
        font-size: 1.1em;
}

.custom #footer {
  background:#C5B295;
  color:#471E0D;
  border-top:5px;
  margin-top:2em;
  top-border-right-radius:5px;
  top-border-left-radius:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  -webkit-top-border-left-radius:5px;
  -webkit-top-border-right-radius:5px;
   box-shadow: 5px 0px 5px #000;
   -moz-box-shadow: 5px 0px 5px #000;
   -webkit-box-shadow: 5px 0px 5px #000;
}

.custom .search_form input {
background:#FFFFFF;
color:#000000;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.custom thesis_hook_after_html {
	background:#C5B295;
}

.custom thesis_hook_after_footer {
	background:#C5B295;
}

.custom #multimedia_box {
   border-radius:5px;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
}

/* Archive page */ 
.custom div#post-17 {
background-color:#C5B295;
border:1px solid #B26328;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
box-shadow: 5px 5px 5px #000;
-moz-box-shadow: 5px 5px 5px #000;
-webkit-box-shadow: 5px 5px 5px #000;
padding-top:0em;
padding-left:1.5em;
padding-right:1.5em;
margin-top:2em;
margin-bottom:1em;
}

.custom div#post-17 .headline_area h1 {
	/* uppercase or not */
        text-transform:uppercase;
}
 
/* About page */ 
.custom div#post-2 {
background-color:#C5B295;
border:1px solid #B26328;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
box-shadow: 5px 5px 5px #000;
-moz-box-shadow: 5px 5px 5px #000;
-webkit-box-shadow: 5px 5px 5px #000;
padding-top:0em;
padding-left:1.5em;
padding-right:1.5em;
margin-top:2em;
margin-bottom:1em;
}

.custom div#post-2 .headline_area h1 {
	/* uppercase or not */
        text-transform:uppercase;
}

/* Good Reads page */ 
.custom div#post-89 {
background-color:#C5B295;
border:1px solid #B26328;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
box-shadow: 5px 5px 5px #000;
-moz-box-shadow: 5px 5px 5px #000;
-webkit-box-shadow: 5px 5px 5px #000;
padding-top:0em;
padding-left:1.5em;
padding-right:1.5em;
margin-top:2em;
margin-bottom:1em;
}

.custom div#post-89 .headline_area h1 {
	/* uppercase or not */
        text-transform:uppercase;
}

/* Features page */ 
.custom div#post-734 {
background-color:#C5B295;
border:1px solid #B26328;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
box-shadow: 5px 5px 5px #000;
-moz-box-shadow: 5px 5px 5px #000;
-webkit-box-shadow: 5px 5px 5px #000;
padding-top:0em;
padding-left:1.5em;
padding-right:1.5em;
margin-top:2em;
margin-bottom:1em;
}

.custom div#post-734 .headline_area h1 {
	/* uppercase or not */
        text-transform:uppercase;
}

/* Contact Me page */ 
.custom div#post-475 {
background-color:#C5B295;
border:1px solid #B26328;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
box-shadow: 5px 5px 5px #000;
-moz-box-shadow: 5px 5px 5px #000;
-webkit-box-shadow: 5px 5px 5px #000;
padding-top:0em;
padding-left:1.5em;
padding-right:1.5em;
margin-top:2em;
margin-bottom:1em;
}

.custom div#post-475 .headline_area h1 {
	/* uppercase or not */
        text-transform:uppercase;
}
/* End page templates */

.custom #feature_box {
	background:transparent;
        padding-left:0;
        padding-right:0;
        margin-top:0;
        padding-top:1.7em;
}

.custom .headline_area {
	padding-top:1em; 
}

/* Teasers */
.custom .teasers_box {
	padding-top:0em; 
        padding-bottom:0em; 
}

.custom #teaser_comments .teaser .teaser_author a, .teaser a.teaser_comments, .teaser a.teaser_category, .teaser .edit_post a {
	border-bottom:0px;
        color:#8D0006;        
}

.custom .teaser {
	width:578px; 
}

.custom .teasers_box h2 {
	padding-top:.5em;  
}

.custom .teasers_box h2 a {
	color:#000000; 
}

/* End Teasers */

.custom #commentform input.form_submit {
	border-width:1px; 
}

/* Carousel */ 
#topcarousel {padding:0px; padding-top:10px; padding-left:10px;}
.carouselu {width:150px; float:left; padding:10px; text-align:center; font-size:10px;}
.carouselu IMG {border:2px solid #B26328; display:block;} 

.custom li#twitter-4 ul {
	font-style:italic;  
}

.custom .wp-caption {
	background-color:#C5B295;
        border-color:#B26328; 
}
/* End Carousel */

.custom .cluv {
   border:1px solid #B26328;
   border-radius:5px;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
}
 
.custom .headline_area h1, .headline_area h2 {
   color: #000000;
}

.custom #archive_info h1 {
	font-size:3em;
        color:#C5B295; 
}

.custom div#polls-3 input {
        width:90px;
        text-align: left; 
}

table.center {margin-left:auto; margin-right:auto;}

.custom .sidebar h3 {
	font-weight: bold;
        text-align: center;
}

.custom #column_wrap .sidebar ul.sidebar_list {
	padding-top:5px; 
}

.custom li.widget {
	margin-bottom:1em; 
}

.custom li.widget {
	border-bottom:1px solid #B26328;
}

/* Tweet Blender */ 
.custom div.tb_tweet {
	border-color:#C5B295; 
}

.custom a.tb_photo img {
	border-color:#B26328; 
}

.custom .tb_tweet-info{
	color:#471E0D; 
}

.custom .tb_tweet-info a {
	color:#8D0006; 
}

.custom div.tb_tweetlist {
	border-bottom: #C5B295; 
}
/* End Tweet Blender */ 

.custom .sidebar_list {
   box-shadow: 5px 5px 5px #000;
   -moz-box-shadow: 5px 5px 5px #000;
   -webkit-box-shadow: 5px 5px 5px #000;
   padding: 5px 5px 5px 15px;
}
.format_text img.right, .format_text img.alignright, .wp-caption.alignright {
	margin-right:.5em;
}

.custom .panel {
	padding-top:0px;
        background-color:#C5B295;
}

.custom #trackback_list a {
	color:#8D0006;
}

.custom .simplePullQuote {
	-moz-box-shadow: 5px 5px 5px #000000;
        margin-right: 5px;
        border-top-color: #B26328;
        border-bottom-color: #B26328;
        border-top-width: 2px;
        border-bottom-width: 2px;
        padding-top: 12px;
}

.custom .post_image {
  -moz-box-shadow: 5px 5px 5px #000; /* FF3.5+ */
  -webkit-box-shadow: 5px 5px 5px #000; /* Saf3.0+, Chrome */
  box-shadow: 5px 5px 5px #000; /* Opera 10.5, IE 9.0 */
}

.custom blockquote {
	color:#000000;
        border-style:none;
        font-weight:bold;
        font-size:1.2em;
        margin-left:.5em;
}
.custom #wall_post textarea {
	width: 248px;
        -moz-border-radius: 5px 5px 5px 5px; /* FF3.5+ */
        -webkit-border-radius: 5px 5px 5px 5px; /* Saf3.0+, Chrome */
        border-radius: 5px 5px 5px 5px; /* Opera 10.5, IE 9.0 */
        background-color:#FFFFFF; 
        border:1px solid #B26328;
        color:#000000;
}

.custom #wall_post input {
	-moz-border-radius: 5px 5px 5px 5px; /* FF3.5+ */
        -webkit-border-radius: 5px 5px 5px 5px; /* Saf3.0+, Chrome */
        border-radius: 5px 5px 5px 5px; /* Opera 10.5, IE 9.0 */
        background-color:#FFFFFF; 
        border:1px solid #B26328;
        color:#000000; 
}

/* LinkWithin Styling */
.linkwithin_posts a:hover {
	background:#B26328 !important;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        border-color:#B26328;
}

.linkwithin_posts a {
	border:0px !important;
        text-decoration:none !important;
}

.linkwithin_posts div {
	border:0px !important;
        border-color:#B26328; 
        padding-bottom:0px !important;
}

.linkwithin_logo_0 {
	color:#C5B295; 
        text-decoration:none !important;
}
/* LinkWithin Styling */ 

