/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the &lt;body&gt; 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 #header {
	padding: 0px;
	margin: 0px;
	border: 0px;
}


/* Header from Widget Me plugin */
.custom #sidebar_header {
	width: 468px;
	float: right;
	margin-top: -82px;
	padding-right: 11px;
}


.menu {
	border-top: 0px solid #DDDDDD;
	border-bottom: 0px solid #DDDDDD;
	padding: 2px;
	
}

/* If you're using Thesis 1.5.1 or older delete this line
.custom ul#tabs a {
	background: #FFFFFF;
	color: #CC0000;
	text-decoration: none;
}

.custom ul#tabs a:hover {
	background: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
}


.custom ul#tabs li.current_page_item a {
	background: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
}
If you're using Thesis 1.5.1 or older delete this line */

/* Layer of Category navigation */
.catnav {
	border-top: 1px solid #DDDDDD;
	border-bottom: 3px solid #CC0000;
	list-style: none;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
}

.catnav li {
	line-height: 30px;
	float: left;
	list-style:none;
}
.catnav li a {
	color: #888888;
	display: block;
	padding: 0 13px;
	font-size: 11px;
	border-right:1px solid #DDDDDD;
}

.catnav li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #CC0000;
}

.catnav li ul {
	display: none;
}

/* Home Page Featured Content Slider */
.hfeed #feature_box {
	padding: 15px 0px;
	background: #FFFFFF;
}

.sidebar h3 {
	color: #FFFFFF;
	background: none;
	display: block;
	padding: 2px 5px;
}

.sidebar h3 a {
	color: #000000;
	background:none;
	display: block;
	display: block;
	padding: 0px 1px ;
	text-align: left;
}

.sidebar h3 img {
	float: right;
	padding: 0px;
}


.sidebar ul {
	padding: 2px 5px;
}

.under_content h3 {
	color: #FFFFFF;
	background: #CC0000;
	display: block;
	padding: 2px;
	text-align: center;
	width: 500px;
	float: left;
}

.under_content ul, .sidebar_footer ul, .sidebar_header ul {
	list-style: none;
}

.under_content_list .textwidget {
	padding: 5px 0px;
	width: 500px;
	float: left;
}


/* Remove headline from showing on index page */
.custom #post-2205 .headline_area { position:absolute; top:-1500px; left:-1500px; }

/*  Added custom image to widget customer testimonials */
/* .custom li#stray_widgets-2 h3 {font-family: Verdana,Arial; font-weight: bold; color: #FFFFFF; font-size: 1em; height: 40px; background: url('') no-repeat; padding:13px 20px 0;} */

/* Removed no comments default text */
.format_text .to_comments {visibility: hidden;}



/* custom teaser typeface */
.custom .teaser h2 a { font-weight: bold }

/* Tera styles */
.custom #header #tagline{text-shadow: 0px 1px 2px #f0f0f0; font-weight:bold;}
.custom #header{text-shadow:0 1px 3px #f0f0f0; font-weight:bold;} 
.custom .headline_area{text-shadow:0 1px 3px #f0f0f0; font-weight:bold;} 
#content_area { text-shadow: 0 1px 3px #f0f0f0; }


/* Client Login */

a#clientlogin {
	display:block;
	text-indent:-9999px;
	position:absolute;
	right:170px;
	top:18px;
	width:114px;
	height:33px;
	background:url(images/client_login.png) 0 0 no-repeat;
}

a#clientlogin:hover {
	background:url(images/client_login.png) 0 -33px no-repeat;
}

/* Top LInks */

#toplinks {
	position:absolute;
	top:31px;
	right:455px;
}

#toplinks li {
	float:left;
	padding:0 12px 0 8px;
	background:url(images/bullet_pink.png) 0 50% no-repeat;
}

#toplinks li a{
	text-decoration:none;
	font-size:10px;
	color:#ccc;
}

#toplinks li a:hover {
	color:#fff;	
}

#toplinks li .selected {
	color:#fff;
	font-weight: bold;
}

/* Top Buttons */

#topbuttons {
	position:absolute;
	top:18px;
	right:285px;
}

#topbuttons ul li {
	float:left;
		
}

#topbuttons ul li a {
	display:block;
	text-indent:-9999px;
	height:33px;
	background:url(images/top_buttons.png) 0 0 no-repeat;
}

#topbuttons ul li a#emailus {
	width:101px;
	
}

#topbuttons ul li a#emailus:hover {
	width:101px;
	background-position:0 -33px;
	
}

#topbuttons ul li a#chatnow {
	width:114px;
	background-position:-101px 0;
}

#topbuttons ul li a#chatnow:hover {
	width:114px;
	background-position:-101px -33px;
}

#topbuttons ul li a#callus {
	width:96px;
	background-position:-215px 0;
}

#topbuttons ul li a#callus:hover {
	width:96px;
	background-position:-215px -33px;
}
ul{ 
  list-style-type: none;
}

