/*
Theme Name: SprugoV2
Theme URI: http://www.sprugo.com/
Description: The new sprugo.com theme
Author: sprugo.com
Version: 1.1
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/* Custom CSS
-------------------------------------------------------------- */

body {
	font:100%/1.3 'Droid Sans',Arial,Helvetica,sans-serif;
	line-height:1.4em;
	color:#4f4f4f;
	background:#e0f4ff;
	margin-top:20px;
}

.clear {
	display:inline-block;
}

.clear {
	overflow:hidden;
	display:block;
}

.wrapper {
	padding:0 20px;
}

#content form {
	margin-bottom:20px;
}

#header {
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
	background:#fff;
	padding-bottom:10px;
	border-bottom:0;
}

#header #access {
	position:absolute;
	bottom:25px;
	right:15px;
	width:720px;
}

#main,
#footer {
	padding:0 20px;
}

.pagewrapper {
	position: relative;
	margin: 0 auto;
	width:1000px;
}

.bg_middle {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}

#sub_footer {
	margin:0 auto;
	width:960px;
}

#banner {
	clear:both;
	margin:0 auto;
}

#banner h1,
#banner h2 {
	font-size:2em;
	color:#fff;
	font-weight:bold;
	line-height:1em;
	clear:none;
}

#banner-content,
#banner.banner-home {
	padding:20px;
	background:url('/images/green_pattern_bg.png');
}

#banner.banner-home {
	padding:0 20px;
}


#banner .entry-title,
#banner #banner-title {
	text-align:left;
	margin-bottom:0;
	margin-left:240px;
}

.banner-home h2 a {
	color:#fff;
	text-decoration:none;
}

#content h1 {
	margin-bottom:20px;
}

#container {
	padding-bottom:30px;
	padding-top:30px;
	background:#fff;
}

#sidebar {
	width:210px;
	float:left;
}

#content {
	float:right;
	width:680px;
}

#content a {
	color:#ff7700;
}

#content a:hover {
	color:#6F581B;
}

#content h2 {
	color:#6F581B;
}

#content h2 a {
	color:#6F581B;
}

#content h2 a:hover {
	color:#ff7700;
}

p {
	margin-bottom:20px;
	line-height:1.5em;
}

a {
	color:#6f581b;
}

a:hover {
	color:#ff7700;
}

h1 {
	font-size:2em;
	line-height:1em;
	font-weight:bold;
}

h2 {
	font-size:1.4em;
	margin-bottom:14px;
	font-weight:bold;
}
h3 {
	font-size:1.25em;
	margin-bottom:10px;
	font-weight:bold;
}

h4 {
	font-size:1.15em;
	margin-bottom:10px;
	
}

/* =Menu
-------------------------------------------------------------- */

.menu-header_menu-container {
	float:right;
}

#access .menu {
	font-size: 1.4em;
	font-weight:bold;
}
#access .menu ul {
	list-style: none;
	margin: 0;
}
#access .menu li {
	float:left;
	position: relative;
	margin-left: 15px;
}
#access a {
	color:#666;
	display:block;
	text-decoration:none;
	padding:0 5px;
	line-height:38px;
	margin-bottom:0;
}

#access a:hover,
#access .current-menu-item a {
	color:#88BD25;
	margin-bottom:0;
}

#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	z-index: 99999;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	height:auto;
	line-height:1em;
	padding:10px;
	width: 130px;
}
#access ul li:hover > ul {
	display:block;
}

/* End Menu
-------------------------------------------------------------- */

#minimap {
	margin:25px 0 25px 20px;
	font-size:85%;
}

#minimap h3 {
	color:#88BD25;
}

.columns {
	float:left;
	margin-right:25px;
}

#minimap .columns {
	margin-right:22px;
	padding-right:22px;
	border-right:1px solid #eee;
}

#minimap .columns a {
	color:#666;
	text-decoration:none;
}

#footer #phonenumbers span {
	font-weight:bold;
}

#footer #phonenumbers p {
	margin-bottom:0;
	font-size:110%;
}

#footer #phonenumbers {
	margin-top:-10px;
	margin-bottom:0;
}

