/*  
Theme Name: Web Savers
Theme URI: http://www.websavers.ca/
Description: Web Savers Theme
Version: 1.0.0
Author: WooThemes, Jordan Schelew & Adam Bate
*/

/* Layer Z-Index Values
 * Header -> 110 ( > menu to fix IE issues )
 * Menu -> 100
 * Submenu -> 100
 * Credit Cards -> 101
 * Glossy BG -> 0
 * Boxes and Column containers -> 1
 * Loading animation -> 1111
 * 
 */

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}
html{
	height: 100%;
}
body{
	color: #555555;
	font: .75em "Trebuchet MS", Arial, Helvetica;
	padding: 0;
	line-height:1.8em;
	height: 100%;
}
#body{
	position: relative;
	background: url(images/texturedbg.jpg);
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
a{
	color: #8696a3;
	text-decoration: none;
}
a span{
	cursor: pointer;
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #D0D2DD 1px solid;
	font-size: 12px;
	padding: 2px
}
input:hover, select:hover, textarea:hover{
	border: 1px solid #7F8080;
}
input[type="checkbox"],
input[type="radiobox"],
input[type="file"]{
	border: none;
}
li{
	list-style: none
}
h2{
	color: #f2f2ee;
	font-size: 1.8em;
	letter-spacing: 0;
	margin: 0 0 .8em
}
h2 a{
	color: #f2f2ee
}
h3{
	color: #f2f2ee;
	font-size: 1.6em;
	margin: 0 0 1em
}
h4{
	color: #f2f2ee;
	font-size: 1em;
	margin: 0 0 1em
}
p{
	padding-bottom: 1.5em
}
p:last-child { /*Last paragraph on page - no bottom padding */
	padding-bottom: 0;
}
table{
	border-collapse: collapse;
}
table thead th,
table thead td{
	border: none;
}
table th,
table td{
	border: 1px solid #D0D2DD;
	padding: 2px 5px;
}
table tr.mini-header{
	background: #F1F1F1;
}
code{
	background: #C7C7C7;
	display: block;
	padding: 2px 4px;
	border: 1px dashed #AFAFAF;
	font-size: 85%;
}

/*===Embedded pane found on white backgrounds===*/
.embedded-pane{
	background-color: #EEE;
	border: 1px solid #DDD;
	padding: 10px 15px !important;

	-moz-box-shadow:inset 0 1px 1px #E5E5E5;
	-webkit-box-shadow:inset 0 1px 1px #E5E5E5;
	box-shadow:inset 0 1px 1px #E5E5E5;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.embedded-pane .title{
	font-size: 140%;
	font-weight: bold;
}

/*===Boxes===*/

.box h2, .box5 h2{
	color: #262625;
}
.box h2 a, .box5 h2 a{
	color: #262625
}
.box h3, .box5 h3{
	color: #262625;
}
.box h4, .box5 h4{
	color: #444444;
}
#debug{ /* For javascript debugging */
	position: absolute;
	top: 5px;
	left: 5px;
	max-width: 85px;
	max-height: 85px;
	background: #B02429;
	opacity: 0.4;
	color: white;
}
img.inline-support-plus{
	vertical-align: top;
	margin: 3px 0 0 0 !important;
}
.fineprint{
	font-size: 11px;
	padding-top: 20px;
	clear: both;
}
/*=== Intro ===*/
.intro {
	line-height:1.3em;
}
.intro a {
	color:#FFFFFF;
	text-decoration:underline;
}
.intro a:hover {
	color:#222222;
	text-decoration:underline;
}
p.intro a {
	color:#FFFFFF;
}
p.intro a:hover {
	color:#222222;
}

.edit a{
	color: #777878;
	font-size: 10px;
}
/*=== Header ===*/
#header-container{
/*	background: #D9D9D9 url(images/header-bg.png) repeat-x;*/
	background: #2A2A2A url(images/header-bg-new.jpg) repeat-x;
	position: relative;
	z-index: 110;
	width: 100%;
	border-top: 3px solid black;
	
	-webkit-box-shadow: inset 0 0 2px #878A8A;
	-moz-box-shadow: inset 0 0 2px #878A8A;
	box-shadow: inset 0 0 2px #878A8A;
}
#header-divider{
	background: url(images/header-divider.png) repeat-x;
	height: 18px;
	width: 100%;
	position: absolute;
	bottom: 0;
	opacity: 0.6;
}
#header{
	background: url(images/header-sheen.png) no-repeat center;
	margin: 0 auto;
	width: 940px;
	height: 115px;
	padding-top: 10px;
	position:relative;
	z-index: 110;
}
#header .spacer{
	float: right
}
/*- Logo -*/
#header h1{
	float: left;
	_width:414px;
}
#header h1 a{
	display: block;
	height: 120px;
}
#header h1 a:hover{
	text-decoration: none
}
#header .inset{
	text-shadow: #000 1px 1px 1px;
	line-height: 21px;
	height: 22px;
	
	position: absolute;
	top: 0;
	
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;

	-webkit-box-shadow: 0 0 2px #878A8A, 
						inset 0 0 4px #000;
	-moz-box-shadow: 0 0 2px #878A8A,
					inset 0 0 4px #000;
	box-shadow: 0 0 2px #878A8A, 
				inset 0 0 4px #000;
}
#header .inset a{
	color: #D3D3D3;
	text-decoration: none;
}
#header .inset a:hover{
	color: white;
}
#header #client-area{
	right: 3px;
}
#header #client-area a{
	padding: 3px 8px 3px 4px;
}
#header #client-area img{
	width: 20px;
	float: left;
	margin: 1px 0 0 5px;
}
#websaversclub{
	 /*ie: BULLSHIT*/
	 left: 452px;
	 font-size: 11px;
	 border: white;
	 color: #fff;
	 padding: 0 7px;
	 line-height: 20px;
}
/*=== Telephone ===*/
#header #telephone{
	left: 452px;
	width: 177px;

	color: white;
	padding: 0 5px;
	cursor: default;
}
#header #telephone a{
	text-decoration: none;
	color: white;
}
#header #telephone img{
	width: 20px;
	height: 20px;
	float: left;
	margin: 1px 3px 0 0;
}

