/*
Theme Name:     Twenty Ten Child
Theme URI:      http: //diceofdoom.com/blog/the-writers/
Description:    Child theme for the Twenty Ten theme 
Author:         RupertG
Author URI:     http: //diceofdoom.com/blog/the-writers/
Template:       twentyten
Version:        0.1.0
*/

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

a:link {
	color: #600;
}
a:visited {
	color: #600;
}
a:active,
a:hover {
	color: #900;
}

/* =Header
-------------------------------------------------------------- */

#header {
	padding: 30px 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
	display: none;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
	display: none;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}

.aside-leader {
	text-align: right;
	font-size: 22px;
	width: 150px;
	background-color: #fff;
	float: left;
	padding: 15px 15px 15px 15px;
}

.aside-content-float {
	float: left; 
	width: 429px;
	padding: 15px 15px 15px 15px;
	background-color: #eee;
	border-left: 1px solid #666
}


#DoD {
	
}

#DoD td.dodHead {
	font-weight: 600;
	background-color:#600;
	color:#FFF;
	vertical-align:top;
}

#DoD tr:nth-child(odd) {
	background-color:#fff;
	vertical-align:top;
}

#DoD tr:nth-child(even) {
	background-color:#eee;
	vertical-align:top;
}
