
*{
    margin:0;
    padding:0;
}

html,body{
    /*background:#b7b9ae;
    */
 background: url('images/bg.jpg') repeat #C9C2AF;
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    color:#272727;
}

ul,li,p,h1,h2,h3,h4,a{
    margin:0;
    padding:0;
}

ol li{
    margin:0 0 10px 25px;
    font-size:17px;
}

a:link,a:visited{
    color:#0C3B5C;
    text-decoration: none;
}

a:hover,a:active{
    color:#4a719a;
}

p a {
    text-decoration: underline !important;
}

a img{
    border:0 none;
    border-color:transparent;
    outline:0 none;
}

img.flush-top {
    margin-top: 5px !important;
}

 #sidebar-searchform input{
    margin:0;
    padding:0;
}

form{
    margin:0;
    padding:0;
}

form#registration input{
    -moz-border-radius:5px 5px 5px 5px;
    border:1px solid #AAA;
    font:20px Georgia;
    height:28px;
    padding:3px;
    width:200px;
    float:left;
}

.with-help{
    float: left;
}

 span.required{
    color: #AA5151;
}

 .help-box{
    -moz-border-radius:0 5px 5px 0;
    background:none repeat scroll 0 0 #EEE;
    border:1px solid #AAA;
    float:left;
    height:22px;
    padding:6px 5px;
    margin: 0 0 0 5px;
    display: none;
}

form#registration submit{
    background:#FFF;
}

#registration-table td{
    padding:0 0 10px 0;
}

#registration-table td.table-label{
    text-align:right;
    font-size:16px;
    padding-right:10px;
}

 .registration-submit {
    background:url('images/buttons/buttons.gif') repeat-x 0 -411px transparent !important;
    margin:0;
    padding:0;
    font-size:16px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor:pointer;
    height: 32px !important;
}

.registration-submit:hover {
    border:1px solid #333 !important;
}

#login-block-left {
    border-right: 1px solid #333;
    float: left;
    padding-right: 30px;
    width: 286px;
}

#login-block-right{
    float: right;
    width: 288px;
}

table#login-block{
    margin: 0 auto;
}

table#account-info td{
    padding: 0 15px 5px 0;
    font-size: 16px;
}

table#login-block input {
    padding: 3px;
    border: 1px solid #AAA;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-family: Georgia, serif;
}

table#login-block label {
    font-size: 18px;
}

table#login-block td {
    padding: 0 5px 0 0;
}

table#login-block tr {
    height: 35px;
}

table.big-input-table input{
    font-size: 16px;
    font-family: Georgia, serif;
    padding: 3px;
    border: 1px solid #AAA;
    border-radius: 5px;
    -moz-border-radius: 5px;
    height: 28px;
    line-height: 28px;
}

table.big-input-table label {
    font-size: 16px;
    font-family: Georgia, serif;
}

table.big-input-table td {
    padding: 0 5px 5px 0;
}

fieldset.sb-fieldset {
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    margin: 0 auto;
}

legend.sb-legend {
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    margin:0 auto;
    font-size: 30px;
    margin: 0 0 0 18px;
}

fieldset.login-fieldset {
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    margin: 0 auto;
    width: 280px;
}

legend.login-legend {
    font-size: 30px;
    margin: 0 0 0 18px;
}

#commentlist input,#commentlist textarea{
    display:block;
}

#commentlist .form-allowed-tags{
    font-size:14px;
}

li.comment{
	border-radius: 10px;
    padding:10px;
    border:1px solid #999;
    list-style-type:none;
}

blockquote{
    /* background:none repeat scroll 0 0 #EEE;
    border-left:4px solid #AB3F37;
    border-right:1px solid #CCC;
    border-top:1px solid #CCC;
    border-bottom:1px solid #CCC;
    margin:10px 20px;
    padding:10px 10px 10px 20px;
    font-size:19px;
    */
border-left: 3px solid #AA5151;
    font-size: 20px;
    padding: 10px 15px;
    margin: 10px 0;
    border-radius: 10px;
    background: #eee;
    box-shadow: 3px 3px 3px #818181;
}

blockquote span{
    float:right;
}

blockquote.page{
    margin:0;
    font-size:17px;
    margin:0 0 15px 0;
    clear:right;
}

 #wrapper{
    width:970px;
    margin:5px auto 0;
    padding:0;
}

#header{
    background:url('images/header.jpg') no-repeat;
    width:970px;
    height:126px;
    position:relative;
}

.home-link{
    background:url("images/logo.png") no-repeat scroll left center transparent;
    border-right:1px solid #DACEA4;
    display:block;
    height:80px;
    left:33px;
    position:absolute;
    text-decoration:none;
    top:28px;
    width:172px;
}

.tagline{
    color:#DACEA4;
    display:block;
    font:21px Georgia;
    height:34px;
    left:226px;
    position:absolute;
    top:57px;
    width:230px;
    z-index:10;
}

.header-pic{
    background:url("images/header-images.jpg") no-repeat scroll 0 0 transparent;
    height:153px;
    left:480px;
    position:absolute;
    top:5px;
    width:380px;
    z-index: 0 !important;
}

.breadcrumbs{
    margin:0 0 25px 0;
}

.arrow-right a{
    background:url('images/arrow-right.png') no-repeat 95% 50% !important;
}

.arrow-down a{
    background:url('images/arrow-down.png') no-repeat 95% 50%;
    cursor:pointer;
}

.no-arrow a{
    background:none !important;
}

.nav-previous{
    margin:0 0 10px 0;
}

.nav-next{
    margin:0 0 10px 0;
}

#nav{
    background:url('images/navbg.jpg') repeat-y;
    height:47px;
    padding:0;
    _width:985px;
}

#menu-main-menu{
    width:961px;
    margin:0 auto;
}

#menu-main-menu .menu-item{
    display:block;
    float:left;
    list-style-type:none;
}

.aboutus-menu-item ul.sub-menu {
    margin: 0 0 0 -91px !important;
}

 li.nav-home{
    padding:0;
}

li.nav-contact{
    padding:0;
}

#menu-main-menu a{
    display:block;
    text-decoration:none;
    color:#272727;
    padding:6px 18px 7px;
    line-height:34px;
    font-size:17px;
    outline:0 none;
    text-shadow: 1px 1px 0px #E4D6A1
}

#menu-main-menu li:hover{
    background: url('images/selectedmain.jpg') repeat-x;
    box-shadow: inset 0 0 3px #333;
}

#menu-main-menu li:hover a{
    color:#FFF;
    text-shadow: 0 0 1px #333;
}

#menu-main-menu li ul,#menu-main-menu li ul ul{
    display:none;
    z-index:10;
}

#menu-main-menu li:hover ul ul{
    display:none;
}

#menu-main-menu li:hover ul{
    display:block;
    position:absolute;
    background:#F7EFD6;
    border-left:1px solid #837958;
    min-width:190px;
    margin:0 0 0 0px;
    -moz-box-shadow:0 3px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow:rgba(0,0,0,0.296875) -2px 2px 8px;
    z-index: 3000;
}

#menu-main-menu li:hover li{
    display:block;
    float:none;
    border-bottom:1px solid #837958;
    border-right:1px solid #837958;
}

#menu-main-menu li:hover li:hover{
    background:#E7D9AD;
    box-shadow: none !important;
}

#menu-main-menu li:hover li a{
    display:block;
    margin:0;
    padding:5px 10px;
    font-size:17px;
    color:#272727;
	line-height: 30px;
	text-shadow: none !important;
}

#menu-main-menu li:hover li:hover ul{
    display:block;
    position:absolute;
    left:100%;
    margin:-41px 0 0 -1px;
    border-left:none;
    border-top:1px solid #837958;
    -moz-box-shadow:0 3px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow:rgba(0,0,0,0.296875) -2px 2px 8px;
    min-width:160px;
    z-index: 3000;
}

