/*
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:#cdd9a3; }

/* Header CSS */

.custom #header_container{ width:100%; margin:0; }

.custom #header-background{ background:transparent url(http://powerofmore.net/images/header-green.png) repeat-x; width:100%; height:270px;}

.custom #header {padding:0; visibility:hidden; }

.custom #custom_header { position:relative; z-index:0; width:1038px; height:215px; margin:0 auto; }

.custom #logo { float:left; position:absolute; top:75px; }

.custom #header-stripe {float:left; position:absolute; left:515px; z-index:40; }

.custom #top-image {float:left; position:absolute; left:600px; z-index:30; }

/* Top Bar CSS */

.custom #top_bar { float:left; position:absolute; z-index:50; padding:0; margin:0; width:100%; height:50px; background:transparent url(http://powerofmore.net/images/top_bar.png) repeat-x top left; }

.custom #nav_area { width:1038px; margin:0 auto; }

/* Page CSS */

.custom #page {width:970px; margin:0 auto; padding:0; }

.custom #content { background-color:#ffffff; }

/*
.custom .post_box{ padding-left:10px; padding-right:10px; text-align:left;}
*/
.custom #dsq-content li, #dsq-content li ul{border:1px solid #000000; background-color:#ffffff; margin:0px 0px 20px 0px; padding-left:10px; padding-right:10px;}

/* Sidebar CSS */
.custom #column_wrap .sidebar ul.sidebar_list { padding:0; }
.custom .sidebar ul.sidebar_list { padding:0; }
.custom ul.sidebar_list { padding:0; }

/*
.custom .sidebar{margin-right:10px; margin-top:-22px;}
*/

/* Custom Sidebar Left CSS */
.custom #ime-button { width:100%; height:150px; margin:0; }
.custom #consulting-button {width:100%; height:75px; margin:0;}
.custom #facebook-101-button {width:100%; height:75px; margin:0; }
.custom #seo-button {width:100%; height:75px; margin:0; }

/* Custom Sidebar Right CSS */
.custom #rss-button { width:100%; height:75px; margin:0; }
.custom #facebook-fan-button { width:100%; height:75px; margin:0; }
.custom #twitter-button { width:100%; height:75px; margin:0; }
.custom #youtube-button { width:100%; height:75px; margin:0; }

.custom #subscribe-box { width:100%; height:375px; margin:0; background:url(http://powerofmore.net/images/subscribe-bg.jpg) no-repeat; }
.custom #subscribe-form { width:177px; height:auto; margin:0 auto; position:relative; top:150px; }
.custom #subscribe-text { color:#ffffff; font-size:15px; font-family:Georgia, "Times New Roman", Times, serif; padding-top:5px; }

