﻿/*
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;
}

/* 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-Scotch-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 {
background-color:#E0D4C1;
border:2px solid #C5B295;
margin-top:2em;
margin-bottom:1em;
margin-left:0px;
box-shadow: 5px 5px 5px #000;
-moz-box-shadow: 5px 5px 5px #000;
-webkit-box-shadow: 5px 5px 5px #000;
padding: 5px 20px 5px 20px;
float:none; 
}

.custom .sidebar_list {
   border:2px solid #C5B295;
   background-color:#E0D4C1;
   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 15px 5px 15px;
}

.custom #respond_intro p {
color:#471E0D;
font-family:TendernessRegular;
font-weight:Bold;
font-variant:small-caps;
font-size:2.5em;
width:730px;
padding-top:8px; 
}

.custom .prev_next {
color:#C5B295;
margin-top:2em;
width:788px;
}

/* Comments */
#comments dd.comment {
   border-left:2px solid #C5B295;
   border-right:2px solid #C5B295;
   border-bottom:2px solid #C5B295;
   background-color:#E0D4C1;
   color:#471E0D;
}

#comments dt.comment {
   border-left:2px solid #C5B295;
   border-right:2px solid #C5B295;
   border-top:2px solid #C5B295; 
   background-color:#E0D4C1; 
   color:#471E0D;
}

#comments dt.comment {
   padding-left:1.5em;
   padding-right:1.5em;
}

.custom dl#comment_list {
	width:788px;
        margin-left:20px;
}

dl#comment_list {
        border:none;
}

.custom span.comment_author a img {
        border:1px solid #C5B295 !important; 
       -moz-box-shadow: 3px 3px 4px #000;
       -webkit-box-shadow: 3px 3px 4px #000;
       box-shadow: 3px 3px 4px #000;
}

.custom span.comment_author img {
        border:1px solid #C5B295 !important; 
       -moz-box-shadow: 3px 3px 4px #000;
       -webkit-box-shadow: 3px 3px 4px #000;
       box-shadow: 3px 3px 4px #000;
       padding: 5px 5px 10px 5px;
}

.custom dl#comment_list dl.children dt.comment {
   padding-top:1em; 
   color:#471E0D;
   background-color:#C9BFAE; 
   border-left:1px solid #C5B295;
   border-top:1px solid #C5B295;
   border-bottom:none;
   border-right:none;
   top-border-left-radius:5px;
   -moz-border-radius-topleft:5px;
   -webkit-top-border-left-radius:5px;
}

.custom dl#comment_list dl.children dd.comment {
   border-left:1px solid #C5B295; 
   background-color:#C9BFAE; 
   color:#471E0D;
   border-bottom:none;
   border-right:none;
   border-top:none;
   font-style:italic; 
}

.custom dt.comment {
	margin-top:1em;
}

.custom .format_text .to_comments span.bracket {color:#E0D4C1;}
.custom .format_text .to_comments a {color:#471E0D;}
.custom .format_text .to_comments span {color:#8D0006;}

.custom .format_text input, 
#commentform textarea {
   width:730px;
   border:2px solid #C5B295;
   background-color:#FFFFFF;
   color:#000000;
} 

.custom input, textarea {
   width:730px;
   border:2px solid #C5B295;
   background-color:#FFFFFF;
   color:#000000;
}

.custom .format_text input, 
#commentform input {
   width:auto;
   color:#000000;
}

.custom #commentform input:hover{
	color:#8D0006;
}

.custom #commentform {
	border-top-style:none; 
}

.custom #commentform input.form_submit {
margin-bottom:5px;
}

.custom .comments_closed p {
  display: none;
}

.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:#5D0000;
}

.custom dl#comment_list dt span {
	color:#471E0D;
}

.custom #commentform p, .login_alert p {
	color:#E0D4C1; 
}

.custom a.comment-reply-link {
        margin-bottom:0em;
        float:right;
}

div#comments .format_text {
        margin-bottom:0em;
}