#menu-main-menu li:hover li:hover ul li{
    border-bottom:1px solid #837958;
    border-left:1px solid #837958;
}

#menu-main-menu li:hover li:hover li a{
    display:block;
    width:auto;
    margin:0;
    padding:5px 10px;
    font-size:16px;
    color:#272727;
}

#menu-main-menu li#menu-item-7236 a {
	line-height: 20px !important;
}

.members-news{
    -webkit-box-shadow:rgba(0,0,0,0.296875) -2px 2px 8px;
    -moz-box-shadow:0 3px 3px rgba(0,0,0,0.3);
    background:none repeat scroll 0 0 #F7F4EB;
    border-color:#AB3E37;
    border-left:5px solid #AB3E37;
    border-style:solid;
    border-width:1px 1px 1px 5px;
    margin:24px 0 0;
    padding:5px 5px 5px 10px;
    width:390px;
}

.nav-previous{
    float:left;
}

.nav-next{
    float:right;
}

.nav-conferences a{
    background:url('images/arrow.png') no-repeat 95% 50% !important;
}

.nav-conferences ul a{
    background:none !important;
}

.members-login{
    background: none repeat scroll 0 0 #dacea4;
    
    right: 50px;
    text-align: center;
    top: 0;
    width: 124px;
    z-index: 999;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0 3px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow:rgba(0,0,0,0.296875) -2px 2px 8px;
}

#login-dropdown-wrapper{
	position: fixed;
	top: 0;
	right: 3%;
	width: 216px;
	z-index: 6000;
}

.members-login img{
    border:none;
}

.members-login a{
    text-decoration:none;
    color:#262626;
    display:block;
    padding:4px 0 6px 0;
    outline:0 none;
    font-size:16px;
    line-height:17px;
    text-shadow: 1px 1px 0px #F7EAC8;
    background: url("images/blue-arrows.jpg") no-repeat scroll transparent;
    background-position: 103px -90px;
    padding-right: 15px;
}

#quick-login-email, #quick-login-password {
	background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #CCCCCC;
    font-family: Times New Roman,Serif;
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
    padding: 3px;
    width: 191px;
}

#login-cap{
    background:url('images/login-cap.png') no-repeat;
    width:124px;
    height:11px;
    position:absolute;
    right:37px;
    top:32px;
    cursor:pointer;
}

#login-expanded-head-cap{
    background:url('images/expanded-head-cap.png') no-repeat top left;
    width:178px;
    height:9px;
}

#login-expanded-foot-cap{
    background:url('images/expanded-foot-cap.png') no-repeat;
    width:178px;
    height:9px;
}

#login-expanded-wrapper{
    display: none;
    
    right: 50px;
    top: 27px;
    z-index: 3000;
	border-radius: 0 0 10px 0;
    -moz-box-shadow:0 3px 3px rgba(0,0,0,0.3);
    -moz-border-radius:0 0 10px 0;
}

.showme {
    display: block !important;
}

 #login-expanded{
    background-color: #EBE5D2;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    padding: 8px;
    text-align: left;
    width: 200px;
    -moz-box-shadow:-5px 7px 8px rgba(0,0,0,0.3);
    -moz-border-radius:5px 0 5px 5px;
    border-radius: 0 0 10px 0;
    -webkit-box-shadow:rgba(0,0,0,0.296875) -5px 5px 8px;
}

.login-button{
    background: url("images/login-button.jpg") no-repeat scroll 0 -25px transparent;
    border: 0 none;
    cursor: pointer;
    font-size: 0;
    height: 25px;
    line-height: 0;
    margin: 10px 7px 5px 0;
    width: 58px;
}

.login-button:hover {
	background-position: 0 0;	
}

#login-help {
	bottom: 18px;
    display: block;
    float:right;
    right: 9px;
    margin-top: 15px;
    font-size: 16px;
    color: #129315;
    font-weight: bold;
}

#forgot{
	display: block;
	margin-top: 5px;
}

#forgot a {
	text-decoration: underline;
}

#forgot, #forgot a{
	font-size: 13px;	
}

#guild_id{
    margin-top:5px;
    height:24px;
    width:165px;
    border:1px solid #AAA;
    -moz-border-radius:5px;
    border-radius:5px;
    line-height:24px;
    padding:0 5px;
}

#logged-in-box{
background: none repeat scroll 0 0 #DACEA4;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    min-width: 137px;
    padding: 5px 10px 10px;
    position: fixed;
    right: 69px;
    top: 0;
    z-index: 999;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 10px;
}

#logged-in-menu li {
	list-style-type: none;
	padding: 3px 0;
}

#logged-in-wrapper{
	display: none;
}

#logged-in-header {
background: url("images/blue-arrows.jpg") no-repeat scroll right -90px transparent;
    color: #262626;
    display: block;
    outline: 0 none;
    padding: 1px 14px 0 0;
    border: 0 none;
    text-align: center;
}

#logged-in{
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    color: #373737;
    margin: 10px 0 0;
    z-index: 1;
}

#logged-in a{
    color:#223F5D;
}

#logged-in a:hover {
	text-decoration: underline;
}

#members-sidebar{
    background:none repeat scroll 0 0 #EEE;
    border:1px solid #999;
    margin:13px 0 10px 10px;
    padding:10px;
    width:208px;
    float:right;
}

.members-sidebar{
    margin:0 0 0 10px;
}

.members-sidebar li{
    list-style-type:none;
    margin:5px 0 0;
    background:url("images/bullet.gif") no-repeat scroll left 9px transparent;
    padding:0 0 0 10px;
}

#container{
    width:970px;
    margin:0 auto;
    background:url('images/content-bg.png') repeat-y;
    padding:0;
}

#content{
    width:666px;
    float:left;
    margin:0;
    padding:25px 20px 20px 42px;
}

.hentry{
    margin:20px 0 0 0 !important;
}

.edit-link a {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #333333;
    display: block;
    height: 58px;
    left: 0;
    padding: 35px 0 0;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 50px;
}

.entry-content{
    margin:20px 0 0 0;
}

#adspace{
    width:700px;
    margin:0 0 25px 0;
}

#adspace img{
    border:none;
}

#primary{
    width:200px;
    padding:25px 20px 0 0;
    float:right;
}

.see-more a{
    outline:0 none;
    border:0 none;
    border-color:transparent;
}

#search-bar{
    background: url("images/magnifying-glass.png") no-repeat scroll 13px 2px transparent;
border: 1px solid #BBBBBB;
    border-radius: 19px 19px 19px 19px;
    box-shadow: 1px 1px 2px #5E5E5E inset;
    font-family: Times New Roman,Serif;
    margin-left: 0;
    margin-right: 0;
    padding: 3px 3px 3px 43px;
    width: 153px;
    position: relative;
    z-index: 0;
}

#search-bar .screen-reader-text,#search-bar #searchsubmit{
    display:none;
}

#search-bar #search{
    width:172px;
    margin:0;
    z-index:0;
    border:0 none;
    outline:0 none;
    border-color:transparent;
    margin:5px 0 0 0;
	background: none;
}

#search-button{
    position:absolute;
    top:0;
    right:0;
	display: none;
}

#bootcamp-button{
    margin:0 0 10px 0;
}

.sidebar-title-container{
    width:200px;
    height:35px;
}

.no-underline{
    text-decoration:none;
    background:url('images/open-close.gif') no-repeat;
    background-position:right 7px;
    display:block;
    outline:0 none;
    border:0 none;
    border-color:transparent;
}

.xoxo{
    margin:0;
}

.xoxo li{
    list-style-type:none;
}

