/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
TAGS: widgets, sandbox, microformats, hcard, hatom, xoxo
VERSION: 1.5.2
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
*/

/* Two-column with sidebar on left from the /sandbox-layouts/ folder  
@import url('../sandbox-layouts/2c-l.css');
*/
/* Just some example content */
body {
	background-image:url(../images/back/menu.gif);
	background-repeat: no-repeat;
	font-family: "Lucida Grande CE", Verdana, sans-serif;
	font-size:0.8em;
	line-height:130%;
	color:#FFF;
	text-align:left;
	margin:0;
	padding:0;
	background-color: #b34c13;
	background-position: 430px 120px;
}

h2.entry-title {
color:#FFF;
}

#nav a, #nav a:visited {
	color:#000;
}

#nav a:hover, #nav a:active,
li.current_page_parent a,
li.current_page_parent a:visited,
#nav li.current_page_item a,
#nav li.current_page_item a:visited
{
	color:#990000;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #D71921;
}

#subnav a, #subnav a:visited {
color:#000;
}
#subnav a:hover, #subnav a:active,
#subnav li.current_page_item a,
#subnav li.current_page_item a:visited {
text-decoration:underline;
color:#990000;
}
