/*
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-r.css');

body{
background: url(images/bodybg.jpg) #414141;
background-repeat: repeat-y;
background-position: center;
font-family: helvetica, tahoma, arial;
font-size: .8em;
}
.headerimg{
	margin-left: 10px; margin-top: 0px; margin-bottom: -10px;
}
#wrapper{
	width: 940px;
	margin: 0px auto;
	background: #fff;	
	padding:10px;
}
/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
}
.entry-content{
		line-height: 1.5em;
}
#content{
	float: left;
	padding: 0px 10px;
	width: 625px;
	line-height: 1.2em;
}
.sidebar{ 
float: right;
margin-right: 10px;
padding: 10px;
width: 200px;
border-left: 1px dashed #ccc;
min-height: 500px;
}
body {
    font-family: helvetica;
}
h2, h2 a {
	font-size: 24px;
	color:#575757;
	font-weight: bold;
}
h3{
	font-size: 18px;
	color: #06C;
}
#navigation {
  list-style: none;
  margin-left:-30px;
}
 
#navigation li {
  float: left;
}
 
#navigation a * {
  display: none;
}
 
#navigation a,
#navigation a .hover {
  height: 40px;
	position: relative;
	display: block;
	background: url(images/dragon-sprite.jpg) 0 0 no-repeat;
}
 
/* individual navigation items */
#navigation a.home {
  background-position: 0 0;
  width: 110px;
}
 
#navigation .highlight a.home:hover,
#navigation a.home .hover {
  background-position: 1px -280px;
  width: 110px;
}
 
#navigation a.aboutus {
  background-position: -110px 0px;
  width: 136px;
}
 
#navigation .highlight a.aboutus:hover,
#navigation a.aboutus .hover {
  background-position: -110px -280px;
}
 
#navigation a.product {
  background-position: -248px 0;
  width: 138px;
}
 
#navigation .highlight a.product:hover,
#navigation a.product .hover {
  background-position: -248px -280px;

}
 
#navigation a.contact {
  background-position: -538px 0;
  width: 116px;
}
 
#navigation .highlight a.contact:hover,
#navigation a.contact .hover {
  background-position: -538px -280px;
}
#navigation a.investors {
  background-position: -654px 0;
  width: 150px;
}
 
#navigation .highlight a.investors:hover,
#navigation a.investors .hover {
  background-position: -654px -280px;
}
.pageinfo, .pageinfo li{
	list-style-type: none;
	list-style: none;
	text-indent: 0px;
	line-height: 25px;
	width: 200px;
}
.pageinfo li{
		border-bottom: 1px dashed #ccc;
		margin-left: -10px;
}
.pageinfo a{
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	padding: 4px 25px 4px 10px;
	text-decoration: none;
}
.pageinfo a:hover{
	background: #eeeadd;
	color: #333;
}
#footer{
	width:500px; 
	color: #555;
	text-align: center;
}
#footer li{
	display: inline;
	margin-left: 10px;
}
#footer a{
	color: #666;
}
#footer a:hover{
	color:#069;
}