/*
Theme Name: Twenty Ten child 
Description: changes tagline to be longer
Template:       twentyten
Author: Anthony Santella

*/
/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../twentyten/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */

#site-description {
	clear: right;
	float: right;
	font-style: italic;
	font-weight: bold;
	margin: 15px 0 18px 0;
	font-size: 19px;
	width: 400px;
}

#site-title {
	float: left;
	font-size: 50px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}

a:link {
	color: #cc0000;
}
a:visited {
	color: #cc0000;
}
a:active,
a:hover {
	color: #cc0000;
}


body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Nyala, Perpetua, Georgia, "Bitstream Charter", serif;
}

h3#comments-title,
h3#reply-title,
#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,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: Nyala, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 18px;
	line-height: 24px;
}