/*
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
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Two-column with sidebar on left from the /examples/ folder  */
/*@import url('examples/2c-l.css'); */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
}

a{
	/* basic a href tag */
	color : #342a26;
	text-decoration : none;
}
a:visited {
	/* basic a href tag visited */
	color : #342a26;
	text-decoration : none;
}
a:hover{ /* basic a href tag hover */
	color : #a29168;
	text-decoration : underline;
}


/* Navigation Links */
.nav { 
	font-size : 11px; 
	font-weight : bold;
	text-decoration : none; 
	color: #7c5b56;
}

.nav:visited {  
	font-size : 11px; 
	font-weight : bold;
	text-decoration : none; 
	color: #7c5b56;
}

.nav:hover { 
	font-size : 11px; 
	font-weight : bold;
	text-decoration : none; 
	color: #0086a4; 
}

/* Navigation Links */
.navb { 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : bold;
	text-decoration : none; 
}

.navb:visited { 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : bold;
	text-decoration : none; 
}

.navb:hover { 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : bold;
	text-decoration : none; 
}

.headerlink { 
	font-weight : bold;
	text-decoration : none; 
	color: #ffffff;
}

.headerlink:visited { 
	font-weight : bold;
	text-decoration : none; 
	color: #ffffff;
}

.headerlink:hover { 
	font-weight : bold;
	text-decoration : none; 
	color: #ecdfb0; 
}


h3.menuhead {
	font-size: 11px;
	color:#0086a4;
	font-weight: bold;
}
div#container {
float:right;
margin:0 0 0 -200px;
width:100%;
}

div#content {
margin:0 0 0 0px;
}

div.sidebar {
float:left;
overflow:hidden;
width:152px;
}

div#secondary {
clear:left;
}

div#footer {
clear:both;
width:100%;
}