/*
Theme Name: Jacki Ten
Theme URI: http://websheila.com
Description: A child theme of the 2010 default theme for WordPress.
Author: Websheila based on work by the WordPress team
Author url: http://websheila.com/
Version: 1.0
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 #access{
	top: -240px;
	position: relative;
	}
	#site-title {
	margin:0 0 44px;
	}
/* Change our default link colors */
	a:link{
	color:#336600;
	}
	a:visited{
	color:#660033;
	}
	a:hover{
	color:#993333;
	}
	a:active{
	color:#CC6600;
	}
	/* Modify the footer to allow for a bigger description and nicer looking links  */
	#site-info{
	width:250px;
	}
	#site-generator{
	width: 535px;
	}
	 
	#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;
	}
