/*------------------------------------
 No Cash For Trash CSS v1
 design by Wyatt Hull
 by Carlos Rodriguez (terra eclipse)
 http://www.terraeclipse.com/
-------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-family: sans-serif;
	color: #333;
	background: url(images/bg.png) center repeat-y white;
}

a {
	text-decoration: underline;
	color: #900000;
}

a img {
	border: none;
	border-bottom: 1px solid white;
}

a:hover img {
	border-bottom: 1px solid #900000;
}

#page {
	width: 930px;
	margin: auto;
}

#header {
	padding-bottom: 50px;
	margin: 25px 0 12px 0;
	background: url(images/stop-bailouts.png) bottom no-repeat;
}

#header h1 {
	margin: 0;
	font-size: 3em;
	text-align: center;
}

#header h1 a {
	text-decoration: none;
	color: #aaa;
	border: none;
}

#header h1 a:hover {
	border-bottom: 2px solid #900000;
}

#header h1 a em {
	color: #900000;
	font-style: normal;
}

#header h1 a span {
	color: #c6c6c6;
}

#header p {
	display: none;
}

#col1 {
	width: 429px;
	float: left;
	margin-right: 6px;
}

#page > #page-inner > #content > #home-content #col1 {
	margin-right: 12px;
}

#col2 {
	width: 244px;
	float: left;
	border-left: 1px solid #ddd;
	margin-right: 6px;
	padding-left: 12px;
}

#page > #page-inner > #content > #home-content #col2 {
	margin-right: 12px;
}

#col3 {
	width: 220px;
	float: left;
}

h2 {
	font-size: 1.7em;
	color: #c6c6c6;
}

h2 a {
	text-decoration: none;
	border: none;
	color: #c6c6c6;
}

h2 a:hover {
	border-bottom: 2px solid #900000;
}

h2 em {
	font-style: normal;
	color: #900000;
}

#footer {
	text-align: center;
	margin: 2em 0;
	font-size: 1.4em;
	font-weight: bold;
}

/*******/

.paging {
	text-align: center;
}

#flash-message {
	background: #fff;
	padding: .8em 2em;
	border-left: 8px solid #5bd65b;
	margin: .8em 3em;
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
}

#flash-message.error {
	border-left: 8px solid #b22728;
	color: #b22728;
}

.error-star {
	font-size: 2em;
	color: #b22728;
	font-weight: bold;
}

.required-star {
	color: #b22728;
}

blockquote {
	padding: 0;
	margin: 1.5em 0;
}

table.manage-table {
	width: 100%;
}

table.manage-table th {
	padding: .5em;
	font-weight: bold;
	border-bottom: 2px solid #999;
}

table.manage-table td {
	padding: .5em;
	font-size: .9em;
}

table.manage-table td.edit a, table.manage-table td.delete a {
	display: block;
	padding: .5em;
}

table.manage-table td.edit a:hover {
	background-color: #ddd;
	text-decoration: none;
}

table.manage-table td.delete a:hover {
	background-color: #b00;
	text-decoration: none;
	color: #fff;
}

table.manage-table tbody tr {
	background-color: #eee;
}

table.manage-table tbody tr.alt {
	background-color: #f8f8f8;
}

#editor {
	width: 95%;
	height: 600px;
}

#editor2, #summary {
	width: 95%;
	height: 300px;
}

#admin-links {
	margin: 1em auto;
	padding: 0;
	list-style: none;
	text-align: center;
	width: 750px;
}

#admin-links li {
	width: 120px;
	height: 150px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 8px 20px 20px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #e9e9e9;
}

#admin-links li h3 {
	margin: 0 0 .6em 0;
	color: #999;
	font-size: 1.4em;
	font-weight: normal;
}

#admin-links li p {
	margin: .9em 0;
}

#admin-links li p a {
	display: block;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	color: #777;
	text-decoration: none;
}

#admin-links li p a:hover {
	display: block;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #a8a8a8;
	color: #fff;
	text-decoration: none;
}

hr {
	display: none;
}

.summary {
	margin: .5em 2em;
	border-left: 4px solid #eee;
	background-color: #fafafa;
	padding: 1em;
	color: #444;
}

#sidetools {
	width: 200px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}

#sidetools a {
	
}

#sub-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1em;
}

#sub-nav li a {
	display: block;
	text-decoration: none;
}

#sub-nav li a:hover {
	text-decoration: underline;
}

#preview-nav {
	clear: both;
}

.digg {
	clear: both;
}

.bottomrule{
	padding-bottom: 15px;
	border-bottom: 2px solid #e4e4e4;
}

#footer small {
	font-size: .6em;
}
p.digg {
	display: none;
}