/*
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.reseller .format_text h3 {
font-size:1em;
font-weight: bold;
}

#aff_loginarea {display: block; float: right; margin-top: -20px;}
#aff_loginarea a {color: #ffffff; font-size: 1.05em;}
#aff_loginarea a:hover {font-weight: bold;}

.aff_signup a {
background:url(/uploads/2-level-Tier-SEO-Affiliate-associate-program-Signup-250.gif) no-repeat scroll 0 0 transparent;
display:block; 
height:67px;
outline: none;
text-indent:-9999px;
width:250px;
float: right;
}

.nowraps {height: 95px;}

.reseller_signup a {
background:url(/uploads/pro-seo-content-wholesale-seo-reseller.png) no-repeat scroll 0 0 transparent;
display:block; 
height:77px;
outline: none;
text-indent:-9999px;
width:250px;
float: right;
}

.privatel_signup a {
background:url(/uploads/pro-seo-content-private-white-label-seo-service.png) no-repeat scroll 0 0 transparent;
display:block; 
height:77px;
outline: none;
text-indent:-9999px;
width:250px;
float: right;
}

.affiliatelanding .drop_cap {color: #DE1912 /*ff0000*/;}

/* pullquotes with double bar above and below */
.custom blockquote.left, .custom blockquote.right {
   width: 200px;
   margin: 5px 15px 5px 0;
   padding: 5px 0;
   border: 3px double #AAAAAA;
   border-width: 3px 0;
   font-size: 1.4em;
   text-align: center;
}

.custom blockquote.left { float: left; }
.custom blockquote.right { float: right; }

/* pullquotes with double bar above and below longer*/
.custom longblockquote.left, .custom longblockquote.right {
   width: 300px;
   margin: 5px 15px 5px 0;
   padding: 5px 0;
   border: 3px double #AAAAAA;
   border-width: 3px 0;
   font-size: 1.2em;
   text-align: center;
}
.custom longblockquote.left { float: left; }
.custom longblockquote.right { float: right; }

.listimage-check ul {list-style:none;}
.listimage-check ul li { background:url(/wp-content/uploads/icons/check.png) no-repeat left; /*list-style-position:outside;*/ /*padding-left: 2em;*/ padding: 1em 1em 1em 3.5em;}

/*.listimage-check li {list-style-image:url(/wp-content/uploads/icons/check.png); padding-left: 2em;}*/
/*.listimage-check ul {list-style:none; display: block; float: left; width: 100%; overflow: hidden;}*/

/* Highlight Light */
.format_text .highlight_light {
	/* distance from borders to content*/
	padding: 0 1em 0 1em;
	/* spacing outside of box*/
	margin: 0 0 0 0;
	/* background color */
	background: #F4EFE9;
	/* border size style color */
	border: 2px solid #dddddd;
}

