
.post-details {
	float:left;
	width:100px;
	color:#666;	
}

.post-details a, .post-details p {
	text-decoration:none;	
	font-size:11px !important;
}

.signature {
	font-style:italic;	
	color:#999;
	font-size:11px;
}

#content .box.unread {
	background-color:#bed6e1;		
}

.post-details img {
	margin-bottom:2px;		
}

.post-body {	
	float:right;
	border:1px solid #ccc;	
}

.post-header, .post-header2 {
	background:#dee7ec url(/img/global/gradient/h80.png) repeat-x scroll 0% 0px;
	border-bottom:1px solid #ddd;
	padding:4px 10px;	
	font-size:11px;
}

.post-header2 {
	background-color:#fff;		
}

.post-header2 a {
	font-size:11px;		
}

.post-header h3 {
	margin:3px 0;
}

.post-header h3 a {
	color:#000;
	font-size:15px;		
	text-decoration:none;
	letter-spacing:0;
}

.post-header h4 {
	font-weight:normal;
	font-size:11px;
	color:#666;
	margin:2px 0;
}

.post-actions {
	float:right;	 
	margin-top:4px;
}


/*{{{  content */

.post-content {
	padding:10px;	
	background-color:#fff;
}

.post-content code {
	border:1px dashed #666;
	background-color:#f1f1f1;
	padding:8px;		
}

#content .post-content ul.tabs { 
	border:0;		
	margin:0 0 -15px 0 !important;		
}

#content ul.tabs a {
	top:3px !important;		
}


/* branch for ie7 */
.ie7 #content .post-content ul.tabs {
	margin:0px !important;		
}

.ie7 #postPreview {
	padding-top:6px !important;		
}

/*}}}*/

#content .post-content pre ul, #content  .post-content pre ol {
	margin:-10px 0 -20px 10px;
}

#content .post-content pre li {
	margin:0;
	padding-top:5px;
}

.post-content pre a {
	margin:20px 0;		
}

.post-content pre code {	
	display:block;
}



#content .box.unauthenticated {
	background-color:#295C72;	
}

.unauthenticated .post-header { 
	background:#ddd url(/img/global/alert.png) no-repeat scroll 8px 8px;
	font-size:18px;
	margin:0;
	padding:15px 10px 15px 52px;
	border:2px solid #fff;
}

.unauthenticated .post-details { 
	background:url(http://flowplayer-users.s3.amazonaws.com/avatar.png) 18px 3px no-repeat;
	height:100px;
}

.post-content ul.tabs {
	margin:0px 0 -20px 0;
}


/* new post form */
#reply {
	min-height:300px;
}


.post-header input {
	width:60%;
	margin-top:3px;
	font-size:11px;
}

#progress {
	margin:50px auto;
	height:200px;
}

#postPreview #progress {
	height:150px;		
}

#postPreview {
	min-height:235px;		
	border:1px solid #999;
	margin-top:2px;
	padding:10px;
}

/* read / unread */
span.read, span.unread {
	background:url(/img/forum/icons.png) no-repeat 0 0;
	color:#254558;
	font-size:10px;
	padding-left:20px;
	height:16px;
	line-height:16px;
	display:block; 
	float:left;
}

span.read {
	background-position:0 -34px;		
}

span.unread.solved {
	background-position:0 -17px;
}

span.read.solved {
	background-position:0 -51px;
}

#latestPosts h2 {
	cursor:pointer;		
}

#toggle {
	background:url(/img/forum/toggle.png) no-repeat;
	display:block;
	width:14px;
	float:left;
	height:12px;
	margin:2px 3px 0pt -3px;
}

/* listings */
table.listing a {
	display:block;		
	text-decoration:none;
	font-size:14px;
}

table.listing a span {
	display:block;
	margin-top:2px;
	color:#666;
	font-size:12px;
}

div.tip {
	width:150px;
	background-color:#444;
}

