/*
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/
*/
/*Changes to Thesis Elements*/
body.custom {
        background-image: url('http://www.remarkable-leadership.com/images/backgrounds/body-bg.png');
        background-repeat: repeat-x;
        background-color: #E7F3ED;
}
.custom #header {
       border-bottom: 1px solid #dddddd;
}
.custom #container{
        margin-top: 10px;
        margin-bottom: 10px;
        border: 3px solid #B5D7C5;
        width: 1090px;
        line-height: 2em;
}
.custom h1{
        font-family: Georgia, Times New Roman, Serif;
        font-weight: bold;
        line-height: 1.25em;
}
.custom a{
	text-decoration: underline;
}	
.custom .menu {
	margin-bottom: 10px;
        font-weight: bold;  
}

.custom .menu a {
        font-size: 10px;
        line-height: 24px;
        padding: 0px 12px;
        border: 1px solid #dddddd;        
	text-decoration: none;	
}
.custom .menu a:hover {
        border: 1px solid #111111;
}

.custom #header{
	background-image: url('http://www.remarkable-leadership.com/images/head-banner.jpg');
        background-repeat: no-repeat;
        height: 170px;
        margin: 0px 0px 0px 0px;
        padding: 0px;
}

.custom .entry-title a:hover{
        color: #00731d;
        text-decoration: underline;
}
.custom .entry-title a{
        font-weight: bold;
	    color: #000099;	
}

.custom #multimedia_box{
        margin-top: 30px;
        margin-left: 10px;
        padding: 8px;	
        background-color: #efefef;
        border: solid 1px #dedede;
}
.custom .sidebar h3 {
        padding: 4px;
        background: #efefef;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 11px;
}

.custom .rss a {
        padding: 0px 14px;
        border: none;
}
.custom .rss a:hover {
        color: #00713D;
        padding: 0px 14px;
        border: none;
}
.custom .comments_closed p{
        color: #ffffff;
}
.custom #to_comments p{
        color: #ffffff;
}

/*Elements Added to Thesis*/

/*Content Boxes*/

.custom .fullbox-wrapper {
     width: 1018px;
}

.custom .fullbox-top {
     background-image: url('http://www.remarkable-leadership.com/images/backgrounds/fullwidth-box-bkgd-top.png');
     background-repeat: no-repeat;
     background-color: #ffffff;
     width: 1018px;
     height: 30px;
     vertical-align: bottom;
     display: block;
}
.custom .fullbox {
     background-image: url('http://www.remarkable-leadership.com/images/backgrounds/fullwidth-box-bkgd.png');
     background-repeat: repeat-y;
     background-color: #ffffff;
     width: 1018px;
     vertical-align: bottom;
     display: block;
}
.custom .fullbox-bottom {
     background-image: url('http://www.remarkable-leadership.com/images/backgrounds/fullwidth-box-bkgd-bottom.png');
     background-repeat: no-repeat;
     background-color: #ffffff;
     width: 1018px;
     height: 30px;
     vertical-align: bottom;
     display: block;
}
.custom .fullbox-inner {
     width: 958px;
     margin-left: 30px;
     font-size: 15px;
}
.custom .fullbox-inner h3{
     margin-top: 0px;
}

.custom .bigbox-wrapper {
     width: 660px;
}

