/*
Theme Name:     urbanwords
Description:    Child theme for the Twenty Ten theme for UrbanWords
Author:         Peter Bradley
Author URI:     http: //www.peredur.net
Template:       twentyten
Version:        0.1.0
*/

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

body {
	font-family: Verdana, Arial, sans-serif;
}

#content, #content input, #content textarea {
    font-size: 14px;
}

body.category #content h1 {
    font-size: 21px;
    font-weight: bold;	
}

body.category #fixed-text h1 {
    font-size: 27px;
}

body.home #content .entry-title,
body.page #content .entry-title {
    font-size: 27px;
}

div.entry-summary div.featured,
div.entry-content div.featured {
	float: left;
	padding-top: .5em;
	margin-right: .75em;
}

#branding {
	background-image: url('images/uw-header.jpg');
	background-repeat: no-repeat;
	height: 198px;
	border-top: 5px solid black;
	margin-bottom: 0;
        padding-bottom: 0;
}

#site-title,
#site-title a,
#site-description {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	text-align: right;
	color: #c9ccbb;
	float: none;
	width: 930px;
}

#site-title {
    font-size: 40px;
    line-height: 36px;
    margin: 0 0 15px;
    padding-top: 120px;
}

#site-description {
    clear: right;
    font-style: normal;
    margin: 15px 0 18px;
    font-size: 18px;
    line-height: 9px;
    padding-top: 5px;
    padding-bottom: 10px;
}

#site-info {
	width: 450px;
}

#site-info img {
	border: none;
}

#site-generator {
	width: 250px;
}

#site-generator p {
	padding-top: 3em;
}

#site-generator a.uw {
    background-image: none;
    padding-left: 0;
}

a:link {
    color: #4c672f;
}

a:visited {
    color: #8a9c78;
}

#access a {
    color: #8a9c78;
}

#content .entry-title {
    color: #4c672f;
}

.entry-title a:link, .entry-title a:visited {
    color: #4c672f;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    color: #4c672f;
}

#footer-logo {
	float: left;
}

#fixed-text {
	background-color: #dbe7d9;
	margin-bottom: 20px;
	padding: 0 10px 1px 10px;
}
