/* Curator Template Styles */

body {
	margin: 0;
	padding: 0;
	font-size: 120%;
}

a, 
a:link,
a:active {
	text-decoration: none;
	color: #03f;
	border-bottom: 1px dotted #03f;
}

a:visited {
	color: #09f;
}

a:hover {
	border-bottom: 1px solid #03f;
}

h1 {
	margin: 0;
	padding: 1em 0 5px 5px;

	line-height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 180%;

	background-image: url("images/create-header-bg.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #cc1414;
	color: #fff;
}

#errors {
	margin: .2em;
	padding: .2em;
	
	border: 2px solid #cc1414;
	background-color: #eaa;
	
	font-family: Georgia, "Times New Roman", Times, serif;
}

#errors ul {
	list-style: none;
}

#listen {
	width: 28em;
	margin: 0 auto;
	position: relative;
}

#post-scroller {}

#footer {
	width: 35em;
	margin: .5em auto;
	font-size: 75%;
	text-align: center;
}

img#ajax-loading {
	position: absolute;
	top: 0;
	right: 0;
}

div.message-box {
	display: block;
	border: 1px solid #ccc;
	padding: .1em;
	margin: 2px 0;
	position: relative;
	
	background-image: url("images/message-box-bg.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #fff;
}

div.message-box span {
	display: block;
}

div.message-box span.message-text {
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: .25em;
}

div.message-box span.message-byline {
	font-size: 80%;
	color: #999;
}
