/*
Theme Name:     Twenty Ten Child
Theme URI:      http://3dinosaurs.com/
Description:    Child theme for the Twenty Ten theme
Author:         Cassie
Author URI:     http://3dinosaurs.com/
Template:       twentyten
Version:        0.1.0
*/
@import url("../twentyten/style.css");
h1, h2, h3, h4, h5, h6 {
	color: #A34984;
}
body {
	background: url('http://www.3dinosaurs.com/images/site/bg-blog.jpg') repeat;
}
a:link {
	color: #D85B8D;
}
a:visited {
	color: #D85B8D;
}
a:active,
a:hover {
	text-decoration: underline;
}
#site-title a {
	color: #5F294C;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #A34984;
}
.page-title {
	color: #A34984;
}
.page-title a:link,
.page-title a:visited {
	color: #A34984;
}
.page-title a:active,
.page-title a:hover {
	color: #A34984;
	text-decoration: underline;
}
#content .entry-title {
	color: #A34984;
}
.entry-title a:link,
.entry-title a:visited {
	color: #A34984;
}
.entry-title a:active,
.entry-title a:hover {
	color: #A34984;
}
.page-link {
	margin: 0 0 22px 0;
}

#headertags {
	width: 240px;
	height: 67px;
	position: absolute;
	font-size: 11px;
	top: 25px;
	left: 800px;
	text-align: right;
	font-weight: 600;
	color: white;
}