/*
Theme Name:	AVA Berlin
Theme URI:	http://www.avaberlin.org/
Description:	Child theme for AVA Berlin uses TwentyTen theme.
Author:	Jon Wolfe
Author URI:	http://www.avaberlin.org/
Template:	twentyten
Version:	0.1.0
*/

@import url("../twentyten/style.css");

a:link {
	color: #0066cc;
	text-decoration:none;
}
a:visited {
	color: #743399;
	text-decoration:none;
}
a:active,
a:hover {
	color: #ff4b33;
	text-decoration:none;
}
#site-description {
//	color: #ED1C25;
	color: RGB(204,0,51);
	clear: right;
	float: right;
	// font-style: italic;
	font-style: bold;
	font-size: 26px;
	text-align: right;
	line-height: 36px;
	//margin: 14px 0 18px 0;
	margin: 0 0 18px 0
	width: 220px;
}
#access {
	background: #000099;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	font-weight: bold;
	margin-left: 12px;
	width: 928px;
}
#access .sub-menu a {
 background: rgb(216,216,255);
 color: #000099;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #00f;
	color: #fff;
}
.page-title a:active,
.page-title a:hover {
	color: #0000CC;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 1px;
}