/*
Theme Name: Gorgeous Office
Theme URI: http://www.nationalofficeweek.com
Description: The bbPress template for Gorgeous Office and National Office Week
Version: 1.0
Author: Pete Mason
*/

/* Forum code */
#latest, #forumlist, #favorites {
	font-size:0.8em;
	background-color: #f9f9f9;
	margin-bottom: 2em;
	width: 100%;
}

#latest td, #forumlist td, #favorites td { padding: 5px 10px; }
#latest tr.alt, #forumlist tr.alt, #favorites tr.alt { background-color:#fff; }
#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background-color: #e4f3e1; }

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #ccc;
	background-color: #efefef;
	padding: 5px 10px;
}


#latest td.num, #forumlist small {
	text-align: center;
}

.sticky { background-color: #f6e83d; }
.sticky a { text-decoration:none; border:0; }

span.topiclabels { font-size:0.8em; color:#666; }


h2.topictitle {
	display:inline;
	padding:0 10px 0 0;
	size:1.1em;
	border:0;
}
#topic_posts, #topic_labels, ul.topicmeta { font-size:0.8em; color:#666; }

ul.topicmeta {
	font-size:0.8em;
}
	ul.topicmeta li { padding:2px; }

/* thread ol */

#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 li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	float: left;
	padding: 1em 1em 0 1em;
	width: 100px;
}

.threadauthor p { margin: 0; }

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.threadpost {
	padding: 1.5em 1em;
	margin-left: 120px;
	background-color: #eee;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#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 {
	_height: 90px; /* Hack to fix broken .alt coloring in IE6 */
}

#thread .post blockquote {
	margin: 0 0 0 4ex;
	padding: 0 0 0 1ex;
	border-left: 5px solid #ccc;
}

#thread .post li { clear:none; }

.poststuff {
	clear:both;
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font-size:0.7em;
}

.postform textarea {
	font-size:1em;
}	


div.post ul, div.post ol {
	font-size:0.75em;
	padding:0;
	margin-top:0;
	border:0;
}
div.post li {
	border:0;
	background:0;
	color:#666666;
}




.postform label { display: block; padding-bottom:5px; }



div.nav { text-align:center; padding:10px; font-weight:bold;}