.custom #commentform p, .login_alert p {
color:#471E0D;
background-color:#C9BFAE;
}

.custom #respond {
width:784px;
margin-left:2em;
margin-bottom:2em;
background-color:#C9BFAE;
color:#471E0D;
border:2px solid #C5B295;
}

/* End Comments */

.custom .post_tags {
  color: #471E0D;
}

.custom #footer p {
  background:#E0D4C1;
}

/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/

#footer_setup p {
color:#8D0006;
}

#footer_setup h3 {
color:#E0D4C1;
Background-color:#0C1242;
font-family:TendernessRegular;
font-size:1.7em; 
font-variant:small-caps;  
margin-bottom:5px; 
text-shadow:0 2px 0 #000000;
text-align:center;
}


/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #E0D4C1 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:#E0D4C1;
}

#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:#E0D4C1;
  color:#471E0D;
  border-top:5px;
  margin-top:2em;
   box-shadow: 5px 0px 5px #000;
   -moz-box-shadow: 5px 0px 5px #000;
   -webkit-box-shadow: 5px 0px 5px #000;
  border:2px solid #C5B295;
}

.custom .search_form input {
background:#FFFFFF;
color:#000000;
}

.custom thesis_hook_after_html {
	background:#E0D4C1;
}

.custom thesis_hook_after_footer {
	background:#E0D4C1;
}

/* PAGES */

/* Archive page */ 
.custom div#post-17 {
background-color:#E0D4C1;
border:2px solid #C5B295;
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;
margin-left:1px;
}

.custom div#post-17 .headline_area h1 {
	/* small-caps or not */
        font-variant:small-caps;
}
 
/* About page */ 
.custom div#post-2 {
background-color:#E0D4C1;
border:2px solid #C5B295;
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;
margin-left:1px;
}

.custom div#post-2 .headline_area h1 {
	/* small-caps or not */
        font-variant:small-caps;
}

/* Good Reads page */ 
.custom div#post-89 {
background-color:#E0D4C1;
border:2px solid #C5B295;
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;
margin-left:1px;
}

.custom div#post-89 .headline_area h1 {
	/* small-caps or not */
        font-variant:small-caps;
}

/* Accolades page */ 
.custom div#post-734 {
background-color:#E0D4C1;
border:2px solid #C5B295;
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;
margin-left:1px;
}

.custom div#post-734 .headline_area h1 {
	/* small-caps or not */
        font-variant:small-caps;
}

/* Advertising & Press page */ 
.custom div#post-3062 {
background-color:#E0D4C1;
border:2px solid #C5B295;
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;
margin-left:1px;
}

.custom div#post-3062 .headline_area h1 {
	/* small-caps or not */
        font-variant:small-caps;
}

/* Media & Press Kit page */ 
.custom div#post-9131 {
background-color:#E0D4C1;
border:2px solid #C5B295;
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;
margin-left:1px;
}

.custom div#post-9131 .headline_area h1 {
	/* small-caps or not */
        font-variant:small-caps;
}

/* MoraySpeyside Tourism page */ 
.custom div#post-9178 {
background-color:#E0D4C1;
border:2px solid #C5B295;
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;
margin-left:1px;
}

.custom div#post-9178 .headline_area h1 {
	/* small-caps or not */
        font-variant:small-caps;
}

/* Shetland Folk Festival page */ 
.custom div#post-9196 {
background-color:#E0D4C1;
border:2px solid #C5B295;
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;
margin-left:1px;
}

.custom div#post-9196 .headline_area h1 {
	/* small-caps or not */
        font-variant:small-caps;
}

/* Spirit of Speyside Whisky Festival page */ 
.custom div#post-9203 {
background-color:#E0D4C1;
border:2px solid #C5B295;
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;
margin-left:1px;
}

.custom div#post-9203 .headline_area h1 {
	/* small-caps or not */
        font-variant:small-caps;
}