.conference li{
    list-style-type:none;
    background:url('images/bullet.gif') no-repeat left 8px;
    padding-left:10px;
}

#course-preview{
    background:url("images/preview-button.gif") repeat scroll 0 79px transparent;
    display:block;
    height:59px;
    text-decoration:none;
    width:228px;
    margin:10px 0;
}

#course-preview:hover{
    background-position:0 -20px;
}

#recent-blog-posts{
    margin:0 0 10px 0;
}

#recent-blog-posts ul li{
    list-style-type:none;
    background:url('images/bullet.gif') no-repeat left 8px;
    padding-left:10px;
}

.blog-posts-list{
    margin:0 0 10px 0;
}

.blog-posts-list li {
    margin: 0 0 5px 0;
    line-height: 18px;
}

#recent-news-posts{
    margin:0 0 10px 0;
}

#recent-news-posts ul li{
    list-style-type:none;
    background:url('images/bullet.gif') no-repeat left 8px;
    padding-left:10px;
}

.news-posts-list{
    margin:0 0 10px 0;
}

.news-posts-list li {
    margin: 0 0 5px 0;
    line-height: 18px;
}

#social-media{
    margin:0 0 10px 0;
}

#social-media ul li{
    list-style-type:none;
}

#social-media a img{
    border:none;
    margin-top:4px;
}

.hidden-list{
    margin:0 0 10px 0;
}

#bbb img{
    margin:10px 0 20px 0;
}

.color-table td{
    padding: 5px 0 5px 10px;
}

.survey-table td{
    padding:0 10px;
    text-align:center !important;
}

.survey-table p{
    margin:25px 0 3px !important;
    text-align:left;
}

.survey-table#cc-table{
    width:600px;
    margin:20px 0;
    border-right:1px solid #DDD;
    border-left:1px solid #DDD;
}

#cc-table th{
    padding:5px 10px;
    font:13px Georgia,Serif;
    background:#DDD;
    text-align:left;
}

#cc-table td{
    padding:5px 10px;
    border-bottom:1px solid #DDD;
}

.mentor-image{
    float:left;
    padding:0 20px 0 0;
}

#mentor-bio{
    float:left;
    width:305px;
    padding:0;
    margin:0;
}

#mentors-left{
    width:280px;
    float:left;
}

#mentors-right{
    width:200px;
    float:left;
}

#conf-other-info{
    border:1px solid #AAA;
    margin:30px 0 0;
    padding:10px;
    width:390px;
}

ul.radio-list{
    margin:-10px 0 0 0;
    padding:0;
}

ul.radio-list li{
    list-style-type:none;
    float:left;
    margin:0 10px 0 0;
}

#faq{
    margin:10px 0 0 0;
}

#faq ul{
    margin-top:10px;
}

#faq li{
    list-style-type:none;
    border-bottom:1px solid #CCC;
    margin-bottom:10px;
    padding-bottom:10px;
    margin-left:20px;
}

.answer{
    padding:10px;
    background:#EEE;
    margin:10px 0 0 0;
}

.showall{
    display:none;
}

#faq a.q{
    background:url("images/open-close.gif") no-repeat;
    background-position:left 5px;
    padding:0 0 0 25px;
    text-decoration:none;
    font-size:18px;
    border:0 none;
    border-color:transparent;
    outline:none;
    margin:0;
    display:block;
    padding:0 0 0 25px;
}

#faq a.sections{
    background:url("images/open-close.gif") no-repeat;
    background-position:left 2px;
    padding:0 0 0 25px;
    text-decoration:none;
    font-size:18px;
    border:0 none;
    border-color:transparent;
    outline:none;
    margin:0;
    display:block;
}

#logo-pricing{
    width:236px;
    float:right;
    margin:-50px 0 0 10px;
}

#store-pricing{
    width:236px;
    float:right;
    margin:0 0 0 10px;
}

#conf-pricing{
    width:236px;
    float:right;
    margin:0 0 0 10px;
}

#conf-pricing img{
    margin:0 0 0 0;
}

#logo-pricing img{
    margin:0 0 10px 0;
}

a.pricing:link,a.pricing:visited{
    background:url("images/price-button.jpg") no-repeat scroll -1px -1px transparent;
    border:1px solid #999;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color:#272727;
    display:block;
    font-size:21px;
    font-weight: bold;
    height:32px;
    padding: 9px 0 1px;
    text-align:center;
    text-decoration:none;
    width:228px;
    text-shadow: 0 1px 0 #F1EBBB;
    -moz-text-shadow: 0 1px 0 #F1EBBB;
    -webkit-text-shadow: 0 1px 0 #F1EBBB;
}

a.pricing:hover{
    background:url("images/price-button.jpg") no-repeat scroll -1px -1px transparent;
    border:1px solid #373737;
    color:#272727;
    display:block;
    font-size:21px;
    height:32px;
    padding: 9px 0 1px;
    text-align:center;
    text-decoration:none;
    width:228px;
}

a.pricing:active{
    background:url("images/price-button.jpg") no-repeat scroll -1px -41px transparent;
    border:1px solid #373737;
    color:#272727;
    display:block;
    font-size:21px;
    height:32px;
    padding:11px 0 0;
    text-align:center;
    text-decoration:none;
    width:228px;
}

a.pricing-button {
    border: 1px solid #894C4C;
    border-radius: 16px 16px 16px 16px;
    cursor: pointer;
    display: inline-block;
    padding-left: 6px;
    text-decoration: none !important;
    color: #FFF;
    padding: 5px 10px;
    text-shadow: 0 -1px 0 #6F1919;
    -moz-text-shadow: 0 -1px 0 #6F1919;
    -webkit-text-shadow: 0 -1px 0 #6F1919;
    font-weight: bold;
	background: #8C3232;
	background-image: -moz-linear-gradient(center top , #E07777, #8C3232);
	background-image: -webkit-linear-gradient(#E07777, #8C3232);
}

a.pricing-button:hover{
	background: #8C3232;
	background: -moz-linear-gradient(center top , #8C3232, #E07777) repeat scroll 0 0 #8C3232;
	background: -webkit-linear-gradient(#8C3232, #E07777) repeat scroll 0 0 #8C3232;
}

a.registration:link,a.registration:visited{
    background:url("images/pricing-logo.jpg") no-repeat scroll 0 0 transparent;
    color:#373737;
    display:block;
    height:40px;
    font-size:19px;
    line-height:18px;
    padding:5px 0 0;
    text-align:center;
    text-decoration:none;
    width:230px;
}

a.registration:hover{
    background:url("images/pricing-logo.jpg") no-repeat scroll 0 -45px transparent;
    color:#373737;
    display:block;
    height:40px;
    font-size:19px;
    line-height:18px;
    padding:5px 0 0;
    text-align:center;
    text-decoration:none;
    width:230px;
}

a.registration:active{
    background-position:0 -45px;
}

#conf-info{
    background:none repeat scroll 0 0 #EEE;
    border:1px solid #999;
    margin:13px 0 10px 0;
    padding:10px;
    width:208px;
    border-radius:10px;
    -moz-border-radius:10px;
}

#conf-info li{
    background:url("images/bullet.gif") no-repeat scroll left 9px transparent;
    padding:0 0 0 10px;
    margin:0;
}

#conf-info ul{
    margin:0 0 0 10px;
}

#conf-info ul li{
    list-style-type:none;
    margin:5px 0 0 0;
}

#members-info{
    background:none repeat scroll 0 0 #EEE;
    border:1px solid #999;
    margin:0 0 10px 0;
    padding:10px;
    width:208px;
    border-radius:10px;
    -moz-border-radius:10px;
}

#members-info ul{
    margin:0 0 0 10px;
}

