/*
Theme Name:     Rhapsody in Numbers
Theme URI:      http://yozh.org
Description:    Some minor edits to twentyten for Rhapsody in Numbers. 
Author:         Xander Henderson
Author URI:     http://yozh.org
Template:       twentyten
Version:        0.1.0
--------------------------------------------------------------------- */

@import url("../twentyten/style.css");

/* Fonts
--------------------------------------------------------------------- */

body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Times, Times, 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: Times, Times, serif;
}
pre {
	font-family: Courier, Courier, monospace;
}
code {
	font-family: Courier, Courier, monospace;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

/* Links
--------------------------------------------------------------------- */

a:link {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
a:active,
a:hover {
	color: #00b;
	font-weight: bold;
	text-decoration: none;
}

.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
}

.navigation a:active,
.navigation a:hover,
.entry-meta a:active,
.entry-meta a:hover,
.entry-utility a:active,
.entry-utility a:hover,
.entry-title a:active,
.entry-title a:hover {
	color: #00b;
}

/* Misc
--------------------------------------------------------------------- */

body {
	text-align: justify;
	background-color: black;
}

div.scary {
	margin: 2em;
	padding: 1em 1em 0 1em;
	border: solid 1px #000;
}

p.name {
	text-align: right;
	font-style: normal;
}

blockquote {
	line-height: 1.2em;
}

blockquote:first-letter {
	float: left;
	margin: .3em .05em 0 0;
	font-size: 275%;
	font-weight: bold; }

#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 12.5%;
	text-align: left;
	width: 75%;
}

#content tr th,
#content thead th { 
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	padding: 9px 24px;
 }

img.thumb {
	width: 250px;
	padding-left: 20px;
	padding-right: 20px;
}