.custom .bigbox-top {
     background-image: url('http://www.remarkable-leadership.com/images/backgrounds/big-box-bkgd-top.png');
     background-repeat: no-repeat;
     background-color: #ffffff;
     width: 660px;
     height: 30px;
     vertical-align: bottom;
     display: block;
}
.custom .bigbox {
     background-image: url('http://www.remarkable-leadership.com/images/backgrounds/big-box-bkgd.png');
     background-repeat: repeat-y;
     background-color: #ffffff;
     width: 660px;
     vertical-align: bottom;
     display: block;
}
.custom .bigbox-bottom {
     background-image: url('http://www.remarkable-leadership.com/images/backgrounds/big-box-bkgd-bottom.png');
     background-repeat: no-repeat;
     background-color: #ffffff;
     width: 660px;
     height: 30px;
     vertical-align: bottom;
     display: block;
}
.custom .bigbox-inner {
     width: 600px;
     margin-left: 30px;
     font-size: 15px;
}
.custom .smallbox-wrapper {
     width: 355px;
}
.custom .bigbox-inner h3 {
     margin-top: 0px;
}
.custom .smallbox-top {
     background-image: url('http://www.remarkable-leadership.com/images/backgrounds/sm-box-bkgd-top.png');
     background-repeat: no-repeat;
     background-color: #ffffff;
     width: 355px;
     height: 30px;
     vertical-align: bottom;
     display: block;
}
.custom .smallbox {
     background-image: url('http://www.remarkable-leadership.com/images/backgrounds/sm-box-bkgd.png');
     background-repeat: repeat-y;
     background-color: #ffffff;
     width: 355px;
     vertical-align: bottom;
     display: block;
}
.custom .smallbox-bottom {
     background-image: url('http://www.remarkable-leadership.com/images/backgrounds/sm-box-bkgd-bottom.png');
     background-repeat: no-repeat;
     background-color: #ffffff;
     width: 355px;
     height: 30px;
     vertical-align: bottom;
     display: block;
}
.custom .smallbox-inner {
     width: 295px;
     margin-left: 30px;
     font-size: 15px;
}
.custom .smallbox-inner h3{
     margin-top: 0px;
}

.custom .upperleft {
    background-image:url('http://www.remarkable-leadership.com/images/backgrounds/box-bkgd-up-left-trans.png');
    background-repeat:none;
    width: 15px;
    height: 15px;
    float: left;
    vertical-align: bottom;
    display: block;
}

.custom .upperrt {
    background-image:url('http://www.remarkable-leadership.com/images/backgrounds/box-bkgd-up-rt-trans.png');
    background-repeat:none;
    width: 15px;
    height: 15px;
    float:right;
    vertical-align: bottom;
    display: block;
}
.custom .contentboxtop {
    background-image:url('http://www.remarkable-leadership.com/images/backgrounds/box-bkgd-top-trans.png');
    background-repeat:repeat-x;
    height: 15px;
    vertical-align: bottom;
    display: block;
}
.custom .lowerleft {
    background-image:url('http://www.remarkable-leadership.com/images/backgrounds/box-bkgd-lwr-left-trans.png');
    background-repeat:none;
    width: 15px;
    height: 15px;
    float: left;
}
.custom .lowerrt {
    background-image:url('http://www.remarkable-leadership.com/images/backgrounds/box-bkgd-lwr-rt-trans.png');
    background-repeat:none;
    width: 15px;
    height: 15px;
    float:right;
}
.custom .contentboxbottom {
    background-image:url('http://www.remarkable-leadership.com/images/backgrounds/box-bkgd-bottom-trans.png');
    background-repeat:repeat-x;
    height: 15px;
}
.custom .contentboxleft {
    background-image:url('http://www.remarkable-leadership.com/images/backgrounds/box-bkgd-left-trans.png');
    background-repeat:repeat-y;
    width: 15px;
    float: left;
}
.custom .contentboxrt {
    background-image:url('http://www.remarkable-leadership.com/images/backgrounds/box-bkgd-rt-trans.png');
    background-repeat:repeat-y;
    width: 15px;
    float: right;
}
.custom .contentbox {
     text-align: justify;
}
.custom .contentbox h3 {
     text-align: center;
     margin: 0px 0px;
}

/*Options Page*/
.custom .RLoptions {
     background-image:url('http://www.remarkable-leadership.com/images/options-background.png');
     background-repeat:none;
     height: 375px;
     width: 100%;
     margin-bottom:20px;
     font-size: 13px;
}
.custom .RLoptions a {
     text-decoration: none;
}
.custom .RLoptions a:hover {
     text-decoration: none;
     color: #00731d;
}
.custom .RLoptions td {
     text-align: center;
}
.custom .RLoptions ul {
     margin-left: 0px;
     padding-left: 0px;
}
.custom .RLoptions li {
     list-style-type: none;
}