#members-info ul li{
    list-style-type:none;
    margin:10px 0 0 0;
}

#members-info ul ul{
    margin:0 0 5px 0;
}

#members-info ul ul li{
    background:url("images/bullet.gif") no-repeat scroll left 9px transparent;
    padding:0 0 0 10px;
    margin:0;
}

#mentor-info{
    background:none repeat scroll 0 0 #EEE;
    border:1px solid #999;
    margin:0 0 10px 0;
    padding:10px;
    width:208px;
    -moz-border-radius:10px;
    border-radius:10px;
    float:right;
}

#mentor-info ul{
    margin:0 0 0 10px;
}

#mentor-info ul li{
    list-style-type:none;
    margin:10px 0 0 0;
}

#mentor-info ul ul{
    margin:0 0 5px 0;
}

#mentor-info ul ul li{
    background:url("images/bullet.gif") no-repeat scroll left 9px transparent;
    padding:0 0 0 10px;
    margin:0;
}

#course-info{
    background:none repeat scroll 0 0 #EEE;
    border:1px solid #999;
    margin:13px 0 10px 0;
    padding:10px;
    width:208px;
    -moz-border-radius:10px;
    border-radius:10px;
	background-image: linear-gradient(bottom, rgb(230,230,230) 50%, rgb(247,247,247) 87%);
	background-image: -o-linear-gradient(bottom, rgb(230,230,230) 50%, rgb(247,247,247) 87%);
	background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 50%, rgb(247,247,247) 87%);
	background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 50%, rgb(247,247,247) 87%);
	background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 50%, rgb(247,247,247) 87%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.5, rgb(230,230,230)),
	color-stop(0.87, rgb(247,247,247))
	);


}

#course-info ul{
    margin:0 0 0 10px;
}

#course-info ul li{
    list-style-type:none;
    margin:10px 0 0 0;
}

#course-info ul ul{
    margin:0 0 5px 0;
}

#course-info ul ul li{
    background:url("images/bullet.gif") no-repeat scroll left 9px transparent;
    padding:0 0 0 10px;
    margin:0;
}

a.mentors-reveal{
    display:none;
}

#course-info ul .hidden-mentors{
    margin:5px 0 0 0;
}

.breakdown h3{
    margin:0 0 10px 10px;
    font-weight:normal;
}

.breakdown{
    ;
}

.evenly-spaced{
    margin:15px 0 10px !important;
    font-size:20px;
}

.skinny-col{
    width:400px;
}

.breakdown a.lesson{
    text-decoration:none;
    outline:0 none;
    border:0 none;
    border-color:transparent;
    display:block;
    font-size:16px;
}

.breakdown a.lesson{
    background:url("images/open-close.gif") no-repeat;
    background-position:left 1px;
    padding:0 0 0 25px;
}

.lesson-blurb{
    margin:10px 0 19px 30px !important;
    padding:5px 10px;
    background:#EEE;
}

.overlay{
	position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:#000;
    opacity:.30;
    filter:alpha(opacity=70);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    z-index:1000 !important;
    display:none;
}

.overlay-window{
	height: 65%;
    left: 25%;
    opacity: 1;
    position: fixed;
    top: 14%;
    width: 50%;
    z-index: 3000 !important;
    display:none;
}

.overlay-content {
	background:none repeat scroll 0 0 #FFF;
    height:75%;
    width:75%;
    overflow-y:auto;
    padding:20px;
    width:100%;
    height:100%;
    border:2px solid #373737;
}

#page-columns {
background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 3px 3px 4px #7D7D7D;
    margin-bottom: 15px;
    padding: 10px;
}

.hide{
	display: none;
}

.lessons-window,.lessons-window-fiction,.lessons-window-nonfiction{
    height:50%;
    left:25%;
    opacity:1;
    position:fixed;
    top:20%;
    width:50%;
    z-index:10;
    display:none;
}

.lessons{
    background:none repeat scroll 0 0 #FBFAE7;
    height:75%;
    width:75%;
    overflow-y:auto;
    padding:20px;
    width:100%;
    height:100%;
    border:2px solid #373737;
}

.lessons p{
    margin-left:20px !important;
}

.lessons h4{
    font-size:17px !important;
}

.lessons-wrapper,.lessons-wrapper-fiction,.lessons-wrapper-nonfiction{
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:#000;
    opacity:.70;
    filter:alpha(opacity=70);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    z-index:10;
    display:none;
}

.exit-button{
    background:url("images/exit-button.png") no-repeat;
    cursor:pointer;
    display:block;
    height:24px;
    left:-10px;
    position:absolute;
    top:-11px;
    width:24px;
}

 .clickoff-box {
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:10;
    background: #FFF;
    opacity: 0;
    filter:alpha(opacity=0);
    display:none;
}

.list{
    margin:0 0 20px 0;
}

.list li{
    background:url("images/bullet.gif") no-repeat scroll left 9px transparent;
    list-style-type:none;
    margin-top:5px;
    padding-left:15px;
    font-size:17px;
}

.biolink-box {
    display: none;
    position: absolute;
    background: #5B5B5B;
    border: 1px solid #FFF;
    padding: 10px;
    margin: 0 0 0 -25px;
    width: 300px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: 999;
    -moz-box-shadow: 3px 3px 3px #706E6E;
    box-shadow: 3px 3px 3px #706E6E;
    -webtoolkit-box-shadow: 3px 3px 3px #706E6E;
}

 div.assoc-conf-guests{
    display: block;
    font-weight: bold;
    margin: 0 0 10px;
}

.biolink-box p {
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: normal;
    margin: 0 !important;
    color: #FFF;
}

.biolink-box img {
    float: left;
    margin: 3px 5px 5px 0;
}

.cancel-button {
    background: url("images/exit-button.png") no-repeat scroll 0 0 transparent;
    height: 24px;
    position: absolute;
    left: -13px;
    top: -11px;
    width: 24px;
    cursor: pointer;
}

.class-box {
    position: relative;
}

.class-box h3 {
    font-size: 17px;
}

.speaker-box h2 {
    font-size: 18px !important;
}

.morning-classes{
    width: 409px;
}

.post-thumb{
    float:left;
    margin:0 20px 10px 0;
    width:345px;
}

.post-thumb-100 {
	float: left;
	margin-right: 20px;
}

.post-thumb img {
}

.post-sidebar{
    width:325px;
    background:#EEE;
    border:1px solid #AAA;
    border-radius:5px;
    -moz-border-radius:5px;
    float:right;
    padding:10px;
    margin:10px 0 0 10px;
}

.post-sidebar h2{
    margin:0 0 10px 0 !important;
    text-align:center;
}

.post-sidebar img{
    border:1px solid #AAA;
}

.post{
    padding:0;
    margin:0 0 15px 0;
}

.post h2{
    margin:0;
    font-size:18px;
}

.page{
    margin:0 0 10px 0 !important;
}

.page h2 a{
    text-decoration:none;
}

.page h2{
    margin:0 0 15px;
    font-size:23px;
}

.entry-meta{
    font-style:italic;
}

.excerpt{
    margin:5px 0 0 0;
    float:left;
    width:540px;
}

.excerpt a {
    min-width: 160px !important;
}

 #posts-archive{
    padding-top:20px;
}

.tab-block{
    border-bottom:1px solid #AAA;
    margin:30px 0 0;
    padding:0 0 4px 20px;
    display:none;
    position:relative;
}

.tab-select{
    position:absolute;
    width:223px;
    top:26px;
    background:url("images/tab-select.gif") no-repeat;
    background-position:36px 0;
}

