/*
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
*/

/* DEFAULTS */
*{	color:#222;
	font-family:sans-serif;margin:0;padding:0;font-size:13px;	}
a{color:#39c;}
a:hover{color:#69c;}
.sidebar li, #menu li{list-style:none;text-align:center;}
.sidebar li a, #menu li a{text-decoration:none;}

/* HIDE THESE */
.skip-link, #nav-above, abbr, #blog-description{display:none;}

/* LAYOUT */
body{
	background:#6d7483;
	}
#wrapper{
	width:960px;
	margin:0 auto;
	background:url(images/stretch.jpg) top left repeat-y;
	border:1px solid #666;
	border-top:none;
	}

#header{
	height:162px;
	background:url(images/header.jpg) top left no-repeat;
	}

#blog-title a{
	height:162px;
	width:100%;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
	}

#access{
	margin-top:-85px;
	}
#menu{
	margin-left:495px;
	background:red;
	}
#menu li, #menu li a{
	border-right:1px solid;
	float:left;
	height:25px;
	line-height:23px;
	width:auto;
	}
#menu li a{
	color:#fff;
	padding:0 10px
	}
#menu li a:hover{
	color:#222;
	}

#container{
	background:transparent url(images/top.jpg) no-repeat scroll right top;
	float:right;
	margin-top:60px;
	padding-top:162px;
	width:662px;
	}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #container { margin-top:85px; }
	}
		
#content{
	padding:10px;
	min-height:400px;
	}

#primary{
	margin-top:85px;
	}
#secondary .widgettitle{
	margin-top:20px;
	}
#secondary .xoxo ul li{
	margin:1px 5px;
	background:#6d7483;
	}

#secondary li a{
	margin:5px;
	padding:2px;
	display:block;
	color:#fff;
	font-size:15px;
	}

#footer{
	text-indent:-9999px;
	height:1px;
	clear:both;
	}

/* SITE SPECIFIC */	
	
#sidebarmenu a{
	display:block;
	height:40px;
	text-indent:-9999px;
	cursor:pointer;
	}
#sidebarmenu .about{
	background:url(images/about.jpg);
	}
#sidebarmenu .about:hover{
	background:url(on/about.jpg);
	}
#sidebarmenu .products{
	background:url(images/products.jpg);
	}
#sidebarmenu .products:hover{
	background:url(on/products.jpg);
	}
#sidebarmenu .contact{
	background:url(images/contact.jpg);
	height:41px;
	}
#sidebarmenu .contact:hover{
	background:url(on/contact.jpg);
	}
#sidebarmenu .reseller{
	background:url(images/reseller.jpg);
	height:42px;
	}
#sidebarmenu .reseller:hover{
	background:url(on/reseller.jpg);
	}

.sidebar{
	width:293px;
	}
