/*
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/
*/

.custom {background: #666666 url(images/BG.gif) repeat-x top center;}

.custom #page {background-color: #ffffff; width: 940px; padding: 0px;}

.custom #header {margin: 0px; padding: 0px;border-bottom: none; background-color: #000; position: relative;}

.custom .menu {background-color: #3C3C3C; border-bottom: none;margin-top: 0px;}

li.widget{list-style-type:none; margin-bottom: 15px}

.custom #footer{background-color: #3C3C3C; height: 50px;border-top: none;}

.custom  .piratemap{background: #333333 url(http://www.lifestylebusinesspodcast.com/wp-content/themes/thesis_16/custom/images/tmap-bg.jpg) no-repeat bottom center;width: 309px; height: 272px; position: relative; }
.piratemap table{ position: absolute; bottom: 5px; left: 20px;width: 260px; font: normal 600 12px/18px Arial, sans-serif; color: #fff;}
.piratemap table td{padding: 5px;}
.piratemap .text {padding: 3px;}
.piratemap input{width: 150px; padding: 0px; margin: 0px;padding: 3px;}
.piratesubmit{background-color: #ad1722; color:#ffffff; border: 1px #620b11 solid;}

a.itunes{background: #fff url(http://www.lifestylebusinesspodcast.com/wp-content/themes/thesis_16/custom/images/itune.jpg) no-repeat 0px 0px; width: 298px; height: 52px; display:block;}
a.itunes:hover{background: #fff url(http://www.lifestylebusinesspodcast.com/wp-content/themes/thesis_16/custom/images/itune.jpg) no-repeat 0px -52px; width: 298px; height: 52px; display:block;}

.entry-title {float: left; width: 470px;}
.to_comments{float: right; width:76px; height: 33px; background: #ffffff url(images/comments-num.jpg) no-repeat top center; font-size: 20px; clear:right;}
.to_comments a{color: #fff; text-decoration:none;}
.to_comments a span{width: 47px; text-align: center; display: block;}
.headline_meta {float:left; clear: both; width: 100%;}
.entry-content{clear:both; padding-top: 5px;}
.custom .postimage img , .custom .post_image {width: 555px; height: 200px;}
.post{padding-left: 10px;}

.custom #sidebars h3{font-variant:normal; letter-spacing: 0px; text-transform: titlecase; font-size: 20px; color: #06090e; font-weight: bold; font-family: Arial, sans-serif;}

.af-formside .af-textWrap {position: absolute; left: 40px; bottom: 10px;}
.af-formside {position:relative;background: url(http://www.lifestylebusinesspodcast.com/wp-content/themes/thesis_16/custom/images/sb-emailsub.jpg) no-repeat center left; height: 37px; }
.af-formside .af-textWrap {width:150px; height: 20px;}
.af-formside .af-element {padding:0px; margin: 0px;}
.af-formside .af-clear{clear:both;}
.af-formside .buttonContainer { position: absolute; right: 15px; bottom: 5px;}
.af-formside .buttonContainer .submit{background-color: #000; color: #fff; border: none; padding: 4px 20px !important; padding: 4px 0px;  margin-left; 5px; width: 90px;}

.custom .sidebar .text_input { width:80%; float:right; margin: 10px 0px 0px 0px}
.custom .search_form{ padding-right:10px; background: url(http://www.lifestylebusinesspodcast.com/wp-content/themes/thesis_16/custom/images/search-icon.jpg) no-repeat center left; height: 44px; }

#text-6, #text-4{clear:both; display:block; width: 100%; margin-bottom: -10px;}

#thesisrss {background: url(http://www.lifestylebusinesspodcast.com/wp-content/themes/thesis_16/custom/images/sb-rss.jpg) no-repeat center left;width: 117px ;height: 37px; display: block;padding-left: 40px;float: left;line-height: 36px;color: #ec7038;font-weight: bold;}
#thesistwitter {background: url(http://www.lifestylebusinesspodcast.com/wp-content/themes/thesis_16/custom/images/sb-twitter.jpg) no-repeat center left;width: 117px ;height: 37px; display: block;padding-left: 40px;float: left;line-height: 36px;color: #06c4ff; font-weight: bold;}
#emailquestions {background: url(http://www.lifestylebusinesspodcast.com/wp-content/themes/thesis_16/custom/images/emailquestions.jpg) no-repeat center left;width: 200px ;height: 37px; display: block;padding-left: 40px;float: left;line-height: 36px;color: #666; font-weight: bold; margin-top: 10px;}
#callus {background: url(http://www.lifestylebusinesspodcast.com/wp-content/themes/thesis_16/custom/images/sb-phonesub.jpg) no-repeat center left;width: 200px ;height: 37px; display: block;padding-left: 40px;float: left;line-height: 36px;color: #0f2bf4; font-weight: bold; margin: 10px 0px 30px 0px;}
.clear {clear:both;}

.widget_links{margin-left: 10px;}

.custom .popular-posts, .custom .widget_archive{margin: 0px 10px; width: 300px;}
.custom .popular-posts ul{margin-top: 20px;}

.xoxo li, .widget li{background: url(http://www.lifestylebusinesspodcast.com/wp-content/themes/thesis_16/custom/images/arrow.gif) no-repeat 0px 5px; padding-left: 15px; border-bottom: 1px #cccccc solid; padding-bottom: 10px;} 

.xoxo li a{color: #000;}
.xoxo li a:hover {color: #1180cc;}

.custom #disqus_thread{margin: 0px 20px;}

.readmore a{background: #4a3000 url(http://www.lifestylebusinesspodcast.com/wp-content/themes/thesis_16/custom/images/arrow-black.gif) no-repeat center right; color: #fff; padding: 5px 23px 5px 8px; text-decoration:none;}
.readmore a:hover {background: #f29d1c url(http://www.lifestylebusinesspodcast.com/wp-content/themes/thesis_16/custom/images/arrow-orange.gif) no-repeat center right; color: #4a3000; }

#tagline{color: #3b2600; padding: 0px 20px; position: absolute; bottom: 10px; left: 0px; font-weight: bold;}

/*-----archives-----*/
.custom .archive h3 {margin-top: 0;}
.custom .archive ul {font-size: .85em; }
.custom .archivel { float: left; width: 40%;}
.custom .archiver { float: right; width: 60%;}
