/*
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
VERSION: 1.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:
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/2c-l.css');

a.click {
	font-weight: bold;
         font-size: medium;
	text-decoration: none;
	color: #cc0000;
}

a.click:hover { 
	color: #666666;
}

a.biz {
	font-weight: bold;
	text-decoration: none;
	background-color: #ffcc00;
	color: #333333;
}

a.biz:hover { 
	background-color: #cc0000;
	color: #ffffff;
}

a.red {
	font-weight: bold;
	text-decoration: none;
	background-color: #cc0000;
	color: #ffffff;
}

a.red:hover { 
	background-color: #ffcc00;
	color: #333333;
}

a.green {
	font-weight: bold;
	text-decoration: none;
	background-color: #84c446;
	color: #ffffff;
}

a.green:hover { 
	background-color: #223c8a;
	color: #ffffff;
}

a.blue {
	font-weight: bold;
	text-decoration: none;
	background-color: #223c8a;
	color: #ffffff;
}

a.blue:hover { 
	background-color: #84c446;
	color: #ffffff;
}

a.egg {
	font-weight: normal;
	text-decoration: none;
	background-color: #ffff99;
	color: #666666;
}

A.egg:hover { 
	background-color: #ddddcf;
	color: #666666;
}

a.grey {
	font-weight: normal;
	text-decoration: none;
	background-color: #ddddcf;
	color: #666666;
}

a.grey:hover { 
	background-color: #ffff99;
	color: #666666;
}

a.underline {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

a.underline:hover { 
	text-decoration: underline;
}

a.courtesy {
	text-decoration: none;
	color: #999999;
}

a.courtesy:hover { 
	text-decoration: none;
	color: #999999;
}

a.slave {
	text-decoration: none;
}

a.slave:hover { 
	text-decoration: none;
}

TD {
font-size: 12px;
FONT-FAMILY: verdana, arial;
COLOR: #333333;
}

TD.light {
font-size: 12px;
FONT-FAMILY: verdana, arial;
COLOR: #666666;
}
