/*
 * \\\ Luna \\\
 *
 * Copyright (c) 2007-2009 Kim Tore Jensen <kimtjen@gmail.com>
 * Distribution and use of the source code in this file is free.
 */


/*
 * Image float styles
 */

.lfloat
{
	float: left;
	margin: 0 1em 1em 0;
}

.rfloat
{
	float: right;
	margin: 0 0 1em 1em;
}

.cfloat,
.center
{
	text-align: center;
	margin: 0 auto;
}

.clear
{
	clear: both;
}

/*
 * Forms and buttons
 */
.formation
{
}

.formation div
{
	line-height: 2em;
	clear: left;
}

.formation span
{
	float: left;
	display: block;
	width: 20em;
}

.formation span.required
{
	float: none;
	display: inline;
	width: auto;
	color: red;
}

.formation input.text
{
	margin-right: 0.5em;
}

.formation button
{
	margin: 1em 0.5em 0 0;
}

.formation textarea
{
	width: 100%;
	height: 15em;
}

.formation .terminator
{
	display: none;
}

.formation .visible
{
	display: block;
}

.formation p
{
	margin: 0.3em 0;
}

.formation p.separator
{
	font-weight: bold;
	font-style: italic;
}

/*
 * Page browser
 */
.pagestat
{
	margin: 1em 0;
	line-height: 1.4em;
}

.limit
{
	width: 5em;
}

.letterbox
{
	text-transform: uppercase;
}

.letterbox a
{
	margin: 0 0.2em;
}

.letterbox .currentpage
{
	font-size: 1.3em;
	margin: 0 0.3em;
}

/*
 * Error and message
 */
.message
{
	display: block;
	color: white;
	margin: 1em 0;
	background: #6D8E00;
	padding: 0.8em 1em;
	border: 1px dashed #374500;
}

.error
{
	background: #A90000;
	border: 1px dashed #450000;
}

.message h2
{
	color: white !important;
	margin: 0 0 0.7em !important;
	font-size: 1.2em !important;
	font-weight: bold !important;
}
