﻿/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
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.75em;}
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;}
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 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
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;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
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;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.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;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:150px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* grid.css */
.container {width:950px;margin:0 auto;}
.showgrid {background:url(src/grid.png);}
.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;}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important;}
input.span-1, textarea.span-1 {width:18px!important;}
input.span-2, textarea.span-2 {width:58px!important;}
input.span-3, textarea.span-3 {width:98px!important;}
input.span-4, textarea.span-4 {width:138px!important;}
input.span-5, textarea.span-5 {width:178px!important;}
input.span-6, textarea.span-6 {width:218px!important;}
input.span-7, textarea.span-7 {width:258px!important;}
input.span-8, textarea.span-8 {width:298px!important;}
input.span-9, textarea.span-9 {width:338px!important;}
input.span-10, textarea.span-10 {width:378px!important;}
input.span-11, textarea.span-11 {width:418px!important;}
input.span-12, textarea.span-12 {width:458px!important;}
input.span-13, textarea.span-13 {width:498px!important;}
input.span-14, textarea.span-14 {width:538px!important;}
input.span-15, textarea.span-15 {width:578px!important;}
input.span-16, textarea.span-16 {width:618px!important;}
input.span-17, textarea.span-17 {width:658px!important;}
input.span-18, textarea.span-18 {width:698px!important;}
input.span-19, textarea.span-19 {width:738px!important;}
input.span-20, textarea.span-20 {width:778px!important;}
input.span-21, textarea.span-21 {width:818px!important;}
input.span-22, textarea.span-22 {width:858px!important;}
input.span-23, textarea.span-23 {width:898px!important;}
input.span-24, textarea.span-24 {width:938px!important;}
.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;}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
hr.dotted {background:#fff;border-bottom:dotted 1px #ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}
.alt { color: #666; font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; font-style: italic;font-weight: normal;}

/*custom*/
.profile-list-name {font-size:1.5em;line-height:1;margin-bottom:.2em;}
.profile-list-groups {font-size:1em;margin-bottom:.875em;line-height:1.475em;color:#666;}
h1 {font-size:2em;font-weight:bold;line-height:1.2;}
a {color:#0e509e;}

ul.bullet {margin:0px;padding:0px;list-style:none;}
ul.bullet li {background:url('/shared/images/misc/li-bullet.gif') no-repeat 0px 7px;padding:0px 0px 0px 12px;margin-bottom:6px;}

/*.header {background:url('/shared/images/template/header-bg.png');background-position:left 70px;height:70px;width:100%;}*/
.header {background:#E8F1FC;}
.header-logo {margin-top:4px;}
.header-logo img {width:250px;height:47px;}
.header-links {margin-top:10px;text-align:right;}
.header-links-login {color:#fff;background:#0e509e;padding:2px 6px 2px 6px;font-weight:bold;text-decoration:none;margin-left:10px;-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
.header-links-login:hover {color:#fff;}

.footer {background:#f5f5f5 url('/shared/images/template/footer-bg.gif') repeat-x 0px -305px;padding:0px 18px 18px 18px;-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
.footer h6 {text-transform:uppercase;font-size:110%;}
.footer ul {margin:0px;padding:0px;}
.footer li {list-style:none;padding-bottom:0.4em;}

.nav-main {height:49px;border-top: 1px solid #B4B3B3;}
.nav-main-bar {border-bottom: 1px solid #B4B3B3;background-color:#F7F7F7;height: 29px;left: 0px;width:100%;position: absolute;}
.nav-main-holder {position:relative;z-index:200;width:950px;margin:0 auto;}
.nav-main-item {display:inherit;float:left;height:39px;background:url('/shared/images/template/main-nav-border.gif') no-repeat 100% 0%;padding-right:1px;cursor:pointer;}
.nav-main-item a {background:url('/shared/images/template/main-nav-bg.gif') repeat-x 50% 0%;display:block;color:#444444;font-size:110%;font-weight:bold;text-transform:uppercase;height:100%;width:100%;text-decoration:none;outline:none;}
.nav-main-item a:hover {background:url('/shared/images/template/main-nav-bg.gif') repeat-x 50% 100%;}
.nav-main-item a.selected {background:url('/shared/images/template/main-nav-bg.gif') repeat-x 50% 50%;color:#000;}
.nav-main-item span {display:block;padding:6px 20px 0px 20px;}
.nav-main-item sup {font-size:60%;}

.breadcrumbs {font-size:80%;}
.breadcrumbs a {}

.tabs {margin:0px;padding:0px;margin-bottom:30px;padding-left:15px;background:transparent url('/shared/images/misc/tabs-bg.gif') repeat-x scroll 0 100%;}
.tabs li, .tabs a, .tabs em {float:left;font-size:110%;font-weight:bold;height:32px;}
.tabs li {margin-right:10px;list-style:none;}
.tabs a {padding-left:15px;text-decoration:none;background:transparent url('/shared/images/misc/tabs.gif') no-repeat scroll 0 0;color:#0e509e;}
.tabs em {line-height:32px;padding-right:15px;background:transparent url('/shared/images/misc/tabs.gif') no-repeat scroll 100% 0;font-style:normal;}
.tabs .active {background-position:0 -32px;}
.tabs .active em {background-position:100% -32px;color:#000;}

.list-totals {padding:.5em;margin-bottom:2em;border:1px solid #ddd;background:#FFF6BF;color:#514721;border-color:#FFD324;-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
.list-totals-sort {float:right;margin-top:-7px;}
.list-totals-sort select {}

.list-paging {border:0; margin:0; padding:0;}
.list-paging li {border:0; margin:0; padding:0;list-style:none;margin-right:2px;}
.list-paging a {border:solid 1px #9BC0F5;margin-right:2px;}
.list-paging .previous-next a {font-weight:bold;} 
.list-paging .active {background:#2e6ab1;color:#FFFFFF;font-weight:bold;display:block;float:left;padding:4px 6px;}
.list-paging a:link, .list-paging a:visited {display:block;float:left;padding:3px 6px;text-decoration:none;}
.list-paging a:hover {border:solid 1px #0e509e}

.button-light {float:left;margin-right:10px;}
.button-light-left {background:transparent url('/shared/images/template/button-light-left.png') no-repeat scroll 0% 0%;float:left;width:8px;height:24px;}
.button-light-right {background:transparent url('/shared/images/template/button-light-right.png') no-repeat scroll 100% 0%;float:left;line-height:24px;padding-right:10px;}
.button-light-right a {font-size:11px;font-weight:bold;text-decoration:none;cursor:pointer;color:#444444;}
.button-dark {float:left;margin-right:10px;}
.button-dark-left {background:transparent url('/shared/images/template/button-dark-left.png') no-repeat scroll 0% 0%;float:left;width:8px;height:24px;}
.button-dark-right {background:transparent url('/shared/images/template/button-dark-right.png') no-repeat scroll 100% 0%;float:left;line-height:24px;padding-right:10px;}
.button-dark-right a {font-size:11px;font-weight:bold;text-decoration:none;cursor:pointer;}

.button-red {float:left;margin-right:10px;}
.button-red-left {background:maroon;float:left;width:8px;height:24px;}
.button-red-right {background:maroon;float:left;line-height:24px;padding-right:10px;}
.button-red-right a {font-size:11px;font-weight:bold;text-decoration:none;cursor:pointer;color:#ffffff;}


.cart-item td {border-bottom:dotted 1px #ddd;padding-right:0px;}
.cart-item a.remove {background:url('/shared/images/misc/icon-x.gif') no-repeat 0% 2px;padding-left:14px;cursor:pointer;}
.cart-total td {padding-right:0px;}
.cart-button-checkout {background:#E6EFC2;border:solid 1px #C6D880;padding:1px 4px 1px 4px;text-align:center;-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
.cart-button-checkout a {color:#264409;text-decoration:none;font-size:130%;font-weight:bold;}
.cart-button-checkout a:hover {color:#000;}

.rail {background:url('/shared/images/template/rail-bg.jpg') no-repeat;}
.rail-menu-main {list-style:none;margin:0px;padding:0px;padding-top:20px;}
.rail-menu-main li {background:url('/shared/images/template/rail-line-main.jpg') no-repeat;height:38px;display:block;line-height:42px;padding-left:15px;}
.rail-menu-main li.active {background:url('/shared/images/template/rail-menu-on-bg.jpg');}
.rail-menu-main a {font-weight:bold;font-size:120%;text-decoration:none;color:#444444;}
.rail-menu-main a:hover {}
.rail-menu-sub {list-style:none;margin:10px 0px 10px 0px;padding-left:0px;}
.rail-menu-sub li {line-height:30px;border-bottom:solid 1px #ddd;padding-left:20px;}
.rail-box {padding:1em;}
.rail-box h3 {font-size:170%;margin-bottom:1.8em;}
.rail-box-sub {padding:1em;}
.rail-box-sub h3 {font-size:170%;margin-bottom:1.2em;}
.rail-subject {font-size:170%;margin-bottom:0px;padding-left:1em;margin-top:1em;}
.rail-divider {background:url('/shared/images/template/rail-line-main.jpg') no-repeat;height:2px;}
.rail-filter {padding:2px;margin-bottom:2px;background:#FFF6BF;color:#514721;}
.rail-filter a {float:right;margin:2px 2px 0px 0px;}
.rail-thawte {background:url('/shared/images/misc/thawte-bg.gif') repeat-x;text-align:center;}
.rail-featured-article {}
.rail-featured-article a {font-weight:bold;font-size:110%;}
.rail-featured-article img {float:left;margin-right:6px;margin-bottom:2px;border:solid 1px #ddd;}
.rail-featured-article-author {font-size:90%;font-weight:bold;color:#666;}
.rail-featured-article-author a {text-decoration:none;color:#666;font-weight:bold;}


.home-feature {background:#F8F8F8 url('/shared/images/misc/box-gradient-bg.gif') repeat-x;padding:1.5em;border:solid 1px #ddd;height:120px;-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
.home-feature:hover {border:solid 1px #B4B3B3;}
.home-feature h3 {margin-bottom:0.2em;font-size:190%;font-weight:bold;}
.home-feature h3 span {display:block;font-size:12px;margin-top:4px;font-weight:normal;color:#616161;}
.home-feature input {float:left;margin-right:10px;width:90px;}
.home-feature select {float:left;margin-right:10px;width:150px;}
.home-provider-img {float:left;margin-right:8px;}
.home-provider-img img {width:50px;height:50px;border:solid 1px #ddd;}

.platform {}
.platform h1 {margin-bottom:0.5em;}
.platform-boxes {}
.platform-boxes img {border:solid 1px #ddd;}
.platform-boxes h4 {font-weight:bold;margin-bottom:0.3em;}
.platform-client-imgs img {border:solid 1px #ddd;width:120px;height:120px;margin-bottom:6px;float:left;margin-right:6px;}

.courses-intro {}
.courses-intro strong {float:left;margin-top:-3px;margin-right:4px;}
.courses-intro-img {float:right;margin-top:30px;}
.courses-rail-filter {padding:2px;margin-bottom:2px;background:#FFF6BF;color:#514721;}
.courses-rail-filter a {float:right;margin:2px 2px 0px 0px;}

.profile-list {margin-top:30px;}
.profile-list-img img {width:130px;height:130px;}
.profile-list-bio {font-style:italic;}
.profile-list-location a {color:#000;text-decoration:none;}

.profile-rail-search {}
.profile-rail-search input {float:left;margin-right:10px;}
.profile-rail-firstletter {border:0; margin:0; padding:0;}
.profile-rail-firstletter li {border:0; margin:0; padding:0;list-style:none;margin-right:2px;margin-top:2px;}
.profile-rail-firstletter a {border:solid 1px #E5ECF9;margin-right:2px;}
.profile-rail-firstletter a.active {background:#2e6ab1;color:#FFFFFF;font-weight:bold;display:block;float:left;}
.profile-rail-firstletter a:link, .profile-rail-firstletter a:visited {display:block;float:left;padding:1px 3px;margin-top:2px;text-decoration:none;text-align:center;width:8px;}
.profile-rail-firstletter a:hover {border:solid 1px #0e509e}

.profile {}
.profile h3 {margin-bottom:0.5em;padding-bottom:0.5em;border-bottom:solid 3px #E5ECF9;}
.profile h4 {font-weight:bold;font-size:100%;margin-bottom:0.2em;}
.profile-img {width:270px;height:270px;}
.profile-groups {font-style:italic;margin-top:-0.8em;margin-bottom:2em;}
.profile-bio {margin-bottom:2em;}
.profile-date {margin-bottom:0.4em;font-size:90%;}
.profile-desc {margin-bottom:0.4em;font-style:italic;}
.profile-contact div.item {border-bottom:solid 1px #fff;margin-bottom:0.6em;}
.profile-contact input {width:250px;}
.profile-contact textarea {width:400px;height:80px;}
.profile-contact .label {font-weight:bold;text-align:right;margin-right:1em;}

.checkout {}
.checkout label {width:150px;float:left;}
.checkout input[type='text'] {width:200px;}
.checkout input[type='password'] {width:200px;}
.checkout input.month {width:30px;}
.checkout input.year {width:40px;}
.checkout input.code {width:60px;}
.checkout .error {line-height:1.2em;}
.checkout .error ul {margin-bottom:0px;}
.checkout .notice {line-height:1.2em;}
.checkout-button {background:#E6EFC2;border:solid 1px #C6D880;padding:1px 4px 1px 4px;text-align:center;width:140px;line-height:1.6em;margin-top:6px;float:left;-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
.checkout-button a {color:#264409;text-decoration:none;font-size:130%;font-weight:bold;}
.checkout-button a:hover {color:#000;}

.topic-list {}
.topic-list h2 {margin-bottom:0em;padding-bottom:0em;border-bottom:solid 3px #E5ECF9;font-style:italic;font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; }
.topic-list h2 a {text-decoration:none;color:#000;}
.topic-list h3 {font-size:110%;margin-bottom:0.5em;}
.topic-list-box {border:solid 1px #fff;padding:2px;}
.topic-list-box:hover {border:solid 1px #B4B3B3;-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
.topic-list-letters a {float:left;margin-right:4px;}
.topic {}
.topic-image {float:left;margin:0px 10px 10px 0px;border:solid 1px #ddd;padding:1px;}
.topic-related-author, .article-related-author {font-size:90%;color:#666;font-weight:bold;margin-bottom:0.4em;}
.topic-related-author a, .article-related-author a {text-decoration:none;color:#666;}
