/************************************************************************/
/* RESET (Thanks to YUI) */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } 
table {	border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%;	font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
hr { display: none; }
address{ display: inline; }

body {
   background-color: #02071a;
   background-image: url( http://www.broadbandhelper.co.uk/assets/bodybg.jpg);
   background-repeat: no-repeat;
   background-attachment: fixed;
   font-family: arial, verdana, tahoma, sans-serif;
/*   line-height: 150%; */
   padding-bottom: 30px;
}

a {
	color: #3d5674;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

hr {
   display: block;
   border-top: 1px solid #8593a1;
   width: 90%;
   margin: 10px auto;
   height: 1px;
}

h1 {
   font-size: 32px;
   color: #192b40;
   margin-bottom: 12px;
}

h2 {
   font-size: 24px;
   color: #192b40;
   margin-bottom: 8px;
}

h3 {
   font-size: 22px;
   margin: 15px 0 12px;
   color: #192b40;
}

h4 {
   font-size: 13px;
}

h5 {
   font-size: 11px;
   font-style: italic;
   padding: 0px;
}

#header {
   background: url( http://www.broadbandhelper.co.uk/assets/headerbg2.png ) no-repeat;
/*   border-bottom: 10px solid #192b40; */
   padding: 0px;
   height: 99px;
}

#adheader {
   float: right;
   height: 60px;
   width: 468px;
   padding-top: 20px;
   padding-right: 15px;
}

#menu {
   background: url( http://www.broadbandhelper.co.uk/assets/navbg.jpg) repeat-x;
   color: #ffffff;
   padding: 0px;
   height: 30px;
/*   padding-left: 8px; */
   line-height: 30px;
   font-weight: bold;
   font-size: 14px;
}

#menu a:visited {
   color: #ffffff;
   text-decoration: none;
}

#menu a:link {
   color: #ffffff;
   text-decoration: none;
}

#menu ul{
/*   background:#333333; */
   height:30px;
   list-style:none;
   margin:0;
   padding:0;
}

#menu li{
   float:left;
   padding:0px;
}

#menu li a{
   color:#cccccc;
   display:block;
   font-weight:normal;
   line-height:30px;
   margin:0px;
   padding:0px 25px;
   text-align:center;
   text-decoration:none;
}

#menu li a:hover, .menu ul li:hover a{
   background: #026193;
   color:#FFFFFF;
   text-decoration:none;
}

#menu li ul{
   background:#026193;
   display:none;
   height:auto;
   padding:0px;
   margin:0px;
   border:0px;
   position:absolute;
   width:225px;
   z-index:200;
   /*top:1em;
   /*left:0;*/
}

#menu li:hover ul{
   display:block;
}

#menu li li {
   display:block;
   float:none;
   margin:0px;
   padding:0px;
   width:225px;
}

#menu li:hover li a{
   background:none;
}

#menu li ul a{
   display:block;
   height:30px;
   font-size:12px;
   font-style:normal;
   margin:0px;
   padding:0px 10px 0px 15px;
   text-align:left;
}

#menu li ul a:hover, .menu li ul li:hover a{
   background:#1d3652;
   border:0px;
   color:#ffffff;
   text-decoration:none;
}

#menu p{
   clear:left;
}

	#demo_site {
		position: absolute;
		right: 15px;
		line-height: 150%;
		top: 30px;
		width: 500px;
		background: #35404e;
		color: #b2c3cc;
		padding: 15px;
		-webkit-border-radius: 15px;
		font-size: 13px;
	}

#outer_container {
	width: 1030px;
	margin: 0 auto;
	background: url( http://www.broadbandhelper.co.uk/assets/demo_images/page_bg.png ) repeat-y;
}

#container {
	width: 970px;
	margin: 0 15px 5px;
	padding: 15px;
	overflow: auto;
}

#copyright {
	width: 1000px;
	margin: 10px auto;
	font-size: 11px;
	text-align: right;
	color: #728798;
	line-height: 150%;
}

