/* #################################################################### 
[Layout Stylesheet]

Project:	REMI.com
Version:	0.1
Last change:	05/14/08 []
Assigned to:	Brian Hayes bh
Primary use:	REMI.COM forums
	

[Color codes]
------------------------------------------------------------------------
Red:		#8c172c
Grey:		#464646 *default
Lt. Blue: 	#accecb
Tan:		#d5cfbc


	
#################################################################### */

#forum {
	float:left;
	width:100%; /*450px*/
	margin-top: 10px;
}
	
	#forum forum {
				float:left;
	}
	
	#forum #cntnt01moduleform_1{
		width:100%;
	}
	
	#forum p {
				width:100%;
				float:left;
	}
	
a img {border:none !important;}

.breadcrumbs {
	margin-bottom:15px;
	width:700px;
}

/*
=Index
#################################################################### */
#forumIndex {
				float:left;
				width:100%;
}
	
	#forumIndex a{
				float:left;
	}
	
	#settings {
				float:left;
				height:40px;
				width:700px;
				padding-bottom:2px;
				border-bottom:1px solid #8c172c;
	}
		.settingsUsername {
			float:left;
		}
		#subSettings {
				float:right;
		}
		
#forumHeader {
	float:left;
	height:25px;
	width:100%;
	padding-top:8px;
	margin:0;
}
				.forum_head_table{
							float:left;
							width:100px;
							font-weight:bold;
				}
				/*not in use*/
				.forum_head_icon{
							float:left;
							display:none;
				}
				.forum_head_name{
							float:left;
							width:500px;
				}
				.forum_head_count{
							float:left;
							width:40px;
							margin-right:10px;
							text-align:center;
				}
				.forum_head_info{
							float:left;
							width:120px;
							margin-right:10px;
				}
		
.forumRow{
			float:left;
			width:100%;
}
			.forumRow p {
						padding-left:20px;
						padding-bottom:10px;
						padding-top:0px;
			}
			/*not in use*/
			.forum_icon{
						float:left;
						display:none;
			}
			.forum_name{
						float:left;
						width:500px;
			}
			.forum_count{
						float:left;
						width:40px;
						margin-right:10px;
						text-align:center;
			}
			.forum_info{
						float:left;
						width:120px;
						margin-right:10px;
			}

		
.forum_link {
/*	border-bottom:1px solid #8c172c;*/
	width: 700px;
}

.forum_link img {display:none;}
			
			.aSingleForum {
					float:left;
					width:100%;
			}
		
			.forum_head_subject {
				float:left;
				width:300px;
				margin-right:10px;
			}
			.forum_head_views {
				float:left;
				width:50px;
				margin-right:10px;
			}
				
				.forum_subject {
					float:left;
					width:300px;
					margin-right:10px;
				}
				.forum_views {
					float:left;
					width:50px;
					margin:0px;
				}
		
		pre {float:left;}
		
#forumTopic {
					float:left;
					width:100%;
}
		
	.forum_content {
				float:left;
				width:100%;
	}
	.postedby {
				font-style:italic;
	}	
	#forumTopic .forum_head_table{
				float:left;
				width:100%;
				margin-bottom:10px;
	}
	#forumTopic .forum_info {
				width:100%;
	}
	.forum_edit_buttons {
				float:left;
	}
	
		
	.forum_title, .forum_pagetable, .forum_info_reply{
		float:left;
		width:100%;
	}
		
	.forum_bodypost{
		float:left;
	}
#forum #settings {
	width:100%;
}
	
#forum #settings #cntnt01moduleform_1 {
	width:100% !important;
}
		
/*
=A Single Post
#################################################################### */		
.singlePost {
	float:left;
	width:100%;
	margin-left:15px;
}		
	.singlePost .forum_info{
		margin-right:0px;
	}
	*html .singlePost {
		width:600px;
		margin:0px;
	}	
ol.postList{
	float:left;
	width:100%;
	border-bottom:1px solid #8c172c;
	margin-bottom:10px;
/*	margin-left:10px;*/
}		
		
li.singlePost:first-child {
	border-bottom:4px solid #8c172c;
	margin-bottom:10px;
	margin-left:0px;
	width:100%;
}		
		
/*
=Forgot Password
#################################################################### */		
#cntnt01moduleform_1 {
	width:450px !important;
}		
		
		
		
		
		
		
		
		
		
		
		
		
		
