/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: A theme with powerful, semantic CSS selectors and the ability to add new skins.
VERSION: 0.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
*/
/* MARGINS, PADDING, ETC., FOR ALL LAYOUT DIVS */

html{
	background: #DBDBDB url(images/htmlbg-grey.png) top center repeat-y;
	
}
body{
	color:	#3F3F3F;
}

div#header h1#blog_title {
	background: transparent url(images/ajax-loader-grey.gif) center center no-repeat;
	
}

a{
	color:  #5F7BFF;
}
div.entry-content a:link{
	color: #5F7BFF;
}
div.entry-content a:hover{
	background-color: #DBDBDB;
}

div.entry-content *::selection{
	background: #DBDBDB;
}

div.entry-content *::-moz-selection {
	background: #DBDBDB;
}

#topnav {		
	background-color: #DBDBDB;		
}

#topnav ul li a{
	color: #3F3F3F;
}

#topnav ul li a:hover{
	color: #DBDBDB;
	background-color: #3F3F3F;
}
	
	