#menu_bar {
	background: #2a353f url( http://www.broadbandhelper.co.uk/assets/demo_images/menu_bg.png ) repeat-x;
	margin: 0 15px;
	padding: 8px 15px 0;
	border-bottom: 12px solid #1b7cae;
	overflow: hidden;
}

	#menu_bar li {
		float: left;
		padding: 10px 18px 9px;
		margin: 0 5px 0 0;
		font-size: 15px;
		background: #b6c9d4 url( http://www.broadbandhelper.co.uk/assets/demo_images/menu_item_off_bg.png ) repeat-x top;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		border: 1px solid #cedee7;
		border-bottom: 0;
		text-shadow: #ffffff 0px 1px 0;
	}
		
		#menu_bar li.active {
			background: #1b7cae url( http://www.broadbandhelper.co.uk/assets/demo_images/menu_item_bg.png ) repeat-x top;
			font-weight: bold;
			-webkit-border-top-left-radius: 4px;
			-webkit-border-top-right-radius: 4px;
			text-shadow: #1a3d60 0px -1px 0;
			border: 1px solid #156289;
			border-bottom: 0;
		}
		
			#menu_bar li.active a {
				color: #fff;
			}
		
	#menu_bar a {
		text-decoration: none;
		color: #1a3f5e;
	}
	
#article_sidebar {
	width: 230px;
	float: left;
}

	/*#category_list {
		background: #2b333d;
		padding: 10px;
	}*/
	
	#category_list h2, #recent_articles h3, #recent_comments h3, #article_search h3,
	#video_info h2 {
		background: #104560;
		color: #fff;
		font-size: 13px;
		padding: 6px 10px;
		font-weight: bold;
		margin-bottom: 3px;
	}
		
		#category_list h2 a {
			font-size: 10px;
			float: right;
			color: #8297ac;
			font-weight: normal;
		}
		
	#category_list ul a {
		color: #30587f;
		text-decoration: none;
		display: block;
		padding: 8px 12px;
		background: #e6f1f7;
		border-right: 10px solid #c9e2ef;
	}
	
		#category_list ul a:hover {
			background: #c9e2ef;
			color: #2b333d;
			border-right: 10px solid #a9d3e9;
		}
	
	#category_list ul ul {
		margin-top: 3px;
	}
	
		#category_list ul ul li a {
			font-size: 11px;
			padding: 6px 12px 6px 25px;
		}
		
	#category_list li {
		font-size: 12px;
		margin: 0 0 3px 0;
	}
	
		#category_list li.active a {
			background: #995f8a;
			color: #fff;
			border-right: 10px solid #732d60;
			font-weight: bold;
		}
		
	#article_search form {
		background: #e6f1f7;
		padding: 5px;
	}
	
.site_callout {
	margin: -15px -15px 30px -15px;
	/*margin-bottom: 15px;*/
	padding: 15px;
	background: #e6f1f7;
	color: #406579;
	border-bottom: 1px solid #c9e2ef;
	overflow: hidden;
	font-size: 12px;
}

#forum_info {
	background: #d5e3eb;
	border-bottom: 1px solid #afcddd;
	color: #ccdfe9;
	padding: 20px 10px;
	margin: -15px -15px 15px;
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.section_title, .post_form h2 {
	font-size: 22px !important;
	color: #646464;
	font-weight: bold;
	border-bottom: 2px solid #cbcbcb;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.no_messages {
	clear: both;
	color: #1c2837;
	padding: 10px 30px 10px 0px;
}

.desc {
	font-size: 11px;
	color: #858585;
} 

.desctext {
   font-size: 14px;
   margin-left: 10px;
   display: block;
}

/* Media section */

#videos h2 {
	background: #104560;
	color: #fff;
	font-size: 13px;
	padding: 6px 10px;
	font-weight: bold;
	margin-bottom: 3px;
}

	#videos h2 .rating {
		float: right;
	}

#videos_menu {
	width: 250px;
	margin-right: 10px;
}

#videos_latest {
	margin-bottom: 25px;
}

#videos_latest, #videos_recent, #video_view, #video_category {
	background: #f0f6f9;
	width: 700px;
}

	#videos_hot {
		background: #f0f6f9;
		width: 250px;
		overflow: hidden;
		margin-top: 15px;
	}

	#videos_latest h3 {
		font-size: 18px;
		margin-top: 10px;
	}
	
