
/* @group defaults */

/* @group defaults.body */
body { margin: 2em auto; font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; color: #000; background: none; font-size: 10pt; line-height: 1.5; }
/* @end defaults.body */

/* @group defaults.typography */
h2, h3 { text-transform: uppercase; }
/* @end defaults.typography */

/* @group defaults.hr */
hr {  background: #fff; color: #fff; clear: both; float: none; width: 100%;  height: 0.1em; margin: 0 0 1.45em;  border: none; }
hr.space { visibility: hidden; }
hr.ie6 { display: none; }
hr.divider { background-color: #DCEBFF; height: 1px; width: 50%; margin: 2.5em auto; }

/* @end defaults.hr */
/* @end defaults */

/* GRID LAYOUT  */
/* @group grid */
/* Based on the Blueprint/grid.css 
	* 24 columns of 30px width + 10px margins
*/
.container { width: 960px; margin: 0 auto; }

/* @group grid.span */
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 { float: left; margin-right: 10px; }
.last, div.last { margin-right: 0; }

.span-1  { width:  30px; }
.span-2  { width:  70px; }
.span-3  { width: 110px; }
.span-4  { width: 150px; }
.span-5  { width: 190px; }
.span-6  { width: 230px; }
.span-7  { width: 270px; }
.span-8  { width: 310px; }
.span-9  { width: 350px; }
.span-10 { width: 390px; }
.span-11 { width: 430px; }
.span-12 { width: 470px; }
.span-13 { width: 510px; }
.span-14 { width: 550px; }
.span-15 { width: 590px; }
.span-16 { width: 630px; }
.span-17 { width: 670px; }
.span-18 { width: 710px; }
.span-19 { width: 750px; }
.span-20 { width: 790px; }
.span-21 { width: 830px; }
.span-22 { width: 870px; }
.span-23 { width: 910px; }
.span-24, div.span-24 { width: 950px; margin-right: 0; }
/* @end grid.span */

/* @group grid.xspan */
.span-1x,  .xspan-1  { width:  40px; }
.span-2x,  .xspan-2  { width:  80px; }
.span-3x,  .xspan-3  { width: 120px; }
.span-4x,  .xspan-4  { width: 160px; }
.span-5x,  .xspan-5  { width: 200px; }
.span-6x,  .xspan-6  { width: 240px; }
.span-7x,  .xspan-7  { width: 280px; }
.span-8x,  .xspan-8  { width: 320px; }
.span-9x,  .xspan-9  { width: 360px; }
.span-10,  .xspan-10 { width: 400px; }
.span-11,  .xspan-11 { width: 440px; }
.span-12x, .xspan-12 { width: 480px; }
.span-13x, .xspan-13 { width: 520px; }
.span-14x, .xspan-14 { width: 560px; }
.span-15x, .xspan-15 { width: 600px; }
.span-16x, .xspan-16 { width: 640px; }
.span-17x, .xspan-17 { width: 680px; }
.span-18x, .xspan-18 { width: 720px; }
.span-19x, .xspan-19 { width: 760px; }
.span-20x, .xspan-20 { width: 800px; }
.span-21x, .xspan-21 { width: 840px; }
.span-22x, .xspan-22 { width: 880px; }
.span-23x, .xspan-23 { width: 920px; }
.span-24x, div.span-24x, .xspan-24, div.xspan-24 { width: 960px; margin-right: 0; }
/* @end grid.xspan */

/* @group grid.append */
.append-1  { padding-right:  40px; }
.append-2  { padding-right:  80px; }
.append-3  { padding-right: 120px; }
.append-4  { padding-right: 160px; }
.append-5  { padding-right: 200px; }
.append-6  { padding-right: 240px; }
.append-7  { padding-right: 280px; }
.append-8  { padding-right: 320px; }
.append-9  { padding-right: 360px; }
.append-10 { padding-right: 400px; }
.append-11 { padding-right: 440px; }
.append-12 { padding-right: 480px; }
.append-13 { padding-right: 520px; }
.append-14 { padding-right: 560px; }
.append-15 { padding-right: 600px; }
.append-16 { padding-right: 640px; }
.append-17 { padding-right: 680px; }
.append-18 { padding-right: 720px; }
.append-19 { padding-right: 760px; }
.append-20 { padding-right: 800px; }
.append-21 { padding-right: 840px; }
.append-22 { padding-right: 880px; }
.append-23 { padding-right: 920px; }
/* @end grid.append */

/* @group grid.prepend */
.prepend-1  { padding-left:  40px; }
.prepend-2  { padding-left:  80px; }
.prepend-3  { padding-left: 120px; }
.prepend-4  { padding-left: 160px; }
.prepend-5  { padding-left: 200px; }
.prepend-6  { padding-left: 240px; }
.prepend-7  { padding-left: 280px; }
.prepend-8  { padding-left: 320px; }
.prepend-9  { padding-left: 360px; }
.prepend-10 { padding-left: 400px; }
.prepend-11 { padding-left: 440px; }
.prepend-12 { padding-left: 480px; }
.prepend-13 { padding-left: 520px; }
.prepend-14 { padding-left: 560px; }
.prepend-15 { padding-left: 600px; }
.prepend-16 { padding-left: 640px; }
.prepend-17 { padding-left: 680px; }
.prepend-18 { padding-left: 720px; }
.prepend-19 { padding-left: 760px; }
.prepend-20 { padding-left: 800px; }
.prepend-21 { padding-left: 840px; }
.prepend-22 { padding-left: 880px; }
.prepend-23 { padding-left: 920px; }
/* @end grid.prepend */
/* @end grid */
.rounded { -moz-border-radius: 12px; -webkit-border-radius: 12px; }


/* GENERAL */

a img { border: none; }
img.dropshadow { background: url("/images/dropshadow.gif") no-repeat right bottom; padding: 10px 15px 15px 10px; }

/* Hiding things from printout */
#mp3-player { display: none; }

#header h1 { display: none; }
#footer p { font-size: 8pt; color: #666; }


/* @group site.nav */
#nav { float: left; width: 480px; margin-right: 0; margin: -2.8em 0 2em 480px; }
#nav ul{ margin:0; padding:0 0 0px 0; }
#nav li{ margin:0; padding:0; display:inline; list-style-type:none; }
#nav a:link,
#nav a:visited { float:left; color: #000; padding: 12px 12px 2px 12px; text-transform:uppercase; font-weight:normal; font-size:110%; text-decoration:none;  }
#home #home_nav,
#programs #programs_nav,
#clients #clients_nav,
#books #books_nav,
#contact #contact_nav { text-decoration: underline; font-weight: bold;}
/* @end site.nav */

/* @group site.quotes */
#quotes { border: 1px solid #ededed; background: none; }
#quotes span.by { color: #ccc; float: right; font-size: 80%; margin: 10px 0; font-style: italic; }
#quotes p { color: #728c93; font: 150% Cambria, "Times New Roman", Times, serif; padding: 0px 10px 20px 10px; text-align: center; }
/* @end site.quotes */

/* @group site.register-box */
#register-box h3 { padding: 0px 10px 0px 20px; font-weight: bold; }
#register-box p { padding: 0px 10px 0px 20px; }
#register-box ul { padding: 0px 10px 0px 40px; } 
#register-box h3, #register-box p { margin-bottom: 1em; }
#register-box ul { list-style-type: square; }
/* @end site.register-box */

/* @group site.developer.credit */
p#credit { font-family: "Helvetica Neue", Helvetica, "Trebuchet MS", sans-serif;  color: #666; margin: 1em; text-align: center;  }
p#credit a, p#credit a:link, p#credit a:visited { color: #999; text-decoration: none; font-weight: normal; }
p#credit a strong, p#credit a:link strong, p#credit a:visited strong { color: #999; font-weight: bold; }
p#credit a:hover, p#credit a:hover strong { color: #000;}
/* @end site.developer.credit */

/* @group site.ui-btn */
a.ui-btn { border: 1px solid #ccc; color: #728c9e; font-weight: normal; margin: 10px auto; padding: 4px 0 0 0; display: block;  height: 25px; text-decoration: none; text-transform: uppercase; text-align: center; background: none; -moz-border-radius: 15px; -webkit-border-radius: 15px; width: 160px; }
a.simpleCart_checkout.ui-btn { border: 1px solid #ccc; color: #000; }
a.btn-add-to-cart.ui-btn { margin: 0 auto 0px auto; width: 130px; background: none; padding: 4px 0 0 0; }
/* @end site.ui-btn */


/* HOME PAGE */
#home #home-boxes { border-top: 1px solid #999; }
#home #content p img.right { float: right; margin: 0 0 15px 15px; }
#home #sidebar #register-box { border: 1px solid #dedede; background: none; }
#home #register-form-overlay { height: 1px; display: none; visibility: hidden; }
#home #box-programs ul { list-style-type: square; margin-left: 10px; padding-left: 10px; }

#home #main-content #twitter ul#tweets { list-style-type: none; margin-left: 0; padding-left: 10px; }
#home #main-content #twitter ul#tweets li { padding: 5px 0; }
#home #main-content #twitter ul#tweets li.first-tweet { padding-top: 0px; }
#home #main-content #twitter ul#tweets li span a { color: #ccc; padding: 6px 0 2px 4px; }
#home #main-content #twitter ul#tweets li span,
#home #main-content #twitter p,
#home #main-content #twitter p a#profile-link { color: #ccc; }
#home #main-content #twitter p a#profile-link { margin: 0; font-weight: bold; }

/* PROGRAMS PAGE */
#programs #main-content #programs-list { border: 1px solid #dedede; background: none; margin-top: 1.3em; }
#programs #main-content #programs-list h3 { text-align: center; font-size: 160%; border-bottom: 1px solid #E5ECF9; }
#programs #main-content #programs-list dl { padding: 5px 15px; list-style-type: square; }
#programs #main-content #programs-list dl dt { padding: 10px 0 0 10px; text-transform: uppercase; }
#programs #main-content #programs-list dl dd { padding: 4px 0px; }

#programs #sidebar #register-box,
#programs #sidebar #video-box { border: 1px solid #dedede; background: none; }
#programs #sidebar #register-box h3, 
#programs #sidebar #video-box h3 { padding: 0px 10px 0px 10px; text-align: center; line-height: 1.3em; font-weight: normal; }
#programs #video-box p,
#programs #video-box ul { padding: 0px 20px 0px 20px; } 
#programs #register-box p,
#programs #video-box p { text-align: center; margin-bottom: 1em; }
#programs #video-box { margin-bottom: 2em; }

#programs #register-form-overlay,
#programs #video-overlay, 
#programs #gallery-overlay { height: 1px; display: none; visibility: hidden; }

/* Thumbnails Grid */
#programs #thumbs-grid { border-top: 1px solid #efefef; width: 880px; padding-top: 2em; }
#programs #thumbs-grid div.thumb{ text-align:center; float:left; width:180px; height:180px; padding:8px; margin:8px; background: none; border:1px solid #ddd; }
#programs #thumbs-grid div.thumb img{ border:none; background: none; padding: 10px 15px 15px 10px; }

/* PROGRAMS > PROGRAM Page */
#programs h2.breadcrumbs a { text-decoration: none; color: #000; }

#programs #nav,
#programs #tabs { display: none; }
/*#programs #tabs p { text-align: left; padding: 20px; }*/
/*#programs #tabs p.btn { text-align: center; padding: 20px; border: 1px solid #efefef; }*/
/*#programs #tabs ul { list-style-type: none; margin: 0; padding: 0; }*/
/*#programs #tabs ul li { padding: 10px; border-bottom: 1px solid #ddd; }*/
/*#programs #tabs ul li a { font-weight: bold; text-decoration: none; color: #000; }*/
/*#programs #panels div { margin-left: 40px; }*/
/*#programs #panels div dl dt { margin: 10px 0px; font-weight: bold; }*/
/*#programs #panels div dl dd { margin-left: 120px; }*/

/* VIP: This snippet shows all the Programs info when printing, overriding the JQuery Tools > Tabs hiding */
#programs #panels div.panel { display: block !important; visibility: visible !important; width: 880px; margin: 1em 40px; }
#programs #panels div.panel table tr td { vertical-align: top; padding: 10px 0; }
#programs #panels div.panel table tr td.key { vertical-align: top; font-weight: bold; width: 120px; }
#programs #panels div.panel table tr td.value { vertical-align: top; width: 480px; }
#programs #panels div.panel table tr td.value ul { padding-left: 15px; }


/* CLIENTS PAGE*/
#clients #main-content #content hr.review { margin: 0px 100px; width: 300px; }
#clients #main-content #sidebar h3 { padding: 0 0 10px 4px; margin-bottom: 5px; text-align: left; }
#clients #main-content #sidebar ul { border-right: 0px solid #e9e9e9; border-top: 1px solid #e9e9e9; padding: 0; margin: 0; list-style-type: none; background: url("/-images/sidebar.png") repeat-y; }
#clients #main-content #sidebar ul li { padding: 6px 0 6px 15px; border-bottom: 1px solid #e9e9e9; }
#clients #main-content #sidebar ul li:hover { background-color: #e9e9e9; }
#clients blockquote:before { content: "\""; font-size: 140%; }
#clients blockquote:after { content: "\""; font-size: 140%; }
#clients p.testamonial-by { text-align: right; color: #666; }

/* BOOKS page */
#books h4 { text-transform: uppercase; font-weight: normal; }
#books h4 a { text-decoration: none; color: #000; }
.item_thumb { display:none; }
.cartHeaders{ display:none; }
#cartTotal{ clear:both; text-align: right; }
#shopping-cart { border: 1px solid #ddd; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; }
#books #main-content #sidebar #shopping-cart h3 { padding: 8px 10px 4px 10px; text-align: center; /*color: #bababa;*/ }
#shopping-cart .itemContainer { border-top: 1px solid #ddd; margin: 0px 0; padding: 5px 0 10px; background-color: #D9EEFF; }
#shopping-cart .itemContainer div.itemName { font-weight: normal; padding: 2px 0px 4px 6px; text-transform:uppercase; }
#shopping-cart .itemContainer div.itemQuantity { float: left; clear: both; margin-top: 5px; display: inline; margin: 4px; }
#shopping-cart .itemContainer div.itemQuantity input { width: 15px; height: 15px; text-align: center; color: #000; vertical-align: top; padding: 0 4px; margin: 0 5px 0 0; }
#shopping-cart .itemContainer div.itemQuantity input:focus { outline: none; }
#shopping-cart .itemContainer .itemPrice { clear: both; float: right; display: inline; margin-top: -18px; padding-right: 80px; color:#000; font-weight: normal;}
#shopping-cart .itemContainer .itemTotal{ clear: both; float: right; display: inline; margin-top: -18px; padding-right: 10px; color:#000; font-weight: bold;  }
#shopping-cart p { margin-bottom: 0.5em; padding: 2px 6px; }
#shopping-cart .simpleCart_total    { font-weight: bold; clear: both; float: right; }
#shopping-cart .simpleCart_taxCost  { font-weight: bold; clear: both; float: right; }
#shopping-cart p.total-sub,
#shopping-cart p.total-final { font-weight: bold; border-top: 1px solid #ddd; padding-top: 5px; }
#shopping-cart p.total-final { border-bottom: 1px solid #ddd; padding-bottom: 5px; }
#shopping-cart .simpleCart_finalTotal  { font-weight: bold; clear: both; float: right; }
#shopping-cart p.intro { color: #ccc; text-align: left; }

#shopping-cart p.paypal { border-top: 1px solid #ddd; color: #ccc; margin: 5px 0; text-align: center; padding: 4px 0; }
#shopping-cart p.paypal img { padding: 0 0 0 3px; vertical-align: text-bottom; }

/* CONTACT PAGE */
/* @group pages.contact */
#contact div.vcard { padding: 2em; margin: 0em 0em 0em 0em; border: 1px solid #ededed; background: none; }
#contact div.vcard span.fn  { font-weight: bold; font-size: 110%; }
#contact div.vcard div.adr { margin: 0em 0 1em 0; }
#contact div.vcard span { padding: 2px 0; }
#contact div.vcard span.type { visibility: hidden; }
#contact div.vcard div span.tel { font-weight: bold; }
#contact div.vcard span a.email { font-weight: bold; text-decoration: none; }
#contact div.vcard span.hcard_ref a { font-size: 60%; font-weight: normal; text-decoration: none; }
#contact div.vcard span.myp { display: block; margin: 0.5em 0; }
#contact div.vcard div.org { margin-bottom: 10px; font-weight: bold; }
#contact div.vcard div.contact-name { font-weight: bold; }
#contact div.vcard div.contact-name span { margin-left: 5px; font-weight: normal; }
#contact p.vcard-dl { color: #ccc; text-align: right; margin: -40px 0 0 0; clear: both; }
#contact p.vcard-dl a:link { color: #ccc; font-weight: normal; }
#contact #quotes { width: 360px; }
/*#contact #main-content img.dropshadow { background: url("/images/dropshadow.gif") no-repeat right bottom; padding: 10px 15px 15px 10px; }*/
/* @end pages.contact */


