/* @override 
	http://www.photocritic.org/processing/processing.css
	http://photocritic.org/processing/processing.css
*/

body {
	font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 800px;
	margin: 20px auto;
}

div.filmslist {
	width: 50%;
	text-align: left;
	font-size: 1em;
	font-weight: normal;
	float: right;
}

div.devslist {
	width: 50%;
	text-align: left;
	font-size: 1em;
	font-weight: normal;
}


h1 {
	color: #009a00;
	font-size: 1.3em;
}

h3 {
	color: #009a00;
	margin-top: 0;
}

.dropdowncontainer {
	border: 1px solid #009a00;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.film {
	width: 390px;
	height: 120px;
	float: right;
}

.dev {
	width: 390px;
	height: 120px;
}

div.film h3, .filmtext {
	color: #883cf1;
}

div.dev h3, .proctext {
	color: #ff722e;
}

div.results {
	border: 1px solid #009a00;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

div.success, div.warning {
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

div.success {
	border: 1px solid #00bd00;
}

div.warning {
	border: 1px solid #ff0027;
}

div.warning h3 {
	color: #ff0027;
	font-size: 2em;
}

div.success h3 {
	color: #00bd00;
	font-size: 2em;
}


div.header {
	font-size: 2em;
	font-weight: bold;
}

a, a:visited {
	text-decoration: underline;
	color: #009a00;
}


a:hover {
	text-decoration: none;	
}