#copyright {
	font-size:85%;
	font-style:italic;
	margin-top:30px;
	margin-left:20px;
}

.banner-home .price {
	font-weight:bold;
}

#content ul,
#content ol {
	margin-bottom:20px;
	margin-left:35px;
}

#content ul {
	margin-left:35px;
	list-style-type:disc;
}

#content h2 a,
#sidebar h2 a {
	text-decoration:none;
}

#sidebar .pagenav_sub li a {
	color:#ff7700;
}

#sidebar h2 {
	font-size:100%;
}

input {
	padding:5px;
}

#image_button {
	vertical-align:middle;
	background:none;
	border:none;
}

#sidebar .pagenav_sub {
	margin-bottom:20px;
}

#partners {
	padding-top:20px;
	padding-bottom:20px;
	background:#fff;
	font-size:100%;
}

#payment_methods {
	float:left;
	width:240px;
}

#payment_methods img,
#confidence img {
	vertical-align:middle;
}

#payment_methods img {
	margin-top:10px;
}

#confidence {
	float:left;
	width:650px;
}

#sidebar .pagenav_sub li {
	background:url('/images/bullet_leaf.png') no-repeat 0 5px;
	color:#88BD25;
	padding-left:20px;
	padding-bottom: 5px;
}

img.alignright,
div.alignright {
	text-align:center;
	background:#f7f7f7;
	border:1px solid #eee;
	float:right;
	margin:5px 0 15px 15px;
	padding:10px;
}

div.alignright p,
div.alignleft p {
	color:#666;
	font-size:90%;
	text-align:center;
	margin-bottom:0;
}

img.alignleft,
div.alignleft {
	background:#F7F7F7;
	border:1px solid #EEEEEE;
	float:left;
	margin:5px 15px 15px 0;
	padding:10px;
}

#breadcrumbs {
	margin-bottom:20px;
	font-size:85%;
	font-style:italic;
}

table.services_list td.svc_details
{
	padding-left:0;
	width:60%;
}

table.services_list td
{
	border-top:1px solid #ccc;
	vertical-align:top;
	padding:8px 15px;
}

.svc_header h4
{
	font-weight:700;
}

table.services_list td.svc_for,table.services_list td.svc_act
{
	border-left:1px dashed #eee;
	font-weight:700;padding-left: 20px;
	width:22%;
}

span.verypopular
{
	color:red;
	float:right;
	font-style:italic;
	text-decoration:none;
}

div.testimonial.odd,
div.testimonial.even {
	background:none;
}

div.testimonial
{
	border-bottom:2px solid #eee;
	margin:10px 0;
	padding:10px;
}

div.testimonial p
{
	font-style:italic;
}

div.testimonial-contact
{
	padding-left:50px;
	font-weight:700;
	color:#6F581B;
}

div.testimonial blockquote
{
	padding-right:50px;
	background:url(/images/right_quote.gif) no-repeat right bottom;
}

div.testimonial blockquote p
{
	background:url(/images/left_quote.gif) no-repeat left top;
	padding-left:50px;
}

div.testimonial blockquote p ~ p
{
	background:none;
}

ul.live_comms {
	float:left;
	margin-left:0;
}

.live_comms span {
	font-weight:bold;
}

.archive-meta,
.entry-meta,
#kb_form,
.fant-script-box {
	background:#F7F7F7;
	border:1px solid #ccc;
	color:#000000;
	margin-bottom:30px;
	padding:10px 15px;
}

.domainchecker,
#tools_bottom_listings,
.warningmessage {
	background-color: #FCFBBA;
	border: 1px solid #ccc;
	margin:20px 0;
	padding:10px 15px 20px 15px;
	clear:both;
}

.errormessage,.errorbox
{
	color:#CF0000;
	background-color:#FFDFDF;
	border:1px solid #EF0000;
	margin:20px 0;
	padding:10px;
}

#tools_bottom_listings .tool_lists {
	float:left;
	margin-bottom:0;
}

input, textarea {
	background:none repeat scroll 0 0 #FBFBFB;
	border:1px solid #CCCCCC;
	color:#333333;
	outline:medium none;
	padding:5px;
}

