/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. 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; }	<--- 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/
*/

body.custom {background: #1a1a1a url('images/4SuitcasesBG02.jpg') no-repeat fixed top center;}
.custom #body {padding: 0; }
.custom .full_width .page {width: 960px; background: none; }
.custom #content_box {background: none; width: 960px; }
.custom #container {background: none; border-width: 0; padding: 0; margin-top: 1em; }
.custom #header {position: relative; width: 960px; height: 200px; background: none; padding: 0px 10px; margin-top: 20px; }
.custom #content {padding: 0 0 0 4em;}
.custom #sidebars {padding: 0;}
.custom .format_text a, .custom .format_text a:visited {text-decoration: none; color: #36748a;}
.custom .format_text a:hover {color: #FF6619;}
.custom li.widget p a {text-decoration: none; color: #36748a;}
.custom li.widget p a:hover {color: #FF6619;}
.custom li.widget {background: transparent url('images/SidebarBannerBG.png') no-repeat scroll 0 0; padding: .4em 2em; width: 85%; }
.custom .menu {background: transparent url('images/NavBarBlueGrad.png') no-repeat scroll center; padding: 0 3em; height: 56px;}
.custom .menu a {background: none; color: #a3cdcf; }
.custom .menu a:hover {background: none;  color: #FFFFFF; }
.custom .menu .current a {background: none; color: #FFFFFF; }
.custom .search {float: right; height: 2.5em; width: 220px; margin: 0.75em 2em;}
.custom #header_area {background: none;}
.custom #content_area {background: transparent url('images/PageColumnBG.png') repeat-y scroll center; }
.custom .sidebar h3 {background: none; margin-bottom: 1.5em;}
.custom #logo {position: absolute; top: 80px; left: 600px;}
.custom .sidebar-intro {
	font-size: 1.4em;
        line-height: 1.429em;
        margin-bottom: 2.85em;
        padding: 0 2em;
}

.custom #s {
	background: none;
        border: none;
        width: 200px;
        font-size: 1.5em;
        color: #a3cdcf;
        padding-top: 3px;
}


.custom img.logo {
	position: absolute;
        top: 50px;
        left: 640px;
}


.custom #respond_intro p {
	font-size: 3em;
        font-weight: bold;
        color: #685d46;
}


.custom .commentlist li {
	clear: both;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 20px;
}

.custom .thread-odd, .thread-even {
	background: none;}


.custom dl#comment_list dt {
        background: #685d46 none repeat scroll 0 0;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	overflow: auto;
	padding: 10px;
}

/* syling for admin comments */

.custom dl#comment_list dt.comment-author-admin {
        background: #36748a none repeat scroll 0 0;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	overflow: auto;
	padding: 10px;
}

.custom dl#comment_list dt.comment-author-admin .comment_author a {
	color: #FFFFFF;
	line-height: 24px;
        font-size: 24px;
        font-weight: normal;
	text-transform: uppercase;
}

.custom dl#comment_list dl dt.bypostauthor {
	border: none;
        background: #36748a none repeat scroll 0 0;
}

.custom dl#comment_list dl dd.bypostauthor {
	border: none;
}


.custom .avatar img {
	border: 2px solid #FFFFFF;
	float: left;
	margin: 0 .75em 0 2em;
}

.custom dl#comment_list dt .comment_author {
	color: #000000;
	line-height: 24px;
        font-size: 24px;
        font-weight: normal;
	text-transform: uppercase;
}

.custom dl#comment_list dt span{
	line-height: 1.4em;
}

.custom .comment_time a {
	display: block;
	color: #dad7ce;
}

.custom dl#comment_list dd {
        background: #dcd6c7 none repeat scroll 0 0;
	margin: 0 0 2em 0;
	padding: 1em 0 0 3em;
}

.custom dl#comment_list dd .format_text {
        background: none;
        border: none;
	margin: 0;
	padding: 0 2em 0 0;
}


.custom .commentlist li li {
	background: transparent none repeat scroll 0 0;
	margin: 0 20px;
	padding: 0;
}


.custom .reply a {
	float: right;
	margin: 5px 10px 20px 0;
	text-decoration: none;
}

.custom #commentform textarea {
        background: #dcd6c7;
        width: 100%;
}

.custom #commentform input.form_submit {
	background: #685d46;
        color: #dad7ce;
}

.custom #commentluv {
	clear: both;
        float: right;
}

.custom .format_text blockquote {
	background: transparent url('images/BlockQuotes2.png') no-repeat scroll 0 0;
        border: none;
        margin: 0 0 1.571em 0;
        padding: 6px 54px 0 54px;
        font-size: 1.3em;
        color: #64a3b3;
        text-align: center;
}

.custom .format_text blockquote p.quote_byline {
        font-size: .75em;
        margin-top: -1.5em;
        padding: 10px 0 0 90px;
        color: #4e4530;
}

.custom .format_text p.note {
        margin-left: -55px;
        border: none;
        margin-right: -33px;
        padding: 10px 55px;
	background: #7cc4d6;
        color: #000000;
}

.custom .format_text .note_bottom {
        clear: both;
        display: block;
        width: 640px;
        height: 16px;
        margin-left: -55px;
        margin-top: -1.571em;
	background: transparent url('images/HighlightBottom.png') no-repeat scroll 0 0;
}