@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - PARACHUTE BIO
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		para_bio.css
	Date:			January 22, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	active nav style
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	ul#navBar li.forum a {
		background-position:bottom !important;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	.mainCol a.bntPostNew {
		margin:10px 0 0 0;
		width:83px; height:20px;
		display:block;
		background:url(../../images/btn_postNew.gif) top left no-repeat;
		
	}
		.mainCol a.bntPostNew:hover {
			background-position:0 -20px;
		}	
	.mainCol h1.forum {
		margin:0 0 25px 0;
		width:623px; height:29px;
		background:url(../../images/h1_forum.png) top center no-repeat;
	}
	.mainCol #forum {
		margin:5px 0 0 0;
		width:623px;
		font:normal 10px Verdana, Arial, Helvetica, sans-serif;
		text-align:left;
		border-top:1px solid #21313a;
		border-right:1px solid #21313a;
		border-left:1px solid #21313a;
	}
	.mainCol #forum th {
		height:28px;
		background:#255e8a;
		color:#f5f7f6;
		border-bottom:1px solid #21313a;
	}
		.mainCol #forum .thForum {
			padding:0 0 0 8px;
			width:353px;
			border-right:1px solid #21313a;
		}
		.mainCol #forum .thTopics {
			width:47px;
			text-align:center;
			border-right:1px solid #21313a;
		}
		.mainCol #forum .thPosts {
			width:49px;
			text-align:center;
			border-right:1px solid #21313a;
		}
		.mainCol #forum .thLastPost {
			padding:0 0 0 10px;
			width:152px;
		}
	.mainCol #forum td {
		padding:15px 0 15px 0;
		background:#f5f7f6;
		color:#5F5555;
		border-bottom:1px solid #21313a;
	}
		.mainCol #forum td.folder {
			padding:0 0 0 10px;
			width:36px;
			border-right:1px solid #21313a;
		}
		.mainCol #forum td.forum {
			padding:0 0 0 10px;
			width:304px;
			border-right:1px solid #21313a;
		}
			.mainCol #forum td.forum h4 {
				font:bold 12px Verdana, Arial, Helvetica, sans-serif;
			}
		.mainCol #forum td.topics {
			width:47px;
			font:normal 10px Verdana, Arial, Helvetica, sans-serif;
			text-align:center;
			border-right:1px solid #21313a;
			overflow:hidden;
		}
		.mainCol #forum td.posts {
			width:49px;
			font:normal 10px Verdana, Arial, Helvetica, sans-serif;
			text-align:center;
			border-right:1px solid #21313a;
			overflow:hidden;
		}
		.mainCol #forum td.lastPost {
			padding:0 0 0 10px;
			width:152px;
		}

	/* Forum Single */
	
	.mainCol .post {
		margin:10px 0 0 0;
		width:622px;
		font:normal 10px Arial, Helvetica, sans-serif;
		text-align:left;
		border-top:1px solid #21313a;
		border-right:1px solid #21313a;
		border-left:1px solid #21313a;
	}
		.mainCol .post .thPostDate {
			padding:0 0 0 10px;
			height:28px;
			background:#255e8a;
			color:#f5f7f6;
			border-bottom:1px solid #21313a;
		}
		.mainCol .post .thPostDate a {
			color:#b7dffe;
		}
			.mainCol .post .thPostDate a:hover {
				color:#c57249;
			}
		
	.mainCol .post td {
		padding:15px 0 15px 0;
		background:#f5f7f6;
		color:#5F5555;
		border-bottom:1px solid #21313a;
	}
		.mainCol .post td.postInfo {
			padding:10px 0 0 10px;
			width:122px;
			border-right:1px solid #21313a;
			vertical-align:top;
			color:#4c5160;
		}
			.mainCol .post td.postInfo .info {
				padding:5px 0 0 0;
			}
		.mainCol .post td.postMessage {
			padding:10px 10px 10px 10px;
			width:469px;
		}
		.mainCol .post td.postMessage h3 {
			margin:0 0 10px 0;
			font:bold 12px Arial, Helvetica, sans-serif;
			color:#255e8a;
		}
		.mainCol .post td.postMessage p {
			margin:0 0 10px 0;
			font:normal 11px Verdana, Arial, Helvetica, sans-serif;
			line-height:15px;
			color:#21313a;
		}
		.mainCol .post td.postMessage a.btnQuote {
			margin:10px 0 0 15px;
			width:53px; height:20px;
			display:block;
			background:url(../../images/btn_quote.gif) top left no-repeat;
		}
			.mainCol .post td.postMessage a.btnQuote:hover {
				background-position:bottom;
			}
		 .mainCol a.btnPost {
			margin:5px 0 0 0;
			width:82px; height:20px;
			display:block;
			background:url(../../images/btn_postNew.gif) top no-repeat;
		}
			 .mainCol a.btnPost:hover {
				background-position:0 -20px;
			}
		.mainCol a.btnComment {
			margin:5px 0 0 0;
			width:102px; height:19px;
			display:block;
			background:url(../../images/btn_postComment.png) top no-repeat;
		}
			 .mainCol a.btnComment:hover {
				background-position:bottom;
			}
	/* Breadcrumbs */
	.mainCol .breadcrumb {
		font:bold 12px Arial, Helvetica, sans-serif;
		color:#b2b7f4;
	}
	.mainCol .paging {
		font:bold 10px Arial, Helvetica, sans-serif;
		color:#818cc0;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	noContent styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	.mainCol .noContent {
		padding:10px 0 10px 0;
		width:624px;
	}