/*
Theme Name:     Twenty Ten Adams Carpentry
Theme URI:      http: //example.com/
Description:    Child theme for the Twenty Ten theme 
Author:         Fergco
Author URI:     http: //example.com/about/
Template:       twentyten
Version:        0.1.0
*/


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

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


a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
a:active,
a:hover {
	text-decoration: underline;
}



.entry-title {
	font-family: "Arial Black";
	border-bottom: 1px solid #777;
}



.entry-title a:link,
.entry-title a:visited {
	color:#0066CC;
}

.entry-title a:active,
.entry-title a:hover {
	color: #FF4B33;
}

.post {
	border: 1px solid #ccc;
	padding: 10px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial;
}




.entry-content, .entry-summary {
	font-size: 85%;
	margin: 0px;
	margin-bottom: 0px;
	line-height: 18px;
}

h2 {
	font-family: "Arial Black";
	font-size: 99%;
	font-weight: bold;
	line-height: 6px;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 14px;
}

.edit-link {
	margin-top: 30px;
	border-top: 1px dotted #777;
	font-style: italic;
}
