/* @override 
	http://clients.pearanalytics.com/dedicatedhosting.com/wp-content/themes/dedicatedhosting/style.css
	http://dedicatedhosting.com/wp-content/themes/dedicatedhosting/style.css
*/

/*
Theme Name: Dedicated Hosting
Theme URI: http://thisisrobv.com
Description: Custom theme for Dedicated hosting.
Version: 2.0 
Author: Rob V
Author URI: http://thisisrobv.com
Tags: clean, basic
*/

@import url("assets/css/reset.css");

body {
	background: url(assets/img/content_bg.png) repeat-x center 190px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#header {
	height: 190px;
	width: 100%;
	overflow: hidden;
	background: url(assets/img/header_bg.png) repeat-x 0 top;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#header_inner {
	width: 980px;
	margin: 0 auto;
}

#header_main {
	width: 980px;
	height: 120px;
	overflow: hidden;
}

#header_main h1 a {
	width: 291px;
	height: 120px;
	overflow: hidden;
	display: block;
	background-image: url(assets/img/header_logo.png);
	text-indent: -9999px;
}

.main_title {
	font-size: 3em;
	margin-bottom: 20px;
	font-weight: bold;
}

#main_nav {
	height: 30px;
	width: 980px;
	overflow: hidden;
}

#main_nav ul li {
	float: left;
}

#main_nav ul li a:link, #main_nav ul li a:active, #main_nav ul li a:visited {
	font-size: 1.2em;
	display: block;
	float: left;
	padding: 9px 14px;
	text-decoration: none;
	color: #fff;
	background: url(assets/img/sub_nav_seperator.png) no-repeat right center;
}

#main_nav ul li a:hover {
	color: #eee;
}

#sub_nav {
	margin-top: 1px;
	height: 37px;
	width: 980px;
	overflow: hidden;
}

#sub_nav ul {
	height: 37px;
	background: url(assets/img/nav_seperator.png) no-repeat right center;
	float: left;
}

#sub_nav ul li {
	float: left;
}

#sub_nav ul li a:link, #sub_nav ul li a:active, #sub_nav ul li a:visited {
	font-size: 1.4em;
	color: #333;
	font-weight: bold;
	display: block;
	float: left;
	padding: 12px 14px;
	text-decoration: none;
	background: url(assets/img/nav_seperator.png) no-repeat left center;
}

#sub_nav ul li a:hover {
	color: #555;
}

#sub_nav #search_field {
	float: right;
}

#sub_nav #search_field label {
	font-size: 1.4em;
	color: #333;
	font-weight: bold;
	padding: 12px 10px 12px 0;
	display: block;
	float: left;
}

#sub_nav #search_field input.search_field_input {
	border: 1px solid #ccc;
	margin-top: 4px;
	padding: 7px;
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	float: left;
}

#sub_nav #search_field input.search_field_submit {
	width: 29px;
	height: 30px;
	margin-top: 4px;
	overflow: hidden;
	border: 0;
	color: transparent;
	background-image: url(assets/img/search_button.png);
	float: left;
	cursor: pointer;
}

#content {
	width:100%;
	padding: 30px 0;
	background: url(assets/img/footer_bg.png) repeat-x 0 bottom;
}

#content_inner {
	width:980px;
	margin: 0 auto;
}

#left_column {
	width:660px;
	float: left;
}

#right_column {
	width: 300px;
	float: right;
}

div.post {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	background-color: #fff;
	overflow: hidden;
}

div.post .post_header {
	height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	background: url(assets/img/title_bg.png) repeat-x 0 top;
	margin-bottom: 10px;
}

div.post .post_header .comments {
	height: 26px;
	background: url(assets/img/icons/comment.gif) no-repeat left;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	margin: 13px 0 0 15px;
}

div.post .post_header .comments a {
	text-decoration: none !important;
	color: #fff !important;
	font-size: 1.2em;
}

div.post .post_header .comments span {
	display: block;
	float: left;
	padding: 4px 0 0;
	margin-right: 10px;
	height: 22px;
}

div.post .post_header .comments span.num {
	width: 30px;
	text-align: center;
	color: #fff !important;
}

div.post .post_header h2 {
	font-size: 1.8em;
	font-weight: bold;
	padding: 18px 15px 0;
}

div.post .post_content {
	padding: 15px;
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

div.post .post_content h2.post_title {
	font-size: 2.5em;
	color: #000;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0;
}

div.post .post_content h2.post_title a:link, div.post .post_content h2.post_title a:active, div.post .post_content h2.post_title a:visited {
	color: #000;
	text-decoration: none;
}

div.post .post_content h2.post_title a:hover {
	color: #444;
}

div.post .post_content h2 {
	font-size: 2em;
	font-weight: bold;
}

div.post .post_content h3 {
	font-size: 1.5em;
	font-weight: bold;
}

div.post .post_content p, div.post .post_content h2, div.post .post_content h3 {
	margin-bottom: 20px;
}

div.post .post_content .post_meta {
	height: 16px;
	overflow: hidden;
	background: #999 url(assets/img/post_meta_tag.png) no-repeat right center;
	float: left;
	padding: 4px 30px 0 10px;
	color: #fff;
	font-size: .9em;
	margin: 5px 0 20px;
	line-height: 1em;
}

div.post .post_content .post_meta a:link, div.post .post_content .post_meta a:active, div.post .post_content .post_meta a:visited {
	color: #fff;
}

div.post .post_content .post_meta a:hover {
	color: #eee;
}

div.post .post_content a:link, div.post .post_content a:active, div.post .post_content a:visited {
	color: #000;
}

div.post .post_content a:hover {
	color: #555;
}

div.post .post_content p {
	margin-bottom: 20px;
}

div.post .post_content ul {
	margin-bottom: 20px;
	margin-left: 30px;
}

div.post .post_content ul li {
	list-style-type: disc;
	padding: 0;
}

div.post .comment_footer_link {
	border-top: 1px solid #eee;
	padding-top: 10px;
	margin: 0;
}

.nextprev {
	font: 1.2em Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 20px;
}

.nextprev a:link, .nextprev a:active, .nextprev a:visited {
	background-color: #000;
	color: #fff;
	text-decoration: none;
	padding: 10px;
}

.nextprev a:hover {
	background-color: #555;
}

#right_column .widget {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	background-color: #fff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#right_column .widget .widget_inner {
	padding: 15px 20px;
	font-size: 1.2em;
	line-height: 1.4em;
}

