/*
Theme Name: Regensblog Fall
Description: Child theme for the Twenty Ten theme with colors from Regensburg
Author: cliff1976
Template: twentyten
*/

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

/* the outside margin thingies should be a nice color from the skies above the Dom

#C8D0DD

*/

body {
background:none repeat scroll 0 0 #3C352D;
}

#wrapper {
background:none repeat scroll 0 0 #F3DBAD;
margin-top:20px;
padding:0 20px;
}

/*
a:link {
color:#C9992D;
}*/

legend {padding-left:5px;padding-right:5px;color:white; background-color:#3C352D;}
fieldset {border:1px;}


/* I think I want my own fonts */
/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "DejaVu Serif", 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 {
	font-family: "DejaVu Sans", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "DejaVu Sans", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

