body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #0a1a35;
	margin: 0px;
	color: black;
	line-height: 1.3;
}

p {
	font-size: 1.1em;
	margin: 0.5em 0em 1em 0em;
}

li {
  font-size: 1.1em;
  margin-bottom: 0.5em;
  list-style-type: circle;
  margin-left: 2em;
}

#header {
	background: transparent url(/images/bg-nav.png) repeat-x 0px 50px;
	height: 86px;
	width: 560px;
}

#header h1 {
  display: none;
}

#header .tagline {
  height: 17px;
  width: 570px;
  float: right;
  margin-top: 6px;
}

#logo {
	float: left;
}

#nav {
	float: right;
	width: 560px;
	background: transparent url(/images/nav-right.png) no-repeat right top;
	height: 40px;
}

#nav a, #nav .link {
	display: block;
	float: left;
	
	height: 22px;
	padding: 7px 10px;
	margin-right: 10px;
	
	color: white;
	font-size: 1.6em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: #000000 0px 1px 2px;
}

#nav .link {
  padding: 0px;
  font-size: 1.0em;
  height: 40px;
  overflow: hidden;
}

#nav .link .menu {
  display: none;
}

#nav .link a {
  float: none;
  padding: 7px 10px;
	margin-right: 0px;
	height: 22px;
}

#nav .link:hover .menu {
  display: block;
  position: absolute;
  background-color: #0a1a35;
  padding: 0px;
  z-index: 100;
  border: 2px solid #ccc;
  border-top: 2px solid #0a1a35;
}

#nav .link:hover .menu .separator {
  color: #aaa;
  font-style: italic;
  padding: 7px 10px;
  text-transform: none;
  font-weight: normal;
  font-size: 1.2em;
}

#nav a:hover, #nav a.current, #nav .link:hover a.header {
	background-image: url(/images/bg-nav-selected.png);
}

#splash {
	background-image: url(/images/splash/default.jpg);
	height: 416px;
}

#splash_overlay {
  position: relative;
  height: 416px;
  top: -416px;
  z-index: 10;
}

#tabs {
  width: 184px;
  float: right;
}

#tabs img, #tabs div.img {
  display: block;
  margin-bottom: 3px;
  height: 33px;
  border: 0px;
}

#burst {
  float: right;
  margin-top: 277px;
}

#landing_splash {
  height: 312px; 
  width: 850px;
}

#landing_splash h2 {
  display: none;
}

#watch_video {
  float: left;
  margin-left: 25px;
  margin-top: 308px;
}

#buttons {
  float: right;
  margin-top: 310px;
}

#ordernow {
  float: left; 
  width: 140px; 
  height: 18px; 
}

#content {
	width: 850px;
	margin: auto;
}

#side_content {
	float: left;
	width: 290px;
}

#main_content {
	float: right;
	width: 560px;
}

.checkout #main_content {
  width: 779px;
}

#footer {
	text-align: center;
	color: #555;
	margin: 30px 0px;
	padding: 0px;
}

#footer a {
  color: #777;
  font-weight: bold;
}

#footer .note {
  float: left; 
  width: 240px; 
  text-align: left;
}

#footer .note h3 {
  margin: 0;
  color: #999;
}

#panel {
	background-color: #d2d7e7;
	margin-right: 12px;
	padding: 20px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top: 2px solid #999;
}

.checkout #panel {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid #eee;
  margin-right: 0px;
}


.box {
	float: left;
	width: 246px;
	padding: 1px 10px;
	background: #aab0c2 url(/images/boxes/top-blue.png) no-repeat center top;
	height: 150px;
	overflow: hidden;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left: 26px;
}

.box-simple {
	float: left;
	width: 246px;
	padding: 10px 10px 20px 10px;
	background-color: #aab0c2;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left: 26px;
	color: black;
}

.box-horiz {
	padding: 1px 5px;
	background: #aab0c2 url(/images/boxes/horiz-gray.png) no-repeat left top;
	height: 29px;
	overflow: hidden;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-top: 25px;
	margin-bottom: 0px;
}

#side_content .box {
	margin-left: 0px;
	margin-top: 35px;
}

.box h2 {
	height: 20px;
	
	color: white;
	font-size: 1.4em;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: #000000 0px 1px 2px;
}

.box-horiz h2 {
	height: 20px;
	width: 143px;
	float: left;
	
	color: white;
	font-size: 1.4em;
	margin-top: 5px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: #000000 0px 1px 2px;
}

.box-horiz h3 {
	height: 20px;
	float: left;
	margin-left: 15px;
	
	font-size: 1.3em;
	margin-top: 6px;
	text-align: left;
	font-weight: bold;
}

.box-horiz a.button {
  display: block;
  float: right;
  padding: 3px 7px;
  background-color: #eee;
  border: 1px solid #999;
  
  -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
	color: #444;
	margin-top: 4px;
}

.box-horiz a.button:hover {
  background-color: white;
  color: black;
  border-color: #777;
}

.box p {
  font-size: 1.2em;
}

#slouch_blog a {
	display: block;
	margin-top: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