/* Kentucky Bourbon Trail page */ 
.custom div#post-9214 {
background-color:#E0D4C1;
border:2px solid #C5B295;
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;
margin-left:1px;
}

.custom div#post-9214 .headline_area h1 {
	/* small-caps or not */
        font-variant:small-caps;
}

/* Contact Me page */ 
.custom div#post-475 {
background-color:#E0D4C1;
border:2px solid #C5B295;
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;
margin-left:1px;
}

.custom div#post-475 .headline_area h1 {
	/* small-caps or not */
        font-variant:small-caps;
}

/* Privacy Policy */
.custom div#post-22 {
background-color:#E0D4C1;
border:2px solid #C5B295;
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;
margin-left:1px;
}

.custom div#post-22 .headline_area h1 {
	/* small-caps or not */
        font-variant:small-caps;
}

/* Terms of Use */
.custom div#post-24 {
background-color:#E0D4C1;
border:2px solid #C5B295;
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;
margin-left:1px;
}

.custom div#post-24 .headline_area h1 {
	/* small-caps or not */
        font-variant:small-caps;
}

/* Scotland Trip-Planning Questionnaire page */ 
.custom div#post-10740 {
background-color:#E0D4C1;
border:2px solid #C5B295;
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;
margin-left:1px;
}

.custom div#post-10740 .headline_area h1 {
	/* small-caps or not */
        font-variant:small-caps;
}

/* Questionnaire Success page */ 
.custom div#post-10743 {
background-color:#E0D4C1;
border:2px solid #C5B295;
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;
margin-left:1px;
}

.custom div#post-10743 .headline_area h1 {
	/* small-caps or not */
        font-variant:small-caps;
}
/* 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:780px; 
        margin-left:-10px;
}

.custom .teasers_box h2 {
	padding-top:.3em;  
}

.custom .teasers_box h2 a {
	color:#000000; 
}

.custom .teaser h2 {
        font-size:3em;
}

.custom .teaser .format_teaser {
        margin-top:1em;
        margin-bottom:1em;
}

.custom .teaser .post_image_link img.alignleft {
        border:2px solid #C5B295;
        margin-right:1.5em;
}

.custom .teasers_box .post {
        margin-bottom:0em;
}

/* End Teasers */

.custom #commentform input.form_submit {
	border-width:2px; 
}

/* 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 #C5B295; display:block;} 

.custom li#twitter-4 ul {
	font-style:italic;  
}

.custom .wp-caption {
	background-color:#E0D4C1;
        border-color:#C5B295; 
}
/* End Carousel */

.custom .cluv {
   border:2px solid #C5B295;
}
 
.custom .headline_area h1, .headline_area h2 {
   color: #000000;
}

.custom #archive_intro h1 {
	font-size:4em;
        color:#000;
        font-family:LeanderRegular;
        margin-bottom:0em;
}

.custom #archive_intro {
    font-color:#000;
    width:784px;
    margin-top:2em;
    padding-top:0px;
    padding-bottom:-1em;
    background-color:#E0D4C1;
    border:2px solid #C5B295;  
    box-shadow: 5px 5px 5px #000;
   -moz-box-shadow: 5px 5px 5px #000;
   -webkit-box-shadow: 5px 5px 5px #000;
}

.custom div#polls-3 input {
        width:90px;
        text-align: left; 
}

table.center {margin-left:auto; margin-right:auto;}

.custom .sidebar h3 {
        text-align: center;
}

.custom #column_wrap .sidebar ul.sidebar_list {
	padding-top:5px; 
}

.custom li.widget {
	margin-bottom:1em; 
}

.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:#E0D4C1;
}

.custom #trackback_list a {
	color:#8D0006;
}

.custom .simplePullQuote {
	-moz-box-shadow: 5px 5px 5px #000000;
        margin-right: 5px;
        border-top-color: #C5B295;
        border-bottom-color: #C5B295;
        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;
        background-color:#FFFFFF; 
        border:2px solid #C5B295;
        color:#000000;
}

