/*  
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
 * Plupper button -> 10000
 * Corner ribbon -> 10000
 */

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}
html{
	height: 100%;
}
body{
	color: #555555;
	font: 14px "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[type="text"],input[type="password"],select,textarea{
	border: 1px solid #B5B8C8;
	padding: 2px
}
input[type="checkbox"],
input[type="radiobox"],
input[type="file"]{
	border: none;
}
li{
	list-style: none
}
h2, h1{
	color: #f2f2ee;
	font-size: 1.7em;
	letter-spacing: 0;
	margin: 0 0 .8em
}
h2 a, h1 a{
	color: #f2f2ee
}
h3{
	color: #f2f2ee;
	font-size: 1.6em;
	margin: 0 0 1em
}
h4{
	color: #f2f2ee;
	font-size: 1.2em;
	margin: 0 0 1em
}
p{
	padding-bottom: 1.2em
}
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%;
}

/*===Big Tooltips like on Hosting page===*/
.bigtip{
/*	color: #263267;*/
}
.bigtip .popup{
	display: none;
	position: absolute;
	width: 235px;
	color: #333;

	font-size: 13px;
	line-height: 20px;
	
	padding: 10px 14px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
	
	background: #EBF4FB;
	
	border: 3px solid #B1CEE5;
	z-index: 10000;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}

/* Tooltips Arrow */
/*** DEFAULT - ABOVE ***/
.bigtip .popup.above:after,
.bigtip .popup.above:before {
	border: solid transparent;
	content: ' ';
	height: 0;
	margin-left: 110px;
	top: 100%;
	position: absolute;
	width: 0;
}
.bigtip .popup.above:before {
	border-width: 14px;
	border-top-color: #B1CEE5;
	left: 5px;
}
.bigtip .popup.above:after {
	border-width: 9px;
	border-top-color: #EBF4FB;
	left: 10px;
}
/*** RIGHT ***/
.bigtip .popup.right:after,
.bigtip .popup.right:before {
	border: solid transparent;
	content: ' ';
	height: 0;
	right: 100%;
	position: absolute;
	width: 0;
}
.bigtip .popup.right:before {
	border-width: 14px;
	border-right-color: #B1CEE5;
	top: 5px;
}
.bigtip .popup.right:after {
	border-width: 9px;
	border-right-color: #EBF4FB;
	top: 10px;
}
/*** BOTTOM ***/
.bigtip .popup.below:after,
.bigtip .popup.below:before {
	border: solid transparent;
	content: ' ';
	height: 0;
	right: 10px;
	margin-left: 150px;
	bottom: 100%;
	position: absolute;
	width: 0;
}
.bigtip .popup.below:before {
	border-width: 14px;
	border-bottom-color: #B1CEE5;
	left: 5px;
}
.bigtip .popup.below:after {
	border-width: 9px;
	border-bottom-color: #EBF4FB;
	left: 10px;
}



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

	-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
}
/* Alternate colour */
.embedded-pane.bluebg{
	background: url(images/texturedbg-blue.jpg);
	border: 1px solid #B1CEE5;
	
	-moz-box-shadow:inset 0 1px 3px #D4D5F4;
	-webkit-box-shadow:inset 0 1px 3px #D4D5F4;
	box-shadow:inset 0 1px 3px #D4D5F4;
}
.embedded-pane .title{
	font-size: 140%;
	font-weight: bold;
}

div#cornerribbon{
	background: url(images/ribbon.png) no-repeat top left;
	width: 150px;
	height: 150px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10000;
	cursor: pointer;
}

/*=== Live Chat Link ===*/
div#plupperButton{
	z-index: 10000;
	position: fixed;
	top: 30%;
	left: -1px;
	width: 30px;
	height: 118px;
	background: #18457A;
	border: 2px solid white;
	border-left: none;
	padding:0;
	margin:0;
	
	opacity: 0.90;
	filter: alpha(opacity = 90);
	font-size: 18px;
	
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bototm-right-radius: 2px;
	
	-webkit-box-shadow: 1px 1px 4px #000;
	-moz-box-shadow: 1px 1px 4px #000;
	box-shadow: 1px 1px 4px #000;
	
	font-family: Arial, Helvetica, sans-serif;
		color: #050505;
		background: -moz-linear-gradient(
			left,
			#2E5B99 0%,
			#1A3879 50%,
			#061A5C 50%,
			#113773);
		background: -webkit-gradient(
			linear, left top, right top, 
			from(#2E5B99),
			color-stop(0.50, #1A3879),
			color-stop(0.50, #061A5C),
			to(#113773));
		background: linear-gradient(
			left,
			#2E5B99 0%,
			#1A3879 50%,
			#061A5C 50%,
			#113773);
		border: 1px solid #949494;
}
div#plupperButton:hover{
	left: -2px;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}
div#plupperButton a{
	position: absolute;
	bottom: 51px;
	left: -31px;

	height: 22px;
	width: 90px;
	display: block;
	color: #DBDBDB;
	font-weight: thin;
	
	text-shadow: 0px -1px 0px rgb(0,0,0);
	
	/* Less than IE9 conditional */
	position:relative\9;
	bottom: 0\9;
	left: 0\9;
	margin-left:6px\9;
	margin-top: 9px\9;
	
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
div#plupperButton a:hover{
	text-decoration: none;
}

/*===Boxes===*/

.box h2, .box5 h2, .box h1, .box5 h1, 
.box5full h1, .box5full h2, .box5full h3, .box5full h4{
	color: #262625;
}
.box h2 a, .box5 h2 a, .box h1 a, .box5 h1 a{
	color: #262625
}
.box h3, .box5 h3{
	color: #262625;
}
.box h4, .box5 h4{
	color: #444444;
}
#debug{ /* For javascript debugging */
	position: fixed;
	top: 5px;
	left: 5px;
	max-width: 85px;
	max-height: 85px;
	background: #B02429;
	opacity: 0.4;
	color: white;
	z-index: 150;
}
img.inline-support-plus{
	vertical-align: top;
	margin: 3px 0 0 0 !important;
}
.fineprint{
	font-size: 11px;
	padding-top: 20px;
	clear: both;
}
/*=== Intro ===*/
.intro {
	clear: both;
	line-height:1.3em;
	text-align: justify;
	/*padding: 0 25px;*/
}
.intro a {
	color:#3d3d3d;
	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: 95px;
	padding-top: 10px;
	position:relative;
	z-index: 110;
	font-size: 12px;
}
#header .spacer{
	float: right
}
/*- Logo -*/
#header #logo{
	float: left;
	_width:414px;
}
#header h1 a, #header h2 a{
	display: block;
	height: 120px;
	margin-left: -12px;
}
#header h1 a:hover, #header h2 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;
				
	behavior: url(/wp/wp-content/themes/websavers/includes/PIE.htc);
}
#header .inset a{
	color: #D3D3D3;
	text-decoration: none;
}
#header .inset a:hover{
	color: white;
}


