/*
Theme Name: BenZone
Description: Child theme for Twenty Ten.
Author: Benjamin Lefebvre
Author URI: http://roomofbensown.net/
Template: twentyten
Version: 1.0
*/

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

body {
	color: #000000;
	}

blockquote {
	font-style: normal;
	padding-left: 20px;
	border-left: 4px solid #CC3300;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: italic;
}

a:link,
a:visited,
a:active {
	color:#CC3300;
	text-decoration:none;
}
a:hover {
	color:#CC3300;
	text-decoration:underline;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 900px;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
#site-title,
.entry-title,
.page-title,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}

.entry-title,
h2 {
	font-style: normal;
	font-size: 1.5em;
}

.page-title {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 36px 0;
}

#content .entry-title {
	color: #000;
	font-size: 2.1em;
	line-height: 1.3em;
	font-weight: normal;
	margin-bottom: 0;
}

#site-title {
	float: left;
	margin: 0 0 18px 0;
	width: 700px;
	font-size: 3.3em;
	line-height: 1.0em;
}

#site-title a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

