/*
Theme Name: HostDiscussion Wordpress Liquid - updated
Theme URI: http://wordpress.org/
Description: HostDiscussion new theme.
Version: 1.0
Author: Forumskin.com

*/


/* ---------- BEGIN: GLOBAL VARIABLES ---------- */

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	background-color:#fff;
}
a:link, a:visited {
	color:#003366;
	text-decoration:none;
}
a:hover {
	color: #CD123D
} 

p {
	margin: 6px 0;
}

a img						{ border: none; }
form 						{ margin: 0; padding: 0; }

.align_r					{ text-align: right; }
.align_c					{ text-align: center; }
.align_l					{ text-align: left; }
.f_left						{ float: left; }
.f_right					{ float: right; }
.clear						{ clear: both; }
.clear_l					{ clear: left; }
.clear_r					{ clear: right; }

.whitefont					{ color: #ffffff; }
.bigfont					{ font-size: 14px}
.padding_none				{ padding: 0 !important; }
.padding_10					{ padding: 10px; }
.greyfont					{ color: #666666; }
.dgreyfont					{ color: #333333; }
.inlineimg_b				{ vertical-align: bottom; }
.inlineimg					{ vertical-align: middle; }
.lgreyfont					{ color: #ccc; }
.redfont					{ color: #900; }
.blacklink a:link, .blacklink a:visited {
	color: #333;
}
.blacklink a:hover {
	color: #900;
}

/* ----------- END: GLOBAL VARIABLES ----------- */
/* --------------------------------------------- */


/* --------------- BEGIN: LAYOUT --------------- */
#page {
	min-width: 950px;
	font-size:.9em;
	margin: 0 auto;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background-color:#fff;
}

* html .ie_fix	{ height: 1%; }

*:first-child+html .ie_fix {
	height: 1%;
}

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden; }
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/.clearfix {display:block;}/* End hide from IE Mac */

#maincolumn {
	margin-right: 210px;
}
#sidebar {
	width: 190px;
	float:right;
	font-size: .9em
}

/* ---------------- END: LAYOUT ---------------- */
/* --------------------------------------------- */

/* --------------- BEGIN: HEADER --------------- */
#header {
}
.inputbox {
	border: 1px solid #999999;
	background: #fff url(images/inputbox_bg.gif) left bottom repeat-x;
	color: #375182;
	font-size:11px;
	padding: 3px;
}
.ad_container img {
	border: 1px solid #ccc;
}
#searchbox {
	width:490px;
	margin-right:15px;
	color:#375182;
	margin-top:10px;
}
#searchbox .tcat {
	font-size: 14px !important;
}
#searchbox .inputbox {
	padding:1px;
	border:1px solid #999;
}
#searchbox .padding_10 {
	padding: 3px 5px !important;
}
#headertabs {
	background: url(images/headertabs_bg.gif) left bottom repeat-x;
}
#headertabs ul {
	list-style:none;
	margin:0 0 0 20px;
	padding:0;
	width:900px;
}
#headertabs li {
	display:block;
	float:left;
	margin-left:2px;
}
#headertabs li a { 
	display:block;
	float:left;
	background: url(images/tab_r.jpg) right top no-repeat;
}
#headertabs li a span { 
	color:#FFFFCC;
	display:block;
	padding: 5px 8px 0 8px;
	height:38px;
	float:left;
	background: url(images/tab_l.jpg) left top no-repeat;
	cursor:pointer;
	font-weight:bold;
	font-family: Arial, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; 
}
#headertabs li a span small { 
	color:#fff;
	font-weight:normal;
}
#headertabs li a:hover {
	background-position: right bottom;
}
#headertabs li a:hover span {
	background-position: left bottom;
	color: #006699;
}
#headertabs li a:hover span small {
	color:#666666;
}
a.current {
	background-position: right bottom !important;
}
a.current span {
	background-position: left bottom !important;
	color: #006699 !important;
}
a.current span small {
	color:#666666 !important;
}
#header_sublinks {
	background: #CD321D url(images/header_sublinks_bg.gif) left bottom repeat-x;
	padding: 8px 15px 0px 15px;
	border-bottom: 3px solid #3D6296
}
#header_sublinks  ul {
	list-style:none;
	margin:0;
	padding:0;
}
#header_sublinks li {
	float:left;
	display:block;
	font-size: 11px;
	font-weight:bold;
}
#header_sublinks li a { 
	color:#fff;
	display:block;
	padding: 0 8px;
	float:left;
	height: 20px;
}
#header_sublinks li a:hover {
	background: url(images/bullet_link.gif) center bottom no-repeat;
	color: #FFFFCC;
}
/* ---------------- END: HEADER ---------------- */