/* ======================= */
		
/* featurehead widget area setup */
.custom #feature_box {
	padding-left:0;
	padding-right:0;
}
.custom #feature_box {
	
	background-color: #000000;
}
.custom #featured_gallery {
	width:606px;
	float:left;
	margin-bottom: 0px;
}
.custom .jdGallery .slideInfoZone {
	background: #000000 none repeat scroll 0 0;
}
.custom .jdGallery .slideElement {
	background-color:#D1D3C8;
}
.custom #featured_right {
	background: #FFFFFF url(images/featured_mm_bg.jpg) repeat-x scroll 0 0;
	float:left;
	padding:10px;
	width: 145px;
	border: 0px solid #CCCCCC;
	height: 270px;
	margin-bottom: 0px;
	font-size:15px;
	
}
	.custom #feature_box h1 {
		font-size: 29px;
		margin-bottom:9px;
	}
	.custom #feature_box p {
		font-size: 16px;
		margin-bottom:9px;
	}
.custom .lower_featured {
	height:319px;
	margin-bottom:15px;
	width:auto;
}
.custom .lower_featured_column {
	background:#BCBCC4 url(images/post_bg.png) repeat-x scroll left top;
	border:0px solid #B1B1B1;
	float:left;
	height:285px;
	margin-left:0;
	margin-right:13px;
	overflow:hidden;
	position:relative;
	width:302px;
	font-size:11px;
	}


/* Custom featured colum areas */
.custom .lower_featured_column ul li {
list-style-image: url(images/featured_bullet.gif);
}

/* ================SHARED HOSTING PLANS ================ */
.custom .fbox_shared_column {
	background:#BCBCC4 url(images/fbox_shared.png) repeat-x scroll left top;
	border:0px solid #B1B1B1;
	float:left;
	height:285px;
	margin-left:0;
	margin-right:13px;
	overflow:hidden;
	position:relative;
	width:302px;
	font-size:11px;
	}


/* Custom featured colum areas */
.custom .fbox_shared_column ul li {
list-style-image: url(images/featured_bullet.gif);
}
.custom .fbox_shared_cover {
	background:transparent url(images/fbox_shared_cover.png) no-repeat scroll center bottom;
	height:285px;
	position:absolute;
	width:302px;
	z-index:999;
}
.custom a.fbox_shared_cont_btn {
	background:transparent url(images/fbox_shared_but2.png) no-repeat scroll 0 -40px;
	height:39px;
	left:192px;
	position:absolute;
	text-indent:-999px;
	top:246px;
	width:110px;
}
.custom a.fbox_shared_cont_btn:hover {
	background-position:0 0;
}
/* ==============END OF SHARED PLANS ============= */

/* ================RESELLER HOSTING PLANS ================ */
.custom .fbox_reseller_column {
	background:#BCBCC4 url(images/fbox_reseller.png) repeat-x scroll left top;
	border:0px solid #B1B1B1;
	float:left;
	height:285px;
	margin-left:0;
	margin-right:13px;
	overflow:hidden;
	position:relative;
	width:302px;
	font-size:11px;
	}


/* Custom featured colum areas */
.custom .fbox_reseller_column ul li {
list-style-image: url(images/featured_bullet.gif);
}
.custom .fbox_reseller_cover {
	background:transparent url(images/fbox_reseller_cover.png) no-repeat scroll center bottom;
	height:285px;
	position:absolute;
	width:302px;
	z-index:999;
}
.custom a.fbox_reseller_cont_btn {
	background:transparent url(images/fbox_shared_but2.png) no-repeat scroll 0 -40px;
	height:39px;
	left:192px;
	position:absolute;
	text-indent:-999px;
	top:246px;
	width:110px;
}
.custom a.fbox_reseller_cont_btn:hover {
	background-position:0 0;
}
/* ==============END OF RESELLER PLANS ============= */
/* ================VPS HOSTING PLANS ================ */
.custom .fbox_vps_column {
	background:#BCBCC4 url(images/fbox_vps.png) repeat-x scroll left top;
	border:0px solid #B1B1B1;
	float:left;
	height:285px;
	margin-left:0;
	margin-right:0px;
	overflow:hidden;
	position:relative;
	width:302px;
	font-size:11px;
	}


/* Custom featured colum areas */
.custom .fbox_vps_column ul li {
list-style-image: url(images/featured_bullet.gif);
}
.custom .fbox_vps_cover {
	background:transparent url(images/fbox_vps_cover.png) no-repeat scroll center bottom;
	height:285px;
	position:absolute;
	width:302px;
	z-index:999;
}
.custom a.fbox_vps_cont_btn {
	background:transparent url(images/fbox_shared_but2.png) no-repeat scroll 0 -40px;
	height:39px;
	left:192px;
	position:absolute;
	text-indent:-999px;
	top:246px;
	width:110px;
}
.custom a.fbox_vps_cont_btn:hover {
	background-position:0 0;
}
/* ==============END OF VPS PLANS ============= */