/*=== Shopping ===*/
#shopping{
	position: absolute;
	z-index: 102;
	top: -1px;
	right: 120px;
	height: 16px;
	width: 105px;
}
#shopping img{
	float: left;
	margin: 0 5px;
}
#allcards{
	display: none;
	background: white;
	border: 1px solid black;
	padding: 2px 0;
	position: absolute;
	z-index: 101;
	bottom: -37px;
	left: -82px;
	width: 185px;
	-webkit-box-shadow: 1px 1px 4px #5B5C5C;
	-moz-box-shadow: 1px 1px 4px #5B5C5C;
	box-shadow: 1px 1px 4px #5B5C5C;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#allcards img{
	margin: 0 2px;
}
/*=== Buttons ===*/

/* Old Style */
.btn-rounded{
	line-height: 30px;
	font-weight:bold;
	float: left;
}
.btn-rounded a{
	background: url(images/btn-rounded.gif) no-repeat left;
	color: #D3D3D3 !important;
	padding: 0 0 0 13px;
	display: block;
	float: left;
}
.btn-rounded a:hover{
	color: #fff !important;
	text-decoration: none !important;
}
.btn-rounded a span{
	background: url(images/btn-rounded.gif) no-repeat right;
	height: 30px;
	padding: 0 13px 0 0;
	display: block;
	margin-right: -4px; /*Makes the span bg hide behind a bg*/
	float: right;
}

.btn {
	margin:0; 
	padding:5px 10px;
	background:url(images/btn.gif) repeat-x;
	border:1px solid #1b1c1d;
 	color:#FFFFFF;
	font-weight:bold;
}

/*New Style*/
.button{
	background-color: #000;
	background-image: url(images/blackbutton.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	border: 1px solid black;
	color: #D4D4D4 !important;
	padding: 6px 8px;
	font-size: 13px;
	text-shadow: #000 0 -1px 0;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: inset 0 0 2px #DDD;
	-moz-box-shadow: inset 0 0 2px #DDD;
	box-shadow: inset 0 0 2px #DDD;
}
.button:hover{
	color: #fff !important;
	text-decoration: none !important;
	text-shadow: #262626 0 -1px 0;
}

/*=== Coupons ===*/
.coupon{
	background: url(images/coupon.png);
	width: 173px;
	height: 24px;
	margin: 0 auto;
	font-size: 25px;
	text-align: center;
	padding: 13px 49px 13px 10px;
	color: #CBCBCB;
}
.coupon a{
	text-decoration: none;
}
.coupon a:hover{
	text-decoration: none !important;
	color: white !important;
}

/*=== Navigation ===*/

/*- Nav1 -*/
div#nav1 {
	font-size:16px;
	font-weight:bold;
	height:30px;
	letter-spacing:-1px;
	float:right;	
	margin:43px 0 0;
	text-transform:uppercase;
}
div#nav1, div#nav1 ul {
	padding: 0;
	list-style: none;
}

div#nav1 a {
	display: block;
	padding: 0 10px;
}

div#nav1>ul>li {
	position: relative;
	z-index: 99;
	float: left;
	margin: 0 1px 0 0;
	text-shadow: #fff 0 1px 0;
}
/*
div#nav1 ul li:hover {
	position: relative;
	z-index: 100;
}
*/
div#nav1>ul>li>a{
	color: black;
	padding: 0px 12px;
	line-height: 28px;
	margin: 0 1px;
	text-decoration: none;
	background: url(images/menu-light.gif) repeat-x left;
	
	border: 1px solid #000;
	
	-webkit-box-shadow: 0px 1px 2px #767878;
	-moz-box-shadow: 0px 1px 2px #767878;
	box-shadow: 0px 1px 2px #767878;
/*	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
*/
}
div#nav1 ul li span{
	border: none;
}
/*
div#nav1 ul li a span{
	display: inline-block;
	height: 30px;
	padding: 0 13px 0 0;
	background: url(images/btn-rounded-light.gif) no-repeat right; 
	cursor: pointer;
}
*/
div#nav1>ul>li.current_page_item a,
div#nav1>ul>li.current_page_parent a,
div.btn-order a{
	background: url(images/menu-blue.gif) repeat-x left;
	color: white;
	text-shadow: #000 -1px -1px 0;
}
/*
div#nav1 ul li.current_page_item a span,
div#nav1 ul li.current_page_parent a span,
div.btn-order a span{
	background: url(images/btn-rounded-blue.gif) no-repeat right;
}
*/
/* Style drop down menus */