.tab:link,.tab:visited{
    background:url("images/tab-select.gif") no-repeat scroll 50% -1px transparent;
    color:#FFF !important;
    font-size:18px;
    margin:0 10px 0 0;
    padding:5px 20px 17px;
    text-decoration:none;
    display:block;
    position:relative;
    top:18px;
    float:left;
    border:0 none transparent;
    outline:0 none transparent;
}

.tab:hover,.tab:active{
    color:#DACEA4 !important;
}

.selected{
    background-position:50% -45px !important;
}

.fiction-text{
    border-bottom:1px solid #AAA;
    border-left:1px solid #AAA;
    border-right:1px solid #AAA;
    display:block;
    padding:10px;
}

.non-fiction-text{
    border-bottom:1px solid #AAA;
    border-left:1px solid #AAA;
    border-right:1px solid #AAA;
    display:block;
    padding:10px;
}

.page-item{
    background:none repeat scroll 0 0 #EEE;
    margin:0 0 20px;
    padding:5px;
    width:390px;
    border:1px solid #CCC;
}

.entry-content .buy-now{
    margin:5px 0 15px 0;
    max-width:415px;
}

#copyright{
    width:960px;
    margin:0 auto;
    text-align:center;
    color:#FFF;
    font-size:13px;
    padding:10px;
}

#footer-cap{
    background:url('images/footer-cap.png') no-repeat;
    width:970px;
    margin:0 auto;
    height:14px;
}

#footer-nav{
    width:970px;
    margin:0 auto;
    padding:20px 0 0;
    text-align:center;
    background:url('images/content-bg.png') repeat-y;
}

.menu-footer{
    border-top:1px solid #3a3a3a;
    width:780px;
    margin:0 auto;
}

.menu-footer ul li{
    display:inline;
    list-style-type:none;
    padding:0 5px;
    border-right:1px solid #3a3a3a;
}

.last{
    border-right:none !important;
}

.menu-footer ul li a:link,.menu-footer ul li a:visited{
    text-decoration:none;
    color:#272727;
}

.menu-footer ul li a:hover,.menu-footer ul li a:active{
    text-decoration:underline;
    color:#272727;
}

#menu-footer-navigation{
    padding:20px 0 15px 0;
}

.endorsement{
    margin:0 0 10px 0;
}

.endorsement-img{
    margin:0 15px 40px 0 !important;
}

.endorsement-title{
    margin:15px 0 5px 0 !important;
}

.staff-bio{
    width:666px;
    clear:both;
}

.left-bio{
    width:87px;
    text-align:center;
    float:left;
    margin:0 0 10px 0;
}

.right-bio{
    width:563px;
    float:right;
    padding-bottom:10px;
}

.pricing-table{
    border-top:1px solid #373737;
    border-left:1px solid #373737;
}

.pricing-table td{
    border-right:1px solid #373737;
    border-bottom:1px solid #373737;
    padding:5px;
}

tr.heading{
    background:#EEE;
}

.pricing-table tr.even{
    background:#FFF;
}

.pricing-table tr.odd{
    background:#CCC;
}

.conference-table{
    background: #eee;
    border: 1px solid #CCC;
    width: 415px;
}

.conference-table th {
    text-align: left;
    padding: 3px 5px;
    background: #FFF;
}

.conference-table tr.odd {
    background: #DADADA;
}

.conference-table td {
    padding: 3px 5px;
    width: 100px;
}

.appointment-table{
    border-left:1px solid #373737;
    border-top:1px solid #373737;
    width:400px;
    margin:0;
}

.appointment-table th{
    border-right:1px solid #373737;
    border-bottom:1px solid #373737;
    padding:5px;
    margin:0;
}

.appointment-table td{
    padding:5px;
    border-right:1px solid #373737;
    border-bottom:1px solid #373737;
    margin:0;
    width:248px;
}

.appointment-table tr.even{
    background:#EEE;
    margin:0;
}

.appointment-table tr.odd{
    ;
}

.highlight{
    background:none repeat scroll 0 0 #EEE;
    border:1px solid #AAA;
    margin:20px 0 15px 37px;
    padding:10px;
    width:300px;
}

.highlight img{
    margin:0 auto 10px auto !important;
}

.quote{
    margin:30px 5px;
}

.quote:first-letter{
    font-size:40px;
    float:left;
}

.even{
    background:#EEE;
}

.odd{
    background:#FFF;
}

#member-directory-table{
    border-left:1px solid #AAA;
    border-top:1px solid #AAA;
    margin:10px 0 0 0;
    width:666px;
}

#member-directory-table td{
    padding:3px;
    border-right:1px solid #AAA;
    border-bottom:1px solid #AAA;
    font-size:14px;
}

#member-directory-table th{
    padding:2px;
    border-bottom:1px solid #AAA;
    border-right:1px solid #AAA;
}

#member-directory{
    margin:0;
}

#member-directory-overflow{
    height:400px;
    overflow-y:auto;
}

.archive-list{
    margin:20px 0 0 0;
}

.post-author{
    font-size:20px;
}

.four-sees-list{
    margin:15px 0 0 0;
}

.four-sees-list li{
    margin:0 0 5px 0;
    font-size:17px;
    list-style-type:none;
}

#abs{
    display:none;
}

.slideInfoZone{
    padding:5px 0 0 20px;
}

#home-cols{
    width:650px;
    margin:25px auto 0;
    min-height:250px;
}

#home-cols h3{
    margin:20px 0 0 0;
}

#home-col-1{
    border-right:1px dotted #AAA;
    width:140px;
    float:left;
    padding:0 10px;
}

#home-col-2{
    border-right:1px dotted #AAA;
    width:140px;
    float:left;
    padding:0 10px;
}

#home-col-3{
    border-right:1px dotted #AAA;
    width:140px;
    float:left;
    padding:0 10px;
}

#home-col-4{
    width:140px;
    float:left;
    padding:0 10px;
}

.boot-camp-gallery a img {
    padding-right: 5px;
}

#TB_window{
    top: 5% !important;
}

#TB_Header {
    background: none !important;
}

 #myGallery{
    -moz-box-shadow:0 3px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow:rgba(0,0,0,0.296875) -2px 2px 8px;
}

#whats-new{
    margin:30px 0;
    position:relative;
    background:url('images/we-promo-bg.jpg') no-repeat;
    height:185px;
    width:669px;
}

#whats-new p,#whats-new a{
    font-size:17px !important;
}

.whats-new-image{
    float:left;
    margin:0 10px 0 0;
}

#whats-new-text{
    position:absolute;
    top:14px;
    left:237px;
}

#whats-new-text h3{
    color:#AA3F37;
    font-size:19px;
}

.large-checkmarks{
    padding-right:20px;
}

.large-checkmarks li{
    background:url('images/large-checkmark.png') no-repeat;
    margin:0 0 6px 0;
    font-size:17px;
    list-style-type:none;
    padding:0 0 0 25px;
    min-height:23px;
}

a.more-info{
    background:url("images/more-info-arrow.gif") no-repeat scroll right 3px transparent;
    display:block;
    height:23px;
    padding-right:20px;
    width:135px;
}

.recent-mentors-corner{
    margin:0 0 10px 10px;
    width:415px;
}

h1.page-title{
    margin:0;
    font:28px Georgia,Serif;
}

h1.entry-title{
    border-bottom: 1px solid #848484;
    display: block;
    font: 28px Georgia,Serif;
    margin: 0 0 10px;
    padding-bottom: 7px;
    text-shadow: 2px 2px 2px #B5B5B5;
    width: 400px;
}

h1.blog-title{
    margin:0 0 10px 0;
    font:28px Georgia,Serif;
    width:645px;
}

h1.cwg-services{
    margin:0 0 10px 0;
    font-family:Georgia,Serif;
}

h2{
    margin:0 0 10px 0;
    font-family:Georgia,Serif;
}

