/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: Custom theme for LobbyLab.com.
Version: 1.6
Author: Michael Clowe
Author URI: http://mikeclowe.com/
Tags: blue, custom header, fixed width, two columns

	Custom theme for LobbyLab.com. Based on the temem at learn-to-lobby.com.

*/

/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 80%;
  color: #222; 
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.5em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 1.5em 0 0; padding: 0}


a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }
a img       { border: none; }

blockquote  { margin: 1.5em; color: #333; font-style: italic; line-height: 150%;}
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { }
th          { font-weight: bold; }
thead th    { background: #c3d9ff; }
th,td,caption { padding: 0; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
.right      { float: right; padding: 20px; background-color: #F1F1F1; border: 1px solid #D4D4D4; width: 200px; font-size: 90%; line-height: 1.4; margin-left: 30px; margin-bottom: 20px;}
.fancy_bullets { list-style-image: url(http://www.lobbylab.com/wp-content/plugins/wp-e-commerce/themes/iShop/images/bullet.gif); }
.testimonial { float: right; margin: 0px 0px 30px 30px; 
}


#page{
	width: 770px;
	margin: 0px auto;
}

#header{
	height: 41px;
	background: #FFF URL(images/bg_top.gif) repeat-x;
	border-top: 3px solid #3C3C3C;
}

#header img{
	float: left;
}

#header h1{
	margin: 0;
	float: right;
	font-size: 12px;
	padding: 15px 15px 0 0;
}

#images-table{
	border-bottom: 2px solid #FFF;
}

#navigation{
	height: 25px;
	background: #FFF URL(images/bg_nav.gif) repeat-x;
	padding: 5px;
}

#navigation ul{
	display: inline;
}

#navigation li{
	float: left;
	font-size: 13px;
	list-style: none;
}

#navigation a{
	display: block;
	padding: 5px 15px;
	border-right: 1px dotted #FFF;
	text-decoration: none;
	color:#FFF;
}

#navigation a:hover{
	text-decoration: underline;
}

#content{
	width: 500px;
	float: left;
	padding: 0px 15px 0px 0px;
        min-height: 500px;
}

#content.broadcolumn{
        float: none;
        width: 730px;
        padding: 10px;
}

#pagecontent{
	width: 770px;
	float: left;
	padding: 0px 15px 0px 0px;
}
#sidebar{
	width: 250px;
	float: right;
}

#sidebar h2{
	margin: 0;
	padding-bottom: 10px;
}

#sidebar p, #sidebar h3{
	margin-top: 0;
	padding-top:0;
}

#login_form, #available, #purchased_videos, #basket_display{
	border: 1px solid #BEB67B;
	background-color: #F5F3E7;
	padding: 20px;
	margin: 10px 0px 10px 10px; 
}

#purchases, #available_videos, #purchase_archive{
	list-style: none;
	padding: 0;
	margin: 0;
}

#purchases li, #available_videos li{
	padding: 10px 2px;
	margin: 0;
	font-size: 10px;
	border-bottom: dashed 1px #355E81;
}

#purchase_archive li{
        font-size: 12px;
        padding: 10px 2px;
}

.course_syllabus{
  border: 1px solid #AAA;
  padding: 30px;
  margin: 10px 0px;
  background-color: #EEE;
  
}

.course_syllabus h3{
  margin-top: 0px;
}

.course_syllabus h4{
  border-bottom: 1px solid #CCC;
}

.imagecol{
	float: left;
}

.pricedisplay{
	font-weight: bold;
	font-size: 14px;
}

.wpsc_product_price{
	padding: 20px 0px;
}

/*  Shopping Cart stuff */
/*
Generalised theme compatibility fixes, the shopping cart does not need bullets
*/

.wpsc_checkout_table{
      margin: 0px 0px 0px 50px;
}

.shoppingcart tr{
	text-align: left;

}

.productcart{
        border: 1px solid #CCC; 
        padding: 0px; 
        background-color: #DDD;
        margin: 0px auto;
}

.productcart tr td{
        padding: 10px;
}

.wpsc_checkout_table tr td{
        padding: 5px;
}

.product_row{
      background-color: #EEE;
}

.total_price td, .total_tax td{
      border-top: 1px dashed #AAA;
}

th#product{
       width: 275px;
}

li.widget_wp_shopping_cart ul {
	list-style-image: none !important;
 	list-style-type: none !important;
 }
  
li.widget_wp_shopping_cart ul li {
	list-style-image: none !important;
 	list-style-type: none !important;
  background: none !important;
 }

li.widget_wp_shopping_cart ul li:before{


/* Countermand any content properties like the one in the default wordpress theme.  */


content: "" !important;
}


div.categorydisplay ul li:before{
	/* Countermand any content properties like the one in the default wordpress theme.  */
	content: "" !important;
}

a.additional_description_link img {
  margin:0px 3px 0px 0px;
}

div.textcol form {
  min-width: 300px;
}

div.wpsc_loading_animation {
  visibility: hidden;
}

#idc-container-parent{
clear:both;

}