/*
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 {
	background-image: url('images/bg_fade.jpg');
	background-repeat: repeat-x;
	background-color:#ffffff;
}

.custom #header #logo, .custom #header #tagline { 
	text-indent: -9999px; 
}


.menu li a {
	line-height: 35px;
	text-transform: none;
	letter-spacing: normal;
	padding:0em 0.857em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:bold;
}

.custom div#header_area .page { 
	padding-top: 0px; 
}

.custom div#header {
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	height: 88px;
	padding-right: 0px;
	padding: 0px;
	margin: 0px;
	background-position: bottom left;
}

.full_width > .page {
	background: none;
}

#content {
	background: #ffffff;
}

#feature_box {
	background: url('images/feature-bg.jpg');
	background-repeat:repeat-x;
	padding-top: 13px;
	padding-bottom: 20px;
}

.headline_area h1, .headline_area h2 {
	font-weight: bold;
}

#sidebar_1 {
	margin: 0 15px 0 15px;
	/*background-color: #e3eeff;
	background-image: url('images/sidebar-bg.jpg');
	background-repeat:repeat-x;
	background-position: top left;*/
	
}

li#widget_killer_recent_entries-2 h3 {
	background: url('images/icon-money.png');
	background-position: left;
	background-repeat: no-repeat;
	height: 50px;
	color: #6699cc;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	letter-spacing:normal; 
	text-align: left;
	padding-left: 55px;
	border-bottom: 1px solid #6699cc;
	border-top: 1px solid #6699cc;
	line-height: 55px;
	
}

li#widget_killer_recent_entries-3 h3 {
	background: url('images/icon-health.png');
	background-position: left;
	background-repeat: no-repeat;
	height: 50px;
	color: #6699cc;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal; 
	letter-spacing:normal; 
	text-align: left;
	padding-left: 55px;
	border-bottom: 1px solid #6699cc;
	border-top: 1px solid #6699cc;
	line-height: 55px;
	
}

li#widget_killer_recent_entries-4 h3 {
	background: url('images/icon-relationships.png');
	background-position: left;
	background-repeat: no-repeat;
	height: 50px;
	color: #6699cc;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
		letter-spacing:normal; 
	text-align: left;
	padding-left: 55px;
	border-bottom: 1px solid #6699cc;
	border-top: 1px solid #6699cc;
	line-height: 55px;
	
}

li#widget_killer_recent_entries-5 h3 {
	background: url('images/icon-clutter.png');
	background-position: left;
	background-repeat: no-repeat;
	height: 50px;
	color: #6699cc;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	letter-spacing:normal; 
	text-align: left;
	padding-left: 55px;
	border-bottom: 1px solid #6699cc;
	border-top: 1px solid #6699cc;
	line-height: 55px;
	
}

li#widget_killer_recent_entries-6 h3 {
	background: url('images/icon-meaning.png');
	background-position: left;
	background-repeat: no-repeat;
	height: 50px;
	color: #6699cc;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
		letter-spacing:normal; 
	text-align: left;
	padding-left: 55px;
	border-bottom: 1px solid #6699cc;
	border-top: 1px solid #6699cc;
	line-height: 55px;
	
}
	
	
li.widget ul {
	padding-left: 30px;
}

/* Custom Footer CSS */

#footer_area
{
	width:100%; 
	height:215px; 
	/*margin:0px; 
	padding:0px;*/
	background: #6699cc url('images/footer-bg.jpg') top repeat-x;
}
#footer P
{
	display:none;
}
#footer A
{
	color:#FFFFFF;
}
#footer_title
{
	float:left; clear:both; text-align:left; color:#FFFFFF; padding:9px 0px 0px 10px;
	font-size:14px;
}
#footer_text
{
	width:250px;
	float:left; clear:both; text-align:left; color:#FFFFFF; 
	padding:15px 0px 0px 10px; font-size:12px;
}
#footer_social
{
	width:173px;
	float:left; clear:both; text-align:left; color:#FFFFFF; 
	padding:15px 0px 0px 10px; font-size:12px;
}
#footer_social UL
{
	padding:0px; margin:0px;
}
#footer_social LI
{
	list-style:none; display:block; padding:5px 0px 5px 10px;
}
#footer_content
{
	width:980px; height:100px; margin:0px auto;
}
#footer_about
{
	width:300px; height:144px; float:left; margin:27px 0px 0px 0px;
	background:url(images/footer-about-bg.jpg) left top no-repeat;
}
#footer_network
{
	width:173px; height:144px; float:left; margin:27px 0px 0px 4px;
	background:url(images/footer-social-bg.jpg) left top no-repeat;
}
#footer_product
{
	width:178px; height:144px; float:left; margin:27px 0px 0px 4px;
	background:url(images/footer-product-bg.jpg) left top no-repeat;
}
#footer_product_list
{
	float:left; clear:both;	padding:15px 0px 0px 10px; font-size:12px;
}
#footer_product_list UL
{
	padding:0px; margin:0px;
}
#footer_product_list LI
{
	list-style:none; display:block; padding:0px 0px 11px 17px;
}
#footer_learn
{
	width:230px; height:144px; float:left; margin:27px 0px 0px 4px;
	background:url(images/footer-learn-bg.jpg) left top no-repeat;
}
#footer_learn_list
{
	width:200px;
	float:left; clear:both;	padding:19px 0px 0px 10px; font-size:12px;
}
#footer_learn_list UL
{
	padding:0px; margin:0px;
}
#footer_learn_list LI
{
	list-style:none; display:block; padding:2px 0px 9px 13px; text-align:left;
}
#copyright
{
	width:980px; float:right; clear:both; text-align:right; color:#FFFFFF;
	font-size:11px; padding:20px 0px 0px 0px;
}

/*popularity custom css*/

div.akpc_report {
	color: #669933;
	
}

.custom li#akpc-widget-2.widget {
	padding-left: 15px;
}

div.akpc_report ol {
	margin-left: 30px;
	margin-right: 30px;
}

div.akpc_report li {
	padding-bottom: 5px;
}