div#nav1 li ul {
	position: absolute;
	z-index: 100;
	left: -999em;
	width: 350px;
	height: 180px;
	letter-spacing:0;
	text-transform:none;
	border: 2px solid black;
	border-top: 4px solid black;
	padding-top: 10px;
	background: #fff;
	-webkit-box-shadow: 1px 1px 4px #5B5C5C;
	-moz-box-shadow: 1px 1px 4px #5B5C5C;
	box-shadow: 1px 1px 4px #5B5C5C;
	line-height: 15px;
	margin: 0;
	margin-left: 1px;
}
div#nav1 li.page-item-5 ul { /* Packages */
	background: #fff url(images/submenu-bg-packages.jpg) no-repeat bottom right;
}
div#nav1 li.page-item-7 ul { /* Hosting */
	background: #fff url(images/submenu-bg-hosting.png) no-repeat bottom right;
}
div#nav1 li.page-item-9 ul { /* Why Web Savers */
	background: #fff url(images/submenu-bg-domains.png) no-repeat bottom right;
}
div#nav1 li.page-item-11 ul { /* Why Web Savers */
	background: #fff url(images/submenu-bg-whyws.jpg) no-repeat bottom right;
}
div#nav1 li ul li {
	line-height: 15px;
	margin: 0;
	padding: 7px 0;
	float: none;
	background: none;
}
div#nav1 li ul li a,
div#nav1 li ul li a span {
	background: none !important;
	line-height: 15px;
	font-size: 13px;
	color: #363636;
}

div#nav1 li ul li.current_page_item a,
div#nav1 li.current_page_item ul li a{
	background: none !important;
	color: #363636;
}

div#nav1 li ul li a span,
div#nav1 li ul li.current_page_item a span{
	color: #000;
	background: none !important;
}

/* All Hovering events */
div#nav1 li ul li a:hover,
div#nav1 li ul li a:hover span,
div#nav1 li ul li.current_page_item a:hover{
	color: #000;
	text-decoration: underline;
	background: none !important;
}

div#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
}


div#nav1 li ul li a span{
	display: inline;
	height: 10px;
	padding: 0
}

/*
* Fix for menu issue with spacing, see second comment here:
* http://www.456bereastreet.com/archive/200610/closing_the_gap_between_list_items_in_ie/
*/

div#nav1 li ul li { display: inline-block; width: 100%; }

/* End fix */

div#nav1 li ul ul {
	margin: -31px 0 0 163px;
}

div#nav1 li:hover ul ul, #nav1 li.sfhover ul ul {
	left: -999em;
}


div#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul {
	left: auto;
}

/* IE7 Fix */

div#nav1 li:hover, #nav1 li.hover {  
	position: static;
	visibility:visible
}

html>body #nav1 li ul li { *margin-top:-2px; }

/*- Nav2 -*/
.nav2 li, .widget li{
	background: url(images/ico-next.gif) no-repeat left 10px;
	border-bottom:1px dotted #ccc;
	padding: .5em 0 .5em 20px;
	}
.nav2 li a, .widget li a{
	color: #bfc7cd;
}
.nav2 li a:hover, .widget li a:hover{
	color: #8696a3;
	text-decoration: none
}

/*=== Layout ===*/
#page-container{
	padding-bottom: 335px; /* Leave room for footer */
}
#page-container .inset{
	background: #1D1D1C url(https://www.websavers.ca/wp/wp-content/themes/websavers/images/dark-textured-bg.jpg) repeat top left;
	opacity: 0.9;
	text-shadow: #000 1px 1px 1px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: inset 0 1px 2px #000, 0 1px 0 #E9E9E9;
	-moz-box-shadow: inset 0 1px 2px #000, 0 1px 0 #E9E9E9;
	box-shadow: inset 0 1px 2px #000, 0 1px 0 #E9E9E9;
}
#page{
	padding-top: 30px;
	position: relative;
	z-index: 0;
	margin: 0 auto;
	width: 940px;
	min-height: 250px;
}
#page.home{ /* Compensate for lack of breadcrumb bar */
	padding-top: 15px;
}
/*=== Breadcrumb Bar (Location) ==*/
#breadcrumbs{
	position: absolute;
	top: 4px;
	left: 1px;
	z-index: 1;
	
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	color: white;
	padding: 0 11px 0 6px;
	max-width: 700px;
	overflow: hidden;
	text-shadow: #000 1px 1px 1px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: inset 0 1px 2px #000, 0 1px 0 #E9E9E9;
	-moz-box-shadow: inset 0 1px 2px #000, 0 1px 0 #E9E9E9;
	box-shadow: inset 0 1px 2px #000, 0 1px 0 #E9E9E9;
}
#breadcrumbs a:hover{
	color: white;
	text-decoration: none;
}
#breadcrumbs img.location{
	float: left;
	margin: 5px 7px 0 0;
}
#breadcrumbs img.divider{
	vertical-align: text-top;
	margin: -4px 6px 0 5px;
	opacity: 0.3;
}

