/*
Theme Name:     Twenty Ten Child
Theme URI:      http: //2aldgate.net/
Description:    Child theme for the Twenty Ten theme 
Author:         Paul Beaulieu
Author URI:     http: //2aldgate.net/about-2/
Template:       twentyten
Version:        0.1.0
*/

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

h2 {
	font-weight: normal;
	font-style: normal;
}

/* Change the font of the site title */

#site-title {
	float: left;
	font-size: 24px;
	line-height: 32px;
	margin: 0 0 18px 0;
	width: 700px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-left-color: #424242;
	color: #000;
}

/* Navigational Element Changes */

#access {
	background: #ffffff;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}

#access .menu-header,
div.menu {
	font-size: 14px;
	margin-left: 12px;
	width: 928px;
}

#access a {
	color: #666666;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#access li:hover > a,
#access ul ul :hover > a {
	background: #94bfc8;
	color: #fff;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	background: #94bfc8;
}

/* Change the border around the header image */

#branding img {
	border-top: 2px solid #94bfc8;
	border-bottom: 2px solid #94bfc8;
	clear: both;
	display: block;
}

/* Blog Entry Formatting */

#content .entry-title {
	color: #000;
	font-size: 24px;
	line-height: 1.3em;
	margin-bottom: 0;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

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