#videos_recent, #video_category {
	overflow: hidden;
}

	.video_thumb {
		padding: 10px;
		width: 140px;
		height: 140px;
		overflow: hidden;
		margin: 5px;
		background: #fff;
		float: left;
	}
		
		.video_thumb img {
			margin-bottom: 5px;
		}
		
		.video_thumb a,
		.video_mini_thumb a {
			color: #30587f;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
		}
		
		.video_thumb .time {
			color: #979797;
			font-size: 11px;
		}
		
		.video_thumb .rating {
			margin-top: 8px;
			display: inline-block;
		}
		
	.video_mini_thumb {
		background: #fff;
		padding: 10px;
		overflow: hidden;
		margin: 3px 0;
	}
	
		.video_mini_thumb .info {
			margin-left: 48px;
			margin-top: -3px;
		}

/* Article styles relevant to the demo site */	
.articles, .post_form {
	float: left;
	width: 640px;
/*	margin-left: 20px; */
	font-size: 13px;
}
		
		.articles a:hover {
			text-decoration: underline;
		}
		
	.articles .posted_info a,
	.comment_wrap .posted_date a {
		color: #6588b0;
		text-decoration: none;
	}
	
	.articles .block-1,
	.articles.type-1x2x2 .article_row {
		border-bottom: 1px solid #d8d8d8;
	}
	
	.articles .links {
		margin-top: 8px;
		display: inline-block;
	}
	
	.articles .links a {
		color: #1b7cae;
		font-size: 11px;
	}
	
	.articles .links a.read_more {	
		font-weight: bold;
	}
	
	.articles .article_body {
		margin-top: 8px;
		padding-top: 20px;
		border-top: 1px solid #d8d8d8;
	}
	
.articles.archives .subcats .subcat:first-child {
	border-top-width: 4px;
}

.articles.categories .subcats .subcat:first-child {
	border-top-width: 0px;
}

.articles .subcat h2 {
	float: left;
	width: 180px;
	font-weight: normal;
}

	.articles .subcat h2 .desc {
		display: block;
	}
	
		.articles .subcat h2 img {
			vertical-align: middle;
			margin-right: 5px;
		}

	.articles .last_article {
		margin-left: 200px;
	}
	
	.articles.archives .block,
	.articles.categories .block {
		padding: 10px 0;
	}
	
	.articles.archives .block .excerpt, .articles.archives .links,
	.articles.categories .block .excerpt, .articles.categories .links {
		margin-top: 5px;
	}
	
	.articles .children {
		font-size: 11px;
		margin-top: 8px;
		float: left;
		clear: left;
		max-width: 180px;
		margin-left: 20px;
		line-height: 130%;
	}

.sort_bar {
	font-size: 11px;
	padding: 6px 6px;
	text-align: right;
	margin: -10px 0 10px;
	border-bottom: 4px solid #ebebeb;
	color: #a3a3a3;
}

	.sort_bar ul, .sort_bar li {
		display: inline;
	}
	
	.sort_bar li {
		margin: 0 0 0 10px;
	}
	
	.sort_bar li.active a {
		background: #1b7cae;
		color: #fff;
		padding: 3px 10px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	}

#recent_articles {
	margin-top: 30px;
}

#recent_articles a {
	font-size: 12px;
}

#recent_articles li {
	padding: 4px 10px 4px 0px;
	list-style-image: url( http://www.broadbandhelper.co.uk/assets/demo_images/bullet.png );
	margin-left: 25px;
}

#recent_comments li {
	padding: 5px 10px;
	line-height: 120%;
}

#recent_comments .photo {
	float: left;
	margin-right: 10px;
}

#recent_comments .desc {
	font-size: 11px;
}

#previous_bar {
	background: #e8edf2;
	border-top: 1px solid #c6d3e0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 7px;
}

.utilities {
	font-size: 11px;
	position: relative;
	bottom: -6px;
}

	.utilties a:hover {
		text-decoration: none;
	}
	
	.utilities img {
		vertical-align: middle;
		margin-top: -2px;
	}

.topic_buttons {
	overflow: hidden;
	margin-top: 6px;
	background: #f4f7f9;
	padding: 4px 0;
	margin-bottom: -10px;
}
	