#image_button {
	vertical-align:middle;
}

#glossary_nav {
	width:350px;
	margin:10px auto 0;
}

#glossary_nav ol.snap_nav
{
	margin:0;
	padding:0;
	list-style:none;
}

ol.snap_nav li
{
	display:block;
	float:left;
	padding:0 2px 10px 0;
}

ol.snap_titles
{
	clear:both;
	display:block;
	border:0;
	list-style:none;
}

#content .category_images_ii {
	float:right;
	margin:5px 0 5px 15px;
	padding:0;
}

#content .category_images_ii li {
	list-style-type:none;
	margin:0;
}

#post-28 h2 {
	display:inline;
}

#post-28 ul {
	margin-top:15px;
}

.hentry {
	margin-bottom:10px;
}

#content ol li {
	list-style-type:decimal;
	margin-bottom:5px;
}

#content.faq ol {
	margin-bottom:50px;
}

.current_bc {
	display:none;
}

ul#hosting_packages {
	margin-left:0;
	margin-bottom:20px;
}

#hosting_packages li {
	text-align:center;
	list-style-type:none;
	float:left;
	width:170px;
	background:#f7f7f7;
	padding:10px;
	margin-right:10px;
	border:15px solid #eee;
}

#hosting_packages p {
	margin-bottom:5px;
}

#hosting_packages h3 {
	margin: 0 auto 15px;
	width: 120px;
}

#hosting_packages .package_price_box
{
	margin:10px auto;
	display: inline-block;
}

#hosting_packages .package_price
{
	color:#333;
	float:left;
	font-size:1.5em;
	font-weight:700;
	letter-spacing:-0.04em;
	vertical-align:bottom;
}

#hosting_packages .package_cycle
{
	float:left;
	font-size:.6em;
	line-height:1em;
	margin-left:10px;
	margin-top:2px;
	text-align:left;
}

#content .additional_features ul {
	margin-bottom:20px;
	padding-left: 15px;
}

#content .additional_features ul li {
	float:left;
	width:320px;
}

#features td,
#features th {
	border-collapse:collapse;
	border:1px solid #eee;
	padding:5px;
	text-align:center;
}

#features th {
	text-align:left;
}

#features #table_header th {
	text-align:center;
}

.template_thumb {
	background:#f7f7f7;
	border:1px solid #EEE;
	float:left;
	margin:10px 7px;
	padding:8px;
	text-align:center;
}

#post-833 table,
.sitebuilder table {
	border-collapse:collapse;
	margin:10px auto;
	width:100%;
}

#post-833 th {
	background:none repeat scroll 0 0 #FAFAFA;
	font-weight:700;
}
#post-833 th,
#post-833 td {
	border:1px solid #eee;
	padding:5px;
	text-align:center;
}

#sitemap_list .home-item,
#sitemap_list .cat-item,
#sitemap_list .page_item {
	width:300px;
	float:left;
}

.edit-link {
	display:block;
	clear:both;
}

.cyc {
	position:relative;
}

.cyc input {
	margin-bottom:10px;
}

.cyc .loginform {
	background:#f7f7f7;
	border:1px solid #eee;
	padding:15px 15px 0 15px;
	border-bottom:0;
	height:130px;
}

.cyc #cycnav {
	margin-left:0;
	list-style-type:none;
	float:left;
	width:150px;
	position:absolute;
	top:100px;
	right:200px;
}

.cyc .submit {
	margin-bottom:0;
	width:100px;
	clear:none;
}

#cyc_sidebar {
	background:green;
}

.cyc p {
	float:left;
	width:330px;
	margin:0;
}

.cyc form.loginform {
	clear:none;
}

.cyc p#login_error {
	width:100%;
}

.cyc p#login_error a {
	color:#000;
}

.home_portfolio,
table.data td input {
	background:none;
	border:0;
}

table.data.data_left td.checkmark_td {
	width:80px;
	text-align:center;
}

.data_left td span {
	color:#88BD25;
	font-weight:bold;
}