/*Comparison Table*/

.custom .comptable h3 {
     margin-top: 10px;
     margin-bottom: 5px;
     color: #000000;
     font-weight: bold;
}

/*Sales Page*/
.custom .sales-page{
    padding-left: 130px;
    padding-right: 130px;
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 14px;
    margin-bottom: 1.571em;
    line-height: 1.571em;
}

.custom .sales-page p{
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 14px;
    margin-bottom: 1.571em;
    line-height: 1.571em;
}

.custom .sales-page ul{ 
     padding-left: 30px;
     padding-right: 30px;
     padding-bottom: 10px;
     list-style-type: none;
     font-family: verdana, tahoma, arial, sans-serif;
     font-size: 14px;
}
.custom .sales-page li {
     padding-bottom: 20px;
     padding-left: 25px;
     background-image: url('http://www.remarkable-leadership.com/images/swoosh-20x20-ref.png');
     background-repeat: no-repeat;
     vertical-align:text-top;
     line-height: 1.571em;
}
.custom .sales-page h2{
    font-size: 20px;
    font-family:Georgia,Times New Roman,Serif;
    font-weight: bold;
    color: #000099;
    margin: 30px 0px 20px 0px;
}
.custom .sales-page h2 a{
    font-size: 20px;
    font-family:Georgia,Times New Roman,Serif;
    font-weight: bold;
    color: #000099;
    margin: 30px 0px 20px 0px;
	text-decoration: underline;
}
.custom .sales-page h1{
    color: #000099;
    margin: 30px 0px 20px 0px;
    font-size: 28px;
    font-family:Georgia,Times New Roman,Serif;
    font-weight: bold;
}
.custom .sales-page h1 a{
    color: #000099;
    margin: 30px 0px 20px 0px;
    font-size: 28px;
    font-family:Georgia,Times New Roman,Serif;
    font-weight: bold;
	text-decoration: underline;
}
.custom .sales-page h3{
    font-size: 16px;
    font-family:Georgia,Times New Roman,Serif;
    font-weight: bold;
    color: #000099;
    margin: 30px 0px 20px 0px;
}
.custom .sales-page h3 a{
    font-size: 16px;
    font-family:Georgia,Times New Roman,Serif;
    font-weight: bold;
    color: #000099;
    margin: 30px 0px 20px 0px;
	text-decoration: underline;
}
.custom .text-list p{
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.571em;
}
.custom .testimonial {
    border: solid 1px #B5D7C5;
    background-color: #E8F3ED;
    margin-left: 95px;
    margin-right: 95px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 30px;
}
.custom .testimonial p{
   padding: 0px 50px 0px 50px;
}
.custom .sig {
    font-size: 11px;
    font-style: italic;
}
.custom .guarantee {
   background-image: url('http://www.remarkable-leadership.com/images/guarantee-cert.jpg');
   background-repeat: no-repeat;
   width: 600px;
   height: 450px;
   margin-left: 87px;
   border: solid 2px #00731d;
}
.custom .guarantee p {
   padding-left: 75px;
   padding-right: 75px;
}
.custom .guarantee h3{
  padding-top: 70px;
  padding-bottom: 1.571em;
  font-family: Verdana, Tahoma, Arial; sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
/*Teleseminar Page*/
.custom .teles-sales-page{
    padding-left: 50px;
    padding-right: 50px;
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 14px;
    margin-bottom: 1.571em;
    line-height: 1.571em;
}

.custom .teles-sales-page p{
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 14px;
    margin-bottom: 1.571em;
    line-height: 1.571em;
}

.custom .teles-sales-page ul{ 
     padding-left: 30px;
     padding-right: 30px;
     padding-bottom: 10px;
     list-style-type: none;
     font-family: verdana, tahoma, arial, sans-serif;
     font-size: 14px;
}
.custom .teles-sales-page li {
     padding-bottom: 20px;
     padding-left: 25px;
     background-image: url('http://www.remarkable-leadership.com/images/swoosh-20x20-ref.png');
     background-repeat: no-repeat;
     vertical-align:text-top;
     line-height: 1.571em;
}
.custom .teles-sales-page h2{
    font-size: 20px;
    font-family:Georgia,Times New Roman,Serif;
    font-weight: bold;
    color: #000099;
    margin: 30px 0px 20px 0px;
}
.custom .teles-sales-page h2 a{
    font-size: 20px;
    font-family:Georgia,Times New Roman,Serif;
    font-weight: bold;
    color: #000099;
    margin: 30px 0px 20px 0px;
	text-decoration: underline;
}
.custom .teles-sales-page h1{
    color: #000099;
    margin: 30px 0px 20px 0px;
    font-size: 28px;
    font-family:Georgia,Times New Roman,Serif;
    font-weight: bold;
}
.custom .teles-sales-page h1 a{
    color: #000099;
    margin: 30px 0px 20px 0px;
    font-size: 28px;
    font-family:Georgia,Times New Roman,Serif;
    font-weight: bold;
	text-decoration: underline;
}
.custom .teles-sales-page h3{
    font-size: 16px;
    font-family:Georgia,Times New Roman,Serif;
    font-weight: bold;
    color: #000099;
    margin: 30px 0px 20px 0px;
}
.custom .teles-sales-page h3 a{
    font-size: 16px;
    font-family:Georgia,Times New Roman,Serif;
    font-weight: bold;
    color: #000099;
    margin: 30px 0px 20px 0px;
	text-decoration: underline;
}
/*Event Page*/
.custom .event-page{
    padding-left: 130px;
    padding-right: 130px;
}

.custom .event-page p{
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 14px;
    margin-bottom: 1.571em;
    line-height: 1.571em;
}
.custom .event-page h2{
    font-size: 20px;
    font-family:Georgia,Times New Roman,Serif;
    font-weight: bold;
    color: #000099;
    margin: 30px 0px 20px 0px;
}
.custom .event-page h2 a{
    font-size: 20px;
    font-family:Georgia,Times New Roman,Serif;
    font-weight: bold;
    color: #000099;
    margin: 30px 0px 20px 0px;
	text-decoration: underline;
}
.custom .event-page h1{
    color: #000099;
    margin: 30px 0px 20px 0px;
    font-size: 28px;
    font-family:Georgia,Times New Roman,Serif;
    font-weight: bold;
}
.custom .event-page h1 a{
    color: #000099;
    margin: 30px 0px 20px 0px;
    font-size: 28px;
    font-family:Georgia,Times New Roman,Serif;
    font-weight: bold;
	text-decoration: underline;
}
/* Let's remove that Wordpress Stats Smiley Face ! */
.custom img#wpstats {
     display: none;
}
/* NO PAGE TITLES ON SPECIFIC PAGES */
.custom #post-1693 .headline_area, .custom #post-413 .headline_area, .custom #post-198 .headline_area,
.custom #post-776 .headline_area, .custom #post-559 .headline_area, .custom #post-854 .headline_area, 
.custom #post-2 .headline_area, .custom #post-1046 .headline_area,
.custom #post-1044 .headline_area, .custom #post-1049 .headline_area,
.custom #post-1051 .headline_area, .custom #post-1053 .headline_area,
.custom #post-1611 .headline_area, .custom #post-1615 .headline_area  { display: none } 

/*Remove bullets from sociable plugin */
.custom .sales-page .sociable ul {list-style-type: none:}
.custom .sales-page .sociable li {
     padding-left: 5px;
     background-image: none;
     line-height: 1.571em;
}