.topic_buttons li {
	float: right;
}

	.topic_buttons li a,
	.subscribe,
	.add_link {
		display: inline-block;
		background: #edf2f5;
		border: 1px solid #e8edf2;
		margin-left: 5px;
		/*background: url( http://www.broadbandhelper.co.uk/assets/demo_images/button_bg.png ) repeat-x;*/
		padding: 4px 7px 4px;
		color: #7f96a3;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		font-size: 11px;
	}
	
		.topic_buttons li a:hover,
		.subscribe:hover,
		.add_link:hover {
			background: url( http://www.broadbandhelper.co.uk/assets/demo_images/button_bg.png ) repeat-x;
			border: 1px solid #10435d;
			text-decoration: none !important;
			color: #fff;
		}

	.topic_buttons li img {
		display: none;
	}
	
	.add_link {
		position: relative;
		top: -4px;
	}

.post_form h4 {
	font-weight: bold;
	font-size: 15px;
	margin: 5px 0;
}

.post_form fieldset > ul {
	margin: 0 15px 15px;
}

/************************************************************************/
/* COMMENTS (& RELATED) STYLES */

#comment_list {
	margin-top: 10px;
}

#comment_innerwrap .no-form {
	margin-top: 4px;
}

.comment_wrap .comment {
	line-height: 150%;
	padding: 5px;
	margin: 8px;
	border-bottom: 1px solid #e7e7e7;
	overflow: hidden;
}
	.comment_wrap {
		position: relative;
	}

	.comment_wrap .comment .photo {
		float: left;
		margin: 0 10px 10px 0;
	}

	.comment_wrap .comment h4,
	.comment_wrap .posted_date,
	.comment_wrap .comment .comment_content {
		margin-left: 65px;
	}

	.comment_wrap .posted_date {
		display: block;
	}

	.comment_wrap .comment h4 {
		font-size: 1.1em;
		margin-bottom: -3px;
		clear: none !important;
	}

		.comment_wrap .comment h4 a {
			text-decoration: none;
		}

	.comment_wrap .comment .comment_content {
		padding: 10px 5px;
	}

.comment_options {
	float: right;
}

	.comment_options li {
		font-size: 0.8em;
		font-weight: bold;
		margin: 0 5px;
		float: left;
	}

.comment_wrap .rep_bar {
	margin: -30px 0px 10px 0;
	background: #e4ebf2;
	font-size: 0.8em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 10px;
}

	.rep_bar ul {
		margin-top: 8px;
		float: left;
	}

		.rep_bar ul li {
			float: left;
		}
		
.comments_title {
	background: #d5dde5;
	padding: 5px 10px;
	color: #2b333d;
	font-size: 14px !important;
	border: 0;
	margin-top: 15px;
	font-weight: bold;
}

#leave_comment textarea {
	width: 100%;
	height: 70px;
}