#right_column .widget .widget_inner a:link, #right_column .widget .widget_inner a:active, #right_column .widget .widget_inner a:visited {
	border-bottom: 1px solid #dedede;
}

#right_column .widget .widget_inner a:link, #right_column .widget .widget_inner a:active, #right_column .widget .widget_inner a:visited {
	color: #000;
	text-decoration: none;
}

#right_column .widget .widget_inner a:hover {
	color: #555;
}

#right_column .widget .widget_inner ul li {
	padding: 5px 0;
}

#right_column .widget h2 {
	border-bottom: 1px solid #ccc;
	height: 35px;
	overflow: hidden;
	background: url(assets/img/title_bg.png) repeat-x;
	font-size: 1.8em;
	font-weight: bold;
	padding: 15px 15px 0;
	text-transform: capitalize;
}

.author_box {
	overflow: hidden;
	padding: 20px;
	margin: -20px 0 20px;
	color: #999;
	background: url(assets/img/author_bg.png) 0 top;
	background-color: #000;
}

.author_box p {
	margin-bottom: 10px;
}

.author_box a:link, .author_box a:active, .author_box a:visited {
	color: #fff;
	text-decoration: none;
}

.author_box a:hover {
	color: #ddd;
}

.author_box .author_thumb {
	float: left;
	width: 130px;
}

.author_box .author_thumb img {
	border: 1px solid #555;
}

.author_box .author_desc {
	float: left;
	font-size: 1.2em;
	line-height: 1.6em;
}

.author_box .author_desc h2 {
	font-size: 2em;
	color: #FD0100;
	margin-bottom: 10px;
}

.default_comment_inputs input {
	border: 1px solid #ddd;
	padding: 6px;
	width: 180px;
}

.default_comment_textarea textarea {
	border: 1px solid #ddd;
	padding: 6px;
}

.submit_comment {
	margin: 20px 0 0 243px;
}

.submit_comment input {
	width: 131px;
	height: 25px;
	overflow: hidden;
	color: #fff;
	border: 0;
	background-image: url(assets/img/submit_button.png);
}

.comment_meta {
	width: 90px;
}

.comment_meta img {
	border: 1px solid #ccc;
	padding: 3px;
}

.comment_content {
	width: 530px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

.comment_content h3 {
	padding: 15px;
	border-bottom: 1px solid #ccc;
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
}

.comment_content h3 a:link, .comment_content h3 a:active, .comment_content h3 a:visited {
	text-decoration: none;
	color: #FD0100 !important;
}

.comment_content h3 a:hover {
	color: #000 !important;
}

.comment_content h3 .float_right {
	color: #999;
	font-size: .6em;
	font-weight: normal;
}

.comment_text {
	padding: 15px 15px 0;
}

.comment_counter {
	width: 68px;
	text-align: center;
	color: #ccc;
	font-size: 1.6em;
	margin: 5px 0 0;
	font-weight: bold;
}

.widget_links li {
	clear: both !important;
	padding-top: 5px;
	margin-bottom: 7px;
}

.widget_links img {
	float: left;
	margin: -5px 6px 0 0;
	border: 1px solid #ccc;
}

/* @group STAY CONNECTED */


#subscribe_form {
	margin-bottom: 10px;
}

#subscribe_form h3 {
	background: url(assets/img/icons/main_sprite.png) no-repeat left 2px;
	padding: 10px 0 8px 45px;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 4px;
}

.subscribe_email {
	border: 1px solid #ccc;
	padding: 12px;
	height: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	float: left;
}

.subscribe_submit {
	float: left;
	width: 39px;
	height: 40px;
	overflow: hidden;
	color: transparent;
	background-image: url(assets/img/email_signup_button.png);
	border: 0;
}

.connect_links {
	margin-top: 20px;
}

.connect_links li {
	margin-bottom: 10px;
}

.connect_links li a {
	padding: 10px 0 6px 40px;
	border: 0 !important;
}

.connect_links li.rss a {
	background: url(assets/img/icons/main_sprite.png) no-repeat left -149px;
}

.connect_links li.twitter a {
	background: url(assets/img/icons/main_sprite.png) no-repeat left -304px;
}

.connect_links li.facebook a {
	background: url(assets/img/icons/main_sprite.png) no-repeat left -460px;
	margin: 0;
}

/* @end */


#recentcomments {
	font-style: italic;
	color: #999;
}

#recentcomments a {
	font-weight: normal;
	font-style: normal;
}


/* @group FOOTER */

#footer {
	height: 120px;
	overflow: hidden;
	background: url(assets/img/copyright_bg.png) repeat-x;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #ccc;
}

#footer_inner {
	color: #fff;
	margin: 0 auto;
	width: 980px;
	padding: 40px 0 0;
	font: 1.2em Arial, Helvetica, Geneva, sans-serif;
}

#footer_inner ul li {
	float: left;
	padding: 15px;
}

#footer_inner ul li.line, #footer_inner .float_left ul li {
	background: url(assets/img/copyright_line.png) no-repeat right center;
}

/* @end */