#searchbox{
	position: absolute;
	top: 4px;
	left: 115px;
	padding: 2px 7px 0 20px;

	
	line-height: 14px;
	height: 18px;
	width: 120px;
		
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.searchBoxInactive{
	background: url(images/icons/search.png) no-repeat 4px 3px;
	
	text-shadow: #000 1px 1px 1px;
	opacity: 0.9;
	
	-webkit-box-shadow: 0 0 2px #838083, 
						inset 0 0 4px #000;
	-moz-box-shadow: 0 0 2px #838083,
					inset 0 0 4px #000;
	box-shadow: 0 0 2px #838083, 
				inset 0 0 4px #000;
}
.searchBoxActive{
	background: #EEE url(images/icons/search-black.png) no-repeat 5px 5px;
	padding: 3px 7px 0 20px !important;
	
	height: 16px !important;
		
	text-shadow: none;
	opacity: 1;
		
	-webkit-box-shadow: 0 1px 1px #fff,
						inset 0 2px 2px black;
	-moz-box-shadow: 0 1px 1px #fff,
					inset 0 2px 2px black;
	box-shadow: 0 1px 1px #fff,
				inset 0 2px 2px black;
}
#searchbox input[type="text"]{
	font-size: 10px !important;
	line-height: 10px;
	background: none;
	border: none;
	width: 97%;
	padding: 2px;
}
.searchBoxInputActive{
	color: black;
	text-shadow: none;
}
.searchBoxInputInactive{
	color: #fff;
    text-shadow: 0 1px 0 #000;
}
#searchbox ::-webkit-input-placeholder,
#searchbox :-moz-placeholder{
    color: #000;
    text-shadow: 1px 1px 0 #737373;
}
#searchbox input#searchsubmit{
	display: none;
}

#header #client-area{
	right: 3px;
	overflow: hidden;
}
#header #client-area a{
	padding: 3px 8px 3px 4px;
}
#header #client-area a.login{
	display:block;
	padding: 3px 0;
	text-align:center;
	margin: 3px 15px 0 15px;
	line-height: 13px;
}
#header #client-area img{
	width: 20px;
	float: left;
	margin: 1px 0 0 5px;
}

#design-flag{
	background: url(images/design-flag.png);
	width: 101px;
	height: 93px;
	position: absolute;
	top: -7px;
	left: 400px;
	opacity: 0.9;
	z-index: 100000;
}
#design-flag a{
	display: block;
	width: 101px;
	height: 90px;
}

/*=== Telephone ===*/
#header #telephone{
	left: 517px;
	width: 178px;

	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;
}
#credit-card{
	cursor: pointer;
}
#allcards{
	display: none;
	background: white;
	border: 1px solid black;
	padding: 2px 0;
	position: absolute;
	z-index: 101;
	bottom: -37px;
	left: -82px;
	width: 250px;
	-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: #E7E7E7 !important;
	padding: 5px 8px;
	font-size: 13px;
	text-shadow: #000 0 -1px 0;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-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;
}

/*Red Action Button DISABLED
.button.red{
	background-color: #BC3732;
	background-image: url(images/redbutton.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	border: 1px solid #C83A33;
	padding: 10px 16px;
	
	text-shadow: #000 0 1px 0;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-webkit-box-shadow: 0 2px 2px #363636;
	-moz-box-shadow: 0 2px 2px #363636;
	box-shadow: 0 2px 2px #363636;
}
*/
/*Blue Action Button DISABLED
.button.blue{
	background-color: #305494;
	background-image: url(images/bluebutton.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	border: 1px solid #365EA5;
	padding: 10px 16px;
	
	text-shadow: #000 0 1px 0;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-webkit-box-shadow: 0 2px 2px #363636;
	-moz-box-shadow: 0 2px 2px #363636;
	box-shadow: 0 2px 2px #363636;
}
.button.red:hover,
.button.blue:hover{
	-webkit-box-shadow: 0 1px 2px #363636;
	-moz-box-shadow: 0 1px 2px #363636;
	box-shadow: 0 1px 2px #363636;
}
*/
.button.big{
	font-size: 150%;
}
/*=== 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{
	color: white !important;
	text-decoration: none;
	text-shadow: none;
}
.coupon a:hover{
	text-decoration: none !important;
	color: white !important;
}

/*=== Navigation ===*/