.reputation {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.reputation {
	font-weight: bold;
	padding: 3px 8px;
	margin: 6px;
	display: block;
	float: right;
}
	
	.reputation.positive, .members li.positive {
		background: #6f8f52;
	}
	
	.reputation.negative, .members li.negative {
		background: #b82929;
	}
	
	.reputation.positive, .reputation.negative {
		color: #fff;
	}
	
	.reputation.zero {
		background: #dedede;
		color: #6e6e6e;
	}

.rte_emoticons { width: 100% }

/************************************************************************/
/* PAGINATION STYLES */

span.pagination.no_pages {
	color: #acacac;
	font-size: 0.9em;
	padding: 10px;	
	height: 15px;
	display: none;
}

	ul.pagination.top {
		padding: 0 0 5px 0;
		margin-bottom: 15px;
		height: 18px;
	}

	ul.pagination.bottom {
		padding: 5px 0 0 0;
		margin-top: 15px;
		height: 18px;
	}

ul.pagination a,
ul.pagination li.active, 
ul.pagination li.pagejump,
ul.pagination li.total {
	text-decoration: none;
	padding: 1px 4px;
	display: block;
}

ul.pagination li {
	background: #fff;
	font-size: 0.9em;
	border: 1px solid #cfcfcf;	
	margin: 0 2px 0 2px;
	float: left;
}

	ul.pagination li.total,
	ul.pagination li.active {
		background: none;
		border: 0;
		margin-left: 0px;
	}

	ul.pagination li.active {
		color: #528f6c;
		font-size: 1em;
		font-weight: bold;
	}

/* BBCODE */
strong.bbc				{	font-weight: bold !important; }
em.bbc 					{	font-style: italic !important; }
span.bbc_underline 		{ 	text-decoration: underline !important; }
acronym.bbc 			{ 	border-bottom: 1px dotted #000; }
div.bbc_center 			{	text-align: center; }
div.bbc_left 			{	text-align: left; }
div.bbc_right 			{	text-align: right; }
div.bbc_indent 			{	margin-left: 50px; }
del.bbc 				{	text-decoration: line-through !important; }
ul.bbc 					{	list-style: disc outside; margin-left: 30px; }
	ul.bbc ul.bbc 			{	list-style-type: circle; }
		ul.bbc ul.bbc ul.bbc 	{	list-style-type: square; }
ul.bbcol.decimal 				{ margin-left: 30px; list-style-type: decimal; }
	ul.bbcol.lower-alpha		{ margin-left: 30px; list-style-type: lower-alpha; }
	ul.bbcol.upper-alpha		{ margin-left: 30px; list-style-type: upper-alpha; }
	ul.bbcol.lower-roman		{ margin-left: 30px; list-style-type: lower-roman; }
	ul.bbcol.upper-roman		{ margin-left: 30px; list-style-type: upper-roman; }
hr.bbc 					{ 	display: block; border-top: 2px solid #777; }
div.bbc_spoiler 		{	 }
div.bbc_spoiler span	{ 	font-weight: bold; }
div.bbc_spoiler_wrapper	{ 	border: 1px inset #777; padding: 4px; }
div.bbc_spoiler_content	{ 	 }
input.bbc_spoiler_show	{ 	width: 45px; font-size: .7em; margin: 0px; padding: 0px; }
pre.prettyprint 		{ padding: 5px; background: #f8f8f8; border: 1px solid #c9c9c9; overflow: auto; margin-left: 10px; font-size: 11px; line-height: 140%; }

/* Quote boxes */
p.citation {
	background: #d3e9dc url(http://www.broadbandhelper.co.uk/forums/public/style_css/css_9/../../style_images/master/citation_bg.png) no-repeat right;
	color: #2b3730;
	font-size: 0.9em;
	font-weight: bold;
	border-width: 1px 1px 0 3px;
	border-style: solid;
	border-color: #6fa987;
	padding: 5px 8px;
}

	div.blockquote {
		background: #f3f9f6;
		font-size: 0.9em;
		border-width: 1px 1px 1px 3px;
		border-style: solid;
		border-color: #6fa987;
		margin: 0px;
		margin-top: 0px;
	}

		div.blockquote p.citation {
			background-color: #e5d2e9;
			color: #413544;
			border-color: #ae7eb9;
		}
		
		div.blockquote div.blockquote {
			background: #f9f5fa;
			font-size: 1em;
			border-color: #ae7eb9;
			margin: -0px 15px 0px 15px;
		}

			div.blockquote div.blockquote p.citation {
				background-color: #e9e7d1;
				color: #474534;
				border-color: #b2ab72;
			}

			div.blockquote div.blockquote div.blockquote {
				background: #f9f8f3;
				border-color: #b2ab72;
			}
			
			div.blockquote p.citation {
				margin: 6px 15px 0 15px;
				font-size: 1em;
			}

div.quote {
	padding: 12px;
} 

div.quote p.blockquote {
	margin-left: -12px;
}

cite {
	display: block;
	font-weight: bold;
}

	blockquote cite {
		font-size: 1em;
	}

/* Delete form */
#confirm-delete {
	display: block;
	margin-left: 12px;
	float: left;
}
h2.maintitle {
	font-size: 20px;
	font-weight: bold;
}

.post_form p, .post_form fieldset {
	padding: 12px 12px 4px 0px;
	line-height: 170%;
}


/* Rounded corners */
.popupWrapper, .rounded {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.popupWrapper {
	background: url(http://www.broadbandhelper.co.uk/forums/public/style_css/css_9/../../style_images/master/trans_bg.png);
	color: #fff;
}

	.popupInner {
		background: #fff;
		color: #000;
		border: 3px solid #d5dde5;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		margin: 6px;
		width: 500px;
		overflow: auto;
	}
	
		.popupInner h3 {
			background-color: #dae4ed;
			font-size: 1em;
			border: 0;
			padding: 5px 8px 3px 24px;
			font-weight: bold;
			font-size: 100%;
		}

.popupClose {
	position: absolute;
	left: 12px;
	top: 12px;
}

.popup_footer {
	padding: 15px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.popup_body {
	padding: 10px;
}

.stem {
	width: 31px;
	height: 16px;
	position: absolute;
}

	.stem.topleft {
		background-image: url(http://www.broadbandhelper.co.uk/forums/public/style_css/css_9/../../style_images/master/stems/topleft.png);
	}
	.stem.topright {
		background-image: url(http://www.broadbandhelper.co.uk/forums/public/style_css/css_9/../../style_images/master/stems/topright.png);
	}
	.stem.bottomleft {
		background-image: url(http://www.broadbandhelper.co.uk/forums/public/style_css/css_9/../../style_images/master/stems/bottomleft.png);
	}
	.stem.bottomright {
		background-image: url(http://www.broadbandhelper.co.uk/forums/public/style_css/css_9/../../style_images/master/stems/bottomright.png);
	}
	
.modal {
	background-color: #3e3e3e;
}

.userpopup {
	padding-bottom: 25px;
	overflow: hidden;
	position: relative;
	font-size: 0.9em;
}

	.userpopup .info {
		position: relative;
	}
	
	.userpopup h3 {
		font-size: 1.2em;
	}
	
	.userpopup > div {
		padding: 8px;
	}

		.userpopup dl {
			border-bottom: 1px solid #d4d4d4;
			padding-bottom: 10px;
			margin-bottom: 4px;
		}
		
	.userpopup .photo {
		top: 0px;
		right: 0px;
		position: absolute;
	}
	
	.userpopup .user_controls {
		left: 10px;
		position: absolute;
	}
	
	.userpopup .reputation {
		right: 4px;
		position: absolute;
	}
	
.info dt {
	float: left;
	font-weight: bold;
	padding: 3px 6px;
	clear: both;
	width: 30%;
}

.info dd {
	padding: 3px 6px;
	width: 60%;
	margin-left: 35%;
}

	.message.user_status {
		background: #f9f7e0;
		color: #6c6141;
		font-size: 1em;
		border: 1px solid #eadca0;
		padding: 5px 5px 5px 15px;
		margin-bottom: 10px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}

.user_controls {
	text-align: center;
	margin: 6px 0;
}

	.user_controls li {
		margin: 0 2px;
		display: inline;
	}
		
		.user_controls li a {
			display: inline-block;
			background-color: #d5dee5;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			padding: 3px;
			color: #1d3652;
		}

#wrapper {
   width: 1000px;
/*   border-width: 1px 3px 3px 1px; */
/*   border-style: solid; */
/*   border-color: #a7b5bf; */
   margin: 40px auto 8px auto;
/*   background: #fff; */
   overflow: hidden;
}

#admin_bar ul, #admin_bar li {
   display: inline;
}

#admin_bar {
/*  font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif; */
   background: #2e2e2e url(http://www.broadbandhelper.co.uk/forums/public/style_images/bbhelperv2/gradient_bg.png) repeat-x 50%;
   color: #d2d2d2;
/*   font-size: 0.8em; */
   font-size: 10px;
   padding: 7px;
/*   height: 14px; */
   line-height: 14px;
}

#admin_bar li {
   color: #767676;
   padding: 0 3px 0 5px;
}
        
#admin_bar li.active, #admin_bar li.active a {
   color: #e74242;
}

/* White links */
#admin_bar a{
   color: #fff;
   text-decoration: none;  
}

#sidebar {
   background: #ecf0f4;
   width: 290px;
   padding: 20px;
   float: right;
}

#content {
/*   background: #ffffff; */
   width: 640px;
   padding: 0px 15px 0px;
}

.copyright {
   font-size: 13px;
   color: #ffffff;
   text-align: center;
}

.copyright a:visited,
.copyright a:link {
   color: #ffffff;
   text-decoration: none;
}

.copyright a:hover {
   color: #ffffff;
   text-decoration: underline;
}

#pagebar {
height: 32px;
/* line-height: 32px; */
/* margin-left: auto; */
/* margin-right: auto; */
/* width: 1000px; */
background: #1d3652 url(http://www.broadbandhelper.co.uk/forums/public/style_images/bbhelperv2/gradient_bg.png) repeat-x left 50%;
/* border-bottom-color:#666666; */
/* border-bottom-style:solid; */
/* border-bottom-width:1px; */
/* border-color:#666666; */
/* border-style:solid; */
/* border-width:0 1px 1px; */
/* border-radius: 0 0 6px 6px; */
/* -moz-border-radius: 0 0 6px 6px; */
/* -webkit-border-bottom-left-radius: 6px; */
/* -webkit-border-bottom-right-radius: 6px; */
}

#quicklinks {
line-height: 32px;
padding-left: 10px;
padding-right: 10px;
float: left;
}

#search {
	color: #556b85;
	font-size: 0.85em;
	margin: 5px 4px auto auto;	
	position: relative;
	right: 0px;
	float: right;
	z-index: 5000;
}

	#search .submit_input {
		background: #528f6c url(http://www.broadbandhelper.co.uk/forums/public/style_images/bbhelperv2/search_icon.png) no-repeat 50%;
		text-indent: -3000em;
		width: 25px;
		height: 24px;
		border: 1px solid #1a2735;
		padding: 0;
		float: left;
	}

	#search input#main_search {
		padding: 0;
		border: 0;
		width: 165px;
		background-color: #fff;
	}
	
		#search input#main_search.inactive {
			color: #a9a9a9;
			font-style: italic;
		}
	
	#search_wrap {
		background: #fff;
		border: 1px solid #1a2735;
		padding: 3px;
		float: left;
	}
	
	#adv_search {
		width: 25px;
		height: 20px;
		margin: 1px;
		background: url(http://www.broadbandhelper.co.uk/forums/public/style_images/bbhelperv2/advanced_search.png) no-repeat 50%;
		text-indent: -3000em;
		float: left;
		display: inline-block;
	}
	
		#adv_search:hover {
			background-color: #2b4f74;
		}