/* Sidebar Callout long*/
.sidequote.left, .sidequote.right {
   width: 350px;
   margin: 5px 15px 5px 0;
   padding: 5px;
   border-width: 3px 0;
   font-size: 1.2em;
   text-align: center;
}
.sidequote.left { float: left; border-right: 3px double #AAAAAA;}
.sidequote.right { float: right; border-left: 3px double #AAAAAA;}

.sidegrayright {
   width: 275px;
   margin: 5px 1px 10px 25px;
   padding:15px 15px 0px 25px;
   border-width: 3px 0;
   font-size: 1.1em;
   text-align: left;
   float: right;
   border:3px double #AAAAAA;
   background: #E6E1DB;
}

.sidegrayright-title {
   border:3px double #AAAAAA;
   background: #c3c0b6;
   text-align: center;
   text-transform: small-caps;
   width: 260px;
   margin: 5px 1px 10px 10px;
   padding:15px 15px 15px 25px;
   border-width: 3px 0;
}

.custom.workus .format_text a {
text-decoration:underline;
}

/*TEST*/
.product-grid {height:100%; overflow:hidden; margin-bottom:5px; /*border:1px solid #ccc;*/ padding:5px}
.product-image {width: 33%; float: left; /*border-right: 1px dotted #ccc*/}
.product-description {width: 31%; float: left;}
.product-description1 {width: 31%; float: left; /*border-right: 1px dotted #ccc;*/ padding: 0px 10px 10px 10px; font-size: 13px}
.product-description2 {width: 32%; float: left; /*border-right: 1px dotted #ccc;*/ padding: 0 10px 10px 10px; font-size: 13px}
.product-description3 {width: 30%; float: left; /*border-right: 1px dotted #ccc;*/ padding: 0 7px 10px 0px; font-size: 13px; margin-left: 6px;}


/*   Custom Home page styling */
.homepage #content_box .page { margin: 0 2.8em 0 3.2em; padding-top: 0.1em; }
.homepage #content_box { background: none ; }
.homepage #content_left {width: 47%/*390px*/; float: left; }
.homepage #content_right {width: 47%/*400px*/; float: right; }
.homepage #content_bottom {clear: both; }
.homepage #list_content {width: 31%; float: left;}
.homepage #list_business {width: 30%; float: left;}
.homepage #list_social {width: 33%; float: left;}
.homepage #list_wrap {clear: both; }
.homepage h2 {color: #FF6600; text-align: left; }
.homepage dfn { color: #111111;}

/*body.custom {background: #fff url(bg.jpg) repeat-x;}*/
/*.custom #container {margin-top: 0; margin-bottom: 0em; border-left: 0.3em solid #ddd; border-right: 0.3em solid #ddd;}*/

/*Top Anchor*/
#top-link a { position: fixed; display: block; text-transform: uppercase; text-decoration: underline; font-size: 1em; padding:3px; bottom:5px; right:15px; color: #C50080; }
#top-link a:hover { font-size: 1.5em;}

/*.custom a:visited { color: #C79500; }*/
.custom a:hover { /*font-size: 1.4em;*/ text-decoration: none; font-weight: bold; }
.custom .format_text a {text-decoration:none;}

/*addthis social bookmarking*/
#custom_social { position: fixed; display: block; padding:5px; top:10px; right:15px;}

/*caption box*/
.custom .wp-caption {background-color:#FFFFFF;}

/*Search box*/
.custom .sidebar .text_input {width:90%;}

.custom #sidebars {
        border-left: 1px solid #cccccc;
        border-bottom: 1px solid #bbbbbb;
        /*background: none repeat scroll 0 0 #C3C0B6;*/
}

.custom .teaser {width: 60em;/*28.9em*/ float: left; margin-bottom:3em;}

/***HEADER Full***/
/*k .custom #logo a { font-family: georgia, serif; display:block; height:120px; width:400px; background: url(images/logo.png) center no-repeat; text-indent:-9999px; }*/
/*k .custom #header {border-bottom:0; padding-top: 1em; padding-bottom: 0.1em; }*/
/*k .custom #header_area {background:#FFF;}*/

.custom #header_area .page {background:transparent;}


.custom #header_widget_1 {}
.custom #header_widget_1 ul.sidebar_list li.widget {position: absolute/*relative absolute*/; display: block; top:0px/*70px 0px*/; left: 580px;/*459px;*/ width: 400px/*468px*/; /*float: right;*/ }
.custom #header-adblock img {margin:1px; }
.custom div.header-adblock a:hover img {border:3px solid #666;}
.custom div.header-adblock a img {border:3px solid #333;}

.custom div.header-adblock img {padding: 1px;}
.ad-header {background: #c3c0b6;}

/***HEADER no image***/
.custom #logo, .custom #logo a {color: #44443f; /*111111*/ letter-spacing:3px;}
.custom #logo a:hover {color:#FFFFFF; font-weight: bold;}
.custom #header {border: none; background: #C3C0B6;}
.custom #header_area {background:#C3C0B6; border-top:25px solid #44443F;}

/***HEADER END***/

/***NAV MENU***/
.custom .menu {background: #F4EFE9; /*BD071A CF081C FFFFFF 222*/ /*height: 35px;*/}
.custom #nav_area {background: #F4EFE9; border-top: 2px solid #FFFFFF; /*border-top-style:double; border-color: #ccc;*/ border-bottom: 1px solid #cccccc;}
.custom ul.menu li a:hover {font-weight: bold; /*font-size: 1.3em;*/}
.custom ul.menu li.current a {font-weight: bold;}
/***NAV MENU END***/


/***SIDEBAR AND WIDGETS***/

.custom li.widget {list-style: none; text-indent: 0; margin-bottom:1em; margin-top:1em; padding-left:0; margin-left:1em;}
li.widget h3 {color: #444; font-size:16px; font-family: verdana; margin-bottom:0; margin-top:0;}
.custom .sidebar ul.sidebar_list {position:relative; padding:0; margin:0;}

.custom #multimedia_box {margin-bottom:0;}

/***SIDEBAR AND WIDGETS END***/

/***CONTENT AREA MODS***/
.custom #content_box { background: none ; }

.custom .entry-title {color: #333; font-family: century gothic, verdana, arial; font-size: 26px; font-weight:bold;}
.custom .entry-title a{text-align: center !important; color: #333; font-family: century gothic, verdana, arial; font-size: 27px; font-weight:bold;}
.custom .entry-title a:hover {color: #C50080; font-weight: bold;}
.custom .headline_meta {text-align:center;}
.custom .headline_area {text-align:center;}
.custom #archive_info {text-align:center;}

.custom .post_box{margin-left:0; padding-left:2em; background: #fff;}
.custom .format_text h3 a {color: #000; text-decoration:none; border-bottom: 1px dotted #ccc;}
.custom .format_text h3 a:hover {color: #C50080;}
.custom .format_text .code1 {color:#990000;}

.custom div.welcome_box { border: 2px solid #ddd; background: #E5F2FF url(blue-bg.gif) repeat-x; margin:0; padding: 0.4em; padding-bottom:0;margin-left:0.5em; margin-top:1em; margin-bottom: 0em; margin-right: 0.5em;}
/***CONTENT AREA MODS END***/

/***OTHERS MODS***/
.custom #adblock img {margin:1px;}
.custom div.adblock a:hover img {border:3px solid #bebebe;}
.custom div.adblock a img {border:3px solid #ddd;}
.custom div.adblock img {padding: 1px; }

.custom #image-block img {background: #eee; padding: 0.8em; border:1px solid #ddd;}
.custom div.image-block a:hover img {background: #ddd; border:1px solid #bebebe;}
.custom div.image-block a img {background: #eee; border:1px solid #ddd;}
.custom div.image-block img {background: #eee; padding: 0.8em; border:1px solid #ddd;}
/***OTHERS MODS END***/

/***FOOTER***/
.custom #footer_area, #footer_area .page {background: #222;} 
.custom #footer_area {color: #ccc; padding-top: 0em; text-align:center; border-top: 3px solid #666;} 
.custom #footer {border-top:none; text-align:center;} 
.custom #footer a:hover {color: #fff; text-decoration: none; } 
.custom #footer_1 {text-align:left; border-bottom: 1px solid #333; }
.custom #footer_1 ul.sidebar_list li.widget {text-indent:0; color: #eee; width:23%; margin-right:0%; float:left;}
.custom #footer_1 ul.sidebar_list li.widget h3 {text-indent:0; padding-top:0.2em; color:#ccc; font-size:18px; font-family:georgia;}
.custom #footer_1 ul.sidebar_list li.widget a {color: #fff; border-bottom:0; padding:0.2em;}
.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#ccc; padding:0.2em;}
/***FOOTER END***/


/* Breadcrumbs */
#crumbs {
	font-size: 13px;
	padding: 8px; /*10px 0px 0px 10px 10 padding top, 10 padding left*/
}
#crumbs a {
	color: #A600A6;
}
#crumbs a:hover {
	text-decoration: underline; /*underline the links on a mouse over*/
}

/*Divs*/
.left_one {width: 45%; margin-right: 0.5em; padding: 0.5em; float: left;}
.right_one {width: 45%; margin-left: 0.5em; padding: 0.5em; float: left;}
.one_third {width: 33%; float: left;}
.two_third {width: 33%; float: left;}
.three_third {width: 34%; float: left;}
.half_left {width: 50%; float: left;}
.half_right {width: 50%; float: left; clear: right;}
.one_four {width: 25%; float: left;}
.two_four {width: 25%; float: left;}
.three_four {width: 25%; float: left;}
.four_four {width: 25%; float: left;}

/*Mods for Cart*/
.custom .format_text input {
border-width:0.067em;
padding:0.2em;
width: auto;
}

fieldset {
border:none;
}

/* SHOPPING CART */
.eStore_remove_item_button{margin: 16px;}
.eStore-product-fancy2-footer {height: 52px;}
.eStore-product-description h2 {
margin: 0;
padding: 0;
font-size: 1em;
line-height: 1.2em;
}
