/*
Theme Name: Sliding Door Child
Theme URI: http://mac-host.com/slidingdoor/
Description: Child Theme for Sliding Door Theme
Author: Wayne Connor
Author URI: http://macintoshhowto.com/about
Template: sliding-door
Version: 0.1
*/
 
@import url("../sliding-door/style.css");


#site-title a {
	font: 16pt "Trebuchet MS", "Lucida Grande", Lucida, Vernada, sans-serif;
	color: #fff;
	text-decoration: none;
}
#site-description {
	font: normal 14px Helvetica, Sans-serif;
	
	text-align: left;
	margin-bottom: 10px;
	color: white;
}

#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, 

#access ul li.current-menu-parent > a {
    color: #FFFFFF;
    font-weight:bold;
}

#access {
    background: none repeat scroll 0 0 #000000;
    border-bottom: 1px solid white;
    display: block;
    float: left;
    margin: 0 auto 20px;
    width: 948px;
}

.widget-area li { 
   margin: 10px 0px; 
   
}

#main .widget-area ul ul a {
    color: #e8e8e8;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.entry-utility {
	color: #000; /*was #888*/
	font-size: 12px;
	line-height: 18px;
}

.entry-meta a,
.entry-utility a {
	color: #000; /*was #888*/
}

.textwidget a {
	color: #fff;
	
}