/* Custom Search Box */
.custom .custom-search { width:100%; height:75px; margin:0; background:url(http://powerofmore.net/images/search-bg.jpg) no-repeat; font-size:14px; color:#000000; font-family:Geneva, Arial, Helvetica, sans-serif; }
.custom #s { width:97px; height:27px; background-color:#FFFFFF; margin-left:10px; padding-left:25px; padding-right:30px; background:url(http://powerofmore.net/images/search-box.png) no-repeat; border-style:hidden; border-width:0px; position:relative; top:35px; float:left; }

.custom #search-btn { width:30px; height:30px; background:transparent; border-style:hidden; border-width:0px; position:relative; top:35px; float:left; }

/* Nav Menu CSS */
.custom .menu, .menu a, .menu li ul { background:transparent none repeat scroll 0 0; font-weight:bold; }

.custom .menu li {background-color:#a9bf5a; text-decoration:none; }

.custom .menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover {background:transparent none repeat scroll 0 0; }

.custom .menu .current a, .menu .current a:hover { background-color:transparent; text-decoration:underline; font-weight:bold; }

.custom .menu .current a, .menu a:hover { background-color:#CDD9A3; text-decoration:underline;  color:#262626; }

.custom .menu { top:225px; padding-top:5px; width:1038px; position:absolute; z-index:50; }

/* Remove the border from the far left. */
ul.menu{border-left:0;}

/* Add the left border back in. If you change the color of the nav border in the WordPress admin panel, you will also have to manually change the left border color below. */
ul.menu li.tab-home a{
	-moz-border-radius-topleft:.5em;
	-webkit-border-top-left-radius:.5em;}

/* This creates the rounded borders. */
ul.menu li.tab a{
	-moz-border-radius-topleft:.5em;
	-webkit-border-top-left-radius:.5em;
	-moz-border-radius-topright:.5em;
	-webkit-border-top-right-radius:.5em;}
	
.menu li a{
	-moz-border-radius-topleft:.5em;
	-webkit-border-top-left-radius:.5em;}

/* This creates the rounded borders. */
.menu li{
border-left:1px solid #2C4001;
	-moz-border-radius-topleft:.5em;
	-webkit-border-top-left-radius:.5em;
	-moz-border-radius-topright:.5em;
	-webkit-border-top-right-radius:.5em;}

/* Widget CSS */
li.widget p a {text-decoration:none;}

li.widget p a:hover {background-color:#990000; color:#FFFFFF;}

/*.format_txt a, a:hover {background-color:#990000; color:#FFFFFF;}*/

/* Comment link css */
.format_text .to_comments a {font-size:18px;}

.format_text .to_comments a:hover { background-color:transparent; }

/* Post header css */
h2 a:hover{background-color:transparent; color:#a9bf5a;}

/* Post Image Frame */
img.frame { background-color:#cdd9a3; border-color:#2c4001; }

/* Bullet List */
.format_text ul{
list-style-image: url("http://powerofmore.net/wp-content/uploads/2010/05/Forward-Button_16.png");
vertical-align:middle;
}

.format_text ul li{
vertical-align:middle;
}

/* Remove Home page title */

.home .headline_area {
display:none;
}

/* Remove Internet Marketers Elite page title */

.internet-marketers-elite .headline_area {
display:none;
}

/* Remove IME Video Page title */

.ime-videos .headline_area {
display:none;
}

/* Remove LinkedIn Traffic Formula Headline */

.linkedin-traffic-formula .headline_area {
display:none;
}

.linkedin-traffic-formula .post_box top {
padding-top:0px;
margins:0px;
}

/* Footer CSS */
#footer{
background: #eeeeee;
}
.custom #footer {
/*height: 100%;*/
width: 1038px;
padding:0em;
position:relative;
z-index:1;
margin-bottom:-47px;
}

.custom #footer a{
 border-bottom: 1px none #cccccc;
 font-size:12px;
}

.custom #footer {
text-align:center;
}
/* footer widget area setup */
#footer_setup {
/* widgetized footer background (not footer background) */
background: #444343;
/* widget padding */
padding:1.5em;
/* margin at bottom of widgets */
margin-bottom: 25px;
/* do not change this! */
overflow: hidden;
}
/* widget item setup */
#footer_setup .footer_items {
/* contents alignment */
text-align: left;
/* widget width */
width: 25%;
/* space between widgets */
padding-right: 0px;
/* text color */
color: #2361A1;
/* do not change these! */
display: inline-block;
float: left;
height: 100%;
}

/* widget item headers http://adwordsshop.com/wp-admin/admin.php?page=thesis-file-editor*/
#footer_setup .footer_items h3 {
/* font size */
font-size: 1.5em;
/* bold or not */
font-weight: bold;
/* uppercase or not */
text-transform: uppercase;
/* space out the letters*/
letter-spacing: 0px;
/* font color*/
color: #ffffff;
/* padding under header text */
padding-bottom: 3px;
/* border under header text */
border-bottom: 3px none #ffdf00;
/* distance between border and widget text */
margin-bottom: 5px;
}

/* do not change these! */
#footer_setup .footer_items ul li {
list-style:none;
font-size:1.4em;
line-height:1.5em;
color:#FFFFFF;
}
#footer_setup .footer_items ul { margin: 1em; padding: 0px; }
