/*
Theme Name:     the collective
Theme URI:      http: //thebirminghamartcollective.com
Description:    Child theme for the Twenty Ten theme 
Author:         sara cannon
Author URI:     http: //thebirminghamartcollective.com/about/
Template:       twentyten
Version:        0.1.0
*/

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

#site-title a {
	color: #CC3366;
}

h1 {
  font-family: "hellenic-wide-1","hellenic-wide-2",sans-serif;
}

/* This is the custom header image */
#branding img {
	clear: both;
	border-top: 0px ;
	display: block;
	border-bottom: 0px ;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #333333;
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#aaa;
	padding:0 10px;
	line-height:38px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#CC3366;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 130px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#CC3366;
}
#access ul li:hover > ul {
	display:block;
}
