/*
Theme Name: Strange-Hungers Twenty Ten Child
Theme URI: http://wordpress.org/
Description: Modified 2010 default theme for WordPress.
Author: Ted Warren
Version: 1.0
Template: /twentyten/
*/

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

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

#wrapper {
	background: #a9a9a9;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	color: white;
}

body,
input,
textarea {
	color: white;
}

/* Text elements */

a:link {
	color: white;
	text-decoration: underline;
}
a:visited {
	color: #780b05;
}
a:active,
a:hover {
	color: #780b05;
}

/* =Header
-------------------------------------------------------------- */

#site-title {
	font-size: 24px;
	line-height: 30px;
	color: white;
}
#site-title a {
	color: white;
}
#site-description {
	text-align: right;
	font-size: 14px;
}

/* =Content
-------------------------------------------------------------- */

#content,
#content input,
#content textarea {
	color: white;
	font-size: 14px;
	line-height: 18px;
}

#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 12px;
}
#content code {
	font-size: 12px;
}
#content dt,
#content th {
	color: white;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: white
}

.home .sticky {
	background: #797979;
}

.page-title {
	color: white;
}

.page-title a:link,
.page-title a:visited {
	color: white;
}
.page-title a:active,
.page-title a:hover {
	color: #780b05;
}
#content .entry-title {
	color: white;
}
.entry-title a:link,
.entry-title a:visited {
	color: white;
}
.entry-title a:active,
.entry-title a:hover {
	color: #780b05;
}
.entry-meta {
	color: white;
}

.home .sticky .page-link a {
	background: #fffeff;
}

.entry-utility {
	color: white;
}
.entry-meta a,
.entry-utility a {
	color: white;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #780b05;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: white;
}
.navigation a:link,
.navigation a:visited {
	color: white;
}
.navigation a:active,
.navigation a:hover {
	color: #780b05;
}

/* =Widget Areas
-------------------------------------------------------------- */
.widget-title {
	color: white;
	font-weight: bold;
}