table.data.data_left th {
	text-align:left;
}

table.data.data_left {
	width:100%;
}

table.data.data_left td {
	text-align:left;
	margin-top:5px;
}

#post-30 .website-thumbnail img {
	border:none;
}

#hosting_packages,
#support_homepage,
#banner,
.hentry,
.panel_demo_box,
#glossary_nav,
#support_links,
#content .pagenav_sub,
#container,
.additional_features ul,
#product_cat_list,
.hosting_link_content,
.portfolio2 .portfolio-website,
#portfolio_wrapper,
#cart_categories ul {
	display: inline-block;
	overflow:hidden;
}

#hosting_packages,
#support_homepage,
#banner,
.hentry,
.panel_demo_box,
#glossary_nav,
#support_links,
#content .pagenav_sub,
#container,
.additional_features ul,
#product_cat_list,
.hosting_link_content,
.portfolio2 .portfolio-website,
#portfolio_wrapper,
#cart_categories ul {
	display: block;
}

.domainchecker, #tools_bottom_listings, .warningmessage, div.alignright, div.alignleft, img.alignright, img.alignleft, #kb_form,
.website-thumbnail,
.archive-meta,
.hosting_link,
div.hosting_price,
.hosting_link_internal,
#hosting_packages li,
.contentbox,
#cartsummary,
#product_cat_list,
#content #support_homepage div a,
.hosting_link,
.portfolio2 .portfolio-website,
.hosting_link_internal {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position:relative;
	behavior: url("/PIE.htc");
}

textarea,
input {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position:relative;
	behavior: url("/PIE.htc");
}

.button {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
	behavior: url("/PIE.htc");
}


#sidebar #searchbox {
	margin-bottom:20px;
}

#sidebar #searchbox #s {
	margin:2px 2px 0 0;
	background:#eee;
	padding: 5px 10px;
	width: 130px;
	float:left;
}

#sidebar #searchbox .button {
/*	background:url('/images/go_button.png') no-repeat top left;
	border:0;
	font-size:0;
	padding:0;
	width:54px;
	height:33px;
	margin-top:0;
*/
	margin-top:1px;
}

div.hosting_link {
	margin:20px 0 30px;
	background:#eee;
	padding:20px;
}

div.hosting_link_internal {
	border: 1px solid #ccc;
	background:#f7f7f7;
	padding:15px 15px 0 15px;
}

#content .hosting_link h2 {
	margin-top:0;
	display:block;
	float:left;
	width:300px;
}

#content .hosting_link h2 a {
	letter-spacing:1px;
	color:#88BD25;
	text-decoration:none;
}

.hosting_link_content {
	padding:0;
	font-size:.9em;
	clear:both;
	color:#333;
	position: relative;
}

.hosting_link_content div {
	float:right;
	width:100px;
	position:absolute;
	bottom:20px;
	right:0;
}

.hosting_link_content p {
	width:500px;
	float:left;
}

.hosting_link_content .intro {
	margin-top: 10px;
	font-style:italic;
	font-weight:bold;
}

.more_info .potted_plant {
	margin-bottom:10px;
}

div.hosting_price {
	padding:0;
	text-align:right;
	font-size:0.9em;
	float:right;
	color:#aaa;
}

div.hosting_price span
{
	padding:10px 0;
	font-weight:700;
	font-size:1.8em;
	color:#88BD25;
}

.panel_demo_box {
	margin:20px 0;
	padding:10px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}

.panel_demo_box em {
	font-size:85%;
}

#post-5 img {
	width:120px;
}
#support_links ul {
	margin-right:20px;
	margin-left:15px;
	margin-bottom:35px;
}

#content .page_item {
	width:190px;
	float:left;
	margin-left:35px;
}
table.data td input {
	background:none;
	border:0;
}

table.data.data_left td.checkmark_td {
	width:80px;
	text-align:center;
}

.data_left td span {
	color:#88BD25;
	font-weight:bold;
}

table.data.data_left th {
	text-align:left;
}

table.data.data_left {
	width:100%;
}

table.data.data_left td {
	text-align:left;
}

