/*
Theme Name: Daves Journey Theme
Description: Child theme of Twenty Ten for Dave's Journey website
Author: David Voth
Author URI: http://davesjourney.com/
Template: twentyten
*/

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

#site-title {
     position: absolute;
     left: 1.5em;
     top: 170px;
     width: 600px;
     font-size: 30px;
     line-height: 36px; 
}

#site-title a {
     color: #fff;
     font-weight: normal;
     text-decoration: none; 
}

#site-description {
     position: absolute;
     top: 170px;
     left: 600px;
     font-style: italic;
     font-size: 16px;
     margin: 14px 0 18px 0;
     width: 320px;
     color: #fff; 
}