.custom .lower_featured_column_last {
	background:#BCBCC4 url(images/post_bg.png) repeat-x scroll left top;
	border:0px solid #B1B1B1;
	float:left;
	height:285px;
	margin-left:0;
	margin-right:0;
	overflow:hidden;
	position:relative;
	width:302px;
	font-size:11px;
}
/* Custom featured colum last area */
.custom .lower_featured_column_last ul li {
list-style-image: url(images/featured_bullet.gif);
}
.custom .lower_featured_cover {
	background:transparent url(images/lower_featured_cover.png) no-repeat scroll center bottom;
	height:285px;
	position:absolute;
	width:145px;
	z-index:999;
}
.custom a.lower_featured_cont_btn {
	background:transparent url(images/lower_featured_cont_btn2.png) no-repeat scroll 0 -25px;
	height:25px;
	left:36px;
	position:absolute;
	text-indent:-999px;
	top:256px;
	width:232px;
}
.custom a.lower_featured_cont_btn:hover {
	background-position:0 0;
}
.custom .lower_featured .latest_posts {
	background:#CCCC00 url(images/lower_featured_latest_bg.jpg) repeat-x scroll 0 0;
	border-top:0px solid #B1B1B1;
	height:177px;
	overflow:hidden;
	padding:10px;
}
.custom .lower_featured .latest_posts li {
	list-style: none;
	margin-bottom:15px;
}
.custom .lower_featured .latest_posts li a {
	font-size:12px;
	color:#FFFFFF;
}
.custom .lower_featured .latest_posts li a:hover {
	color:#51514B;
}

/* footer */

.custom #footer {
border-top:0.5em solid #9c9c9c;
background: #eeeeee;
padding:0em;
text-align:center;
}
.custom #footer a{
border-bottom: 1px none #cccccc;
}

/* footer widget area setup */
#footer_setup {
background: #444343;
padding:1.5em;
margin-bottom: 5px;
overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
text-align: left;
font-size:1.2em;
width: 24.5%;
padding-right: 0px;
color: #ffffff;
display: inline-block;
float: left;
height: 100%;
}

/* widget item headers */
#footer_setup .footer_items h3 {
font-size: 1.2em;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0px;
color: #ffffff;
padding-bottom: 3px;
border-bottom: 3px none #ffdf00;
margin-bottom: 5px;
}

/* do not change these! */
#footer_setup .footer_items ul li { list-style:none;
font-size:1.4em;
line-height:1.5em;
}
#footer_setup .footer_items ul { margin: 1em; padding: 0px; }



/* Custom footer push */
html, .custom {
 height: 10%;
}
.custom .wrapper {
 min-height: 10%;
 height: auto !important;
 height: 10%;
 margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}
.custom #footer_area, .custom .push {
 height: 0px; /* .push must be the same height as .footer */
}


/* Custom widget area */
.custom li.widget ul li { margin-bottom: 1em ; }

/* Custom Hide Title */
.custom.hiddentitle .headline_area h1, .headline_area h2 {display:none;}

	
			
/* Custom testimonial bubble */

#stray_widgets-2 li {
	background: #E3E3E3;
	border: 1px solid #E6DB55;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0 0.5 0.5 0.5em;
	-webkit-border-radius: 5px;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 1em;
}

/* Custom Why Us Box */
.custom .breakingnews {
	background:transparent url(images/new_services.png) no-repeat scroll 0 0;
	float:left;
	padding:0px;
	width: 633px;
	border: 0px solid #CCCCCC;
	height: 250px;
	margin-bottom: 10px;
	font-size:13px;
	
}

/* Custom News text */
.custom .newstext {
	float:left;
	padding:0px;
	font-size:13px;
	
}

/* Custom Post Box */
.custom .post_box {
padding-top:0em;
}

/* Custom Content Split Floater */
.custom .column {float: left;}
.custom #content-0 {width: 200px;}
.custom #content-1 {width: 300px;}

/* pullquotes with double bar above and below */
.custom blockquote.left, .custom blockquote.right {
   width: 200px;
   margin: 15px 5px 5px 25px;
   padding: 5px 0 0 22px;
   border: none;
   border-width: 3px 0;
   background: #EEEDDB top left no-repeat url(images/quotes.png);
   font-size: 1.4em;
   text-align: center;
}
.custom blockquote.left { float: left; }
.custom blockquote.right { float: right; }

/* RSS Widget */

.custom li#rss-4 h3 {font-family: Arial; text-shadow: 0px 1px 2px #f0f0f0; font-weight:bold; color: #000; font-size: 1.2em; height: 39px; background: url('images/tab_latest_articles.png') no-repeat; padding:6px 5px 3px 10px;}