table.clientareatable td,
table.data td,
table.frame table td {
padding:5px;
background-color:#FFF;
border-bottom:1px solid #EBEBEB;
}


table.clientareatable,
table.data {
margin:0 0 10px;
padding:0;
width:100%;
}

tr.clientareatableheading td,
tr.clientareatableheading th,
table.data th {
background-color:#626365;
color:#FFF;
font-weight:400;
text-align:center;
padding:10px;
}

table.clientareatable td,
table.data td {
padding:5px;
text-align:center;
}

table.data tr.clientareatableactive td {
background-color:#DFFFE0!important;
}

table.data tr.clientareatablepending td {
background-color:#EFEFEF!important;
}

table.data tr.clientareatablesuspended td {
background-color:#FFF6CF!important;
}

table.data tr.clientareatableterminated td {
background-color:#FFCFCF!important;
}

table.data td input {
	background:none;
	border:0;
}

table.data.data_left td.checkmark_td {
	width:80px;
	text-align:center;
}

.data_left td span {
	color:#88BD25;
	font-weight:bold;
}

table.data.data_left th {
	text-align:left;
}

table.data.data_left {
	width:100%;
}

table.data.data_left td {
	text-align:left;
}
.cdg_compare
{
	border-collapse:separate;
	border-spacing:1px;
	border:1px solid #eee;
}

.cdg_compare th
{
	color:#1F1E46;
	font-size:1.1em;
	font-weight:700;
}

.cdg_compare_cdg
{
	text-align:center;
	background:#e4ffd5;
}

.cdg_compare_industry
{
	text-align:center;
	background:#ffebeb;
}
.oddrow
{
	background:#cda;
}

.evenrow
{
	background:#fff;
}

.orderrow
{
	background:#eff9ff;
}

.orderrow img
{
	padding:10px 0 0;
}

table.compareplans
{
	border-collapse:separate;
	width:100%;
	border-spacing:2px;
}

.compareplans td,.compareplans th
{
	border-spacing:2px;
	text-align:center;
	padding:5px 10px;
}

.row-desc
{
	background:#E4FFD5;
	height:50px;
}

tr.row-desc td,tr.row-desc th
{
	color:#1f1e46;
	font-size:1.1em;
}
.fant-list-icons
{
	float:left;
	text-align:center;
	width:175px;
	background:#eee;
	padding:10px 0 5px;
}

.fant-list-content
{
	float:left;
	margin-left:15px;
	width:370px;
}

.fant-script-box
{
	margin:10px 0;
}

/* COMMENTS STYLE */
#comments {
clear:both;
}
#comments .navigation {
padding:0 0 18px;
}
h3#comments-title, h3#reply-title {
color:#000000;
font-size:20px;
font-weight:bold;
margin-bottom:0;
}
h3#comments-title {
padding:24px 0;
}
.commentlist {
list-style:none outside none;
margin:0;
}
.commentlist li.comment {
border-bottom:1px solid #E7E7E7;
line-height:24px;
margin:0 0 24px;
padding:0 0 0 56px;
position:relative;
}
.commentlist li:last-child {
border-bottom:medium none;
margin-bottom:0;
}
#comments .comment-body ul, #comments .comment-body ol {
margin-bottom:18px;
}
#comments .comment-body p:last-child {
margin-bottom:6px;
}
#comments .comment-body blockquote p:last-child {
margin-bottom:24px;
}
.commentlist ol {
list-style:decimal outside none;
}
.commentlist .avatar {
left:0;
position:absolute;
top:4px;
}
.comment-author {
}
.comment-author cite {
color:#000000;
font-style:normal;
font-weight:bold;
}
.comment-author .says {
font-style:italic;
}
.comment-meta {
font-size:12px;
margin:0 0 18px;
}
.comment-meta a:link, .comment-meta a:visited {
color:#888888;
text-decoration:none;
}
.comment-meta a:active, .comment-meta a:hover {
color:#FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
font-size:12px;
padding:0 0 24px;
}
.reply a, a.comment-edit-link {
color:#888888;
}
.reply a:hover, a.comment-edit-link:hover {
color:#FF4B33;
}
.commentlist .children {
list-style:none outside none;
margin:0;
}
.commentlist .children li {
border:medium none;
margin:0;
}
.nopassword, .nocomments {
display:none;
}