/*=== All Columns ===*/
#columns{
/*
	position: relative;
	z-index: 1;
	height: 1%;
	padding: 0 0 10px
*/
	margin-bottom: 0px !important;
}
#columns div.col6 h3{
	color: #3D3D3D;
	text-shadow: #fff 0px 1px 0;
}
/*=== Center Column ===*/
#centercol{
	float: left;
	width: 618px
}

/*=== Special Bar ===*/

div#specialbox {
	float: right;
	margin: 0 23px 10px 0;
}
div.special {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-shadow: #000 -1px -1px 0;
	line-height: 22px;
}
div.special a {
	background: url(images/special-bg.png);
	width: 260px;
	height: 24px;
	padding: 11px 4px;
	display: block;
	color: #fff;
	text-decoration: none;
}
div.special a:hover {
	background: url(images/special-bg-hover.png);
}

/*=== Right Column Overrides===*/
#rightcol{
	float: right;
	margin: 0;
	width: 320px
}
#rightcol h3{
	color: #ffffff;
	font-size: 14px;
	border-bottom: 1px solid #5D5D5D;
	padding: 10px 15px;
	margin-bottom: 0px;
}
#rightcol .widget{
	position: relative;
	width: 260px;
	margin-bottom: 15px;
}


#rightcol .widget .textwidget a {
	text-decoration: none;
	color: #e6e6e6;
}
#rightcol .widget .textwidget a:hover {
	text-decoration: underline;
}
#rightcol h3, #rightcol h3 a{
	color: #ffffff;
}
#rightcol h3 span{
}

#rightcol p{
	padding: 10px 15px;
}

#rightcol div.btn-rounded{
	height: 30px;
	float: none;
	margin-left: 15px;
}
#rightcol .widget ul, #rightcol .textwidget{
	background: #3c3c3c;
	color: #e6e6e6;
}

/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 115px;
	margin:0 0 1em;	
}
.col1 a{
	color: #bfc7cd;
	text-decoration: underline
}
.col2{
	float: right;
	width: 425px
}
.col3{
	float: left;
	padding: 0 35px 0 0;
	width: 273px
}
.col3.last, .col6.last{
	padding: 0
}
.col3.nav2, .col6.nav2{
	background: none;
	padding: 0
}
.col3 h2{
	color: #464646;
	margin: 0 0 .5em
}
.col3 p{
	padding: 0
}
.col4{
	float: left;
	width: 335px
}
.col5{
	float: right;
	width: 415px
}
.col5 img{
	border: 10px solid #f6f5ed;
}
.col6{
	float: left;
	padding: 0 20px 20px 0;
	width: 300px
}
* html .col6{
	width: 290px;
}
/*=== Styling Boxes ===*/

/*- Box1 -*/
.box{
	background: #fff;
	margin: 0 0 1em;
	width: 618px; /* 620px without the border */
	border: 1px solid #A9ABAB;
	color:#555555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 4px #5B5C5C;
	-moz-box-shadow: 1px 1px 4px #5B5C5C;
	box-shadow: 1px 1px 4px #5B5C5C;
}
.box .spacer{
	height: 1%;
	padding: 20px 30px
}
/* If both */
.box .post{
	border: none;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	box-shadow:none;
}
/*- Box2 -*/
.box2{
	margin: 3px 0 1em 20px;
	width: 320px
}
.box2 .top,.box2 .bot{
	clear: both;
	height: 10px;
	display: none;
	overflow: hidden
}

/*- Box3 -*/
.box3{
	margin: 0 0 1em;
	width: 425px
}
.box3 .top,.box3 .bot{
	background: url(images/box3-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box3 .bot{
	background: url(images/box3-bot.gif) no-repeat top
}
.box3 .spcr{
	background: #e9edf0;
	height: 1%;
	padding: 0 20px;
	min-height:100px;
}
.box3 p{
	padding: 0;
}
/*- Box4 -*/
.box4{
	position: relative;
	z-index: 1; /* puts it over the gloss */
	color: #3D3D3D;
	text-shadow: #fff 0px 1px 0;
	font-size: 1.8em;
	margin: 0px 0 20px 0;
	width: 940px;
}
.box4 .top,.box4 .bot{
	clear: both;
	overflow: hidden;
	height: 0;
}
.box4 .bot{
}
.box4 .spacer{
	height: 100%;
	text-align: justify;
	padding: 5px 25px
}
.box4 p{
	padding: 0
}
/*- Box5 -*/
.box5{
	position: relative;
	z-index: 1;
	margin: 0 0 20px 0 !important;
	width: 940px;
	color: #555555;
	background: #fff;
	margin: 0 0 1em;
	border: 1px solid #A9ABAB;
	color:#555555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 4px #5B5C5C;
	-moz-box-shadow: 1px 1px 4px #5B5C5C;
	box-shadow: 1px 1px 4px #5B5C5C;
}
.box5 .spacer{
	padding: 15px 25px;
}
.box5 .post img {
	border:0;
}
/*- Box6 -*/
/*
.box6{
	margin: 0 0 20px;
	width: 940px
}
.box6 .top,.box6 .bot{
	background: url(images/box6-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box6 .bot{
	background: url(images/box6-bot.gif) no-repeat top
}
.box6 .spacer{
	background: #1b1c1d;
	height: 1%;
	padding: 10px 25px
}
*/
/*- Wrapper -*/
.wrapper{
	float: left;
	padding: 0 0 0 20px;
}
/*- Date -*/
.date{
	color: #898989;
	margin: -15px 0 10px;
	position: relative
}

/*=== Styling Forms ===*/
/*- Search -*/
#search{
	height: 32px;
	margin: 0px;
	padding: 0 0 0 25px
}
#search input.keyword{
	background: #1b1c1d;
	border-bottom: 1px solid #3C434A;
	border-right: 1px solid #3C434A;
	border-top: 1px solid #262829;
	border-left: 1px solid #262829;
	color: #ffffff;
	float: left;
	font-size: 11px;
	padding: 7px 5px 8px;
	width: 190px
}
	