/*- Nav1 / Main Menu -*/
div#nav1 {
	font-size:16px;
	font-weight:bold;
	height:30px;
	letter-spacing:-1px;
	float:right;	
	margin:30px 0 0;
	text-transform:uppercase;
}
div#nav1, div#nav1 ul {
	font-size: 16px;
	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;
}
div#nav1>ul>li>a{
	padding: 0px 12px;
	line-height: 28px;
	margin: 0 1px;
	text-decoration: none;
	
	background: url(images/menu-light.gif) repeat-x left;
	text-shadow: #fff 0 1px 0;
	color: black;
	
	border: 1px solid #000;
	
	-webkit-box-shadow: 0px 1px 2px #767878;
	-moz-box-shadow: 0px 1px 2px #767878;
	box-shadow: 0px 1px 2px #767878;
}
div#nav1 ul li span{
	border: none;
}
/*
ul#menu > li.current-menu-item > a,
div.btn-order a,
*/
.menu_bg_blue{
	background: url(images/menu-blue.gif) repeat-x left;
	color: white;
	text-shadow: #000 -1px -1px 0;
}

/* Dynamically applied with Javascript in realmenu.js */
.menu_bg_black{
	background: url(images/menu-black.gif) repeat-x left !important;
	color: white !important;
	text-shadow: #000 -1px -1px 0 !important;
}
.menu_bg_white{
	background: url(images/menu-light.gif) repeat-x left;
	color: black;
	text-shadow: #fff 0 1px 0;
}


/* Style drop down sub-menus */
div#nav1 li ul.sub-menu {
	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;
}
/* page-item-x is old style menu */
div#nav1 li.page-item-5 ul,
div#nav1 li.menu-item-2635 ul { /* Packages */
	background: #fff url(images/submenu-bg-packages.jpg) no-repeat bottom right;
}
div#nav1 li.page-item-7 ul,
div#nav1 li.menu-item-2635 ul { /* Hosting */
	background: #fff url(images/submenu-bg-hosting.png) no-repeat bottom right;
}
div#nav1 li.page-item-9 ul,
div#nav1 li.menu-item-2640 ul { /* Domains */
	background: #fff url(images/submenu-bg-domains.png) no-repeat bottom right;
}
div#nav1 li.page-item-11 ul,
div#nav1 li.menu-item-2648 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.sub-menu li a span,
div#nav1 li ul.sub-menu 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{
	background: url(images/ico-next.gif) no-repeat left 10px;
	border-bottom:1px dotted #ccc;
	padding: .5em 0 .5em 20px;
	}
.nav2 li a{
	color: #bfc7cd;
}
.nav2 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: 1;
	margin: 0 auto;
	width: 940px;
	min-height: 250px;
}
#page.home{
	padding-top: 0;
}

/*=== 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;
	margin-top: -2px\9; /* IE sub 9 conditional */
	opacity: 0.3;
	filter: alpha(opacity = 30);
}

/*=== 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: 645px
}

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

div#specialbox {
	float: right;
	margin-bottom: 5px;
}
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: #DFDCFF;
	text-decoration: none;
}
div.special a:hover {
	background: url(images/special-bg-hover.png);
}

/*=== Right Column Overrides===*/
#rightcol{
	float: right;
	margin: 0;
	width: 295px
}
#rightcol h3{
	font-size: 14px;
	margin-bottom: 0px;
}
#rightcol .widget{
	position: relative;
	width: 260px;
	margin-bottom: 10px;
	font-size: 13px;
}

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

#rightcol div.btn-rounded{
	height: 30px;
	float: none;
	margin-left: 15px;
}
/*
#rightcol .widget, #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;
}

/*=== Dark shade box (full width) page ===*/
/* Used by the Client Centre Showcase */

