html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: verdana, arial;
	vertical-align: baseline;
}

*{
	font-size:10pt;
}

span{
	color:inherit;
	background-color:inherit;
}

strong, b{
	font-weight:bold;
}

p{
	padding:8px 8px 8px 8px;
}

cite, em, i{
	font-style: italic;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a{
	color:#3b5998;
	font-weight:bold;
}

small{
	font-size:8pt;
	font-weight:normal;
}

	html, body{
		background:#dddddd url(images/mainBg.png) repeat-x;
	}
	
		#mainWrapper{
			width:1024px;
			margin:0px auto;
			text-align:center;
		}
		
			#header{
				height:94px;
				padding:8px 0px 0px 0px;
			}
			
				#headerLogo{
					float:left;
					width:290px;
					text-align:left;
					margin:16px 0px 0px 0px;
					overflow:hidden;
					height:68px;
				}
				
				#headerAd{
					float:left;
					width:728px;
					padding:16px 0px 0px 0px;
					text-align:right;
				}
				
			#mainMenu{
				height:40px;
				text-align:left;
			}
			
				#mainMenu li{
					display:inline;
				}
				
					#mainMenu a{
						padding:10px 16px 14px 16px;
						float:left;
						color:#434343;
						font-weight:bold;
						text-decoration:none;
						font-size:10pt;
					}
					
					#mainMenu a:hover{
						color:#000000;
						background:url(images/mainMenuHover.png) top center repeat-x;
					}
					
					.mainMenuCurrent{
						background:url(images/mainMenuCurrent.png) top center repeat-x;
					}
					
			#subMenu{
				height:40px;
				text-align:left;
				padding:0px;
			}
			
				#subMenu ul{
					text-align:left;
				}
			
				#subMenu li{
					display:inline;
				}
				
					#subMenu a{
						padding:8px 16px 13px 16px;
						float:left;
						color:#0f3734;
						font-weight:normal;
						text-decoration:none;
						font-size:8pt;
					}
					
					#subMenu a:hover{
						text-decoration:underline;
						color:black;
					}
		#contentWrapper{
			margin:8px 0px 0px 0px;
		}	
		
			.boxWide{
				border:solid 1px #aeaeae;
				width:664px;
				background:#ffffff url(images/boxBg.png) repeat-x;
				padding:0px;
				text-align:left;
				font-size:10pt;
				margin:0px 0px 8px 0px;
			}
			
				.boxWide h3{
					font-weight:bold;
					font-size:10pt;
					padding:10px 10px 16px 10px;
				}
				
				.boxWide ul{
					
				}
				
					.boxWide li{
						display:block;
						padding:8px 8px 16px 8px;
						border-bottom:dotted 1px #aeaeae;
					}
					
			.boxWidePost{
				border:solid 1px #aeaeae;
				width:664px;
				background:#ffffff url(images/boxClearBg.png) repeat-x;
				padding:0px;
				text-align:left;
				font-size:10pt;
				margin:0px 0px 8px 0px;
			}
			
				.boxWidePost h1{
					font-weight:bold;
					font-size:11pt;
					border-bottom:dotted 1px #aeaeae;
					padding:0px 0px 8px 0px;
					margin:0px 0px 16px 0px;
				}
				
				.post{
					padding:0px 8px 8px 8px;
					line-height:14pt;
					font-family:verdana;
					font-size:10pt; 
				}
				
					.post p{
						margin:0px 0px 16px 0px;
						line-height:14pt;
						color:#393939;
					}
					
					.post h2{
						color:#0f3734;
						padding:0px 0px 0px 0px;
						margin:0px 0px 0px 0px;
						font-weight:bold;
						font-size:12pt;
						font-family:arial;
					}
					
					.post img{
						margin:0px 0px 0px 10px;
					}
				
			.boxFooter{
				padding:6px 10px 6px 10px;
				background:url(images/boxFooter.png) repeat-x;
			}
			
				.bFooter{
					width:25px;
					height:16px;
					float:left;
					padding:0px;
					margin:0px 4px 0px 0px;
					text-align:center;
					padding:5px 0px 4px 0px;
					border:0px;
					color:#0f3734;
					cursor:pointer;
				}
				
					.bFooter div:hover, .bFooterSel{
						cursor:pointer;
						background:url(images/boxFooterBg.png) top no-repeat;
						color:#000000;
					}
					
					.bFooterNormal{
						background:transparent;
						color:#0f3734;
					}
			
			.boxClear{
				width:323px;
				margin:0px 0px 8px 12px;
				background:#ffffff url(images/boxClearBg.png) repeat-x;
				padding:8px;
				border:solid 1px #aeaeae;
				text-align:left;
				font-size:10pt;
			}
			
			.boxButtons{
			}
			
				.boxButtons li{
					display:inline;
				}
				
					.boxButtons a{
						float:left;
						padding:8px 7px 8px 7px;
						margin:0px 1px 0px 1px;
						border:solid 1px #cdcdcd;
						font-weight:bold;
						font-size:8pt;
						text-decoration:none;
					}
					
						.boxButtons a:hover{
							background:#333333;
							color:white;
						}
				
				