/*- Form1 Setup -*/
.form1 div{
	margin: 0 0 15px
}
.form1 label{
	padding: 7px 0 0 15px
}

/* Form1 Textarea */
.form1 textarea{
	height: 165px;
	overflow: auto;
	width: 550px
}


/*=== Link Buttons ===*/
.btn-cat {
	margin: 1em 0 1.5em;
}
.btn-continue{
	margin: 0;
}
.btn-general{
	padding: 5px 10px;
	background: #1b1c1d;
	color: #ffffff;	
}
.btn-general a { 
	color: #ffffff;
}
.btn-continue a{
	background: url(images/ico-more2.gif) no-repeat left;
	padding: 0 0 0 20px
}
.btn-arr a{
	background: #3B3F42;
	color: #ffffff;
	line-height: 25px;
	padding: 5px 10px
}
.btn-arr2{
	float: left;
	padding: 130px 0 0;
	width: 27px
}
/*=== Pics, Ads etc. ===*/
.ads{
	margin: 0 0 10px
}
.ads img{
	margin: 0 8px 5px 0
}
/*=== Footer ===*/
#footer{
	background: url(images/dark-textured-bg.jpg);
	position: absolute;
	bottom: 0;
	height: 315px;
	margin: 0;
	width: 100%;
	min-width: 960px;
}
#footer-divider{
	width: 100%;
	background: url(images/footerbg.png) repeat-x top;
	height: 10px;
	
}
/* Old 960centered */
#footer div.grid_12{
	margin: 0px auto;
	width: 960px;
/*	border: 1px dotted blue; // I'm assuming you didn't really want this? :) */
	padding: 0px;
	height: 300px;
/*	position: relative */
}
#footer .widget{
	width: 183px;
	margin: 15px 3px 0 16px;
	background: none;
	padding: 0 15px;
	border: 1px solid #303131;
	-webkit-box-shadow: inset 0px 0px 4px #000;
	-moz-box-shadow: inset 0 0 4px #000;
	box-shadow: inset 0 0 4px #000;
}
#footer .widget h3{
	background: none;
	border-bottom: 1px solid black;
	padding-left: 3px;
	padding-right: 3px;
	color: #C7C7C7;
	font-weight: normal;
	text-shadow: 1px 1px 2px #000;
}
#footer .widget li{
	background: none;
	text-shadow: 1px 1px 2px #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #303131;
	padding-left: 3px;
	padding-right: 3px;
	
}
#footer .widget a{
	color: #C7C7C7;
}
#footer .widget a:hover{
	color: white;
	text-decoration: none;
}
#footer .widget li:last-child{
	border-bottom: none;
}

#footer a{
	color: #949387;
	text-decoration: underline
}
#footer img{
	position: relative;
	vertical-align:middle
}
#footer ul.site-list, #footer ul {
	font-size: 12px;
	color: #fff;
/*	margin:15px; */
}
#footer ul.site-list a, #footer ul a {
	text-decoration: none;
	color: #E6E6E6;
}
#footer ul.site-list a:hover, #footer ul a:hover {
	text-decoration: underline;
}
#footer ul.site-list li, #footer ul li {
	padding: 10px 15px;
	border-bottom: 1px solid #4A4A4A;
	background: #3C3C3C
}
#footer ul.site-list li.title, #footer h3 {
	display: block;
	margin-bottom: 0px;
	padding: 10px 15px;
	border-bottom: 1px solid #5D5D5D;
	font-size: 15px;
}
#footer .widget h3 span{ /* Leave room to the left for icons */
	padding: 10px 0 10px 35px;
}
#footer div.fimg1 h3 span{
	background: url(images/icons/footer/read.png) left no-repeat;
}
#footer div.fimg2 h3 span{
	background: url(images/icons/footer/package.png) left no-repeat;
}
#footer	div.fimg3 h3 span{
	background: url(images/icons/footer/company.png) left no-repeat;
}
#footer	div.fimg4 h3 span{
	background: url(images/icons/footer/find.png) left no-repeat;
}
#footer .box6 .spacer{
	padding: 0px 25px
}
div#social-media-page li img{
	display: none;
}
div.copyright_bottom{
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 282px;
	width: 90%;
	height: 6px;
	/*background: #3E3E3E;*/
	border-top: 1px solid #303131;
	
	-webkit-box-shadow: inset 0 1px 2px #000;
	-moz-box-shadow: inset 0 1px 2px #000;
	box-shadow: inset 0 1px 2px #000;
}
div.copyright_footer {
	position: absolute;
	bottom: 6px;
	right: 0;
	clear: both;
	margin: 0px auto;
	color: #9E9E9E;
	width: 266px;
	/*background: #3E3E3E;*/
	border-top: 1px solid #303131;
	border-left: 1px solid #303131;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	padding: 5px 7px 0 9px;
	line-height: 12px;
	text-shadow: 1px 1px 2px #000;
	text-transform: lowercase;

	-webkit-box-shadow: inset 0 1px 2px #000;
	-moz-box-shadow: inset 0 1px 2px #000;
	box-shadow: inset 0 1px 2px #000;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright{
padding: 4px;
margin: 3px 0 2px 10px;
display: inline;
}