#pagebg {
   background-color: #ffffff;
   border-width: 1px;
   border-style: solid;
   border-color: #1d3652;

}

.date {
   font-size: 13px;
   color: #8e9aa7;
}

.members {
   margin: 10px 0 0 0;
}

.members .photo, #welcome_block .photo {
   float: left;
   margin-right: 6px;
   border: 1px solid #a7b5bf;
}

.members .member_block, #welcome_block .member_block {
   margin-left: 62px;
}

.member_links {
   text-align: center;
   font-size: 13px;
   margin: 10px 0;
}

.member_links a {
   background: #1b8272;
   color: #fff;
   padding: 2px 8px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   text-decoration: none;
}

#welcome_block table {
   font-size: 15px;
}

td.ft { width: 40%; }
td.fc { width: 60%; }

#activeusers h4 {
   font-size: 13px;
   margin-top: -10px;
}

#activeusers .desctext {
   color: #8e9aa7;
   margin: 0;
}

#pagebg .input_rte {
	width: 100%;
	height: 250px;
}

	#pagebg .ips_editor.lite_edition .input_rte {
		height: 60px;
	}
	
	#pagebg .ips_editor .input_rte.unloaded_editor {
		font-family: arial, verdana, tahoma, sans-serif;
		font-style: italic;
		font-size: 11px;
		color: #b4b4b4;
		padding: 5px 0px;
		text-indent: 5px;
	}
	