#slouch_blog h3 {
  font-size: 1.17em;
  font-weight: bold;
  margin: 1em 0em;
  line-height: inherit;
}

p.quote {
	font-size: 1.4em;
	text-align: center;
	font-style: italic;
	margin: 0;
}

p.quote:before, p.quote:after {
	content: "\"";
}

p.attribution {
	text-align: right;
	color: #444;
	margin: 3px 0;
}

p.submit_testimonial {
  text-align: center;
  margin: 0;
  font-size: 1em;
}

div#login-bar {
  display: block;
  float: right;
}

ul#nav-bar {
  color: #888;
  height: 40px;
  width: 500px;
  float: right;
  font-size: 1.2em;
  line-height: 30px;
  list-style: none;
  margin: 0;
  margin-top: 10px;
  padding: 0; }
  ul#nav-bar a {
    text-decoration: none;
    color: #aaa; }
    ul#nav-bar a:hover {
      text-decoration: underline;
      color: white;
    }
  ul#nav-bar li {
    float: right;
    list-style-type: none;
    margin-left: 1em; }
    ul#nav-bar li.cart-indicator a {
      display: block;
      padding-right: 40px;
      background: transparent url(/images/cart-empty_x32.png) center right no-repeat; }
      ul#nav-bar li.cart-indicator a.full {
        background-image: url(/images/cart-full_x32.png); }

.checkout ul#nav-bar {
  margin-top: 24px;
}

input.title {
  border: 1px solid #777;
  margin: 0;
  padding: 3px;
}

input.title:focus {
  border: 1px solid #555;
}

th.row {
  text-align: right;
  font-size: 1.2em;
}

form.organized p {
  margin: 4px;
}

form.organized label {
  width: 150px;
  display: block;
  text-align: right;
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}

form.organized input[type=text], form.organized select {
  width: 200px;
  font-size: 1.2em;
}

form.organized input[type=image] {
  margin-left: 160px;
  margin-top: 10px;
}

form.organized textarea {
  font-size: 1.2em;
  font-family: sans-serif;
}

form.organized label:after {
  content: ':';
}

.joinbox {
  width: 82px; 
  float: left; 
  text-align: center; 
  margin-top: 6px;
  font-size: 11px;
}

.joinbox img {
  margin-bottom: 5px;
}

table.pretty {
  background-color: white;
  border: none;
  border-collapse: collapse;
}

table.index {
  border-collapse: separate;
  border: none;
}

table.pretty th, table.index th {
  background-color: rgb(40, 67, 124);
  color: white;
  font-weight: bold;
}

table.pretty td {
  border: 1px solid #aaa;
  font-weight: bold;
}

table.index td {
  border-bottom: 1px solid #aaa;
}

table.index tr {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

table.index tr.total td {
  font-weight: bold;
}

.checkout #panel-content {
  width: 538px;
  float: left;
}

.checkout #panel-sidebar {
  width: 170px;
  float: right;
  color: #666;
}

.checkout #panel-sidebar h3 {
  margin-bottom: 0em;
  padding-bottom: 2px;
  border-bottom: 1px solid #bbb;
}

.checkout #panel-sidebar p {
  margin-bottom: 20px;
}

.bio {
  margin: 20px 0px;
}

body div.left, .left {
  float: left;
  width: auto;
  margin-right: 10px;
}

.bio .left img {
  margin-bottom: 5px;
}

.bio .left .contact img {
  margin-left: 2px;
}

.bio h2 {
  margin-bottom: 3px;
}

.bio .title {
  font-style: italic;
  font-size: 1.2em;
}

h3.question {
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 1.5em;
}

.divider {
  display: block;
  height: 1px;
  background: url(/images/divider.png);
  margin-bottom: 5px;
}


.review {
  background-color: white;
  border: 1px solid #999;
  padding: 10px;
  margin-bottom: 5px;
  color: black;
}

body.index .review, body.index .review a {
  color: #eee;
}

body.index .review {
  margin-top: 7px;
  margin-bottom: 0px;
  border: none;
  background: #1f2d45 url(/images/bg-fade.png);
  color: white;
  padding: 20px 10px;
}

.review .star_on, .review .star_off, .review .star_half {
  background: transparent url(/images/star_on.png) 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  float: left;
}

.review .star_off {
  background: transparent url(/images/star_off.png) 50% 50% no-repeat;
}

.review .star_half {
  background: transparent url(/images/star_half.png) 50% 50% no-repeat;
}

.review .stars, .review .byline {
  float: left;
  font-size: 1.3em;
  margin-right: 7px;
}

.addyourown {
  float: right;
  margin-top: 5px;
  text-align: right;
  display: block;
}

.review .byline {
  margin-top: 3px;
  margin-right: 0px;
  padding-right: 120px;
  height: 20px;
  background: transparent url(/images/verified_buyer.png) no-repeat 100% 50%;
}

body.index .review .byline {
  background: transparent url(/images/verified_buyer_white.png) no-repeat 100% 50%;
}

.review .author, .review a {
  font-weight: bold;
}

.review p {
  color: black;
  margin-bottom: 0px;
}

body.index .review p {
  color: #eee;
}
