/*
Theme Name:     Upstream Video 2
Theme URI:      http://danielsu.com
Description:    Child theme for the BlankSlate theme 
Author:         Daniel Su
Author URI:     http://danielsu.com
Template:       blankslate
Version:        0.1.0
*/

@import url("reset.css");
@import url("clearfix.css");

a {text-decoration:none;}

body{background-image: url(./images/grey_fish_bg4.gif); font-family:arial; font-size:10pt;}
body.home{background-image: none; background-color:black;}

header {display:none;}

#wrapper {width:800px; margin-left:auto; margin-right:auto; margin-top:50px;}

#sidebar               {width:202px; float:left; background-image: url(./images/logo_type_red_square.gif); background-repeat: no-repeat;}
#sidebar .widget_nav_menu              {margin-bottom:40px;}
#sidebar .widget_nav_menu .menu > li a {display:block; background-color: #393A3F; color:#fff; padding:6px; margin:0px 0px 10px 60px; font-weight:bold; text-transform:lowercase; color:#fff;}
#sidebar .widget_nav_menu .menu > li:first-child a{
	background-color:transparent;
	margin:0px;
	padding:0px;
	height:164px;
    overflow: hidden;
	text-indent: -9999px;
}


body.home .widget_wpsc_shopping_cart {display:none;}
.widget_wpsc_shopping_cart {background-color:#393A3F; padding:6px; color:#fff;}
.widget_wpsc_shopping_cart a {color:yellow}
.widget_wpsc_shopping_cart h3 {font-weight:bold; margin-bottom:10px;}
.widget_wpsc_shopping_cart .shoppingcart {padding:0px;}

body      #content {width:538px; padding:30px; float:right; background-color: #fff;}
body.home #content {height:538px; background-image: url(./images/Home.gif);}
body.home #content .page {display:none;}


body      article h1{letter-spacing: -1.5px;	font-family: times, georgia;font-weight: normal;font-size: 22pt; margin-bottom:1em;}
body.page article h1.entry-title {display:none;}
body article p {margin-bottom: 1em; line-height:1.5;}

.product_form legend {display:none;}

.default_product_display {margin:0px 0px 40px 0px; padding:0px;}
.default_product_display h2.prodtitle {font-weight:bold; padding-left:102px; font-size:12pt;}

body.page .imagecol {margin-top:-20px;}

.wpsc .wpsc_variation_forms label {font-family:arial; font-size:10pt; display:block;}
.wpsc .wpsc_variation_forms {padding:0px; margin:0px;}
.wpsc .wpsc_product_price {font-family:arial; font-size:10pt; padding:0px; margin:0px; margin-bottom:20px;}
.wpsc .wpsc_buy_button_container {float:none; padding:0px; margin:0px;}
.wpsc .wpsc_loading_animation {display:none;}


#single_product_page_container {width:auto;}


.wpsc-shopping-cart #checkout_page_container {width:auto;}
.wpsc-shopping-cart h3 {letter-spacing: -1.5px;	font-family: times, georgia;font-weight: normal;font-size: 22pt; margin-bottom:1em;}
.wpsc-shopping-cart h4 {font-family: times, georgia;font-weight: normal;font-size: 16pt; margin-bottom:1em;}

.wpsc-shopping-cart #content table.wpsc_checkout_table {clear:both; margin-bottom:20px;}
.wpsc-shopping-cart #content table.wpsc_checkout_table tr td { padding:5px;}
.wpsc-shopping-cart #content table.wpsc_checkout_table label {display:block;	text-align:right;}
.wpsc-shopping-cart #content #checkout_page_container table.checkout_cart { margin-bottom:20px;}
.wpsc-shopping-cart #content #checkout_page_container table.checkout_cart td {padding:5px;}

#checkout_page_container textarea, 
#checkout_page_container input, 
#content #checkout_page_container textarea, 
#content #checkout_page_container input {
	font-size: 10pt;;
}

.wpsc-shopping-cart #content #checkout_page_container table.checkout_cart input[type="submit"],
#content #checkout_page_container input.wpsc_buy_button,
#content .single_product_display form.product_form input,
#content input.wpsc_buy_button {
	font-family:arial; font-size:8pt;
	background-color: #52565F;
	padding: 2px 4px 2px 4px;
	margin: 0px;
	border: 1px solid black;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}
.wpsc-shopping-cart #content #checkout_page_container table.checkout_cart input[type="submit"]{
	margin:0px 10px 0px 10px;
}


body      footer {color:#999; padding-left:202px;}
body      footer a {color:#ccc;}
body.home footer {color:#666;}
body.home footer a {color:#999;}
#container {margin-bottom:50px;}