#signup{
	position: absolute;
	top: 18px;
	right: 15px;
	width: 500px;
	text-align: right;
	color: #8B8B8B;
}
span.classybutton input,
a.classybutton,
input.classybutton,
#searchsubmit{
	font-size: 115%;
	white-space:nowrap;
	overflow: hidden;
	text-transform: uppercase;
	text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
	padding: 0.3em 0.6em;
	color: #3D3D3D !important;
	cursor: pointer;
	
	border: 1px solid #689B3B;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: rgba(255, 255, 255, 0.45) 0px 1px 0px, inset 0px 1px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: rgba(255, 255, 255, 0.45) 0px 1px 0px, inset 0px 1px 0px rgba(0, 0, 0, 0.05);
	-o-box-shadow: rgba(255, 255, 255, 0.45) 0px 1px 0px, inset 0px 1px 0px rgba(0, 0, 0, 0.05);
	box-shadow: rgba(255, 255, 255, 0.45) 0px 1px 0px, inset 0px 1px 0px rgba(0, 0, 0, 0.05);
	
	background-image: -ms-linear-gradient(top, #b0dc14, #83c80d);
	background-image: -moz-linear-gradient(top, #b0dc14, #83c80d);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#b0dc14), to(#83c80d));
	background-image: -o-linear-gradient(top, #b0dc14, #83c80d);
	background-image: linear-gradient(top, #b0dc14, #83c80d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0dc14', endColorstr='#83c80d');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0dc14', endColorstr='#83c80d')";
	-pie-background: linear-gradient(top,#b0dc14, #83c80d); /*PIE*/
	
	behavior: url(/wp/wp-content/themes/websavers/includes/PIE.htc);
}
a.classybutton:hover{
	text-decoration: none;
}
span.classybutton input:active,
a.classybutton:active,
input.classybutton:active,
#searchsubmit:active{
	background-image: -moz-linear-gradient(top, #83c80d, #b0dc14);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#83c80d), to(#b0dc14));
	background-image: -o-linear-gradient(top, #83c80d, #b0dc14);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c80d', endColorstr='#b0dc14');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c80d', endColorstr='#b0dc14')";
}
.blackbox{
	position: relative;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
/*	background: black url(images/blackbox-block-light.png) top left no-repeat; */
	background: rgba(0, 0, 0, 0.05);
	
	border: 1px solid #B6B6B6;
	min-height: 500px;
	text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.75) 0px 1px 0px, inset 0px 1px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: rgba(255, 255, 255, 0.75) 0px 1px 0px, inset 0px 1px 0px rgba(0, 0, 0, 0.05);
	-o-box-shadow: rgba(255, 255, 255, 0.75) 0px 1px 0px, inset 0px 1px 0px rgba(0, 0, 0, 0.05);
	box-shadow: rgba(255, 255, 255, 0.75) 0px 1px 0px, inset 0px 1px 0px rgba(0, 0, 0, 0.05);
}
.blackbox p{
		padding: 18px 0;
		line-height: 30px;
}
.blackbox h1{
	color: #555;
	font-size: 35px;
	font-weight: thin;
	text-align: center;
	padding: 60px 0 20px 0;
	border-bottom: 1px solid #B6B6B6;
	margin-bottom: 0;
}
.blackbox h2{
	display: inline;
	color: #000;
	margin-top: 30px;
}
.blackbox .entry{
	padding: 25px;
}
.divider{
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	margin: 15px 0 25px;
	clear: both;
}

/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	background: #fff;
	margin: 0 0 1em;
	width: 645px; /* 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 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	
	behavior: url(/wp/wp-content/themes/websavers/includes/PIE.htc);
}
.box .spacer,
.box5full .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;
}

.box .post.more{
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #888888;
}

/*- 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.6em;
	margin: 12px 0;
}
.box4 .top,.box4 .bot{
	clear: both;
	overflow: hidden;
	height: 0;
}
.box4 .bot{
}
.box4 .spacer{
	text-align: justify;
	padding: 0 25px;
}
/*.box4 p{
	padding: 0
}*/
/*- Box5 -*/
.box5{
	position: relative;
	z-index: 1;
	margin: 0 auto 20px auto !important;
	width: 900px;
	color: #555555;
	background: #fff;
	border: 1px solid #A9ABAB;
	color:#555555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	
	behavior: url(/wp/wp-content/themes/websavers/includes/PIE.htc);
}
.box5 .spacer{
	padding: 0 5px;
	margin-bottom: 0;
	height: 275px;
}
.box5 .wrapper{
	width:  900px;
	padding-bottom: 5px;
}
.box5 .post img {
	border:0;
}

/*- Box5 -*/
.box5full{
	background: #fff;
	margin: 0 0 1em;
	width: 940px;
	border: 1px solid #A9ABAB;
	color:#555555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	min-height: 380px;
	
	clear: both;
}


/*- 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;
	margin-top: -10px;
}
.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;
}

*/

/*=== Pics, Ads etc. ===*/
.ads{
	margin: 0 0 10px
}
.ads img{
	margin: 0 8px 5px 0
}
/*=== Footer ===*/
#footer{
	background: #202123 url(images/dark-textured-bg.jpg);
	position: absolute;
	bottom: 0;
	height: 315px;
	margin: 0;
	width: 100%;
	min-width: 960px;
	z-index: 1;
	font-size: 12px;
	overflow: hidden;
}
#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: #2E2C2D;
	background: rgba(255,255,255,0.02);
	padding: 0 15px;
	
	border: 1px solid #434042;
	border: 1px solid rgba(255,255,255,0.05);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: inset 0px 0 5px rgba(0,0,0,0.95);
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.95);
	-o-box-shadow: inset 0 0 5px rgba(0,0,0,0.95);
	box-shadow: inset 0 0 5px rgba(0,0,0,0.95);
}
#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;
	text-align: left;
}
#footer .widget li{
	background: none;
	text-shadow: 1px 1px 2px #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #303131;
	padding: 7px 3px;
	
}
#footer .widget a{
	color: #C7C7C7;
}
#footer .widget a:hover{
	color: white;
	text-decoration: none;
}
#footer .widget li:last-child{
	border-bottom: none;
}
#footer .widget .textwidget{
	padding: 0;
	margin: 0;
}
#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{ /* Leave room to the left for icons */
	padding: 10px 0 10px 35px;
}
#footer div.fimg1 h3{
	background: url(images/icons/footer/read.png) left no-repeat;
}
#footer div.fimg2 h3{
	background: url(images/icons/footer/package.png) left no-repeat;
}
#footer	div.fimg3 h3{
	background: url(images/icons/footer/company.png) left no-repeat;
}
#footer	div.fimg4 h3{
	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;
	left: 0;
	width: 100%;
	margin-left: 282px;
	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;
	left: 0;
	clear: both;
	margin: 0px auto;
	color: #9E9E9E;
	width: 266px;
	/*background: #3E3E3E;*/
	border-top: 1px solid #303131;
	border-right: 1px solid #303131;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-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,
