/*
Theme Name: Twenty Ten - Rowe Running
Theme URI: http://rowerunning.co.uk/
Description: Child theme for Rowe Running
Author: David Rowe
Version: 1.0
Template: twentyten
*/

@import url("../twentyten/style.css");

#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

a:link {
	/* color: #0066cc; */
	color: #666666;
}
a:visited {
	color: #666666;
	/* color: #743399; */
}
a:active,
a:hover {
	color: black;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 20px 0 0 0;
}

#site-title {
/*	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0; */
	width: 400px;
	position: absolute;
	top: 135px;
	margin-left: 15px;
}
#site-title a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#site-description { /*
	clear: right;
	float: right;
	font-style: bold;
	margin: 14px 0 18px 0; */
	width: 530px;
	margin: 15px;
	/* text-align: right; */
	position: absolute;
        /*right: 0px;*/
        top: 155px;
	color: white;
}

/* This is the custom header image */
#branding img {
/*	border-top: 4px solid #000;
	border-bottom: 1px solid #000;  */
	border: 1px solid #000;
	/* clear: both;
	display: block; */
}

#branding {
	position: relative;
}


.textwidget a, a:visited, a:link {
	color: black;
	text-decoration: underline;
}

.entry-title a:active, .entry-title a:hover {
	color: black;
	text-decoration: underline;
}

