/*
Theme Name:     Twenty Ten Steve
Template:       twentyten
*/

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

/* CONTENT FONT */

body, input, textarea, .page-title span, .pingback a.url {
	font-family:Verdana,Arial,Helvetica,Geneva,sans-serif;
}

#content, #content input, #content textarea {
	font-size:12px;
	line-height:20px;
}

/* MENU */

#access {
	background: #016494;
}

#access a {
	color: white;
}

#access li:hover > a,
#access ul ul :hover > a {
	color: black;
	background: #E4E4E4;
}


/* PAGE HEADER */

#header {
	padding: 30px 0 0 0;
}

#site-title {
	float: left;
	margin: 0 0 18px 0;
	width: 500px;
	font-size: 30px;
	line-height: 36px;
}

#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#site-title :hover > a {
	color: #016494;
}

#site-description {
	clear: right;
	float: right;
	text-align: right;
	color: #016494;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	margin: 14px 0 18px 0;
	width: 420px;
}

/* REMOVE HEADER IMAGE */
#branding img {
	height: 0px;
}

/* SEARCH FORM IN HEADER */
/* Ref http://zeaks.org/wordpress-2/add-search-form-in-wordpress-header-updated */
.header-search {  
	float: right;
	text-align: right;
	height: 30px;  
	width: 200px;  
}  

.search-text {  
	float: left;  
	display: block;  
	height:20px;  
	width:160px;  
} 

/* STICKY POST */
.home .sticky {
	border-top: 0px solid #000;
	border-bottom: 4px solid #016494;
}

/* NO PADDING ABOVE TOP POST */
#main {
	padding: 10px 0 0;
}

/* SITE TITLE */
#site-title a {
	color:#016494;
}

#site-title :hover  > a {
	color:#FF4B33;
}

/* GRAY LINE BELOW POSTS */
.hentry {
	border-bottom: 2px solid #C0C0C0;
}

.entry-meta a, .entry-utility a {
	text-decoration: none;
}

/* FOOTER */
#site-generator {
	text-align: right;
}

#site-generator a {
	background: none;
	color:#666666;
	padding-left: 0px;
}