img.aligncenter{
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 {	
	margin-right:  25px;
}

.post h2{
	clear: both; /* Titles always display on new line */
}
.post p a{
	border-bottom: 1px dotted #D1D1D1;
}
.post p a:hover{
	text-decoration:none;
	color: #005CA4;
	border-bottom: 1px dotted #005CA4;
}
.post p a > img{
	border-bottom: none;
}

.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;
}
*/
.entry strong{
	color: #3B3B3B;
}
.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{ /* .blackbox style */
	margin: 15px 10px 0px;
	text-align: left;
	float: left;
	
	position: relative;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
	background: #D1D1D1;
	background: rgba(0, 0, 0, 0.05);
	word-wrap:break-word;
	
	border: 1px solid #B6B6B6;
	text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.75) 0px 1px 0px, inset 0px 1px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: rgba(255, 255, 255, 0.75) 0px 1px 0px, inset 0px 1px 0px rgba(0, 0, 0, 0.06);
	-o-box-shadow: rgba(255, 255, 255, 0.75) 0px 1px 0px, inset 0px 1px 0px rgba(0, 0, 0, 0.06);
	box-shadow: rgba(255, 255, 255, 0.75) 0px 1px 0px, inset 0px 1px 0px rgba(0, 0, 0, 0.06);
	
	behavior: url(/wp/wp-content/themes/websavers/includes/PIE.htc);
}
.widget h3{
	font-size: 18px;
	padding: 8px 0;
	margin-bottom: 0;
	text-align: center;
	background: rgba(0,0,0,0.05);
	color: #363636;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

.widget a{
	color: #555;
}
.widget .textwidget{
	margin: 7px 13px;
}
.widget p{
	margin: 7px 13px;
}
.widget .textwidget p{
	padding: 0;
	margin: 0;
}

.widget li {
	background-image: none;
	border-bottom: 1px solid #B6B6B6;
	padding: 6px 15px;
}
.widget li:hover{
	/*background: rgba(0,0,0,0.08);*/
	background: rgba(255,255,255,0.15);
}
.widget li a:hover{
	text-decoration: none;
	color: #000;
}
.widget li:last-child{
	border-bottom: none;
}

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

/* Categories widget */
.widget ul>li.cat-item{
	padding: 6px 0 0 0;
	background: none;
}
.widget ul>li.cat-item>a{
	padding-left: 12px;
}
.widget ul.children{
	margin-top: 5px;
}
.widget ul.children>li.cat-item{
	padding: 6px 12px !important;
}
.widget ul.children>li.cat-item:first-child{
	border-top: 1px solid #B6B6B6;
}
.widget ul.children>li.cat-item:last-child !important{
	padding-bottom: 0;
}
.widget ul.children>li.cat-item:hover{
	background: rgba(255,255,255,0.15);
}

/* Recent comments widget */
.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{
	height: 1%;
	margin: 0 0 2em;
	padding: 7px 15px 15px
}

.widget #searchform, .widget #calendar_wrap{
	clear: both;
	height: 1%;
	margin: 0 0 14px;
}
.widget #searchform{
	margin-bottom: 0;
}
.widget #searchform label{
	display: none;
}
.widget #searchform input[type="text"]{
	margin-right: 10px;
	padding: 7px 6px 5px 6px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	border: 1px solid #B6B6B6;
	
	-webkit-box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px, inset 0px 1px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px, inset 0px 1px 0px rgba(0, 0, 0, 0.05);
	-o-box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px, inset 0px 1px 0px rgba(0, 0, 0, 0.05);
	box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px, inset 0px 1px 0px rgba(0, 0, 0, 0.05);
	
	background: #fff;
	background-image: -moz-linear-gradient(top, #e0e0e0, #ffffff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#e0e0e0), to(#ffffff));
	background-image: -o-linear-gradient(top, #e0e0e0, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#ffffff');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#ffffff')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: linear-gradient(top, #e0e0e0, #ffffff);
}
.widget #searchform input[type="text"]:hover{
	background: white;
}

.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: -30px;
	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;
	color: #D5D5D5;
	text-shadow: none;
}
.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 8px;
}
.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: 790px;
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: 5px 0 !important; /*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: justify;
}

/*
.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;
}
*/

/* Text overlays */

.stepcarousel .title{
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 15px;
	padding-top: 10px;
	font-size: 18px;
	color: #fff;	
	background: black;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	display: inline;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 3px solid white;
	border-top: none;
	border-left: none;
	
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.stepcarousel .textoverlay{
	border:  3px solid #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	opacity: 0.95;
	filter: alpha(opacity = 95);
	color: black;
	padding: 6px 12px;
	background: #E1E1E1;
	font-size: 16px;
	line-height: 175%;
	
	position: absolute;
	
	-webkit-box-shadow: 1px 1px 3px #000,
						inset 0 1px 3px #ADADAD;
	box-shadow: 1px 1px 3px #000,
				inset 0 1px 3px #ADADAD;
	
	text-shadow: 1px 1px 0 #fff;
}
.stepcarousel .textoverlay .price{
	position: absolute;
	right: 15px;
	bottom: 10px;
	
	text-shadow: 0 1px 0 rgba(255,255,255,0.7),
				0 -1px 0 rgb(0,0,0);
	color: #263267;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font: 35px Georgia, "Times New Roman", Times, serif;
}
.stepcarousel .textoverlay .bluecaps{
	color: #263267;
	text-transform: uppercase;
}
.stepcarousel .textoverlay .price .dollarsign{
	font-size: 20px;
	vertical-align:top; 
}
.stepcarousel .textoverlay li{
	background-position-y: 5px;
}
.stepcarousel .textoverlay .slidertitle{
	border-bottom: 1px solid rgba(255,255,255,0.8);
	padding-bottom: 0;
	margin-bottom: 6px;
	text-align: center;
}
.stepcarousel .textoverlay .slidertitle>div{
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

/* Carousel slide left/right buttons */
.btn-arr2{
	float: left;
	padding: 0;
	width: 27px;
	position: absolute;
	z-index: 1000;
	visibility: hidden;
}

/* Dots below slider */
#carouselPanelIndicator{
	visibility: hidden;
}

#cbutton-left{
	left: -40px;
	top: 112px;
}
#cbutton-right{
	right: -33px;
	top: 112px;
}

