/* 
Theme Name:   Twenty Ten Child 
Description:  Child theme for the Fantastic Flowery
Author:     Juxtapose
Template:	twentyten
Version:    0.1 
*/
 @import url("../twentyten/style.css"); 

#wrapper {
	background-color:#000;
} 

body {
	background-attachment:fixed;
	background-color:#000;
	background-image:url('http://suzannevanrooyen.com/wp-content/uploads/2013/03/body-bg.png');
}

#content {
	color:#E9E7E7;
	font-family:Arial, sans serif;
	font-size:14px;
}

#content h1, #content h2, #content h3, #content h4 {
	color:#E9E7E7;
}
#content .entry-title, #content .entry-title a{
	color:#E9E7E7;
	font-family:"Finger Paint";
	font-size:18px;
	text-transform:uppercase;
}

.menu {
	background-image:url('http://suzannevanrooyen.com/wp-content/uploads/2013/03/menu_bg.png');	
	height:40px;
	width:945px;
	margin-left:0px;
	color:#fff;
}
.menu li {
	font-family:"Finger Paint";
	font-size:14px;
	width:150px;
	text-transform:uppercase;
	color:#fff;
}
.menu li a {
	color:#fff;
	font-family:"Finger Paint";
	font-size:16px;
}
#access li a:hover {
	background-color:#4f026d;
}

#access ul ul a {
	background: #4f026d;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}

#access li:hover > a,
#access ul ul :hover > a {
	background: #4f026d;
	color: #fff;
}
.menu li ul{
	background-color:#4f026d;
}
.banner{
  text-align:center;
}