/*
Theme Name:     Twenty Ten Tweaked
Theme URI:      http: //kgraff.net/blog/
Description:    Child theme for the Twenty Ten theme for personal blog
Author:         Kathy A. Graff
Author URI:     http://kgraff.net/cv/
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");



#site-title a
{
	color: #B55;
	font-weight: normal;
	font-family: Georgia,Times,serif;
}


#wrapper
{
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
	border: 1px black solid;
}

/* This is the custom header image */
#branding img
{
	border: 1px transparent solid;
	clear: both;
	display: block;
}