h2.large-lesson-head{
    margin:25px 0 0 0;
    font-family:Georgia,Serif;
}

h2.entry-title{
    font:28px Georgia,Serif;
}

h2.webinar-title{
    margin:0;
    padding:0;
    font:20px Georgia,Serif;
}

h2.recent-posts-head{
    margin:0 0 10px 0;
    font0size:20px;
    font-family:Georgia,Serif;
}

h2.sub-head{
    display:inline;
    color:#373737;
    margin:-10px 0 25px 0;
    font:italic normal 21px Georgia,Serif;
}

h3{
    margin:0 0 10px 0;
    font-family:Georgia,Serif;
}

h3 a{
    text-decoration:none;
}

h3.center-button{
    font-weight:normal;
    text-align:center;
    width:374px;
}

h3.members-title{
    margin:0;
    padding:0;
    font:17px Georgia,Serif;
}

h3.conference-date{
    margin:0 0 10px;
    color:#373737;
    font:17px Georgia,Serif;
}

h3.presented-by{
    font-weight:normal;
    font-style:italic;
    font-family:Georgia,Serif;
}

h3.college-class-title{
    font-size:16px;
}

h3.webinar-leader{
    margin:0;
    padding:0;
    font:italic normal 18px Georgia,Serif;
}

h3.webinar-date{
    margin:0 0 20px 0;
    padding:0;
    font:normal 18px Georgia,Serif;
}

h3.clinic-title{
    margin:0;
    font-family:Georgia,Serif;
}

.webinar p{
    margin:0 0 15px 0 !important;
}

.drop-down{
    margin:0;
    padding:0;
}

h3.widget-title{
    border-bottom:1px solid #272727;
    padding-bottom:4px;
    margin-bottom:5px;
    font:22px Georgia,Serif;
}

h3.sidebar-subhead{
    margin-top:5px;
    font:bold 16px Georgia,Serif;
}

h3.course-info-head{
    margin:0 0 5px 0;
    font:18px Georgia,Serif;
    background: none repeat scroll 0 0 #CCCCCC;
    border-bottom: 1px solid #717171;
    border-radius: 10px 10px 0 0;
    color: #343434;
    left: -10px;
    padding: 5px 10px;
    position: relative;
    text-shadow: 0 1px 0 #EBEBEB;
    -moz-text-shadow: 0 1px 0 #EBEBEB;
    -webkit-text-shadow: 0 1px 0px #EBEBEB;
    font-weight: bold;
    top: -10px;
    width: 208px;
	background-image: linear-gradient(bottom, rgb(184,184,184) 50%, rgb(240,240,240) 87%);
	background-image: -o-linear-gradient(bottom, rgb(184,184,184) 50%, rgb(240,240,240) 87%);
	background-image: -moz-linear-gradient(bottom, rgb(184,184,184) 50%, rgb(240,240,240) 87%);
	background-image: -webkit-linear-gradient(bottom, rgb(184,184,184) 50%, rgb(240,240,240) 87%);
	background-image: -ms-linear-gradient(bottom, rgb(184,184,184) 50%, rgb(240,240,240) 87%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, rgb(184,184,184)),
		color-stop(0.87, rgb(240,240,240))
	);




}

h3.lesson-subsection{
    margin:20px 0 0 0;
    font-family:Georgia,Serif;
}

h3.back-link{
    margin:20px 0 0 0;
    font-family:Georgia,Serif;
}

.spaced{
    margin-top:5px;
}

#content p{
    margin:0 0 15px 0;
    font-size:17px;
}

h2.sidebar-title{
    border-bottom:1px solid #272727;
    padding-bottom:4px;
    margin-bottom:5px;
    font:20px Georgia,Serif;
}

h2.faq-head{
    margin:20px 0 10px 0;
    display:inline;
    font:18px Georgia,Serif;
}

.small-text{
    font-size:14px;
}

.lesson-subsection{
    font-weight:bold;
    line-height:30px;
}

.red{
    color:#9D3B3B;
}

p{
    font-size:17px;
}

.post h2 a{
    text-decoration:none;
}

.green-bg{
    background:#D6EECC !important;
}

.red-bg{
    background:#F5D3D3 !important;
}

.clear-left{
    clear:left;
    font-size:1px;
    line-height:0;
    height:0;
}

.clear-right{
    clear:right;
    font-size:1px;
    line-height:0;
    height:0;
}

.clear-both{
    clear:both;
    font-size:0;
    line-height:0;
    height:0;
}

.alignleft{
    float:left;
    margin:5px 10px 4px 0;
    padding:0;
    border:none;
}

.alignleft img{
    border:none;
}

.alignright{
    padding:0;
    margin:0 0 5px 10px;
    border:none;
    float:right;
}

.alignright a img{
    border:none;
    margin:0 auto;
}

.aligncenter{
    display:block;
    margin:0 auto !important;
}

.wp-caption{
    background:none repeat scroll 0 0 #EEE;
    border:1px solid #AAA;
    text-align:center;
    padding:10px 10px 0 10px;
    -moz-border-radius:5px 5px 5px 5px;
    border-bottom-left-radius:5px 5px;
    border-bottom-right-radius:5px 5px;
    border-top-left-radius:5px 5px;
    border-top-right-radius:5px 5px;
}

.wp-caption-text{
    font-size:14px;
}

.line{
    height:2px;
    background:url('images/line.gif') repeat-x;
    margin:0 0 20px 0;
}

 .line-nospace{
    height:2px;
    background:url('images/line.gif') repeat-x;
    margin:0;
}

.webinar-line{
    height:2px;
    background:url('images/line.gif') repeat-x;
    margin:0 0 20px 0;
    width:415px;
}

.clear-left-line{
    background:url("images/line.gif") repeat-x scroll 0 0 transparent;
    clear:left;
    height:2px;
    margin:20px 0;
}

#wpcontent select{
    width:266px !important;
}

#wpcontent option{
    overflow:hidden;
    width:230px;
}

.img-center{
    margin:0 auto;
    display:block;
}

.head-center{
    text-align:center;
}

.left-col{
    width:400px;
}

.justified{
    text-align:justify;
}

.wp-caption-text{
    margin:5px 0 !important;
}

.portrait{
    ;
}

.entry-utility{
    margin:20px 0;
}

dl.gallery-item{
    float:left;
    margin:0 10px 10px 0;
}

.galleryid-3367{
    background:none repeat scroll 0 0 #EEE;
    border:1px solid #AAA;
    padding:16px 0 0 16px;
    text-align:center;
}

#commentform{
	border-radius: 10px;
    border-left:2px solid #AB3F37;
    padding-left:15px;
}

#commentform label{
    display:block;
}

.loading-please-wait{
    display:none;
    background:url('images/loading.gif') no-repeat;
    background-position:0 left;
    padding:4px 0 0 40px;
    height:30px;
}

p.comment-form-url,p.comment-form-comment,p.form-allowed-tags,p.form-submit{
    display:none;
}

.comment-body{
    margin:0 0 15px 0;
}

.comment-body p {
    margin: 5px 0 0 0 !important;
}

.reply {
    margin-top: 5px;
}

code{
    font-size:15px;
}

.comments-number{
    background:url('images/comments.gif') no-repeat;
    background-position:0 4px;
    padding-left:20px;
    display:inline;
}

.comments-number a{
    text-decoration:none;
}

#wfts-button{
    background:url('images/wfts-button.jpg') no-repeat;
    display:block;
    height:97px;
    width:198px;
    text-decoration:none;
    margin:0 0 10px 0;
    position:relative;
}

#wfts-button span{
    display:block;
    font-size:15px;
    font-weight:bold;
    height:30px;
    left:12px;
    position:absolute;
    top:60px;
    width:179px;
    text-align:center;
}

