/*
Theme Name:     Twenty Ten Child - LetGraceWin
Theme URI:      http: //jeffdsummers.com/
Description:    Child theme for the Twenty Ten theme 
Author:         Jeff Summers
Author URI:     http: //jeffdsummers.com/
Template:       twentyten
Version:        0.1.0
*/

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

#wrapper {
	background: transparent url(wrapper_bg.png) repeat-y scroll center top;
	margin-top: 20px;
	padding: 0 20px;
}

#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-family: georgia,"palatino linotype","times new roman",serif;
	font-size: 1.5em;
}
a:link {
	color: #A71930;
}
a:visited {
	color: #A5ACAF;
}
a:active,
a:hover {
	color: #6600CD;
}
#site-description {
	width: 230px;
}
.entry-title a:active,
.entry-title a:hover {
	color: #6600CD;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #6600CD;
}
#site-info a {
	font-family: georgia,"palatino linotype","times new roman",serif;
	font-size: 1.25em;
}

