/*   
Theme Name: JuwalArt Child Theme for Buddymatic
Theme URI: 
Description: Original child theme developed by Ian Stewart & Ron Rennick.
Author: Arjen Ketelaar
Author URI: http://www.ketelaar.info/
Template: buddymatic
Version: 0.6
Tags: Thematic, Buddymatic, JuwelArt
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/
/*
Buddymatic is © Ron Rennick http://ronandandrea.com/
Thematic is © Ian Stewart http://themeshaper.com/

To use this child theme with Thematic change the Template above and import folders below from buddymatic to thematic.
*/

/* Reset browser defaults */
@import url('../buddymatic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../buddymatic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../buddymatic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../buddymatic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('../buddymatic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../buddymatic/library/styles/plugins.css');


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


#header {
    z-index:2;
	background: url(images/logo2009.gif) scroll no-repeat center 0;
	height:169px;
	overflow:visible !important;
 	margin-top:25px;

}

#blog-title a {
	color:#ffffff;
	font-size:1px;
}
#blog-description {
    color:#ffffff;  
    font-size:1px;  
}




