/*  
Theme Name: KA
Description: A Child Theme of Thematic
Template: twentyten
Author: Kim ALdis
*/
@import url(../twentyten/style.css);

#wrapper { /* make everything have black background */
	
	background: black;
	
}
#site-title a {		/* site title, grey, not bold */

	color: #bbbbbb;
	font-weight: normal;
}
#content .entry-title {

	color: #bbbbbb;
	font-weight: normal;
}
.entry-title a:link, .entry-title a:visited {
	color: #bbbbbb;
	}
#header {

	padding-top: 10px;

}
#site-description {	/* site description, grey */

	color: #bbbbbb;
}
#branding { /* bar above header image, dark grey */

	background: #262626;
}
#branding img{	/* take the border off the top of the image */

	border-top: 0px;
	
	
}
#access {		/* dark grey menu bar */

	background: #262626;
}

a:link {	/* no more horrible coloured links */

	color: #cccccc;
}

a:visited {

	color: #888888;
}
a:hover {

	color: #ffffff;
}

#content {	/* make content wider (we've deleted the sidebar) */

	margin: 0px 10px 0px 10px;
	margin-bottom: 15px;

}
#content img {

	max-width: 920px;
	
}
#content, #content input, #content textarea {
color:#999999;
font-size:12px;
}