/*
Theme Name: WBD
Theme URI: http://www.waterbydesign.com.au/
Description: WBD theme for BBPress
Version: 0.01
Author: Ben
Author URI: http://www.ddddg.com.au/
*/
	

/*       ###############################
         ADJUST LOGIN WIDGET
         ############################### */

		#login_widget {width:386px;}


/*       ###############################
         MAIN COLUMN
         ############################### */
	
	#outline {
		background:#fff;
		}
	#mainContent {
		background-color:#fff;
		margin:0 0 30px 15px;
		}
	#mainContent blockquote {
		padding:0 2em;
		font-style:italic;
		font-size:0.9em;
		color:#444;
		border-left:4px solid #F90;
		}
	#breadcrumbs p { 
		padding:1em 0 0 0; 
		margin:0;
		}
	
	#forumleft {
		width:520px;
		margin-bottom:1em;
		}
	
	/*  . . . . . . . . . . . . . .  Main Column Table */
	
	#mainContent thead th {
		background:#EAEAEA;
		}
	#mainContent th {
		color:#888;
		font-weight:normal;
		text-align:left;
		font-size:0.9em;
		}
	#mainContent td {
		background:#F4F4F4;
		}
	#mainContent td.topic {
		font-size:1.2em;
		}
	#mainContent td:hover {
		background:#EAEAEA;
		}
	
	
	

/*       ###############################
         FRONT PAGE
         ############################### */

	#front-page th {padding:0 0.5em 0 0 ;}
	#front-page td {padding:0.5em;}
	
	#front-page #latest,
	#front-page #forumlist {width:80%;}

	/* . . . . . . . . . . . . . .  restricted forums */
	
	td .hf_restricted, .link_restricted {color:green;}
	.hf_restricted .label {font-size:0.7em; padding-right:0.5em;}
	
	a.new-topic {font-size:12pt; padding:1em 0; display:block;}
	small.frontpage {line-height:0.6;}
	
/*       ###############################
         FORUM PAGE
         ############################### */

	#forum-page th {padding:0 0.5em 0 0 ;}
	#forum-page td {padding:0.5em;}

	#forum-page #mainContent {width:530px;}
	#forum-page h2.post-form {margin-top:3em;}
	
	#disclaimer {margin:2em 0; color:#666;}
	

/*       ###############################
         TOPIC PAGE
         ############################### */

	#topic-page .infobox {width:530px;}
	#topic-page h2.post-form {font-size:1.2em; margin:0;}
	
	#topic-info {
		float: left;
		padding: 0 1em 0 0;
		}
	#topic-info .topicmeta {
		margin:1em 0;
		}
	#topic-info .topicmeta li {
		list-style: none;
		color:#aaa;
		}
	#thread {
		list-style: none;
		margin: 0;
		padding: 0;
		}
	
	#thread li {
		line-height: 1.5em;
		clear: both;
		/* Hack to force padding on .threadauthor on IE */
		border-top: 1px solid #fff;
		}
		
	/*  . . . . . . . . . . . . . .  thread author pic and info */
	
	.threadauthor {
		float: left;
		width: 120px;
		padding: 1em 0 0 0;
		}
	.threadauthor img {
		padding: 0 1em 0 0;
		float: left;
		}
	.threadauthor p { margin: 0; }
	
	/*  . . . . . . . . . . . . . .  thread content */
	
	.threadpost {
		padding: 1.5em 1em;
		margin-left: 140px;
		background-color: #e8f9fa;
		}
	#thread li.alt .threadpost { background-color: transparent; }
	
	#thread li.deleted { background-color: transparent; }
	#thread li.deleted .threadpost { background-color: #ee8888; }
	#thread li.alt.deleted .threadpost { background-color: #ff9999; }
	
	#thread .post blockquote {
		margin: 0 0 0 4ex;
		padding: 0 0 0 1ex;
		border-left: 5px solid #ccc;
		}
	
	/*  . . . . . . . . . . . . . .  thread meta (eg, posted 1 month ago) */
	
	.poststuff a {
		color:#aaa;
		}
	.poststuff {
		color:#aaa;
		clear:both;	
		font: 0.8em;
		text-transform: lowercase;
		font-size:0.9em;
		}
	.poststuff:hover {
		color:#333;
		}
		




	
	/*  . . . . . . . . . . . . . .  form to post a reply */
	
	fieldset {border:0;}
	#theEditor_tbl td {padding:0 0.5em;}
	
	/* . . . . . . . . . . . . . . admin tools */
	
	
	.admin { background-color:#ffffcc; padding:2em; }
	#topic-move {margin-top:2em;}
	
	/* . . . . . . . . . . . . . . hide the breadcumb */
	
	/* .bbcrumb {display:none;} */
	
	
	