#featured h3{
	padding-bottom:24px;
}

	.featuredImage{
		padding:3px;
		margin:0px 0px 10px 8px;
		border:solid 1px #cdcdcd;
		width:152px;
		float:left;
	}

	#featured img{
		border:solid 1px black;
	}
	
	.featuredInfo{
		padding:4px 0px 0px 8px;
		float:left;
		width:472px;
	}
	
		.featuredTitle{
			font-weight:bold;
			font-size:10pt;
		}
	
		.featuredInfo p{
			padding:0px 0px 8px 0px;
			line-height:14pt;
			color:#373737;
		}
		
		.featInfo{
			display:none;
		}
	
	.image64{
		width:66px;
		height:66px;
		margin:0px 0px 10px 8px;
		padding:3px;
		float:left;
		border:solid 1px #cdcdcd;
	}
	
		.image64 img{
			border:solid 1px black;
		}
		
	.info64{
		height:128px;
		overflow:hidden;
		width:232px;
		float:left;
		margin:0px 0px 0px 4px;
		font-size:8pt;
		line-height:14pt;
		padding:0px;
	}
	
		.info64 p{
			padding:0px;
			margin:0px;
		}

	.imageMain{
		width:110px;
		height:110px;
		margin:0px 0px 10px 0px;
		padding:8px 8px 0px 0px;
		float:left;
		border:solid 1px #cdcdcd;
		text-align:left;
	}
	
		.imageMain a{
			padding:0px;
			margin:0px;
			display:inline;
			text-align:left;
		}
	
		.imageMain img{
			border:solid 1px black;
			text-align:left;
		}
		
	.infoMain{
		height:128px;
		overflow:hidden;
		width:496px;
		float:left;
		margin:0px 0px 0px 16px;
		font-size:8pt;
		line-height:14pt;
		padding:0px;
	}
	
		.infoMain p{
			padding:0px;
			margin:0px;
		}

		
	.frontPagePost{
		border-bottom:dotted 1px #aeaeae;
		padding:12px 0px 4px 0px;
	}
				
/* post styles */
.postTitle{
	font-weight:bold;
	font-size:10pt;
}

#tabContent{
	padding:8px;
}

	#tabContent div{
		display:none;
	}
	
	#tabContent li{
		display:block;
		padding:8px 0px 8px 0px;
		border-bottom:dotted 1px #aeaeae;
	}
	
	#tabContent a{
		font-size:10pt;
		font-weight:normal;
	}
	
	.tabButton:hover{
		cursor:pointer;
	}
	
		.tabButtonSel{
			background-color:#333333;
			color:#ffffff;
		}
		
		.tabButtonNormal{
			background:url(images/boxClearBg.png) repeat-x;
			color:#5c5c5c;
		}


/* ad styles */
.ad125x125{
	width:125px;
	height:125px;
	border:solid 1px #cdcdcd;
}

.ad125x125Box{
	clear:both;
}

	.ad125x125Box div{
		float:left;
		margin:0px 0px 8px 0px;
	}
	
	
	#footer{
		background:#dddddd url(images/footerBg.png) top repeat-x;
		padding:16px;
		margin:10px 0px 0px 0px;
		text-align:center;
		color:#3a3a3a;
		font-size:8pt;
	}
	
	
	
#postComments{
	width:664px;
}

	#postComments p{
		padding:0px 0px 8px 0px;
		line-height:14pt;
	}
	
	#postComments li{
		border:0px;
		padding:0px 0px 8px 8px;
		margin:16px 0px 16px 0px;
		border-bottom:dotted 1px #dddddd;
		clear:both;
		display:block;
	}
	
	.commentText{
		float:left;
		margin:0px 0px 0px 8px;
		width:580px;
	}
	
	.posttext{
		line-height:14pt;
		border-bottom:dotted 1px #dddddd;
	}
	
	.breadCrumb{
		font-size:10pt;
		padding:0px 0px 8px 0px;
		margin:0px;
		text-align:left;
	}
	
#postSocialMedia{
	
}

	#postSocialMedia a{
		padding:0px 4px 0px 4px;
	}
	
	#postSocialMedia p{
		padding:4px 0px 0px 0px;
	}
	
	.socialMediaInfo{
		display:none;
	}
	