#pagebg .ips_editor {
	/*background-color: #d5dde5;*/
	border: 2px solid #d5dde5;
	margin: 8px;
	/*padding: 6px;*/
	position: relative;
	line-height: 100% !important;
}

	#pagebg .ips_editor.with_sidebar .controls,
	#pagebg .ips_editor.with_sidebar .editor{
		margin-right: 200px;
	}
	
	#pagebg .ips_editor .controls {
		position: relative;
	}
	
	/* Sidebar go bye-bye-bye (like Keith) */
	#pagebg .ips_editor.with_sidebar .sidebar {
		position: absolute;
		top: 0px;
		right: 1px;
		width: 195px;
		bottom: 1px;
		margin: 0;
		border-width: 1px;
		border-style: solid;
		border-color: #f6f8fa #d5dde5 #d5dde5 #f6f8fa;
	}
		
		#pagebg .ips_editor.with_sidebar .sidebar h4 {
			background-color: #e4ebf2;
			height: 25px;
			color: #1d3652;
			font-size: 10px;
			font-weight: bold;
		}
		
			#pagebg .ips_editor.with_sidebar .sidebar h4 span {
				padding: 6px 0 0 6px;
				display: block;
			}
			
			#pagebg .ips_editor.with_sidebar .sidebar h4 img {
				float: right;
				margin: 6px 6px 0 0;
				cursor: pointer;
			}
		
		#pagebg .ips_editor.with_sidebar .sidebar .emoticon_holder {
			width: 100%;
			height: 93%;
			overflow: auto;
			position: absolute;
			bottom: 25px;
			top: 25px;
		}
		
		#pagebg .ips_editor.with_sidebar .sidebar .emoticon_holder  td {
			padding: 5px 0;
		}
		
		#pagebg .show_all_emoticons {
			bottom: 0px;
			position: absolute;
			width: 100%;
			text-align: center;
			background: #e4ebf2;
			height: 25px;
		}
		
			#ipboard_body .ips_editor.with_sidebar .sidebar .emoticon_holder.no_bar {
				bottom: 0px;
			}

	#pagebg .ips_editor .toolbar {
		height: 30px;
		background: #e4ebf2 url(http://community.adslhelper.co.uk/public/style_images/adslhelper4/gradient_bg.png) repeat-x left 50%;
		border-width: 1px;
		border-style: solid;
		border-color: #f6f8fa #d5dde5 #d5dde5 #f6f8fa;
	}
		
		#pagebg .ips_editor .toolbar li {
			float: left;
			padding: 3px;
		}
		
			#pagebg .ips_editor .toolbar li.sep {
				padding-right: 4px;
				border-right: 1px solid #d5dde5;
				margin-right: 4px;
			}
			
			#pagebg .ips_editor .toolbar li.left {
				float: left;
			}
			
			#pagebg .ips_editor .toolbar li.right {
				float: right;
			}
		
		#pagebg .ips_editor .toolbar li span {
			display: block;
			padding: 3px;
		}
		
	#pagebg .ips_editor ul.ipbmenu_content,
	#pagebg .ips_editor ul.ipbmenu_content li {
		display: block;
		float: none;
		background-color: #fff;
	}
		
