
/* Float clearing
*************************************************************************/
.forum-input:after {
	content: ".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
	}




/* Utilities
*************************************************************************/
.clear-last {
	clear: both;
	}

.success {
 	clear: both;
 	background: #d8e8d8 url("../site_images/bg-confirm.gif") no-repeat 10px 50%;
 	padding: 3px 5px 3px 32px !important;
 	margin: 0 0 10px 0 !important;
 	font-weight: bold;
 	color: #3A8A3E;
	}

.forum-alert {
	clear: both;
	font-weight: bold;
 	background: #fdf6f6 url("../site_images/bg-alert.gif") no-repeat 10px 10px;
	padding: 3px 5px 3px 32px !important;
	border: 1px solid #9b1717;
	color: #9b1717;
 	margin: 0 0 10px 0;
	}

.forum-alert p {
	margin-bottom: 10px;
	}



/* Positioning
*************************************************************************/
.forum-left-col {
	width:167px;
	padding:0 18px 10px;
	float: left;
	margin: 0 30px 0 0;
	background:#EFEFEF url(../site_images/bg-forum-sidepanel.png) left bottom no-repeat;	
	}

.forum-left-col h2 {
	font-size:1.5em;
	padding:12px 18px;
	margin:0 -18px 5px !important;
	background:#EFEFEF url(../site_images/bg-forum-sidepanel.png) left top no-repeat;
	}
	
.forum-right-col {
	width: 425px;
	float: left;
	}




/* Typography
*************************************************************************/
.forum-left-col h3 {
	margin-top: 0 !important;
	}

.forum-left-col li {
	background: none !important;
	padding:0pt;
	}

.submission-preview,
.forum-terms-of-service {
	clear: both;
	background: #efefef;
	border: 1px solid #e2e2e2;
	padding: 10px 15px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;	
	-moz-border-radius: 10px;
	}
	
.submission-preview {
	margin-bottom: 15px;
	}
	
.submission-preview h2,
.submission-preview h3 {
	margin-top: 0 !important;
	}




/* Forum form styles
*************************************************************************/
.forum-form {
	clear: both;
	background: #fff;
	padding: 10px;
	margin: 0 0 10px 0;
	border: 2px solid #ccc;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;	
	-moz-border-radius: 10px;
	}

.forum-input {
	margin: 15px 0;
	}
	
.forum-input label,
.forum-input .as-label {
	display: block;
	float: left;
	width: 120px;
	margin: 0 15px 0 0;
	font-weight: bold;
	}

.forum-input .label-after {
	width: 350px;
	margin: 0 0 0 5px;
	font-weight: normal;
	}

.forum-input input,
.forum-input textarea,
.forum-input .input-block {
	float: left;
	margin-left: 5px;
	}
	
.forum-input .input-block {
	width:222px;
	}
	
.forum-input .input-block input {}
	
.forum-input .input-block label {
	width: auto;
	margin-bottom: 5px;
	font-weight: normal;
	}
	
.forum-input textarea {
	border: 2px solid #cecece;
	padding:7px 5px 5px;
	width: 450px;
	height: 200px;
	line-height: 1.5em;
	}

.forum-input textarea.narrow {
	width: 212px;
	}

.forum-input input.text-input {
	width:212px;
	height:20px;
	padding:7px 5px 5px;
	margin:0;
	background:#EEE url(../site_images/bg-formfield-search.png);
	border:none;
	}
	
.forum-preview,
.forum-submit {
	background: #592049;
	color:#fff;
	border: 0;
	line-height: 1em;
	padding: 3px 10px;
	width: auto;
	overflow: visible;
	}
	
.forum-preview {
	margin: 0 0 0 10px;
	background: #6fbac9;
	}

.required {
	color: red;
	}

.instruction {
	display: block;
	margin-top: 5px;
	font-weight: normal;
	font-size: 85%;
	line-height: 1.2em;
	color: #999;
	}
	
.narrow .label-after {
	width: 200px;
	}




/* Search Form
*************************************************************************/
#forumsearch form {
	margin:0 0 30px 0;
	padding:0;
	width:100%;
	}




/* Buttons
*************************************************************************/
.forum-button-right {
	float: right;
	}

.forum-button-right a.buttonpostreply,
.forum-button-right a.buttonpostreply:visited {
	float:none;
	}




/* Definition list
*************************************************************************/
.forum-def-list {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	}

.forum-def-list dt {
	width: 40%;
	float: left;
	margin: 0 0 0 0;
	padding: 5px 10px 5px 0;
	border-top: 1px solid #ccc;
	font-weight: bold;
	}

/* commented backslash hack for mac-ie5 \*/
.forum-def-list dt { 
	clear: both;
	}
/* end hack */

.forum-def-list dd {
	float: left;
	width: 55%;
	margin: 0 0 0 0;
	padding: 5px 0 5px 10px;
	border-top: 1px solid #ccc;
	}




/* Over-rides
*************************************************************************/
.secforum #content .utilitybelt p.fl-right {
	float:right;
	}