.survey-button{
    margin:10px 0 0 0;
}

.textwidget{
    margin:0 0 15px 0;
}

.promo{
    background:none repeat scroll 0 0 #EEE;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border:1px solid #AAA;
    padding:10px;
    width:325px;
    float:right;
    margin:0 0 5px 10px;
	background: -moz-linear-gradient(top, #FFF, #EEE);
	background: -webkit-linear-gradient(top, #FFF, #EEE);
	background: linear-gradient(top, #FFF, #EEE);
}

.promo h2{
    font-size:17px;
    margin: 0 0 15px;
}

.promo p{
    font-size:16px !important;
    line-height:16px;
    width:184px;
    float:right;
}

.promo img{
    float:left;
    margin:0 15px 0 0;
}

#inprint{
    position:relative;
    margin:33px 0 15px 0;
    background:#F5EFDF;
    padding:24px 10px 10px;
    border:1px solid #A09C93;
    -moz-border-radius:15px;
    border-radius:15px;
    z-index: 1;
}

.inprint-item{
    display:none;
}

.inprint-item img {
	box-shadow: 2px 2px 2px #919191;
	-webkit-box-shadow: 2px 2px 2px #919191;
	-moz-box-shadow: 2px 2px 2px #919191;
}

.inprint-0{
    display:block;
}

.inprint-item p{
    font-size:14px !important;
    margin:0 0 10px 0;
}

.inprint-item h3{
    color:#9C3C3C !important;
    font-size:16px;
}

#inprint-icon{
    position:absolute;
    left:-2px;
    top:-26px;
}

#inprint-nav{
    text-align:center;
}

.two-button{
    width:374px;
    height:42px;
    margin:0 0 15px 0;
}

.two-button a.left-button:link,.two-button a.left-button:visited,.two-button a.left-button-fiction:link,.two-button a.left-button-fiction:visited,.two-button a.left-button-nonfiction:link,.two-button a.left-button-nonfiction:visited{
    background:url("images/left-button.jpg") no-repeat scroll 0 0 transparent;
    display:block;
    float:left;
    height:30px;
    text-decoration:none;
    width:187px;
    text-align:center;
    font-weight: bold;
    text-shadow: 0 1px 0 #EBEBEB;
    -moz-text-shadow: 0 1px 0 #EBEBEB;
    -webkit-text-shadow: 0 1px 0 #EBEBEB;
    padding:8px 0 0 0;
    color:#373737;
    font-size:20px;
}

.two-button a.left-button:hover,.two-button a.left-button-fiction:hover,.two-button a.left-button-nonfiction:hover{
    background-position:0 -38px;
    color:#373737;
}

.two-button a.left-button:active,.two-button a.left-button-fiction:active,.two-button a.left-button-nonfiction:active{
    background-position:0 -76px;
    color:#373737;
}

.two-button a.right-button:link,.two-button a.right-button:visited{
    background:url("images/right-button.jpg") no-repeat scroll 0 0 transparent;
    display:block;
    float:right;
    height:30px;
    text-decoration:none;
    width:187px;
    color:#373737;
    font-size:20px;
    font-weight: bold;
    text-shadow: 0 1px 0 #EBEBEB;
    -moz-text-shadow: 0 1px 0 #EBEBEB;
    -webkit-text-shadow: 0 1px 0 #EBEBEB;
    text-align:center;
    padding:8px 0 0 0;
}

.two-button a.right-button:hover{
    background-position:0 -38px;
    color:#373737;
}

.two-button a.right-button:active{
    background-position:0 -76px;
    color:#373737;
}

.checkmarks{
    margin:0 0 20px 0;
}

.checkmarks li{
    background:url("images/checkmark.gif") no-repeat scroll 0 0 transparent;
    list-style-type:none;
    margin:10px 0 0;
    padding-left:28px;
    padding-top:3px;
    font-size:17px;
}

.special-offer{
    background:url("images/special-offer-sidebar.jpg") no-repeat scroll 0 0 transparent;
    height:153px;
    padding:15px 0 0 15px;
    position:relative;
    width:213px;
}

.special-offer p{
    width:203px;
}

.register-now-button:link,.register-now-button:visited{
    background:url("images/register-now-button.jpg") no-repeat scroll 0 -62px transparent;
    display:block;
    height:51px;
    text-decoration:none !important;
    width:175px;
}

.register-now-button:hover, .register-now-button:active{
    background:url("images/register-now-button.jpg") no-repeat scroll 0 -126px transparent;
    display:block;
    height:51px;
    text-decoration:none;
    width:175px;
}

.bordered{
    width:379px;
    border:1px solid #AAA;
    padding:10px;
    margin:30px 0 0;
}

.elite-critique-sidebar{
    margin:0 auto 15px auto;
    padding:10px 10px 15px 10px;
    border:1px solid #AAA;
    -moz-border-radius:5px;
    border-radius:5px;
    background:#EEE;
    width:208px;
}

 .sb-frame {
    padding: 10px;
    min-height: 225px;
    width: 100%;
    min-width: 500px;
    background: #FFF;
    text-align: center;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #000;
    -moz-border-radius: 10px;
    -moz-box-shadow: 5px 5px 5px #000;
}

 .sched-table {
    margin: 10px 0;
}

.sched-table td {
    padding: 3px 5px 0;
}

.addtoany_share_save_container{
    clear: none !important;
}

/* Magento Cart Sidebar */
.mage-shopping-cart p {
    font-size: 16px;
}

.mage-shopping-cart p.empty{
    padding: 7px 9px;
}

.mage-shopping-cart .block {
    border: 1px solid #C4C1BC;
    margin: 0 0 15px;
}

.mage-shopping-cart .block-cart, .block-wishlist, .block-subscribe, .block-compare, .block-reorder, .block-poll, .block-viewed, .block-compared, .block-related, .block-tags, .block-login {
    font-size: 11px;
    line-height: 1.25;
}

.mage-shopping-cart .block .block-title {
    background: url("//www.christianwritersguild.com/shop/skin/frontend/default/blue/images/bkg_block-title.gif") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #DDDDDD;
    padding: 2px 9px;
}

.mage-shopping-cart .block .block-title strong {
    color: #AA3F37;
    font-family: Georgia,Times New Roman,Serif;
    text-transform: uppercase;
    font-size: 14px;
}

.mage-shopping-cart .block .actions {
    background: none repeat scroll 0 0 #EEE8D6 !important;
    border-top: 1px solid #999999;
}

.mage-shopping-cart .block-cart .actions {
    border-bottom: 1px solid #C2C2C2;
}

.mage-shopping-cart .block .actions {
    background: url("//www.christianwritersguild.com/shop/skin/frontend/default/blue/images/bkg_block-actions.gif") repeat-x scroll 0 0 #DEE5E8;
    padding: 6px 9px;
    text-align: right;
}

.mage-shopping-cart .block-cart .subtotal {
    background: none repeat scroll 0 0 #FBE2D9;
    margin: 5px 0 0;
    padding: 2px 0;
    text-align: center;
    font-size: 15px;
}

.mage-shopping-cart .block-cart .summary {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: -1px 0 0;
    padding: 2px 8px 8px;
    position: relative;
    z-index: 1;
}

.mage-shopping-cart .block .block-subtitle {
    color: #0A263C;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 5px 9px;
}

.mage-shopping-cart .block-cart .amount a {
    font-weight: bold;
}

.mage-shopping-cart .block-cart .subtotal .price {
    font-weight: bold;
}

.mage-shopping-cart span.price {
    color: #333333 !important;
    font-size: 18px !important;
}

.mage-shopping-cart .block li {
    list-style-type: none;
    margin:0;
    padding: 7px 9px;
}

.mage-shopping-cart .block li.odd {
    background-color: #F4F3F3;
}

