/*
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/
*/

/*---:[ Set 1: solid background with slick borders around your "page" area ]:---*/


/* BEGIN BODY */

/* body.custom { background:#840006 url(images/bg_tile_red2.jpg) fixed repeat; } */

/* END BODY */
/*
///////////////////////////////////////////////////
ThesisTheme.net  - Thesis news, tutorials, skins, site showcase

Get This Skin for Free at: http://thesistheme.net/thesis-terracotta/

This skin is still a work in process. Get updated when new
versions of Thesis Terracotta are available. Grab the RSS
Feed on http://www.thesis theme.net or Follow me on Twitter @thesistheme.net

--PLEASE LEAVE THE ABOVE TEXT SO I RECEIVE CREDIT FORM MY WORK
AND SO OTHERS CAN FIND THIS SKIN--

///////////////////////////////////////////////////
*/

/* TERRACOTTA SKIN START */

body.custom {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFBD0 none repeat scroll 0 0;
}

body.custom {
font-family:Georgia,"Times New Roman",Times,serif;
}


/***HEADER***/
.custom #header_area  {background: #000 url(http://learnguitarcourses.com/wp-content/themes/thesis/custom/images/leather_background2.jpg) repeat; border-bottom: 4px solid #333; }
.custom #header_area .page {background: transparent;}
.custom #header {background: none; border-bottom:none; padding-left:0; padding-bottom:1em; position:relative;}
.custom #header #logo a{font-size: 44px; font-weight:normal; color:#fff; padding:0; margin:0;}
.custom #header #logo a:hover{color:#ddd;}
.custom #header #tagline {color: #DDC359; font-size: 18px; padding-left: 1em; margin-top: 0.2em; padding-bottom:0;}
.custom #header-adblock img {margin:1px; align:center;}
.custom div.header-adblock a:hover img {border:3px solid #666;}
.custom div.header-adblock a img {border:3px solid #333; position:absolute; top:20px; right:0px;}
.custom div.header-adblock img {padding: 1px;}
/***HEADER END***/

/***NAV MENU***/
.custom #nav_area {position:relative; border-bottom:1px solid #543733; background:#A12D02;}
.custom ul.menu {background: #A12D02; border:none; position:relative;}
.custom ul.menu li {margin-bottom:0; position:relative;}
.custom ul.menu li a {color: #fff; font-family: "Myriad Pro",Helvetica,Arial,sans-serif; font-size: 12px; font-weight:bold; background-color:transparent; border:none;}
.custom ul.menu li a:hover {color:#DDC359; text-decoration:none;}
.custom ul.menu li.current a, .custom ul.menu li.current-cat a {color:#DDC359; background:none; border:none;}
.custom ul.menu li.rss {}
.custom ul.menu li.rss a:hover {position: absolute; right: 0; top:0; background-color:transparent; text-decoration:none;}
.menu .rss a, .menu .rss a:hover {background:none;padding-right:16px;}
/***NAV MENU END***/

/***SIDEBAR AND WIDGETS***/
.custom #multimedia_box {background: #ECE7B3; margin-top:2em; border: 1px solid #AEA866; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.custom .sidebar .text_input, .sidebar .form_submit {-moz-border-radius: 4px; -webkit-border-radius: 4px;}
.sidebar ul.sidebar_list {background: #ECE7B3; border: 1px solid #AEA866; padding:1em; margin:0; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.sidebar a {color: #A02C01; text-decoration:none;}
li.widget h3 {color:#333; font-size:18px;font-weight:bold; margin-bottom:0; margin-top:0;}
li.widget {margin-bottom: 1em;}
/***SIDEBAR AND WIDGETS END***/

/***CONTENT AREA MODS***/
.custom #feature_box {background: #FFFBD0; border-bottom:none; /*border: 1px solid #AEA866;*/ padding:0.6em; -moz-border-radius: 4px; -webkit-border-radius: 4px;margin-right:20px;margin-bottom:20px;}
.custom #content_area .page {background: #FFFBD0; margin-bottom: 2em; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.custom #content_box {background:none;}
.custom #content {margin-top:2em;}
.custom .post_box, .custom .teasers_box {color: #000; padding:1em; padding-right: 2em; padding-top:0; padding-left: 0em; margin-right:0; margin-left:0em; margin-top:0; margin-bottom:0; border-width: 0; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.headline_meta span, .headline_meta span a, .headline_meta abbr {color:#AF3204;}
.headline_meta, .headline_meta a, .teaser_author, .teaser_date, .teaser .edit_post, .teaser_author a, .teaser_comments, .teaser_category, .teaser .edit_post a {color:#6E6A3E;}
.custom .entry-title a{clear:both; color: #0D1011; font-size:24px; text-shadow:1px 1px 0 #FFFFFF;}
.custom .entry-title a:hover{text-decoration: none; color: #AF3204;}
.custom .headline_area {margin-bottom:1.5em;}
.custom .format_text {padding-right: 3em;}
.custom .format_text .drop_cap {color: #A02C01; padding:0.12em 0.1em 0 0;}
.custom .format_text h3 {color: #000;}
.custom .format_text a {color: #A02C01; padding-left:0.2em; padding-right:0.2em; text-decoration:none;}
.custom .format_text a:hover {color: #A02C01; padding-left:0.2em; padding-right:0.2em; text-decoration:underline;}
.custom .format_text .to_comments a:hover{text-decoration:underline; color:#000; background:none;}
.custom img.frame {-moz-border-radius: 4px; -webkit-border-radius: 4px; background: #ECE7B3; border: 1px solid #AEA866;}
.custom .teaser a.teaser_link {color: #AF3204;}
.custom .teaser a.teaser_link:hover {text-decoration:underline;}
/***CONTENT AREA MODS END***/

/***FOOTER***/
.custom #footer_area, #footer_area .page{background: #000 url(leather_background2.jpg) repeat;}
.custom #footer_area {color: #ccc; padding-top: 0em; text-align:center; border-top: 3px solid #333;}
.custom #footer {border-top:none; text-align:center; padding-top: 0.3em;}
.custom #footer a:hover {color: #fff; text-decoration: none; }
/***FOOTER END***/


#twitter-follow-me{display: block; width: 97px; height: 72px; background: url(twitter-follow3.png) no-repeat 0 0;}
#twitter-follow-me:hover {background-position: 0 -72px;}
#twitter-follow-me span {display: none;}

/* TERRACOTTA SKIN END */

.custom .comments_closed p {
  display: none;
}

/* FTC Compliance */

#ftc_comp{
background-color:#EAEAEA;
border:1px solid #CCCCCC;
color:#333333;
margin:10px;
text-align:center;
padding:5px;
width:90%;
}

/* CSS for Promobox */

.promo_box img{margin-right:20px;}

.promo_headline {
color:#990000;
font-family:Impact;
font-size:25px;
font-style:normal;
font-weight:lighter;
}

.promo_text {
color:#111111;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:14px;
font-style:normal;
font-weight:normal;
line-height:1.6em;
text-align:left;
padding-left:2em;
padding-bottom: 2em;
}