/* ============================================================================ */

/* =================== BEGIN: BODY COLUMN =================== */

.two_column_l {
	margin-right: 320px;
}
.two_column_r {
	width: 310px;
	float: right;
}
.curvebox {
	background: #EDEDEE url(images/curvebox_border.gif) left top repeat-x;
	overflow:hidden;
}
* html .curvebox {height: 1%; }
.curvebox_tl {
	background: url(images/curvebox_tl.gif) left top no-repeat;
}
.curvebox_tr {
	background: url(images/curvebox_tr.gif) right top no-repeat;
}
.curvebox_body {
	padding: 0 2px;
	border-left:1px solid #D6D6D9;
	border-right:1px solid #D6D6D9;
	overflow:hidden;
}
* html .curvebox_body {
	height:1%;
}
.curvebox_body2 {
	border-left:1px solid #D6D6D9;
	border-right:1px solid #D6D6D9;
	overflow:hidden;
}
* html .curvebox_body2 {
	height:1%;
}
.curvebox_b {
	background: url(images/curvebox_border.gif) left bottom repeat-x;
}
.curvebox_bl {
	background: url(images/curvebox_bl.gif) left bottom no-repeat;
}
.curvebox_br {
	background: url(images/curvebox_br.gif) right bottom no-repeat;
	padding: 6px 0 4px 0;
}
.tcat {
	color:#CD321D;
	font-size:11pt;
	padding: 2px 7px 7px 7px;
	font-weight:bold;
}
.tcat a:link, .tcat a:visited {
	color:#CD321D;
}
.tcat a:hover {
	color:#4E6EA7;
}
.tcat2 {
	background: none;
	border-bottom: 4px solid #000000;
	padding: 2px 7px 7px 7px;
}
.tcat_blue {
	background: #333333 url(images/gradient_tcat_blue1.gif) left top repeat-x;
	padding: 2px 7px 7px 7px;
	font-weight:bold;
	color:#fff;
	font-size: 11pt;
	margin:0;
	font-family:arial, verdana;
}
.tcat_bluez {
	background: #333333 url(images/gradient_tcat_blue2.gif) left top repeat-x;
	padding: 2px 7px 7px 7px;
	font-weight:bold;
	color:#fff;
	font-size: 11pt;
	margin:0;
	font-family:arial, verdana;
	}
.padding_2 {
	padding:2px;
}
.alt1 {
	background: #FBFCFC url(images/alt1_gradient.gif) repeat-x top left;
}
.curvebox_t_blue {
	background: #EDEDEE url(images/gradient_tcat_blue.gif) left top repeat-x;
	margin-bottom:5px;
}
.curvebox_tl_blue {
	background: url(images/curvebox_tl_blue.gif) left top no-repeat;
}
.curvebox_tr_blue {
	background: url(images/curvebox_tr_blue.gif) right top no-repeat;
}
.tborder {
	border:1px solid #ccc;
}

/* posts' image frame */
.post-content img {
	padding: 2px;
	background-color:#fff;
	border:1px solid #AEADAD;
	margin-right: 5px;
	margin-bottom: 4px;
}
.sidebar_list, .tile_body ul {
	margin:0;
	padding:0;
	list-style:none;
}
.sidebar_list li, .tile_body ul li {
	border-bottom: 1px dotted #ccc;
	background: url(images/bullet_arrow.gif) 0 5px no-repeat;
	padding: 2px 5px 4px 10px;
	margin:0;
}
.section_title {
	color: #CD321D;
	padding: 2px 0;
	border-bottom:4px solid #000000;
	margin: 5px 0;
	font-size:18px;
}
.bluebox {
	background: #CD321D url(images/bluebox_border.gif) left top repeat-x;
	overflow:hidden;
}
* html .bluebox { height: 1%; }
.bluebox_tl {
	background: url(images/bluebox_tl.gif) left top no-repeat;
}
.bluebox_tr {
	background: url(images/bluebox_tr.gif) right top no-repeat;
}
.bluebox_b {
	background: url(images/bluebox_border.gif) left bottom repeat-x;
}
.bluebox_bl {
	background: url(images/bluebox_bl.gif) left bottom no-repeat;
}
.bluebox_br {
	background: url(images/bluebox_br.gif) right bottom no-repeat;
	padding: 6px 0 6px 0;
}
.tcat_bluebox {
	font-size:18px;
	color: #fff;
	font-weight:bold;
	padding: 3px 5px 5px 5px;
	border-bottom:4px solid #000000;
	margin-bottom:1px;
}
.orangebox {
	background: #CD321D url(images/orangebox_tl.gif) left top no-repeat;
	overflow:hidden;
}
* html .orangebox {height: 1%; }
.orangebox_tr {
	background: url(images/orangebox_tr.gif) right top no-repeat;
}
.orangebox_bl {
	background: url(images/orangebox_bl.gif) left bottom no-repeat;
}
.orangebox_br {
	background: url(images/orangebox_br.gif) right bottom no-repeat;
	padding: 6px 2px 4px 2px;
}
.orangebox_content {
	background-color:#fff;
	margin-top: 6px;
}
.featuredforum_list {
	margin:0;
	padding:0;
	list-style: none;
}
.featuredforum_list li {
	background: url(images/bullet_2.gif) 0 8px no-repeat;
	padding-left:16px;
	padding-right:8px;
}
.featuredforum_list li div {
	background: url(images/border_dotted.gif) left bottom repeat-x;
	padding: 5px 0;
	overflow:hidden;
}
* html .featuredforum_list li div {
	height: 1%;
}
.lbluebox {
	background: #FFFBDE url(images/lblueebox_tl.gif) left top no-repeat;
	overflow:hidden;
	margin-left:10px;
}
* html .lbluebox {height: 1%; }