#pagebg .ips_editor .toolbar li .rte_control.rte_menu {
	font-size: 11px;
	height: 14px;
	border: 1px solid #aeb9c5;
	margin-top: 1px;
	padding: 4px 15px 2px 7px;
	background-color: #fff;
	background-image: url(http://community.adslhelper.co.uk/public/style_images/adslhelper4/rte_icons/rte_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#pagebg .rte_title {
	background-color: #d5dde5;
	padding: 4px;
	margin: -4px -4px 5px -4px;
	color: #1d3652;
	font-size: 10px;
	font-weight: bold;
}

#pagebg .rte_fontsize {
	min-width: 50px;
}

#pagebg .rte_font {
	min-width: 85px;
}

#pagebg .rte_special {
	min-width: 90px;
}

#pagebg .ipb_palette {
	padding: 4px;
	background-color: #eef3f8;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #d5dde5;
	font-size: 11px;

}

	#pagebg .ipb_palette label {
		display: block;
		font-weight: bold;
		clear: both;
		width: auto !important;
		float: none !important;
		text-align: left !important;
	}
	
	#pagebg .ipb_palette input {
		clear: both;
		width: 96%;
		margin-bottom: 5px;
		font-size: 11px;
		margin-right: 6px;
	}
	
	#pagebg .ipb_palette input[type="submit"], 
	#pagebg .input_submit.emoticons {
		background-color: #d5dde5;
		border: 1px solid #d5dde5;
		margin: 5px auto 5px auto;
		text-align: center;
		padding: 2px;
		color: #1d3652;
		font-size: 11px;
		display: block;
		width: auto !important;
	}
	
	#pagebg .ipb_palette.extended {
		min-width: 250px;
		max-width: 320px;
	}
	
	#pagebg .ipb_palette pre {
		padding: 5px 7px 10px 7px;
	}

#pagebg ul.fontsizes li {
	padding: 0.3em 0px !important;
}

#pagebg .ipb_palette table.rte_colors {
	border-collapse: separate;
	background-color: #fff;
	border-spacing: 1px;
}

#pagebg table.rte_colors td {
	padding: 6px;
	border: 1px solid #777;
	margin: 1px;
	font-size: 1px;
	cursor: pointer;
	height: 18px;
}

#pagebg .rte_control {
	cursor: pointer;
	border: 1px solid #e4ebf2;
}		

#pagebg .rte_hover {
	background-color: #d5dde5;
}

#pagebg .rte_selected {
	background-color: #d5dde5;
	border: 1px solid #aeb9c5;
}