.mage-shopping-cart .last {
    border-right: medium none !important;
}

.mage-shopping-cart .btn-edit {
    background: url("//www.christianwritersguild.com/shop/skin/frontend/default/blue/images/btn_edit.gif") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 0;
    height: 11px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 11px;
    float: right;
    margin: 1px 0 2px 5px;
}

.mage-shopping-cart .btn-remove {
    background: url("//www.christianwritersguild.com/shop/skin/frontend/default/blue/images/btn_remove.gif") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 0;
    height: 11px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 11px;
    float: right;
    margin: 1px 0 2px 5px;
}

.mage-shopping-cart .block .block-content .product-name {
    color: #1E7EC8;
}

.mage-shopping-cart .block .block-content .product-name strong{
    font-weight: bold;
}

.mage-shopping-cart .block .block-content .product-name span.price{
    color: #333333 !important;
    font-size: 18px !important;
}

.mage-shopping-cart .mini-products-list .product-image {
    border: 1px solid #A9A9A9;
    float: left;
    width: 50px;
}

.mage-shopping-cart .mini-products-list .product-details {
    margin-left: 60px;
}

.mage-shopping-cart button.button{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
    background: none repeat scroll 0 0 #AA3F37;
    border: 1px solid #605034;
}

.mage-shopping-cart button.button span {
    color: #FFFFFF;
    display: block;
    font: bold 12px/19px Arial,Helvetica,sans-serif;
    height: 19px;
    padding: 0 8px;
    text-align: center;
    white-space: nowrap;
}

.mage-shopping-cart .block .block-subtitle {
    background: #F9F9F9;
    color: #0A263C;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 5px 9px;
}

div.remaining-benefits {
    background: #facbcb;
    border: 1px solid #451616;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    width: 208px;
    margin-bottom: 10px;
}

ul.remaining-benefits-list {
    margin: 0 0 10px 0;
}

div.remaining-benefits p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

ul.remaining-benefits-list li {
    background:url("images/bullet.gif") no-repeat scroll left 9px transparent;
    list-style-type:none;
    margin-top:5px;
    padding-left:15px;
    font-size:17px;
}

/* Homepage Ad Box */
#home-ad {
	margin: 0 0 0 -15px;
	padding: 0;
	background: url("images/home-ads/full-manuscript-critiques.jpg") no-repeat;
	width: 720px;
	height: 300px;
	position: relative;
}

a#home-ad-link {
	display: block;
	background: url('images/home-ads/link.png') no-repeat;
	background-position: 0 -64px;
	height: 40px;
	width: 163px;
	color: #FFF;
	font-family: Palatino, Times New Roman, Serif;
	position: absolute;
	left: 467px;
	top: 203.00003051757812px;
	text-align: center;
	font-size: 22px;
	padding-top: 12px;
	text-shadow: -1px -1px 0px #000;
}

a#home-ad-link:hover {
	background-position: 0 0;
}

#home-left-col{
	position: relative;
	height: 462px;
	width: 351px;
	min-height: 400px;
	float: left;
	margin-top: -15px;
}

#home-right-col {
	border-left: 1px solid #CCC;
	float: right;
	width: 287px;
	padding-left: 20px;
	margin-top: -15px;
}

#weekly-deals span.product-title {
	color: #555;
	font-size: 22px;
	display: block;
}

#weekly-deals span.product-price-old{
	color: #AA0000;
	font-weight: bold;
	font-size: 18px;
	text-decoration: line-through;
}

#weekly-deals {
	position: relative;
}

#weekly-deals span.product-price-new{
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

#home-right-col #weekly-deals .product-image {
	float: left;
	/*margin: 0 15px 0 0;*/
}

#opt-in h1 {
	margin-bottom: 20px !important;
}

.home-price {
	float: right;
	width: 155px;
}

.percent-off {
    background: url("images/home-ads/percent-off.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    font-size: 23px;
    font-style: italic;
    font-weight: bold;
    height: 75px;
    left: 50px;
    line-height: 19px;
    padding-top: 17px;
    position: absolute;
    text-align: center;
    top: 124px;
    width: 74px;
}

.product-desc {
	padding-top: 25px;
}

#home-left-col h1 {
	border-bottom: 1px solid #333;
	margin: 0 24px 10px -10px;
	padding-bottom: 4px;
}

#home-right-col h1 {
	border-bottom: 1px solid #333;
	margin: 0 -10px 10px -1px;
	padding-bottom: 4px;
}

#home-slider {
	position: relative;
	height: 420px;
}

#home-slider li {
	display: none;
	margin-left: -15px;
	list-style-type: none;
	position: absolute;
	background: #FFF;
}

#home-slider .slider-title {
	font-size: 25px;
	margin: 10px 10px 0 7px;
}

#home-slider .slider-excerpt{
	margin: 10px 10px 15px 7px;
}

.shown-list-item {
	display: list-item !important;
}


.slider-links-wrapper {
	bottom: 0;
    left: 0;
    margin-left: -13px;
    position: absolute;
    text-align: center;
    width: 351px;
    margin-bottom: 15px;
}

.slider-links {
	list-style-type: none;
	width: 150px;
	margin: 0 auto 20px auto;
}

.slider-links li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #333;
}

.slider-links li.last {
	border-right: none !important;
}

a.archive-link {
	position: absolute;
	bottom: 0;
}

a.btn-read-more {
	background: url('images/buttons/btn-read-more.jpg') no-repeat;
	display: block;
	height: 29px;
	width: 135px;
	padding-top: 4px;
	background-position: 0 0;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-family: Palatino, Times New Roman, Serif;
}

a.btn-read-more:hover {
	background-position: 0 -54px;	
}

a.btn-slider-right {
    background: url("images/buttons/btn-slider-right.jpg") no-repeat scroll 0 0 transparent;
    bottom: 5px;
    display: block;
    height: 48px;
    position: absolute;
    right: 0;
    width: 48px;
}

a.btn-slider-left {
	background: url('images/buttons/btn-slider-left.jpg') no-repeat;
	display: block;
	height: 48px;
	width: 48px;
	left: 0;
	bottom: 5px;
	position: absolute;
}

.home-archive-link {
	display: block;
	margin-top: 10px;
}

.oldprice{
	color: #9F9F9F;
}

.newprice{
	color: #AA0000;
	font-weight: bold;
}

.wpsc_product_price{
	font-size: 17px;
}

#page-right-col{
	width: 48%;
	float: right;
}

#page-left-col{
	width: 48%;
	float: left;
	border-right: 1px solid #808080;
	padding-right: 10px;
}

.avatar {
	float: left;
	margin-right: 15px;
	border: 3px solid #FFF;
	border-radius: 27px;
	-moz-border-radius: 27px;
	ms-border-radius: 27px;
	-webkit-border-radius: 27px;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	-ms-box-shadow: 1px 1px 2px #000;
	
}

img.rounded {
	border-radius: 10px;
	box-shadow: 3px 3px 3px #969494;
}

#hana_flv_flow3_1, #hana_flv_flow3_2_api{
	margin: 0 auto !important;
}

.btn-jerry-video{
	display: block;
    float: right;
    font-size: 24px;
    padding: 114px 0 10px 0;
    text-align: center;
	background: url('images/buttons/jerry-video.png') no-repeat;
	width: 119px;
	border: 0 none;
	outline: 0 none;
}

.btn-michelle-video{
	display: block;
    float: right;
    font-size: 24px;
    padding: 114px 0 10px 0;
    text-align: center;
	background: url('images/buttons/michelle-video.jpg') no-repeat;
	width: 119px;
	border: 0 none;
	outline: 0 none;
}

table#jerry-video-table {
	height: 100%;
	width: 100%;
}