.lbluebox_tr {
	background: url(images/lbluebox_tr.gif) right top no-repeat;
}
.lbluebox_bl {
	background: url(images/lbluebox_bl.gif) left bottom no-repeat;
}
.lbluebox_br {
	background: url(images/lbluebox_br.gif) right bottom no-repeat;
	padding: 7px 10px 10px 10px;
}
a.readmore {
	color: #CD321D !important;
	font-weight:bold;
	font-size:11px;
}
a:hover.readmore {
	color: #004499 !important;
}
.lbuebox_section {
	color:#375182;
	font-size: 14px;
	font-weight:bold;
	padding:3px 0;
	border-bottom:3px solid #000000;
	margin:0 0 3px 0;
}
#recentposts_home {
	width:180px;
	float:right;
}
#featurebox_top {
	overflow:hidden;
}
#hosting_reviews {
	border-top:3px solid #fff;
}
#hosting_reviews img {
	border:1px solid #999;
	margin-right:5px;
	vertical-align:middle;
}
#hosting_reviews ul {
	margin:0;
	padding:0;
	list-style:none;
}
#hosting_reviews ul li a {
	padding: 6px;
	display:block;
	overflow:hidden;
}
* html #hosting_reviews ul li a {
	height:1%;
}
#hosting_reviews ul li a:hover {
	background-color:#E5E5DD;
}
#hosting_reviews ul li a.selected {
	background-color:#E5E5DD;
}
/* =================== END: BODY COLUMN =================== */
/* ============================================================================ */

/* =================== BEGIN: FOOTER =================== */
#footer {
	background: #fff url(images/footer_bg.gif) left top repeat-x;
	font-size: 11px;
	color: #A20000;
	padding: 20px 10px;
}
#footer a:link, #footer a:visited {
	color: #A20000;
}
#footer a:hover {
	color: #375182;
}
.copyright {
	color: #8B8B8B;
	font-size:10px;
}
.copyright a:link, .copyright a:visited {
	color: #8B8B8B !important
}
.copyright a:hover {
	color: #F47935 !important;
}

