/*
Theme Name: Dirty Ten
Theme URI: http://aaron.jorb.in/dirty-ten
Description: A child theme of the 2010 default theme for WordPress that uses output buffers to add a widget area above the header image
Author: kunstGRIFF based on work Aaron Jorbin and the WordPress team
Author URI: http://aaron.jorb.in/
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, header-widgets
Template: twentyten
*/

@import url('../twentyten/style.css');

#headerwidget{
clear:both;
width: 100%;
}

#headerwidget ul li.widget-container{
float: left;
width: 280px;
margin-right: 30px;
text-align:center;
list-style:none;

}
#headerwidget ul li{
list-style:none;
}

#headerwidget ul ul {
margin:0;
}

a:link {
	color:#fa9d02;
	text-decoration: none;
}
a:visited {
	color:#fa9d02;
	text-decoration: none;
}
a:active,
a:hover {
	color: #6ccf00;
	text-decoration: underline;
}

.page-title a:active,
.page-title a:hover {
	color: #6ccf00;
}

.entry-title a:active,
.entry-title a:hover {
	color: #6ccf00;
}

.page-link a:active,
.page-link a:hover {
	color: #6ccf00;
}

.entry-meta a:hover,
.entry-utility a:hover {
	color: #6ccf00;
}

.navigation a:active,
.navigation a:hover {
	color: #6ccf00;
}

.comment-meta a:active,
.comment-meta a:hover {
	color: #6ccf00;
}

.reply a:hover,
a.comment-edit-link:hover {
	color: #6ccf00;
}
