/*
Theme Name: Twenty Ten Child
Description: Child theme for the Twenty Ten theme 
Author: Mike
Template: twentyten
*/

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

#main {
	padding: 10px 0 0 0;
}

#header {
    padding: 10px 0 0;
}

#wrapper {
	margin-top: 0;
	padding: 0 20px;
}

a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}
a:active,
a:hover {
	color: #7F7F7F;
}
#content hr {
	margin-bottom: 12px;
}

.hentry {
	margin: 0 0 12px 0;
}
#site-generator{display:none;}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	color: #006699;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
	color: #7F7F7F;
}

#content p {
	margin-bottom: 12px;
}
.entry-content input {
	margin: 0 0 2px 0;
}
#nav-below {
margin:-1px 0 0;
}
#content {
margin-bottom:5px;
}
img#wpstats{position:absolute;top:0;width:0px;height:0px;overflow:hidden}

#site-title {
    width: 650px;
}
#site-description {
    width: 250px;
}
