/*   
Theme Name: brandsandevents
Theme URI: http://brandsandevents.com
Description: a child theme built on Thematic
Author: Lisa Chelini
Author URI: http://brandsandevents.com
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is ���� Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Overriding styles from the Parent Theme */

body {
background: #FFF;
color: #999;
font-family: Arial;
font-size: 12px;
}

#blog-title a {
background:url(images/B&E-logo-HORZ.gif) no-repeat top center;
display:block;
text-indent:-9000px;
width: 557px;
height: 59px;
}

#blog-description {
font-style:normal;
padding:8px 0 63px 0;
color:#999;
}

a:link {
color: #f26649;
text-decoration:none;
}
	
a:hover {
color: #00a8cb;
text-decoration: underline;
}

a:active {
color: #f26649;
text-decoration:underline;
}

a:visited {
color: #00a8cb;
text-decoration:none;
}

h2 a:link {
color: #999999;
}

h6 {
font-size:75%; /* Decreasing the font size */
margin:0.6em 0 0.3em;
}

h7 {
font-size: 7px;
}

.accent {
	color: #00a8cb;
	font-weight: bold;
	}

.ampersand {
	color: #f26649;
	}
	
ul {
	line-height: 17px;
	list-style-image:url(images/ampersand.gif)
	}

.subhead_with_space {
	font-size: 14px;
	font-weight: bold;
	color: #f26649;
	margin-top: 18px;
	margin-bottom:0px
	}

.subhead_without_space {
	font-size: 14px;
	font-weight: bold;
	color: #f26649;
	margin-top: 0px;
	margin-bottom:0px
	}


-->
</style>