.custom #wall_post input {
        background-color:#FFFFFF; 
        border:2px solid #C5B295;
        color:#000000; 
}

/* LinkWithin Styling */
.linkwithin_posts a:hover {
	background:#B26328 !important;
        border-color:#C5B295;
}

.linkwithin_posts a {
	border:0px !important;
        text-decoration:none !important;
}

.linkwithin_posts div {
	border:0px !important;
        border-color:#C5B295; 
        padding-bottom:0px !important;
}

.linkwithin_logo_0 {
	color:#E0D4C1; 
        text-decoration:none !important;
}

/* LinkWithin Styling */ 

/* Social Post Links */
.custom div.twitter_share {float:left;}
.custom div.facebook_share {float:left; padding-right: 1em;}
.custom div.SU_share {float:left; padding-right: 1em;}

.custom .format_text h3 {
margin-top:1em;}

/* Fonts */
@font-face {
	font-family: 'JournalRegular';
	src: url('fonts/journal-webfont.eot');
	src: local('‚ò∫'), url('fonts/journal-webfont.woff') format('woff'), url('fonts/journal-webfont.ttf') format('truetype'), url('fonts/journal-webfont.svg#webfontGhV9TBys') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LeanderRegular';
	src: url('fonts/Leander-webfont.eot');
	src: local('‚ò∫'), url('fonts/Leander-webfont.woff') format('woff'), url('fonts/Leander-webfont.ttf') format('truetype'), url('fonts/Leander-webfont.svg#webfontn6D23uZ1') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TendernessRegular';
	src: url('fonts/Tenderness-webfont.eot');
	src: local('‚ò∫'), url('fonts/Tenderness-webfont.woff') format('woff'), url('fonts/Tenderness-webfont.ttf') format('truetype'), url('fonts/Tenderness-webfont.svg#webfontaYPTm82W') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* End Fonts */

.sidebar h3 {
        font-family:TendernessRegular;
        font-size:1.4em;
        background:#0C1242;
        color:#E0D4C1;
        padding-top:3px;
}

.menu a {
        font-family:TendernessRegular;
        font-size:1.4em;
        text-shadow:0 2px 0 #000000;
        font-variant:small-caps;
}

.menu {
        padding-bottom:1px;
}

.headline_area h2, .headline_area h1, .teasers_box h2, .format_text h2, .format_text h3 {
        font-family:LeanderRegular;
}

.custom .headline_area h1 {
        font-size:3.5em;
}

/* Featured Content Gallery */
.jdGallery .slideInfoZone h2 {
        font-family:LeanderRegular;
}

.custom .jdGallery {
   box-shadow: 5px 5px 5px #000;
   -moz-box-shadow: 5px 5px 5px #000;
   -webkit-box-shadow: 5px 5px 5px #000;
}

.custom .jdGallery .slideInfoZone {
   background-color:#E0D4C1;
   height:68px;
}
/* End Featured Content Gallery */

.custom .prev_next {
    color:#471E0D;
    background-color:#E0D4C1;
    border:2px solid #C5B295;  
    box-shadow: 5px 5px 5px #000;
   -moz-box-shadow: 5px 5px 5px #000;
   -webkit-box-shadow: 5px 5px 5px #000;
}

/* 404 Page */
.four-oh #content {
background-color:#E0D4C1;
width:780px;
border:2px solid #C5B295;
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;
margin-left:1px;
}

/* Photo Essay Pages */
.custom div#post-3801 {
background-color:#E0D4C1;
width:1082px;
border:2px solid #C5B295;
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;
margin-left:1px;
}

.custom div#post-5954 {
background-color:#E0D4C1;
width:1082px;
border:2px solid #C5B295;
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;
margin-left:1px;
}

/* Photography Category Page */
.custom div#post-3799 {
background-color:#E0D4C1;
border:2px solid #C5B295;
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;
margin-left:1px;
}

/* BIG, IMPORTANT FONT */
.newfont {
font-size: 2.5em;
text-alight: center;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

input[type=image] {width:auto;}