/*=== 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: right;
	width: 185px;
	height: 220px;
	background: #222;
	margin: 0px 0px 5px 10px;
}
div.staff div.staff_info img.self {
	width: 175px;
	padding: 5px;
}
div.staff div.staff_icons {
	float: left;
	width: 185px;
	margin-top: -8px;
}
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;
}
div.staff_icons img{
	margin: 0px;
}
div.staff {
	margin-bottom: 30px;
}

/*=== Shoutcast Hosting Grid ===*/
a.indexlink, a.indexlink:hover, a.indexlink:visited {
	color: #fff;
	text-decoration: none;
}
div#shoutcast-container{
	position: relative;
}
div#shoutcast-container2 {
	position: relative;
}
table#shoutcast, table#shoutcast2{
	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, table#shoutcast2 thead{
	text-align: center;
	color: white;
	text-shadow: -1px -1px 0 #000;
}
table#shoutcast thead th, table#shoutcast thead td, table#shoutcast2 
thead th, table#shoutcast2 thead td {
	padding: 0 5px;
}
table#shoutcast thead th, table#shoutcast2 thead th {
	text-align: center;
}
table#shoutcast th, table#shoutcast2 th{
	text-align: left;
	padding: 5px 5px 5px 5px;
	text-align: center;
}
table#shoutcast td, table#shoutcast2 td{
	padding: 5px;
	text-align: center;
}
table#shoutcast tr.b1, table#shoutcast2 tr.b1{
	
}
table#shoutcast tr.b2, table#shoutcast2 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;
	position: absolute;
	left: -40px;
	top: 30px;
}
div.onlineradio-image2 {
	background: url(images/plan/onlineradio-image.png) no-repeat top left;
 	width: 90px;
    height: 120px;
    position: absolute; 
 	left: -40px;
	top: 60px;
}
div#includesc {
	float:left;
	padding-right: 10px;
	width: 320px;
}

div#includescr {
	padding-left: 25px;
}
div.includescrtext {
	color: #555;
	font-size:16px;
}
/*=== 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;
	font-size: 16px;
}
div.wpcf7 p{
	padding-bottom: 10px;
	font-size: 16px;
}
div.wpcf7 input, div.wpcf7 select, div.wpcf7 textarea{
	display: block;
	font-size: 15px;
}
div.wpcf7 input[type="text"].wpcf7-text{
	width: 225px;
	padding: 5px;
}
div.wpcf7 textarea{
	width: 477px;
}
/*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"]{
	text-transform: uppercase;
	font-size: 18px;
	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;
}

/*=== Web Developer More Info Form ===*/
#wpcf7-f2557-p13-o1{
	padding: 0 !important;
}
#wpcf7-f2557-p13-o1 span{
	display: inline;
}
#wpcf7-f2557-p13-o1 input{
	font-size: 17px;
	margin-right: 7px;
}
#wpcf7-f2557-p13-o1 input[type="text"]{
	display: inline;
	width: 185px;
	padding: 7px;
}
#wpcf7-f2557-p13-o1 span.captcha-146 input[type="text"]{
	width: 50px;
}

#wpcf7-f2557-p13-o1 input[type="submit"]{
	display: inline;
}

/*=== Twitter widget overrides ===*/
li.twitter-item{
	position: relative;
}
span.twitter-timestamp{
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.1);
	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;
}

/**** Shared Hosting Page -Upricing ****/
.uds-pricing-table .cycles{
	font-weight: normal;
	margin-top: -15px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-style: italic;
	font-size: 9px;
	color: #AAA;
}
.uds-pricing-table.dark table th.footer{
	/*background: #484848;*/
}
.uds-pricing-table.dark table th.sectiontitle{
	padding-left: 15px;
}
.uds-pricing-table.dark table th,
.uds-pricing-table.dark table td{
	font-size: 14px;
}
.uds-pricing-table.dark table tfoot th{
	border: none;
}
.uds-pricing-table table td img{
	margin: 0;
}

#hosting_info{
	width: 320px;
	position: absolute;
	left: 40px;
	text-align: justify;
	margin-top: 18px;
	padding: 4px 10px !important;
	font-size: 12px;
	line-height: 1.8em;
}

/*** Domain Registration Widget ***/
div#domain_widget{
	padding: 7px;
	padding-bottom: 12px;
}
div#domain_widget span.domain_form{
	margin-right: 10px;
	padding: 7px 6px 5px 6px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	border: 1px solid #B6B6B6;
	
	-webkit-box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px, inset 0px 1px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px, inset 0px 1px 0px rgba(0, 0, 0, 0.05);
	-o-box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px, inset 0px 1px 0px rgba(0, 0, 0, 0.05);
	box-shadow: rgba(255, 255, 255, 0.25) 0px 1px 0px, inset 0px 1px 0px rgba(0, 0, 0, 0.05);
	
	background: #fff;
	background-image: -moz-linear-gradient(top, #e0e0e0, #ffffff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#e0e0e0), to(#ffffff));
	background-image: -o-linear-gradient(top, #e0e0e0, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#ffffff');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#ffffff')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: linear-gradient(top, #e0e0e0, #ffffff);
	
}
div#domain_widget span.domain_form:hover{
	background: white;
}
div#domain_widget input[type="text"]{
	background: none;
	width: 173px;
	font-size: 15px;
	line-height: 21px;
	border: none;
}
div#domain_widget input[type="submit"]{
}
div#domain_widget select{
	border: none;
	font-size: 12px;
	padding: 0;
}