img.alignleft{
padding: 4px;
margin: 3px 10px 2px 0;
display: inline;
}

.alignleft{
float: left;
}

.alignright{
float: right;
}

/*=== Posts ===*/
/*
.post img {	
	border:8px solid #f6f5ed;
}
*/
.post h2{
	clear: both; /* Titles always display on new line */
}

.post ul, .post ol{
	padding: 0 0 1.2em 2em;
}
.post ul li{
	color: #555555;
	background: url(images/ico-bullet.gif) no-repeat left top;
	padding: 0 0 0 20px;
}
.entry ul li {
	background: url(images/ico-bullet.gif) no-repeat left 3%;
	list-style: none;
	font-size: 14px;
	padding-bottom: 10px;
}
.entry ul.business li {
	margin-left: 255px;
}
.post ol li{
	list-style-type:decimal;
	margin: 0 0 0 20px;
}	
.post li a:hover{
	color: #1b1c1d;
	text-decoration: none
}

.post blockquote {
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif; color:#777777;
	/*background:#f9faf4;*/

	/*background: #d3e4ef;*/
	background: #f1f1f1;

	color: #444;
	/* url(images/ico-quote-grey.gif) no-repeat 10px 10px; */
	border-top:1px solid #D0D2DD;
	border-bottom:1px solid #D0D2DD;	
	width:80%; height:auto;
	margin:0 0 30px 10px; padding:15px 25px 5px 55px;
	display:block;
}

/*=== Comments ===*/
#comments{
	border-top: 1px solid #A6A8A8;
	margin-top: 10px;
}
#comments .box3 p { padding-bottom:10px; }
#respond { margin: 1em 0 0; }

/*=== Common Widget styling. Found in rightcol and footer ===*/
.widget {
	margin: 15px 10px 0px;
	text-align: left;
	float: left;
	-webkit-box-shadow: 1px 1px 4px #202020;
	-moz-box-shadow: 1px 1px 4px #202020;
	box-shadow: 1px 1px 4px #202020;
	border: 1px solid black;
}

.widget li {
	background-image: none;
	border-bottom: 1px solid #4A4A4A;
    /*background-color: #3C3C3C;*/
	padding: 10px 15px;
}
.widget li:last-child{
	border-bottom: none;
}

.widget li a {
        text-decoration: none;
        color: #E6E6E6;
}

.widget li img{
	margin-right: 4px;
	vertical-align: middle;
}

.widget h3{
	background: #000 url(images/glossy-bg.png) repeat-x;
	text-shadow: #000 -1px -1px 0;
}
.widget #recentcomments li{
	background: url(images/hl-dot.gif) repeat-x bottom;
	padding: .5em 0
}
.widget #recentcomments li a{
	background:none;
	color: #1b1c1d;
	text-decoration:none;
}
.widget #recentcomments li a:hover{
	color: #1b1c1d;
	text-decoration: underline;
}

.widget #searchform, .widget #calendar_wrap{
	background: #1b1c1d;
	height: 1%;
	margin: 0 0 2em;
	padding: 7px 15px 15px
}

.widget #searchform, .widget #calendar_wrap{
	clear: both;
	height: 1%;
	margin: 0 0 14px;
}

.widget #wp-calendar caption {
	font-size:1.2em;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom:5px;
	color:#333333;
}

.widget #wp-calendar {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:240px;
}

.widget #wp-calendar thead th {
	color:#333333;
}


.widget #wp-calendar tfoot td {
	padding:10px 0 10px 0;
	text-align:left;
}

.widget #wp-calendar tfoot td#next {
	text-align:right;
}

.widget #wp-calendar td {
	width:auto;			
}

.widget #wp-calendar td a {
	padding:2px;
	text-decoration:underline;
}

.widget #wp-calendar tfoot td a {
	color:#333333;	
}
.widget .special-badge{
	position: absolute;
	right: -20px;
	top: -20px;
	height: 70px;
	width: 70px;
	background: url(images/special.png);
}

/* Widget table styles - Support+ */
.widget table{
	width: 100%;
}
/*
.widget tr.mini-header{
	background: #454646;
	font-size: 13px;
}
*/
.widget tr.mini-header{
	background: #222;
	border-top: white;
	border-bottom: white;
	font-size: 9px;
}
.widget table tr.mini-header th{
	text-align: center;
	padding: 0;
	line-height: 12px;
}
.widget table tr.mini-header:first-child th,
.widget table tr.mini-header:first-child td{
	border-top: none;
}
.widget td,
.widget th{
	padding: 3px 15px;
	border-top: 1px solid #484848;
	border-bottom: 1px solid #484848;
	border-right: none;
	border-left: none;
}
.widget td{
	text-align: right;
}
.widget td.price{
	background: url(images/price-bg.png) no-repeat right;
	text-shadow: 1px 1px 0px #fff;
	font-size: 11px;
	text-align: center;
	width: 35px;
	padding-right: 9px;
	color: black;
}
.widget td.price a,
#rightcol .widget td.price a{
	color: black;
}
.widget table#sp-response-time{
	font-size: 10px;
	line-height: 11px;
}
.widget table#sp-response-time th{
	text-align: center;
	border-right: 1px solid #484848;
	font-size: 10px;
}
.widget table#sp-response-time td{
	text-align: center;
	font-size: 10px;
}