.mTable{
	
}

	.mTableHeader{
		background:url(images/mTableHeader.png) repeat-x;
		color:#141414;
	}
	
	.mTableHeaderSmall{
		background:url(images/mTableHeaderSmall.png) repeat-x;
		color:#141414;
	}

	.mTableDark{
		background-color:#f2f2f2;
	}

	.mTable tr:hover{
		background-color:#f2f2f2;
	}

	.mTable td{
		border-bottom:solid 1px #aeaeae;
		border-right:solid 1px #aeaeae;
		padding:8px;
	}
	
.mTable2{
	border:0px;
	padding:8px;
}

	.mTable2 td{
		padding:8px;
	}
	
	.mTable2 input{
		width:296px;
	}
	
	.mtableField{
		padding:8px;
		border-top:solid 1px #aeaeae;
		margin:0px 16px 16px 16px;
	}
	
		.mtableField legend{
			padding:0px 6px 0px 6px;
		}
	
.forumPaging{
	float:left;
	background-color:#dddddd;
	border:0px;
	margin:8px 0px 8px 0px;
	height:48px;
	font-size:10pt;
}

	.forumPaging li{
		display:inline;
	}
	
		.forumPagingNormal{
			padding:4px 8px 6px 8px;
			margin:0px 4px 0px 0px;
			float:left;
			border:solid 1px #aeaeae;
			background-color:#eeeeee;
			color:#000000;
			text-decoration:none;
		}
		
			.forumPagingNormal:hover{
				border:solid 1px #5d5c5c;
				background-color:#d1d1d1;
			}
			
		.forumPagingCurrent{
			padding:4px 8px 6px 8px;
			margin:0px 4px 0px 0px;
			float:left;
			color:#000000;
			text-decoration:none;
			border:solid 1px #5d5c5c;
			background-color:#d1d1d1;
		}
		
.signature{
	border-top:solid 1px silver;
	margin:48px 0px 0px 0px;
	padding:8px;
	font-size:10pt;
}

#postEditorButtons{
	padding:4px 4px 4px 0px;
	margin:0px 0px 0px 0px;
}

	#postEditorButtons div{
		float:left;
		width:25px;
		height:25px;
		margin:0px 2px 0px 0px;
		padding:4px 0px 0px 0px;
		text-align:center;
		background:url(images/boxFooterBg.png) no-repeat;
	}
	
		#postEditorButtons div:hover{
			cursor:pointer;
			background:url(images/boxFooterBgHover.png) no-repeat;
		}
		
#pTextArea{
	border:solid 1px silver;
	padding:8px;
}

#modalWindow{
	padding:0px;
	float:left;
	margin:-390px 0px 0px 356px;
	width:296px;
	height:0px;
	background-color:#f0f0f0;
	border:solid 1px gray;
	border-top:0px;
	display:none;
	opacity:0;
}

	#modalWindow h3{
		margin:0px;
		padding:8px 0px 0px 8px;
	}

	#modalWindow p{
		margin:0px;
		padding:0px 0px 8px 8px;
	}
	
	#modalWindowButtons{
		margin:0px 0px 0px 0px;
		padding:6px 8px 0px 8px;
		text-align:right;
		background:url(images/modalWindowButtonBg.png) repeat-x;
	}
	
		#modalWindowButtons img:hover{
			cursor:pointer;
		}

.pText{
	padding:8px 0px 0px 8px;
}
	
.floatHover{
	border:solid 1px silver;
	margin:0px 1px 0px 0px;
	width:20px;
	height:32px;
	display:block;
	float:left;
}
	
	.floatHover:hover{
		border:solid 1px black;
		cursor:pointer;
	}
	
.clear{
	clear:both;
}

.profilePic{
	width:100px;
	height:100px;
	border:solid 1px gray;
	float:left;
	margin:8px;
}

	.profilePic img{
		border:solid 2px white;
	}
	
.userH1{
	padding:8px 8px 0px 0px;
	float:left;
}

	.userH1 h1{
		padding:0px 0px 0px 0px;
		margin:0px;
		border:0px;
	}
	
.userBlurb{
	margin:24px 0px 0px 0px;
	line-height:14pt;
}

.userStats{
	margin:8px;
}

	.userStats tr{
		border:solid 1px transparent;
	}
	
		.userStats tr:hover{
			border-bottom:solid 1px #aeaeae;
			background:#F2F2F2;
		}
		
	.userStats td{
		padding:4px 4px 8px 4px;
	}
	
.hidden{
	padding:16px 8px 8px 0px;
	display:none;
}

.socialIconLink{
	clear:both;
	height:40px;
	width:296px;
	text-decoration:none;
	border:solid 1px transparent;
}

.socialIconLink img{
	float:left;
	width:40px;
}

.socialIconLink span{
	display:block;
	margin:8px 0px 0px 12px;
	float:left;
	width:232px;
}