/* Stage6 Widgets */

/* User Avatar */

.avatar {
	height: 68px;
	width: 50px;
	float: left;
	padding: 0px 0px 0px 0px;
}
div > .avatar {
	padding-right: 5px;
}

.avatar-channel {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}

.avatar-status {
	color: #9cd065;
	font-size: 10px;
	margin-top: 3px;
}

/* Date Widget */

.date-detail {
	font-size: 10px;
	color: #656565;
}


/* Tool Tip Widget */

.tooltip {
	width: 200px;
	position: absolute;
	z-index: 4759;
}

.tooltip-content {
	background: url(../../images/tooltip-background.png) #393939 repeat-x;
	border: 1px solid #797979;
	padding: 10px 10px 0px 10px;
	overflow: hidden;
}

.tooltip-zoom-left {
	background: url(../../images/tooltip-zoom.png) no-repeat;
	
	width: 33px;
	height: 34px;
	position: relative;
	top: 1px;
}

.tooltip-zoom-right {
	background: url(../../images/tooltip-zoom.png) no-repeat -39px;
	width: 33px;
	height: 34px;
	position: relative;
	top: 1px;
	left: 165px;
}

/* Comment Bubble */

.comment-user {
	clear: left;
}

.comment-content {
	background: url(../../images/comment-zoom.gif) transparent left top no-repeat;
	padding-left: 27px;
	margin-left: 3px;
	width: 630px;
	float: left;
}

.comment-body {
	padding: 5px;
	background: #111;
	border: 1px solid #797979;
	border-left: 0px;
	width: 630px;
	float: left;
}

.comment-header {
	padding: 5px 0px 5px 0px;
	margin: 0px 5px 5px 5px;
	border-bottom: 1px dotted #656565;
	height: 18px;
	line-height: 18px;
}

.comment-footer {
	padding: 5px;
	text-align: right;
	clear: both;
}

#add-comment-container {
	height: 200px;
}

/* Journal Widget */

.journal-body {
	padding: 5px;
}

.journal-footer {
	border-top:1px solid #555;
	margin-top:10px;
}


/* Pagination */

.pagination {
	text-align: center;
	display: block;
	padding: 5px 0px;
	font-size: 11px;
}

a.pagination-number {
	background: #3C4146;
	padding: 2px 7px 2px 7px;
	border: 1px solid white;
	margin: 0px 5px;
}

a.pagination-number:hover {
	color:white;
	background-color: #3C4146;
	text-decoration: none;
}

.pagination-selected {
	color: #888;
	background: #3C4146;
	padding: 2px 7px 2px 7px;
	border: 1px solid #888;
	margin: 0px 5px;
	height: 40px;
}

.pagination-break {
	padding: 0px 5px;
}

/* Forums CSS */

.forum-header {
	font-size: 14px;
	line-height: 40px;
	padding: 0px 10px;
	color: #FFFFFF;
	background: url(../images/sub-headers.gif) repeat-x 0px -70px;
	border-bottom: 1px dotted #333;
}

.sub-header {
	background: #000000;
	border-bottom: 3px solid #353535;
	color: #FFFFFF;
	font-size: 14px;
	padding: 5px 0px;
}

.row-light {
	background: #181818;
	padding: 0px;
	border-bottom: 1px dotted #353535;
}

.row-dark {
	background: #111111;
	padding: 0px;
	border-bottom: 1px dotted #353535;
}

.row-topic {
	padding: 0px 0px 0px 10px;
}

.row-detail {
	padding: 20px 0px 20px 0px;
	border-left: 1px dotted #353535;
}

.detail-space {
	margin-left: 27px;
}

.thread-detail {
	background: #000000;
	border-bottom: 3px solid #353535;
	padding: 5px 10px 5px 10px;
	width: 708px;
}

.detail-paging {
	float: right;
	margin-top: 3px;
	padding: 3px 0px;
}

.search-date {
	float: right;
	margin-top: -17px;
	padding: 5px;
	background: #000;
}


/*.detail-author {
	float: right;
	text-align: right;
	line-height: 130%;
	margin-right: 10px;
}

.author-status {
	margin-top: 8px;
	line-height: 100%;
}*/

.post-pad {
	padding: 10px;
	padding-bottom: 0px;
}

.post-reply {
	margin-left: 70px;
}

.post-copy {
	line-height: 180%;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 635px;
}

.clear-none {
	clear: both;
}

.reply-header {
	border-bottom: 1px dotted #353535;
	padding-bottom: 8px;
	margin-bottom: 8px;
	float: left;
	width: 635px;
}

/* Messaging */
.message-header {
	font-size: 14px;
	line-height: 40px;
	padding: 0px 10px;
	color: #FFFFFF;
	background: url(../images/sub-headers.gif) repeat-x 0px -70px;
	border-bottom: 1px dotted #333;
}

.message-row-light {
	background: #181818;
	padding: 0px;
	border-bottom: 1px dotted #353535;
}

.message-row-dark {
	background: #111111;
	padding: 0px;
	border-bottom: 1px dotted #353535;
}

.message-row-topic {
	padding: 0px 0px 0px 10px;
}

.message-row-detail {
	padding: 5px 0px 5px 0px;
	border-left: 1px dotted #353535;
}

.message-row-detail a{
	font-weight: normal;
	font-size: 14px;
}

.message-row-detail-first {
	color: #525252;
	padding: 5px 0px 5px 0px;
}

.message-row-detail-first a{
	line-height: 18px;
	font-weight: normal;
	font-size: 14px;
}

.message-sub-header {
	height: 30px;
	background: #000000;
	border-bottom: 3px solid #353535;
	color: #FFFFFF;
	font-size: 14px;
}

.new-message-icon {
	display: block;
	height: 45px;
	width: 17px;
	background: url(../images/icons-forum.gif) no-repeat 0px -59px;
}

.new-thread-icon {
	display: block;
	height: 25px;
	width: 17px;
	background: url(../images/icons-forum.gif) no-repeat 0px -178px;
}

.message-header-links {
	position: relative;
	left: 520px;
}

.message-header-links a{
	font-size: 12px;
	color: #e8c552; 
}

.compose-header-links {
	position: relative;
	left: 630px;
}

.compose-header-links a{
	font-size: 12px;
	color: #e8c552; 
}

.posts-header-links a{
	font-size: 12px;
	color: #e8c552; 
}

.posts-header-links {
	position: relative;
	left: 222px;
}

#blog-avatar {
	padding: 6px 3px 5px 6px; 
	height: 15px;
}

h2.shift {
	margin-left: 70px; 
	margin-top: -15px; 
	padding: 0px;
}

div.journal-p {
	padding: 0px; 
	margin: 0px;
	float: left; 
	margin-top: 20px;
}