#comments .pingback {
border-bottom:1px solid #E7E7E7;
margin-bottom:18px;
padding-bottom:18px;
}
.commentlist li.comment + li.pingback {
margin-top:-6px;
}
#comments .pingback p {
color:#888888;
display:block;
font-size:12px;
line-height:18px;
margin:0;
}
#comments .pingback .url {
font-size:13px;
font-style:italic;
}
input[type="submit"] {
/*color:#333333;*/
}
#respond {
border-top:1px solid #E7E7E7;
margin:24px 0;
overflow:hidden;
position:relative;
}
#respond p {
margin:0;
}
#respond .comment-notes {
margin-bottom:1em;
}
.form-allowed-tags {
line-height:1em;
}
.children #respond {
margin:0 48px 0 0;
}
h3#reply-title {
margin:18px 0;
}
#comments-list #respond {
margin:0 0 18px;
}
#comments-list ul #respond {
margin:0;
}
#cancel-comment-reply-link {
font-size:12px;
font-weight:normal;
line-height:18px;
}
#respond .required {
color:#FF4B33;
font-weight:bold;
}
#respond label {
color:#888888;
font-size:12px;
}
#respond input {
margin:0 0 9px;
width:98%;
}
#respond textarea {
width:98%;
}
#respond .form-allowed-tags {
color:#888888;
font-size:12px;
line-height:18px;
}
#respond .form-allowed-tags code {
font-size:11px;
}
#respond .form-submit {
margin:12px 0;
}
#respond .form-submit input {
font-size:14px;
width:auto;
cursor: pointer;
}
#content .commentlist {
list-style-type:none;
margin:0;
}

#content ol.commentlist li {
list-style-type:none;
}
/* COMMENTS STYLE END */

.entry-utility {
	margin-top:15px;
}

.noc_gallery {
	float:right;
	width:150px;
	border:1px solid #eee;
	text-align:center;
	background:#f7f7f7;
	padding:10px;
}

.noc_gallery img {
	margin-bottom:15px;
	border:1px solid #eee;
}

.buttonwarn,
.buttongo,
.button,
a.button,
#searchsubmit,
#content a.button {
	background: url("/images/button_bg.png") repeat scroll 0 0 #F7F7F7;
	color: #A17435;
	cursor: pointer;
	font-family: Georgia;
	font-size: 95%;
	padding: 4px 10px;
	text-align: center;
	text-transform: lowercase;
}
.buttonwarn:hover,
.buttongo:hover,
.button:hover,
#content a.button {
	background:#eee;
	color:#666;
}

a.button,
#content a.button {
	text-decoration:none;
}

.buttonwarn {
	color:#CF0000;
	background-color:#FFDFDF;
	border:1px solid #EF0000;
}

textarea:focus, input:focus {
	border:1px solid #F38F2E;
	background:#FFFCDF;
}

#vertical_menu {
	margin-bottom:30px;
}

#vertical_menu h2 {
	display:none;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	width:300px;
}

/* shadowing

#header,
#banner,
#partners,
#footer {
	box-shadow:0px 2px 2px #333;
	-webkit-box-shadow:0px 2px 2px #333;
	-moz-box-shadow:0px 2px 2px #333;
}
 */
 
#footer a:hover {
	text-decoration:underline;
}
#sub_footer {
	padding:5px 0;
	font-size:85%;
	text-align:right;
}
#sub_footer a {
	color:#666;
}

.remember_me {
	font-size:85%;
}

#sidebar p {
	margin-bottom:5px;
}

#support_homepage div {
	float: left;
	margin: 0 20px 20px 0;
}

#content #support_homepage div a {
	border: 1px solid #eee;
	background:#666 url('/images/green_corner.png') no-repeat bottom right;
	display:block;
	text-decoration:none;
	color:#fff;
	height: 100px;
	padding: 10px;
	width: 180px;
}

