/* CSS Document */

#user-profile {
	text-align: justify;
	padding: 0px 4px;
	border-left: 1px dashed #333333;
	border-bottom: 1px dashed #333333;
}

.post-entry {
	text-align: justify;
}

.com_cnt_floater {
	display: block;
	float: right;
	background-color: #333333;
	border: 1px solid #666666;
	padding: 3px;
	font-size: 1.2em;
}

.post-date {
	font-size: 0.8em;
}

.post-spacer {
	margin: 2px;
	border-bottom: 1px dashed #333333;
	clear: both;
}
.left {
	float: left;
	padding: 5px;
	padding-left: 0px;
}
.right {
	float: right;
	padding: 5px;
	padding-right: 0px;
}

#comment-box {

}

#cb-header {
	background-color: #333333;
	border: 1px solid #666666;
	padding: 3px;
	font-size: 1.2em;
}

.cb-add-comment {
	display: block;
	float: right;
}

#cb-show-img {
}

#cb-body {
}

.cb-body-div {
	border-bottom: 1px dashed #333333;
	margin: 4px 10px;
}

.cb-comment {
	border: 1px solid #666666;
	padding: 5px;
	margin: 5px 0px;
}

.cb-author {
	font-weight: bold;
}

.cb-date {
	font-weight: bold;
}

/* Footer CSS Styling added 2010-06-16 to replace previous Flash document. */
#footerContainer{
	float:left;
	width:100%;
	background-color:#000;
}
#footerContainer2{
	width:892px;
	margin:0 auto;
}
#footer{
	width:832px; /* Current width of table is 892px, as defined by its contents. ~30px side margins = 832px */
	margin:0 auto;
	padding: 0 0 10px 0;
	color:#c7c7c7;
	font-family: Helvetica, Arial, sans-serif;
}
#footer .pane1{
	width:322px;
	height:214px;
	display:inline-block;
	float:left;
}
#footer .pane2{
	width:510px; /* 822-322 = 500 */
	height:214px;
	display:inline-block;
	float:right;
}
#footer h2{
	margin:0 0 6px; padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-style:italic;
	color:#fff;
}
#footer acronym{
	text-decoration:none;
	border:none;
}
#footer a{
	text-decoration:none;
	color:#c7c7c7;
}
#footer a:hover{
	color:#43abd6;
}
/* Social Icons */
	#socialIcons {
		margin:0;padding:0;
		height:30px;
		line-height:30px;
		list-style-type:none;
	}
	#socialIcons li {
	list-style:none outside none;
	display:inline;
	}
	#socialIcons a {
		display:inline-block;
		height:30px;
		width:30px;
		margin:0 3px 0 0;
	}
	#footer a.facebook  {
		background:url("http://www.d-structuresf.com/footer_images/DSSF-Social-Icons.png") no-repeat scroll 0 0 transparent;
	}
	#footer a.twitter  {
		background:url("http://www.d-structuresf.com/footer_images/DSSF-Social-Icons.png") no-repeat scroll -31px 0 transparent;
	}
	#footer a.flickr  {
		background:url("http://www.d-structuresf.com/footer_images/DSSF-Social-Icons.png") no-repeat scroll -62px 0 transparent;
	}
	#footer a.vimeo  {
		background:url("http://www.d-structuresf.com/footer_images/DSSF-Social-Icons.png") no-repeat scroll -93px 0  transparent;
	}
	#footer a.youtube  {
		background:url("http://www.d-structuresf.com/footer_images/DSSF-Social-Icons.png") no-repeat scroll -124px 0 transparent;
	}
	#footer a.yelp  {
		background:url("http://www.d-structuresf.com/footer_images/DSSF-Social-Icons.png") no-repeat scroll -155px 0 transparent;
	}

/* DSSF Footer Logo */
a.DSSF-footer-logo{
	display:inline-block;
	background:url("http://www.d-structuresf.com/footer_images/DSSF-Footer-Logo_blue.gif") no-repeat scroll 0 0 transparent;
	height:49px;
	width:109px;
	margin:0 0 3px 0;
}
a.DSSF-footer-logo:hover{
	background:url("http://www.d-structuresf.com/footer_images/DSSF-Footer-Logo_blue.gif") no-repeat scroll 0 -50px transparent;
}

/* DSSF Address & Contact Info */
#footerContact{
	margin:15px 0 0 0;
	font-size:11px;
	line-height:14px;
	letter-spacing:0.1em;
}
#footerContact .address{
	text-transform:uppercase;
}

/* Pane2 */
/* About DSSF */
#footer .pane2 div{
	float:right;
}
#footerAbout{
	width:468px; /* 385 */
	height:181px; /* 214px - 16px (minilinkbar height) - 7px (margin) - 7px (copyright height) - 3px (for style; to align with last row of text in pane1) = 181px */
}
#footerAbout p{
	margin:-3px 0 0 0;
	font-size:14px;
	line-height:17px;
	letter-spacing:0.1em;
	text-align: justify;
}
/* Mini Linkbar */
#footerMiniLinkbar{
	height:16px;
	font-size:13px;
	line-height:16px;
	letter-spacing:0.2em;
	color:#c7c7c7;
}
#footerCopyright{
	height:7px;
	margin: 7px 0 0;
	font-size:7px;
	letter-spacing:0.2em;
	color:#c7c7c7;
}