/* 
 * LINKS
 */
a:link, a:visited
{
	color: #81a823;
	text-decoration: underline;
}

	a:active, a:hover
	{
		text-decoration: none;
	}
	
a.delete:link, a.delete:visited
{
	color: red;
	text-decoration: underline;
}

	a.delete:active, a.delete:hover
	{
		text-decoration: none;
	}
	
a.green:link, a.green:visited
{
	color: green;
	text-decoration: underline;
}

	a.green:active, a.green:hover
	{
		text-decoration: none;
	}

/* 
 * FORMS
 */
label
{
	float: left;
	display: block;
	width: 100px;
	margin: .5em 0 0;
}

	input.error
	{
		border-color: #a1d34a;
		color: #222;
	}

	input.text, input.title
	{
		width:250px;
	}
	
	input.inputform
	{
		width: 95%;
		padding: 5px;
		font-size: 1.5em;
	}
	
	textarea
	{
		font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 100%;
	}
	
		textarea.textarea
		{
			width: 95%;
		}
		
		textarea.error
		{
			border: 1px solid #a1d34a;
			background: white;
			color: #222;
		}
	
	input.button, a.button:link, a.button:visited
	{
		color: white;
		font-weight: bold;
		
		-moz-border-radius: 5px;
		line-height: 32px;
		height: 30px;
		border: 0;
		background: #a1d34a url( ../img/template_button_bg.png ) repeat-x;	
	}
	
		a.button:link, a.button:visited
		{
			margin: 0;
			text-decoration: none;
			padding: 5px;
		}
	
		input.button:hover, a.button:active, a.button:hover
		{
			background-color: #86b338;
		}
		
		input.button_blue, a.button_blue:link, a.button_blue:visited
		{
			background-color: #408fb8;
		}
		
			input.button_blue:hover, a.button_blue:active, a.button_blue:hover
			{
				background-color: #1c678d;
			}
			
		input.button_darkblue, a.button_darkblue:link, a.button_darkblue:visited
		{
			background-color: #a5d23a;
		}
		
			input.button_darkblue:hover, a.button_darkblue:active, a.button_darkblue:hover
			{
				background-color: #bce657;
			}
			
		input.button_red, a.button_red:link, a.button_red:visited
		{
			background-color: #b35238;
		}
		
			input.button_red:hover, a.button_red:active, a.button_red:hover
			{
				background-color: #91341b;
			}
			
		input.button_grey, a.button_grey:link, a.button_grey:visited
		{
			background-color: #b1b1b1;
		}
		
			input.button_grey:hover, a.button_grey:active, a.button_grey:hover
			{
				background-color: #8e8e8e;
			}
	
	div.form_message
	{
		margin-left: 5px;
		margin-top: 8px;
		position: absolute;
		width: 400px;
	}
	
		div.form_message div.arrow
		{
			background: transparent url( ../img/template_form_message_arrow.png ) no-repeat;
			float: left;
			display: block;
			width: 11px;
			height: 22px;
		}
		
		div.form_message div.text
		{
			-moz-border-radius: 0 5px 5px 0;
			color: #888;
			background: #eaeaea url( ../img/template_button_bg.png ) repeat-x;	
			padding: 5px 10px 4px 5px;
			float: left;
			font-size: .7em;
		}

/*
 * MESSAGE
 */
div.message
{
	margin: 20px 0 20px 0;
	padding: 10px;
	border: 1px solid #a9cf4e;
	background-color: #ecf5b0;	
	color: #666;
}

	div#message
	{
		height: 30px;
		background: transparent url(../img/template_standard_message_bg.png) repeat-x;
		padding: 15px 0 0 30px;
		color: #563f07;
		border-bottom: 1px solid #a9cf4e;
	}

/*
 * HEADLINES
 */
h1, h2, h3, h4
{
	font-family: Comic Sans MS, Georgia, "Times New Roman", Times, serif;
}

h1
{
	font-size: 2.3em;
}
