/*
Theme Name: twentyten child
Description: Child Theme of twentyten for http://chrishodgsonweb.co.uk
Author: Chris Hodgson
Author URI: http://chrishodgsonweb.co.uk/
Template: twentyten
Version: 0.1
*/

@import url("../twentyten/style.css");
@import url("./default.css");


/* header image 
*/
#branding img { 
   display: none 
}


/* logo
*/
#site-title { 
   background: url(http://barbarysolutions.com/wp-content/uploads/2010/07/barbary-logo.png) no-repeat; 
   text-indent: -9999em; 
   height: 100px; 
   width: 400px; 
}


/* tagline 
*/
#site-description { 
    font-size: 1.8em; 
    width: 350px; 
    text-align: right; 
    line-height: 1.5  
}


/* headings
*/
#content h1, #content h2 a, #content h2, #content h3, #content h4, #site-info a { 
   color: #800080 !important; 
   font-family: "Century Gothic", Arial, sans-serif 
}



/* sidebar widets
*/
.widget-container { 
   background: #feecfe; 
   padding: 10px 
}


/* menu 
*/
#access { background: #feecfe; }
#access a { color: #000; }
#access li { margin-right: 1px; }

#access li:hover > a,
#access ul ul :hover > a {
	background: #c759c7;
}
#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: #fff;
	background: #c759c7
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
	background: #800080
}


/* footer credits
*/
#site-generator a { 
   display: none;
}
#site-generator a.theme_author {
    display: inline-block;
} 