/*
.quote {
	background:url(images/ico-quote.gif) no-repeat top left;
	margin:9px 0 0;
	width:37px;
	height:29px;
}
*/
.flickr_badge_image img{
	margin: 0 3px 8px;
	padding: 0 7px 5px 0;
	float:left;
}
.flickr img{
	vertical-align:middle;
	margin:6px 0 8px;	
}
.subscribe img{
	vertical-align:middle;
	margin:6px 0 8px;	
}

/*=== Slider ===*/

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 795px;
height: 290px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
/*overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 770px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.stepcarousel .panel .display-main{
	margin: 0 13px;
	padding: 0 0 10px 0;
}
.stepcarousel .panel .display-main p{
	text-shadow: #fff 0 1px 0;
	color: #000;
	text-align: justif;
}
.stepcarousel .panel div#developers{
	background: url(images/icons/designer.png) no-repeat bottom right;
}
.stepcarousel .panel div#business{
	background: url(images/icons/business.png) no-repeat bottom right;
}
.stepcarousel .panel div#bloggers{
	background: url(images/icons/blogger.png) no-repeat bottom right;
}

/*=== THREADED COMMENTS == */

ol.commentlist li.threaded .box3 { width:auto; margin:0px; }
ol.commentlist li.threaded .col1 { width:90px; }
ol.commentlist li.threaded .box3 .spcr { padding:10px 15px 0; margin:0; }
ol.commentlist li.threaded .children { margin-left:20px; }
ol.commentlist li.threaded .col2 { float:none; width:auto; margin-left:115px; }

/* Fixes 2.0 */
div#nav1 li ul li.cat-item a { color:#555; }

/*=== Loading Popup ===*/
#loading_image{
	display:none;
	position:fixed;
	_position:absolute;
	z-index:1111;
	background: white;
	border: 2px solid black;
	padding: 10px 15px 7px 15px;
}
#loading-text{
	text-align: center;
	font-size: 15pt;
	color: #333;
	margin-bottom: 10px;
}
#loading-status{
	text-align: center;
	color: #333;
	font-size: 7pt;
}
div.staff {
	height: 100%;
}
div.staff div.staff_info {
	float: left;
	width: 185px;
	height: 220px;
	background: #222;
	margin: 0px 10px 30px 0px;
}
div.staff div.staff_info img.self {
	width: 175px;
	padding: 5px;
}
div.staff div.staff_icons {
	float: left;
	width: 185px;
}
div.staff_icons li {
	float: left;
	height: 32px;
	margin: 0px;
	padding: 0px 7px 0px 7px;
	background: none;
}
div.staff_icons ul {
	padding: 0px;
	margin: 0px;
}

/*=== Shoutcast Hosting Grid ===*/
div#shoutcast-container{
	position: relative;
}
table#shoutcast{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	border: 1px solid #000;
	-webkit-box-shadow: 1px 1px 3px #5B5C5C;
	-moz-box-shadow: 1px 1px 3px #5B5C5C;
	box-shadow: 1px 1px 4px #5B5C5C;
	border-top: none;
	background: url(images/blueglass-repeat.png) top left repeat-x;
}
table#shoutcast thead{
	text-align: center;
	color: white;
	text-shadow: -1px -1px 0 #000;
}
table#shoutcast thead th, table#shoutcast thead td{
	padding: 0 5px;
}
table#shoutcast th{
	text-align: left;
	padding: 5px;
}
table#shoutcast td{
	padding: 5px;
	text-align: center;
}
table#shoutcast tr.b1{
	
}
table#shoutcast tr.b2{
	background: #DBD9FF;
}
div.plan-image{
	position: absolute;
	bottom: -10px;
	left: -45px;
}
div.onlineradio-image{
	background: url(images/plan/onlineradio-image.png) no-repeat top left;
	width: 90px;
	height: 120px;
}
/*=== Support+ Table ==*/
table#sp-task-cost{
	margin-bottom: 20px;
}
table#sp-task-cost th{
	text-align: left;
}
/*=== Contact Form ===*/
div.wpcf7{
/*
	background: #f1f1f1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #D0D2DD;
*/
	padding: 20px !important;
}
div.wpcf7 p{
	padding-bottom: 10px;
	font-size: 14px;
}
div.wpcf7 input, div.wpcf7 select, div.wpcf7 textarea{
	display: block;
}
/*Plain captcha*/
div.wpcf7 div#captcha-container{
	margin: 2px 0 8px 0;
}
div.wpcf7 div#captcha-container span input{
	display: inline;
	height: 19px;
}
div.wpcf7 div#captcha-container img.captcha{
	float: left;
	margin-right: 4px;
}
div.wpcf7 input[type="submit"]{
	margin-top: 5px;
	background: none;
	border: none;
	color: #D3D3D3;
	cursor: pointer;
	display: inline;
}
div.wpcf7 input[type="submit"]:hover{
	color: white;
}
img.ajax-loader{
	display: none;
}
div.wpcf7 input[type="checkbox"]{ display:inline }
div.wpcf7 div.optin span.wpcf7-list-item { margin-left: 0px; }
div.wpcf7 div.optin { margin: 0px 0px 10px 2px; }

