@import url('reset.css');
@import url('menus.css');
@import url('forms.css');
@import url('tables.css');
@import url('debug.css');

/* General Style Info */
body {
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size: 11px;
	margin: 0;
	background: #000;
}
a {
	color: #DF4337;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	font-size: 160%;
	font-family: 'Helvetica', arial, sans-serif;
	margin: 0.1em 0;
}
h2 {
	font-family: 'Helvetica', arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	color: #000;
}
h3 {
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	background: #333;
	color: #fff;
}

#header {
	background: #000;
	padding: 2em;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#main {
	clear: both;
	background: #b20000;
	width: 100%;
}

#content,#sidebar {
	float:left;
}

#content {
	background: #f1f1f1;
	color: #212121;
	border:1px solid #f1f1f1;
	width:100%;
	padding: 1.1em;
}

#sidebar, #menu, .filter-form {
	display: none;
}


#content .action {
	padding: 1em 2em;
	background: #fff;
	border: 1px solid #ccc;
	min-height: 540px;
}

#footer {
	background: #000;
	border-top: 1px solid #666;
	padding: 1em;
	clear: both;
}

/* Components */

.story {
	border-bottom: 1px solid #eee;
	padding: 1em 0;
}

.story h3 {
	color: #5F1206;
	margin-top: 1em;
	float: left;
	margin: 0 1em 1em 0;
}

.story .metadata {
	float: left;
	font-size: 10px;
	color: #333;
}

.story p {clear: both}

/* Messages and Notifications */
/* Notices and Errors */
div.message {
	clear: both;
	background: #D3F2BF;
	border: 1px solid #A7C394;
	padding: 0.5em 2em;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
.error {
	clear: both;
	background: #FFEBE8;
	border: 1px solid #CC0000;
	padding: 0.5em 2em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	clear: both;
	background: #D3F2BF;
	border: 1px solid #A7C394;
	padding: 0.5em 2em;
	margin: 1em 0;
}

