/* $Id: author_pane.css,v 1.1.2.6 2009/03/05 03:27:27 michellec Exp $ */

/* Wrappers */
.author-pane {
	background-color: transparent;
	border-top: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	display: block;
	float: left;
	width: 180px;
	text-align: center;
}

.section-forum .author-pane {
	width: 110px;
}

.node-type-blog .author-pane {

}

.section-beta-blog .author-pane {
	width: 180px;
}

.report .author-pane {
	background-color: #454545;
	border-top: none;
}

.author-pane .author-pane-inner {
	padding: 10px;
	background: #fff url(/img/gradient_vert_lgrey_white_245.gif) repeat-x left top;
	border-top: 1px solid #fff;
}

.report .author-pane .author-pane-inner {
	margin-top: 26px;
}

.author-pane .author-pane-section {
}

.author-pane .author-pane-section .author-pane-line {}

.author-pane .author-pane-section .author-pane-online-icon img {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.author-pane .author-pane-section .author-name {
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

.author-pane .author-pane-section .author-name a {
}

.author-pane .author-pane-section .picture {
	margin-bottom: 5px;

}

.author-pane .author-pane-section .picture a img {
	max-width: 128px;
	width: auto !important;
	width: 128px;
	max-height: 128px;
	height: auto !important;
	height: 128px;
}

.author-pane .author-pane-section .author-badges {
	margin-bottom: 5px;
}

.author-pane .author-pane-section .author-badges img {
	background-color: #ddd;
	border: 1px solid #ddd;
}
