/*
Theme Name: Nimo
Author: Tommy G
Template: twentyten
*/

@import url("../twentyten/style.css");

body {
	background: #8d1311;
}
	#wrapper {
	background: #eca1a1;
}
	#site-title a {
	color: #8d1311;
}
	#site-description {
	color: #ffffff;
}
	#content .entry-title {
	color: #8d1311;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 12px;
	line-height: 14px;
}
.entry-summary,
.page-title,
.entry-content {
	color: #ffffff
}
.widget-title,
.entry-title,
.entry-title a:link,
.entry-title a:visited {
	color: #8d1311;
}
h3#reply-title {
	color: #8d1311;
}
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#respond .logged-in-as,
.logged-in-as a {
	color: #ffffff
}
.comment-notes {
	font-size: 12px;
}

#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 6px 14px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 14px;
}