/* Stylesheet for Acro doodad.
 * By Ben O'Donnell, 2007
 */

.login-warning,
.registration-warning
{
	display: block;
	color: red;
	margin-bottom: 1.2em;
}

#viewers
{
	width: 200px;
}

#viewers h3
{
	font-weight: bold;
	border-bottom: 1px solid #CECECE;
	margin-bottom: 0;
}

#viewer-one-selector,
#viewer-two-selector,
#viewer-three-selector
{
	border-bottom: 1px solid #999999;
	margin: 0;
}

#primary-viewer,
#vote-box,
#secondary-viewer
{
	margin: 30px 0 30px 0;
}

#primary-viewer
{
	margin-top: 80px;
}

#primary-viewer li,
#secondary-viewer li
{
	width: 570px;
	border-bottom: 1px solid #FFFFFF;
	padding: 6px 0 6px 0;
	list-style: none;
}

.drop-down-menu li
{
	display: inline;
	position: relative;
	padding: 0;
	margin: 0;
}

.drop-down-menu li:hover
{
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

.drop-down-menu li ul
{
	display: none;
	position: absolute;
	width: 140px;
	padding: 0;
	margin: 0;
	top: 26px;
	background: #3D2B0F;
	border: 1px solid #CECECE;
}

.drop-down-menu li:hover ul
{
	display: block;
}

.drop-down-menu li ul li
{
	display: block;
	padding: 4px;
}

.drop-down-nyms ul
{
	left: 4px;
}

.drop-down-nomes ul
{
	left: 18px;
}

#viewers li
{
	font-size: 10pt;
}

#viewers li a
{
	font-weight: normal;
}

.next-page-link
{
	float: right;
}

.alert
{
	padding: 10px 0 10px 0;
}

.author
{
	float: right;
	font-weight: bold;
}

#viewers .author
{
	float: none;
}

#viewers
{
	text-align: left;
}

.date
{
	font-size: 8pt;
}

.nome
{
	font-style: italic;
}

#site-links
{
	float: right;
	margin-left: 20px;
	padding-top: 20px;
	text-align: center;
}

#site-links a
{
	margin-left: 6px;
	margin-right: 6px;
	font-size: 9pt;
}

#primary-viewer .nome
{
	font-size: 16pt;
}

#my-votes-list .nome,
#my-nomes-list .nome
{
	font-size: 12pt;
}

#content .nym
{
	font-size: 48pt;
	font-weight: bold;
	color: #541903;
}

.rating img
{
	margin-right: 10px;
}

#primary-viewer .rating img
{
	margin-left: 10px;
}

#primary-viewer .my-nome .rating img
{
	margin-left: 0;
}

#secondary-viewer .rating img
{
	margin-top: 4px;
	margin-bottom: 0;
}

.success
{
	color: #426300;
}

#viewers .nym
{
	font-size: 16pt;
	font-weight: bold;
}

#vote-options
{
	background: url("images/vote-2.jpg") no-repeat;
	width: 90px;
	height: 30px;
	margin: 10px 10px 10px 10px;
	padding: 0;
}

#vote-options a:hover
{
	text-decoration: none;
}

#vote-options.vote-options-0
{
	background: url("images/vote-0.jpg") no-repeat;
}

#vote-options.vote-options-2
{
	background: url("images/vote-2.jpg") no-repeat;
}

#vote-options.vote-options-4
{
	background: url("images/vote-4.jpg") no-repeat;
}

#vote-options.vote-options-6
{
	background: url("images/vote-6.jpg") no-repeat;
}

.vote-choice-0
{
	margin: 0;
	padding: 15px 6px 15px 6px;
}

.vote-choice-2,
.vote-choice-4,
.vote-choice-6
{
	margin: 0;
	padding: 15px 13px 15px 13px;
}

#requested-name-status
{
	color: #FF0000;
}

a img
{
	border: none;
}