div.contact_side {
	font-size: 14px;
	margin: 0px 0px 5px 20px;
	height: 32px;
	width: 245px;
	display: block;
}

div.snailmail {
	font-size: 14px;
	height: 115px;
	margin: 0px 0px 0px 20px;
	width: 245px;
}

div.contact_side, div.snailmail {
	padding-top: 10px;
}
div.contact_side img, div.snailmail img {
	height: 24px;
	width: 24px;
	margin-right: 5px;
	display: inline;
	vertical-align: middle;
}
div.snailmail img{
	margin-top: 0;
}
div.contact_side img#twitter-icon{
	height: 20px;
	width: 20px;
	margin: -5px 5px 0 2px;
}
div.mailtext {
	display: block;
	margin: -24px 0 0 33px;
}

/*=== Twitter widget overrides ===*/
li.twitter-item{
	position: relative;
}
span.twitter-timestamp{
	position: absolute;
	bottom: 0;
	right: 0;
	background: #4A4A4A;
	padding: 2px 4px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius:3px;
	font-size: 10px;
	line-height: 10px;
}

/*===Testimonials===*/
blockquote div.author {
	margin: -10px 0px 0px 20px;
	color: #3C3C3C;
	font-size: 14px;
	font-style: italic;
}
blockquote .twitter_quote {
	position: absolute;
	top: -18px;
	left: -18px;
	height: 64px;
	width: 64px;
	background: url(images/icons/twitter-quote.png) no-repeat;
}
blockquote .testimonial_quote {
        position: absolute;
        top: -16px;
        left: -14px;
        height: 56px;
        width: 56px;
        background: url(images/icons/testimonial-quote2.png) no-repeat;
}
.post blockquote.top-quote {
	padding-top: 25px;
}

/*===WHMCS Overrides===*/
div.whmcs-orderform table,
div.whmcs-orderform table td{
	border: none;
}
div.whmcs-orderform table td{
	margin: 5px 0;
}
div.whmcs-orderform h2{
	font-size: 14px;
}

/*=== Random images ===*/

div.about_image {
	position: relative;
	width: 556px;
	height: 194px;
	margin-bottom: 25px;
}
div.tugboat_image {
	position: relative;
	height: 206px;
	width: 556px;
}
div.image_author {
	position: absolute;
	font-size: 11px;
	right: 0px;
	bottom: -18px;
}

div.reasons_image {
	position: relative;
	width: 556px;
	height: 175px;
	padding: 4px;
	margin-bottom: 20px;
}
div.reasons_image img, div.about_image img, div.tugboat_image img {
	border: 4px solid #333;
}

/*==IE BUTTON GROSS WORKAROUND==*/
/*
* Whenever we change the text on the buttons we'll need to reset these based
* on their defaults. Annoying, but whatever.
*/
.dev_btn { width: 113px; }
.dev_btn a { width: 101px; }
.dev_btn a span { width: 92px; }
.blog_btn { width: 100px; }
.blog_btn a { width: 89px; }
.blog_btn a span { width: 80px; }
.bus_btn { width: 86px; }
.bus_btn a { width: 73px; }
.bus_btn a span { width: 66px; padding-right: 11px; /* For stupid wider IE fonts */}
.free_btn { width: 110px; float: left;}
.free_btn a { width: 97px; }
.free_btn a span { width: 90px; padding-right: 11px; }
.dns_btn { width: 82px; }
.dns_btn a { width: 69px; }
.dns_btn a span { width: 62px; padding-right: 11px; }
.contact_btn { width: 110px; }
.contact_btn a { width: 97px; }
.contact_btn a span { width: 90px; padding-right: 11px;}

#rightcol .wp-polls {
	background: #3C3C3C;
	color: #E6E6E6;
}
#rightcol .wp-polls ul.wp-polls-ul {
	margin-left: 0px;
}
#rightcol .wp-polls ul.wp-polls-ul li {
	padding-left: 50px;
}

/*==Graphs==*/
div#graphcontainer{
	position: relative;
	height: 400px;
}
div.graph{
	position: absolute;
	bottom: 0;
	margin: 15px;
	margin-left: 0;
}
div.graph.them{
}
div.graph.us{
	right: 0;
}
div.graphtotal{
	font-style: italic;
	margin-bottom: 25px;
	margin-top: -10px;
	text-align: center;
	background: #333;
	color: white;
	line-height: 16px;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px
}
div.graphBartradPayGraph{
	background-image: -webkit-gradient(linear, left top, left bottom,
	                   	 	  color-stop(0.00, #2E4D88),
	                   	 	  color-stop(0.50, #071240)),
	                  		  color-stop(1.00, #14275A));
	background-image: -moz-linear-gradient(left, right,
	                          from(#A1D004),
	                          to(#6B9A00));
}
div#graphValue4tradPayGraph,
div#graphValue4ourPayGraph{
	display: none;
}