.uds-pricing-table { padding-bottom:25px; }

table#sctraffic th { background-color: #c1c1c1; color:#fff; text-shadow: 1px 1px 1px #999999;}
table#sctraffic input#sctrafficlisteners { padding: 5px; width: 96%;}
table#sctraffic select#sctrafficbitrate { padding: 5px; width: 100%; text-align:center;}
table#sctraffic select#sctrafficbitrate option { text-align:left; }
table#sctraffic select#sctraffichours { padding: 5px; width: 100%; text-align:center;}
table#sctraffic	select#sctraffichours option { text-align:left; }
table#sctraffic select#sctrafficdays { padding: 5px; width: 100%; text-align:center;}
table#sctraffic	select#sctrafficdays option { text-align:left; }
table#sctraffic { width: 100%; }
table#sctraffic td { text-align: center; }
table#sctraffic td#sctraffictotal { color: #000; font-weight: bold;}

div.box4 {padding: 10px;}

div.plan{ //Plan overrides
	cursor: default;
	
	background-color: rgba(0,0,0,0.5);
	background-image: -moz-linear-gradient(top, #E6E6E6, #d4d4d4);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#E6E6E6), to(#d4d4d4));
	background-image: -o-linear-gradient(top, #E6E6E6, #d4d4d4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#d4d4d4');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#d4d4d4')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: linear-gradient(top, #E6E6E6, #d4d4d4);
	
	border: 1px solid #A1A1A1;
	border: 1px solid rgba(19,19,19,0.3);
	text-shadow: 0 1px 0 #fff;
	height: 205px;
	width: 245px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	padding: 0;
	
	margin-left: 21px;
	margin-right: 21px;
	
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3),inset 0px 0px 1px rgba(255, 255, 255, 1);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3), inset 0px 0px 1px rgba(255, 255, 255, 1);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3), inset 0px 0px 1px rgba(255, 255, 255, 1);
	
	position: relative;
	float: left;
	
	behavior: url(/wp/wp-content/themes/websavers/includes/PIE.htc);
}

div.plan + div.plan{ margin: 0 10px; }

div.plan div.plan-title{
	text-align: center;
	font-size: 16px;
	text-shadow: black -1px -1px 0;
	color: white;

	background-image: -moz-linear-gradient(top, #1d4e89, #123965);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#1d4e89), to(#123965));
	background-image: -o-linear-gradient(top, #1d4e89, #123965);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d4e89', endColorstr='#123965');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d4e89', endColorstr='#123965')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: linear-gradient(top, #1d4e89, #123965);
	
	-webkit-box-shadow: inset 0px -1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px -1px 3px rgba(0,0,0,0.3);
	box-shadow: inset 0px -1px 3px rgba(0,0,0,0.3);
	
	border: 1px solid #fff;
	border-top: none;
	
	padding: 6px 0;
	text-shadow: rgba(0,0,0,0.8) -1px -1px 0;
	margin-left: 10px;
	margin-right: 10px;
}
div.plan div.price{
	line-height: 20px;
	position: absolute;
	bottom: 5px;
	right: 2px;
	padding: 4px;
	width: 100%;
	white-space:nowrap;
	font-size: 11px;
	text-align: right;
	color: #777;
	font-style: italic;
	text-shadow: rgba(255,255,255,0.5) 0 1px 0;
}
div.plan div.plan-image{
	display: none;
}
div.plan div.price a{
	font-size: 14px;
	color: #3D3D3D;
	text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
	display: inline;
	white-space:nowrap;
	margin-left: 10px;
	font-style: normal;
}
div.plan ul.plan-specs{
	width: 200px;
	font-size: 13px;
	color: black;
	line-height: 12pt;
	padding: 0;

	margin: 0;
	padding: 0px 25px;
}
div.plan ul.plan-specs li{
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	background: none;
	font-size: 12px;
	color: black;
	line-height: 22px; /*centers the text to the icon */
	margin:10px 0;
}
div.plan ul.plan-specs li img.icon{
	border: none;
	vertical-align: middle;
	margin-left: 3px;
	margin-top: -2px;
	margin-right: 7px;
}
div.plan ul.plan-specs li img.info{
	margin-left: 3px;
}
.gritter-item p{
	font-size: 12px;
	line-height: 15px;
}

.nobox{
	text-shadow: 0 1px 0 #fff;
}


/***** SHARED HOSTING PAGE *****/

div#pod-wrapper {
	position: relative;
	display: block;
	margin: 15px auto 30px auto;
	width:865px;
	height: 400px;
	clear: both;
}
div.pod{
	/*
	background: url(images/texturedbg-blue.jpg);
	border:	1px solid #9CB5C9;
	*/
	/*background: url(images/titanium-texture.jpg);*/
	cursor: default;
	border:	1px solid #7A7A7A;
	
    position: relative;
    display: block;
    float: left;
    margin-top:20px;
    width:280px;
        
    text-shadow: 0 1px 0 #fff;

	z-index: 10;
	
	-webkit-box-shadow: 0 1px 1px 0 rgba(255,255,255,1);
	-moz-box-shadow: 0 0 1px 0 rgba(255,255,255,1);
	box-shadow: 0 1px 1px 0 rgba(255,255,255,1);
}
div#pod-left{	
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-right: none;
}

