/* Begin CSS Nav Reset */
.custom ul#tabs {border-bottom:none; border-left:none;}
	.custom ul#tabs li {margin-bottom:0; border:none; background:none;}
	.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0;}
	.custom ul#tabs li.rss {
	background-color: #ff7938;
}

.custom ul#tabs li.rss a {
	background-image: none;
	color: white;
}
		.custom ul#tabs li a {}
		.custom ul#tabs li a:hover {text-decoration:none;}
		.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {}
/* End CSS Nav Reset */
		
/* Begin Thesis Nav Dropdown styling */
.custom ul#tabs li ul {display:none; position:absolute; list-style:none;}
	.custom ul#tabs li ul li {float:none;
	background: url(images/head.png) repeat-x 0 -10px;
	border: 1px solid #999;
	border-top-style: none;
	border-top-width: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}		

.custom ul#tabs li ul li a {
	line-height: 2em;
	padding: 8px 5px;
}		
	
.custom ul#tabs li:hover ul {
	display:block;
}
.custom ul#tabs li a:hover {
	color: #569b2b;
}
.custom ul#tabs li a {
	padding-right: 20px;
	color: #666;
	font-weight: bold;
}
.custom ul#tabs li {
	height:24px;
}
/* End Thesis Nav Dropdown styling */

/* Begin Thesis Nav Dropdown styling */
.custom ul#tabs li.page-item-3 {
	background: url(images/ic_home.png) no-repeat 0 10px;
}

.custom ul#tabs li.page-item-5 {
	background: url(images/ic_hosting.png) no-repeat 0 10px;
}

.custom ul#tabs li.page-item-13 {
	background: url(images/ic_wordpress.png) no-repeat 0 10px;	
}

.custom ul#tabs li.page-item-234 {
	background: url(images/ic_pricing.png) no-repeat 0 10px;	
}

.custom ul#tabs li a.ca {
	background:transparent url(images/ic_client.png) no-repeat scroll 0 16px;
	line-height:20px;
	position:relative;
	top:-4px;
}

.custom ul#tabs li a.gmd {
	background:transparent url(images/ic_gmd.png) no-repeat scroll 0 16px;
	line-height:20px;
	position:relative;
	top:-4px;
}

/* End Thesis Nav Dropdown styling */

/* Begin Wordpress centering fix */
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* End Wordpress Centering Fix */

body.custom {
	background: #242424 url(images/bg.gif) repeat;
}

.custom #page {
	background-color: #fff;
	border: 4px solid #E6F4E0;
	margin-top: 2em;
	margin-bottom: 2em;
}

.custom #header {
	background: url(images/bird.jpg) no-repeat 20px 10px;
	height: 130px;
	border-bottom-style: none;
	border-top: 1px dashed #beff93;
}

.custom #content {
	width: 72.1em;
}

.custom #content_box {
	background-image: none;
}

.custom #tabs {
	float: right;
	border-bottom: 1px dotted #c9d5c6;
}

.custom .hilite {
	background-color: #ffff0e;
	font-weight: bold;
	font-style: italic;
	padding-right: 5px;
	padding-left: 5px;
}

.custom #headlinetags {
	color: #333;
	font-size: 1.4em;
	padding-top: 3px;
	padding-left: 20px;
}