/*
	A wooden color scheme for Talos
*/


#supplementary {
	border-color: #222;
}
#branding + .entry-header, #access, #colophon {
	background: url(images/dark-wood.jpg) center center repeat #3d3d3d;
}
#colophon,
#colophon a,
#colophon .widget-title,
#colophon .widget_calendar #wp-calendar caption,
#access, 
#access a,
#branding + .entry-header,
#branding + .entry-header h1,
#branding + .entry-header h2 {
	color: #bbb;
}
#access #s {
	box-shadow: 0 0 2px 1px #000000 inset;
	background-color: #444;
	color: #888;
}
.widget_calendar #wp-calendar tfoot td,
.widget_calendar #wp-calendar th {
	background: rgba(65,65,65,.5);
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 65);
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
}