.bannerwrapper_t { 
	background:url(images/bannerwrapper_tbg.gif) repeat-x top #003D7B;
	width:930px;
	margin:0 auto !important;
	overflow:hidden;
}
* html .bannerwrapper_tl {
	heightL 1%;
}
.bannerwrapper_tl { background:url(images/bannerwrapper_tl.gif) no-repeat left top;}
.bannerwrapper_tr { background:url(images/bannerwrapper_tr.gif) no-repeat right top;}
.bannerwrapper_l { background:url(images/bannerwrapper_lbg.gif) repeat-y left;}
.bannerwrapper_r { background:url(images/bannerwrapper_rbg.gif) repeat-y right;}
.bannerwrapper_b { background:url(images/bannerwrapper_bbg.gif) repeat-x bottom;}
.bannerwrapper_bl { background:url(images/bannerwrapper_bl.gif) no-repeat left bottom;}
.bannerwrapper_br { 
	background:url(images/bannerwrapper_br.gif) no-repeat right bottom;
	padding: 6px;
	color:#fff;
}
.bannerwrapper_br a:link, .bannerwrapper_br a:visited {
	color:#fff;
	text-decoration:underline;
}
.bannerwrapper_br a:hover {
	text-decoration:none;
}
.bannerwrapper_br ul {
	margin:0 0 0 10px;
	padding:0;
}
.bannerwrapper_br ul li { font-size:10px; }
/* =================== END: FOOTER =================== */
/* ============================================================================ */
.post {
	margin: 0 0 10px;
	text-align: justify;
	border-bottom:2px solid #CCCCCC;
	margin-bottom:18px;
}
.post hr {
	display: block;
}
.postmetadata {
	clear: left;
	padding-bottom:5px;
}
.post-title {
	font-size:14pt;
	padding: 0;
	margin:0;
	font-weight: bold;
	color: #333333;
}
.post-title a:link, .post-title a:visited {
	color: #333333;
}
.post-title a:hover {
	color:#336699;
}
.post-info {
	font-size:12px;
	color: #666666;
	font-family:Arial, Verdana, sans-serif;
}
.post-info a:link, .post-info a:visited {
	color:#003399;
}
.post-info a:hover {
	color:#CC0000;
}
.post-content {
	margin-bottom: 8px;
}
.post p {
	margin: 10px 0;
	padding: 0;
}
.postmetadata, .postmetadata a:link, .postmetadata a:visited {
	color: #004466;
	font-size: 11px;
	font-family:Arial, Verdana, sans-serif;
	font-weight:bold;
}
.postmetadata a:hover {
	color: #666666;
}
.post-commented {
	float:right;
	text-align:left
}
/* Begin Typography & Colors */

h1, h2, h3 {
	font-weight: bold;
	}
h1 {
	font-size: 4em;
	text-align: center;
	}
h2 {
	font-size: 1.6em;
}

h2.pagetitle {
	font-size: 1.6em;
	}
h3 {
	font-size: 1.3em;
}

#commentlist {
	text-align: justify;
	margin: 0 0 0 25px;
	padding: 0;
}
#commentform input, #commentform textarea {
	font-size: 0.9em;
	color: #454545;
	border:1px solid #999999;
	background-color:#fff;
}
#commentform #submit {
	width:68px;
	height:30px;
	border:0;
	
}
#commentlist li {
	font-weight: bold;
	padding: 0 10px;
	margin:0;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
}
#commentlist cite, #commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: .9em;
	font-style:italic
}
#commentlist p {
	font-weight: normal;
	line-height: 1.2em;
	text-transform: none;
	padding:0;
	margin: 3px 0
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
/*-- wraper comments --*/
.commentbox {
	overflow:hidden;
}
.commentbox_t {
	background: url(images/commentbox_border.gif) left top repeat-x;
	height:8px;
}
.commentbox_tl {
	background: url(images/commentbox_tl.gif) left top no-repeat;
	font-size:5px;
	height:8px;
}
.commentbox_tr {
	background: url(images/commentbox_tr.gif) right top no-repeat;
	height:8px;
}
.commentbox_b {
	background: url(images/commentbox_bbg.gif) left bottom repeat-x;
}
.commentbox_bl {
	background: url(images/commentbox_bl.gif) left bottom no-repeat;
}
.commentbox_br {
	background: url(images/commentbox_br.gif) right bottom no-repeat;
	font-size:8px;
}
.commentbox_body {
	padding: 1px 10px;
	border-left:2px solid #D6D6D6;
	background: url(images/commentbox_rbg.gif) right top repeat-y;
}
/*-- end :: wraper comments --*/
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}
/* End Typography & Colors */


/*	Begin Headers */
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
h3 {
	padding: 0;
	margin: 20px 0 0;
}
/* End Headers */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	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 Images */

/* Begin Form Elements */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	padding: 2px;
	border: 1px solid #ccc;
	width: 40%;	
}
#commentform #submit {
	margin: 0;
}
/* End Form Elements */

/* Begin Comments*/

#commentform p {
	margin: 5px 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.center {
	text-align: center;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 5px;
	padding-bottom: 20px;
	border-bottom:1px solid #fff;
	font-size:11px;
}
/* End Various Tags & Classes*/


.list_wrapper ul {
	margin:0;
	padding:0;
	list-style: none;
}
.list_wrapper ul li {
	background: url(images/bullet_2.gif) 0 6px no-repeat;
	padding: 4px 0 5px 16px;
	border-bottom: 1px dashed #ddd;
}
.list_wrapper ul li a {
	font-weight: bold; 
}

#rsstwo
{
padding: 2px;
background: url('images/rss2.gif') no-repeat top left;
}

