/*
Theme Name: Twenty Monkeys
Description: A Twenty Ten child theme
Author: Kevin Russell
Version: 0.1
Template: twentyten
*/
@import url('fonts.css');
@import url('../twentyten/style.css');

body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: bodycopy, "Minion Pro", "Hoefler Text", Georgia, "Bitstream Charter", 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,
.photo-credit,
.photo-credit a,
.fn a,
.says,
.sharing {
	font-family: displaytext, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: displaytext, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color:#8b4513;
}

/* #site-title a {
	color: #800000;
} */

#site-description {
	color: #800000;
}
.page-title {
	color: #8b4513;
}
#content .entry-title {
	color: #8b4513;
}
/* #access {
	background-color: #8b4513;
} */

.entry-title a:link, .entry-title a:visited {
	color: #800000;
}
.widget-area a:link {
	color: #a0522d;    
}
.widget-area a:visited {
	color: #800000;
}

.photo-credit a {
	font-family: displaytext, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	color: #800000;
}

/*
blockquote {
    font-family: bodycopy;
	font-style: italic;
	padding: 0 3em;
	font-size: smaller;
}
*/

.widget-area a:link {
	font-family: displaytext;
	font-style: normal;
	font-weight: normal;
	color: #8b4513;    
}
.widget-area a:visited {
	font-family: displaytext;
	font-style: normal;
	font-weight: normal;
	color: #800000;
}

.entry-content sup,
.entry-content sub {
	font-size: 1em;
}

a:link {
	color: #8b4513;    
}
a:visited {
	color: #800000;
}

.says {
	font-style: normal;
}