#content #support_homepage div a:hover {
	background-color:#574C46;
}

#support_homepage p {
	font-size:85%;
	color:#fff;
}

#support_homepage a h2 {
	font-weight:normal;
	color:#fff;
}


.support_homepage td,
.support_homepage th {
	vertical-align:top;
	padding-bottom:20px;
}

.support_homepage td {
	width:275px;
}

.support_homepage img{
	vertical-align:top;
	margin-right:15px;
}

.underline {
	text-decoration:underline;
}

#content.onecolumn  {
	float:left;
	width:920px;
}

.portfolio .portfolio-website {
	text-align:center;
	width:500px;
}
.portfolio .website-thumbnail {
	margin-bottom:30px;
}
.portfolio .website-name {
	font-weight: bold;
	margin-bottom: 3px;
}
.portfolio .website-name a,.website-url a {
	text-decoration: none;
}
.portfolio .website-name a:hover,.website-url a:hover {
	text-decoration: underline;
}
.portfolio .website-url {
	font-size: 9pt;
	font-weight: bold;
}
.portfolio .website-url a {
	color: #777;
}
.portfolio .website-description {
	margin-top: 15px;
}

.portfolio2 .portfolio-website {
	width:418px;
	float:left;
	margin:5px;
	background:#f7f7f7;
	border:1px solid #eee;
	padding:25px 15px 5px;
}
.portfolio2 .website-thumbnail {
	display:block;
	float:left;
	margin:0 15px 10px 0;
	text-align:center;
}
.portfolio2 .website-name {
	font-weight: bold;
	margin-bottom: 3px;
	clear:none;
}

.portfolio2 .website-name a,
.portfolio2 .website-url a {
	text-decoration: none;
}
.portfolio2 .website-name a:hover,
.portfolio2 .website-url a:hover {
	text-decoration: underline;
}
.portfolio2 .website-url {
	font-size: 9pt;
	font-weight: bold;
}
.portfolio2 .website-url a {
	color: #777;
}
.portfolio2 .website-description {
	margin-top: 15px;
	font-size:90%;
}

.hide {
	display:none;
}

#portfolio_wheel.roundabout-holder {
	width:800px;
	height: 600px;
	margin:20px auto;
}
			
#portfolio_wheel .roundabout-moveable-item {
	cursor: pointer;
	list-style-type:none;
}

#portfolio_wheel .roundabout-moveable-item .website-name,
#portfolio_wheel .roundabout-moveable-item .website-description {
	display:none;
}
			
#portfolio_wheel .roundabout-in-focus {
	cursor: auto;
}

#portfolio_wheel .roundabout-in-focus .website-thumbnail img {
	height:auto;
}

#portfolio_wheel .roundabout-in-focus .website-name,
#portfolio_wheel .roundabout-in-focus .website-description {
	display:block;
}

#portfolio_wheel_controls {
	position:relative;
	text-align:center;
}

.bg_top,
.bg_bottom {
	display: block;
	margin: 0 auto;
}

.more_info {
	display:block;
	float:right;
	text-decoration:none;
	width:100px;
	margin-left:10px;
	text-align:center;
}

.more_info img {
	vertical-align:bottom;
}

#hosting_packages a.button {
	display:block;
	background:url('/images/order_now.png')	no-repeat;
	height:33px;
	width:98px;
	font-size:0;
	padding:0;
	margin:0 auto;
}

#access .menu-item-1256 a {
	color:#FF7700;
}

#access .menu-item-1256 a:hover {
	color:#88BD25;
}

.entry-content ul li {
	font-size: 95%;
}

.page-id-23 .entry-content ul li {
	line-height: 150%;
	margin-bottom: 10px;
}

.highlight {
	background:#FCFBBA;
}

.entry-content hr {
	background-color:#fff;
	border:2px solid #eee;
	border-style: none none solid;
	color:#fff;
	margin-bottom: 15px;
}

#inlinefeed {
	width:200px;
	float:right;
}

.below_vert_menu {
	font-size:90%;
}

#slider .panel img {
	background:none;
	border:none;
}

#post-5 h2 {
	margin-top:35px;
}