div#pod-right{
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-left: none;
}
div#pod-right div.smallpod-top{
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
div#pod-left div.smallpod-top{
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}

div.smallpod-top {
	padding: 13px 18px;
	background: #F9F9F9;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.2),
				0 1px 0 rgba(255,255,255,0.7);
				
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(252,252,252,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(252,252,252,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(252,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(252,252,252,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(252,252,252,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(229,229,229,1) 0%,rgba(252,252,252,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
}

div.smallpod-bottom {
	padding: 10px 20px;
	font-size: 13px;
	border-top: 1px solid #858585;

   	color: #2C2C2C;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    
	/*
    background-color: rgba(255,255,255,0.5);
    border-top: 1px solid rgba(255,255,255,0.7);
    */
    
    -moz-box-shadow: inset 0 0px 1px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0px 1px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0 0px 1px 0px rgba(0,0,0,0.3);
    
    background-color: rgba(0,0,0,0.15);
} 

/* Shadow adjustments */
div#pod-right .smallpod-bottom{
    -webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
div#pod-left .smallpod-bottom{
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

div.small-pod form {
	font-size: 12px;
	color:#222;
}

div#pod-middle {
	cursor: default;
	
	background: #fff;
	position: relative;
	display: block;
	float: left;
	width: 300px;
	-moz-box-shadow: 0 1px 10px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 1px 10px 3px rgba(0,0,0,0.4);
	box-shadow: 0 1px 10px 3px rgba(0,0,0,0.4);
	z-index: 15;
	
	margin-bottom: 20px;
}

div.big-pod-top { 
	padding: 30px 10px 32px 20px;
	background: #F9F9F9;
	border:1px solid #707070;
	border-bottom: none;
}

div.big-pod-bottom {
	height: 175px;
	padding: 0 20px;

    background: #3A3A3A url(images/titanium-texture.jpg);
    border: 1px solid #393939;
    border-top: 1px solid #fff;
}

div.starting-at{ 
	position: absolute; 
	right: 20px; 
	top: 12px; 
	font-weight: bold; 
}
div.starting-at .from{
	font-size: 12px;
	display: block;
	line-height: 12px;
	font-weight: normal;
}
div.starting-at .sign{ font-size: 20px; vertical-align: top; }
div.starting-at .dollar{ font-size: 50px; line-height: 45px; }
div.starting-at .change{ font-size: 20px; vertical-align: top; }
div.starting-at .per-month{ font-size: 15px; margin-left: -27px; font-weight: normal; }

span.podinput {
	padding-left: 10px; 
}

div.big-pod-form {
	padding: 10px 0;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
#pod-wrapper h2.podtitle {
margin-bottom: 0px;
color: black;
}
#pod-wrapper p {
	font-size: 12px;
}
#pod-wrapper span.podtag {
	font-size: 12px;
	font-style: italic;
}

.prodsave{ }

div.podprice {
	position: relative;
	top: 20px;
	right: 20px;
	width: 60px;
	height: 100px;
}
ul.podlist {
	padding: 15px 0 0 5px;
}
ul.podlist li {
	padding-bottom: 5px;
	font-size: 13px;
	line-height: 17px;
	color: #333;
}
label.podinput{
	padding-left: 8px;
}

div.podbutton {
	margin: 10px auto 5px auto;
	text-align: center;
}
div.podbutton a.classybutton {
	font-size: 18px;
}
span.podsave {
	font-weight: bold;
	
	background: rgba(0,0,0,0.7);
	color: white;
	
	padding: 1px 5px;
	
	margin: -4px 0 0 3px;
	display: inline-block;
	vertical-align: middle;
	
	border: 1px solid rgba(0,0,0,0.75);
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-weight: thin;
	font: 10px/11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
	text-shadow: 0 1px 0 #000;
	
	box-shadow: 0px 1px 0 rgba(255,255,255,0.5);
}
.big-pod-bottom .podsave{
	box-shadow: 0px 1px 0 rgba(255,255,255,0.2);
}
.infobox{
	background-repeat: no-repeat;
	background-position: 15px 15px;
	
	padding-left: 60px !important;
	border: 1px solid #A9ABAB;
	margin-bottom: 20px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.7),
				inset 0 1px 0 #DCDCDC;
	width: 382px;
	float: left;
	-webkit-text-size-adjust: none; /*fix for iOS devices */
}
.infobox + .infobox{
	margin-left: 20px;
}
#transfer.infobox{
	background-image: url(images/icons/move.png);
}
#compare.infobox{
	background-image: url(images/icons/compare.png);
}
#compare.infobox a,
#compare.infobox a:hover{
	text-decoration: none;
	color: #555;
}
.highlight{
	border-bottom: 1px dashed #A9A9A9;
}
.highlight:hover{
	border-bottom: none;
}
.corner-question{
	position: absolute !important;
	top: -4px;
	right: 5px;
	font-size: 15px;
	background: #fff url(images/paper.jpg);
	padding: 3px 1px;
	
	box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	border: 1px solid white;
}
.corner-question:hover{
	top: -3px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
}
.corner-question .corner-question-inner{
	color: #6A6A6A;
	padding: 5px 10px;
	border: 1px dashed #A0A0A0;
	border-top: none;
}
.corner-question .corner-question-inner:hover{
	text-decoration: none;
}

.corner-question .questionmark{

	background: #1B1C1D;
	color: white;
	
	padding: 1px 5px;
	
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-weight: thin;
	font: 15px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
	text-shadow: none;
	
	box-shadow: 0px 1px 0 #fff;
}

/****** //END SHARED HOSTING PAGE ******/

