/*
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"&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; }	<--- 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 #logo a{
 display:block;
 text-indent:-10000px;
 width:250px;
 height:100px;
 background:url(http://impowerage.com/images/logo.gif) no-repeat;
}

#header{
	position:relative;
        border-top:1px solid #9DC297;
        border-bottom:1px solid #9DC297;
        height:100px;
        padding-top:0px;
        padding-bottom:0px;
}
#chgfont{
	position:absolute;
        right:25px;
        top:30px;
}
.bookP {
	font-size:14px;
        lineheight:1;
        margin-bottom:5px;
        color:#666;
      }
.custom #content{
	width:685px;

}

/* clears the header floats */
#header {
	overflow: hidden;
}

/* positions the search widget on the right hand side of the header */
.widget_search {
	position:absolute;
        top:60px;
        right:25px;
}


}


/* allows the search function to be positioned to the right of the logo */
#logo, #tagline {
	float: left;
	width: 300px;
}

/* places the tagline below the logo */
#tagline {
	clear: left;
}



/* formats the search input and button */
.custom .search_form .text_input {
	font-size: 11px;
	padding: 5px;
}

.custom .search_form #searchsubmit {
	font-size: 11px;
	padding: 4px;
}



.custom .column1{
        background:transparent url(http://impowerage.com/images/cfitness.jpg) no-repeat;
	float:left;
        width:180px;
        height:265px;
        padding:245px 20px 10px 16px;
        margin:0px 10px 10px 0px;
        display:inline;
}
.custom .column1 h2{
        font-size:14px;
        text-transform:uppercase;
        letter-spacing:0.1em;
        color:#666;
        margin:10px 0px 5px 0px;
}

.custom .column1 ul{
        list-style:none;
}

.custom .column1 ul li{
        font-size:14px;
        padding:5px 0px;
}

.custom .column1 ul li a{
        text-decoration:underline;
}

.custom .column1 ul li a:hover{
        text-decoration:none;
}

.custom .column2{
        background:transparent url(http://impowerage.com/images/chealthandwellness.jpg) no-repeat;
	float:left;
        width:180px;
        height:265px;
        padding:245px 20px 10px 16px;
        margin:0px 10px 10px 0px;
        display:inline;
}
.custom .column2 h2{
        font-size:14px;
        text-transform:uppercase;
        letter-spacing:0.1em;
        color:#666;
        margin:10px 0px 5px 0px;
}

.custom .column2 ul{
        list-style:none;
}

.custom .column2 ul li{
        font-size:14px;
        padding:5px 0px;
}

.custom .column2 ul li a{
        text-decoration:underline;
}

.custom .column2 ul li a:hover{
        text-decoration:none;
}

.custom .column3{
        background:transparent url(http://impowerage.com/images/clifestyle.jpg) no-repeat;
	float:left;
        width:180px;
        height:265px;
        padding:245px 20px 10px 16px;
        margin:0px 5px 10px 0px;
        display:inline;
}
.custom .column3 h2{
        font-size:14px;
        text-transform:uppercase;
        letter-spacing:0.1em;
        color:#666;
        margin:10px 0px 5px 0px;
}

.custom .column3 ul{
        list-style:none;
}

.custom .column3 ul li{
        font-size:14px;
        padding:5px 0px;
}

.custom .column3 ul li a{
        text-decoration:underline;
}

.custom .column3 ul li a:hover{
        text-decoration:none;
}

.custom .column4{
        background:transparent url(http://impowerage.com/images/cpowerof60.jpg) no-repeat;
	float:left;
        width:180px;
        height:265px;
        padding:245px 20px 10px 16px;
        margin:0px 10px 10px 0px;
        display:inline;
}
.custom .column4 h2{
        font-size:14px;
        text-transform:uppercase;
        letter-spacing:0.1em;
        color:#666;
        margin:10px 0px 5px 0px;
}

.custom .column4 ul{
        list-style:none;
}

.custom .column4 ul li{
        font-size:14px;
        padding:5px 0px;
}

.custom .column4 ul li a{
        text-decoration:underline;
}

.custom .column4 ul li a:hover{
        text-decoration:none;
}


.custom .column5{
        background:transparent url(http://impowerage.com/images/cinthenews.jpg) no-repeat;
	float:left;
        width:180px;
        height:265px;
        padding:245px 20px 10px 16px;
        margin:0px 10px 10px 0px;
        display:inline;
}
.custom .column5 h2{
        font-size:14px;
        text-transform:uppercase;
        letter-spacing:0.1em;
        color:#666;
        margin:10px 0px 5px 0px;
}

.custom .column5 ul{
        list-style:none;
}

.custom .column5 ul li{
        font-size:14px;
        padding:5px 0px;
}

.custom .column5 ul li a{
        text-decoration:underline;
}

.custom .column5 ul li a:hover{
        text-decoration:none;
}

.custom .column6{
        background:transparent url(http://impowerage.com/images/conmymind.jpg) no-repeat;
	float:left;
        width:180px;
        height:265px;
        padding:245px 20px 10px 16px;
        margin:0px 5px 10px 0px;
}
.custom .column6 h2{
        font-size:14px;
        text-transform:uppercase;
        letter-spacing:0.1em;
        color:#666;
        margin:10px 0px 5px 0px;
        display:inline;
}

.custom .column6 ul{
        list-style:none;
}

.custom .column6 ul li{
        font-size:14px;
        padding:5px 0px;
}

.custom .column6 ul li a{
        text-decoration:underline;
}

.custom .column6 ul li a:hover{
        text-decoration:none;
}


.custom #row2{
	clear:both;
        margin:0px 0px 10px 0px;
}
#gallery{
	margin:20px 0px;
}
#sidebar_1 h2{
	margin-bottom:5px;
}
#sidebar_1 font{
	font-size:1.5em;
        font-weight:normal;
}
.custom #sidebar_1 {
	padding-right:10px;
}
.sidebar{
	padding:50px 10px 40px 20px;
}
#slideshow {
    position:relative;
    width:679px;
    height:188px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#author{
	background:#e7e7e7;
        padding:10px 20px 30px 20px;
        height:50px;

}

#author .writer_bio img{
	float:left;
        margin:0px 5px 10px 0px;
}
#tagline{
	position:absolute;
        top:37px;
        left:300px;
        width:300px;
        
}
#tagline h2{
font-size:16px;
color:#666;
font-style:italic;
}

#footer p{
text-align:center;
padding:0px;
}
#footer a{
	margin-right:6px;
}

.teaser{
	float:none;
	width:600px;
        margin:0px 0px 50px 0px
        
}

.teaser h2{
font-size:2.3em;
}


.teaser_right{
	float:none;
	width:600px;
        }
.social{
	margin-top:40px;
}
#emailsignup{
	margin:0px 0px 20px 0px;
}

.socialp{
	padding-bottom:40px;
}

.next_links{
	margin-top:40px;
}
#quote-day{
	margin:20px 0px;
}

#quote-day p{
       font-size:16px;
       color:#333;
       font-style:italic;
       line-height:1.5;
}

#quote-day a{
       font-style:none;
}
.sidebar_list .border{
       border-bottom:1px solid #999;
}
li #recent-posts-3 ul li a{
	border-bottom:1px solid #fff;
}
#book{
	padding:15px 0px;
}

	
