/*
Theme Name: Thirty Ten
Theme URI: http://aaron.jorb.in/thirty-ten
Description: A child theme of the 2010 default theme for WordPress.
Author: Aaron Jorbin based on work by the WordPress team
Author URI: http://aaron.jorb.in/
Version: 1.1
Tags: black, blue, white, three-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
Template: twentyten
*/

@import url('../twentyten/style.css');

#header {
	padding: 15px 0 0 0;
}

/* Change our default link colors */
a:link {
	color:#333;
}
a:visited {
	color:#333;
}
a:hover {
	color:#333;
}
a:active {
	color:#333;
}

/* Modify the footer to allow for a bigger description and nicer looking links  */
#site-info {
	width:250px;
}
#site-generator {
	width: 590px;
	text-align: right;
}
#site-generator a {
	background: none;
	padding: 0 7px;
}
#jorbin-link a:link, #jorbin-link a:visited, #jorbin-link a:hover, #jorbin-link a:active {
	color:#990000;
}
#generator-link a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../twentyten/images/wordpress.png) no-repeat scroll left center;
	color:#666666;
	display:inline-block;
	line-height:16px;
	margin-left:1px;
	padding-left:19px;
	text-decoration:none;
}
#adbox {
	padding: 5px;
	background: #E9E9E9;
}
