/* 
    Document   : site
    Created on : Jul 7, 2009, 12:34:35 PM
    Author     : andrew
    Description:
        Sites for Smile Campaign Temporary Index and Smile Campaign Page
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


/*
   CSS RESET
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
   Basic content selector styles
*/
p{
    margin-bottom:10px;
}
a{
    color:#9a9b9d;
    text-decoration:underline;
}
a:hover{
    color:#ec824e;
}
h1,h2,h3,h4,h5,h6{
    margin-bottom:10px;
}
h1{
    font-size:26px;
}
h2{
    font-size:19px;
    font-weight:normal;
}
h3{
    font-size:14px;
}
h4{
    font-size:12px;
}
h5{
    font-size:12px;
}
h6{
    font-size:12px;
}
ul{
    padding:0 0 0 45px;
}
li{
    margin-bottom:10px;
}
ul li{
    list-style:disc;
}
ul li ul{
    margin-top:5px;
    padding:0 0 0 15px
}
ul li ul li{
    list-style:circle;
}
ol{
    padding:0 0 0 20px;
}
ol li{
    list-style:decimal;
}


/*
   helper classes for the basic content select styles
*/
.color-teal{
    color:#44bfd9;
}
.color-orange{
    color:#ef9569;
}
.header-green{
    color:#a2ba31;
}
.text-center{
    text-align:center;
}
.text-right{
    text-align:right;
}
.text-8em{
    font-size:.8em;
}
.font-size-half{
    font-size:.5em;
}
.font-size-75{
    font-size:.75em;
}

.clear {
	clear: both;
}


/*
   helper classes for grid and spacing
    grid -> for float and clearing
    display-none -> display none
*/
.grid-wrap{
    border:none;
    overflow:hidden;
    width:100%;
    clear:both;
}
.grid-wrap:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.grid-block{
    display:inline;
    float:left;
}
.grid-block-right{
    float:right;
}
.display-none{
    display:none;
}
.clearBoth{
    clear:both;
}
.grid-space-bottom-0{
    margin-bottom:0px;
}
.grid-space-bottom-5{
    margin-bottom:5px;
}
.grid-space-bottom-10{
    margin-bottom:10px;
}
.grid-space-bottom-15{
    margin-bottom:15px;
}
.grid-space-bottom-20{
    margin-bottom:20px;
}
.grid-space-bottom-30{
    margin-bottom:30px;
}
.grid-padding-all-10{
    padding:10px;
}

.visible {
	overflow: visible;
}

/*
   START BETTER BECAUSE
        SMILE CAMPAIGN STYLES
*/
body{
    color:#9a9b9d;
    background-color:#FFF;
    font-family:verdana;
    font-size:12px;
    line-height:1.2;
}
#mainContainer{    
    background-color:#FFF;
    margin:10px auto 0px;
    padding-bottom:30px;
    width:800px;
}

/*
   START BETTER BECAUSE -
        HEADER
*/
#header{
    margin-bottom:12px;
    overflow:visible;
    padding:0px;
    width:100%;
}
#header-logo-wrap{
    background:#FFF url("../img/header-logo-wrap-bg3.gif") no-repeat top left;
    height:140px;
    width:170px;
	z-index: 999;
}
#header-email-signup-wrap{
    width:260px;
    min-height: 92px;
}
#header-email-signup-title-img{
    margin-left:84px;
}
#header-email-signup-form{
    /*text-align:center;*/
    /*background-color:green;*/
}
#header-email-signup-form label, #messages-signup-form label{
    color:#9a9b9d;
    font-size:11px;
    margin:0px 6px 0px 0px;
    /*TODO IE HACK - added position and top to vertically align form labels*/
    position:relative;
    /*top:-7%;*/
}
#header-email-signup-form-firstname, #messages-email-signup-form-firstname{    
    background:#FFF url("../img/header-email-signup-form-firstname-bg.jpg") no-repeat top left;
    border:none;
    height:28px;
    padding:6px 10px 0 10px;
    width:154px;
}
#header-email-signup-form-email, #messages-email-signup-form-email{
    background:#FFF url("../img/header-email-signup-form-email-bg.jpg") no-repeat top left;
    border:none;
    height:28px;
    padding:6px 10px 0 10px;
    width:154px;
}
.form-label-input{
    text-align:right;
}
#header-email-signup-form-confirmation{
    display:none;
    height: 92px;
}
#header-email-signup-form-submit{
    margin:32px 15px;
}


#navigation{
    background:transparent;
    float:left;
    height:25px;
    margin:10px 0px 0px;
    position:relative;
    width:70%;
    z-index:4;
}

#navigation ul{
    margin:0px;
    padding:0px;
}

#navigation ul li{
    display:inline;
    float:left;
    height:25px;
    list-style:none;
	margin-left:15px;
    position:relative;
}
#navigation li a img{
    border:none;
    margin:0px;
    padding:0px;
}
#navigation li a{
    background-position:top center;
    color:#fff;
    display:block;    
    height:25px;
    margin:0px;
    padding:0px;
    text-decoration:none;
}
#navigation li a:hover{
    background-position:bottom center;
}
#navigation li a.nav-active,#navigation li a.nav-hover{
    background-position:bottom center;
    color:#667d0b;
}
#navigation li a:hover{
    color:#fff;
    text-decoration:underline;
}

#navigation li ul{
    display:none;
    left:-21px;
    margin:0px;
    padding:0px;
    position:absolute;    
    top:25px;
    width:120px;
    z-index:7;
}

#navigation li:hover ul{
    display:block;
    width:160px;
}

#navigation li li{
    background-color:#bed739;
    border-top:1px solid #FFF;
    display:list-item;
    list-style:none;
    margin:0px 0px 0px;
    padding:0px;
    width:145px;
}

#navigation li li:last-child{
    /*border:none;*/
}

#navigation li li a{
    color:#fff;
    margin:0px;
    padding:5px 0px 0px;
    text-align:center;
    text-decoration:none;
}

#navigation li li a:hover{
    color:#667d0b;
    text-decoration:none;
}

#navigation a.navHome {
	background: url('../img/nav_.png') left top no-repeat;
}

#navigation a.navShop {
	background: url('../img/nav_shop.png') left top no-repeat;
}
#navigation a.navYourStories{
	background: url('../img/nav_your-stories.png') left top no-repeat;
}
#navigation a.{
	background: url('../img/nav_our-story.png') left top no-repeat;
}
#navigation a.navOurStory {
	background: url('../img/nav_our-story.png') left top no-repeat;
}
#navigation a.navWorkshops{
	background: url('../img/nav_workshops.png') left top no-repeat;
}
#navigation a.navWeCare{
	background: url('../img/nav_we-care.png') left top no-repeat;
}
#navigation a.navBlog{
	background: url('../img/nav_blog.png') left top no-repeat;
}


#breadcrumb{
    margin-bottom:35px;
}
#breadcrumb ul{
    margin:0px;
    padding:0px;
}
#breadcrumb ul li{
    display:inline;
    /*padding:5px 15px;*/
}


/*
   START BETTER BECAUSE -
        INDEX
*/
#main{
    /*background-color:green;*/
    padding-top:28px;
    width:507px;
}
#front-main-content-wrap{
    margin:0px;    
    position:relative;
    top:-25px;
    z-index:3;
    overflow: visible;
}
.main-content-rounded-wrap{
    
}
.main-content-rounded-orange-top{
    background:#FFF url("../img/main-content-rounded-orange-top-bg.gif") no-repeat top left;
    height:28px;
    width:507px;
}
.main-content-rounded-orange-middle{
    background:#FFF url("../img/main-content-rounded-orange-middle-bg.gif") repeat-y top left;
    /*min-height:175px;*/
    width:507px;
}
.main-content-rounded-orange-bottom{
    background:#FFF url("../img/main-content-rounded-orange-bottom-bg.gif") no-repeat top left;
    height:28px;
    position:relative;
    top:-26px;
    width:507px;
}
.main-content-rounded-content-positioned{    
    margin:0px auto;
    position:relative;
    top:-15px;
    width:477px;
    z-index: 5;
    overflow: visible;
}

.main-content-rounded-green-top{
    background:#FFF url("../img/main-content-rounded-green-top-bg.gif") no-repeat top left;
    height:28px;
    width:507px;
}
.main-content-rounded-green-middle{
    background:#FFF url("../img/main-content-rounded-green-middle-bg.gif") repeat-y top left;
    /*min-height:175px;*/
    position:relative;
    width:507px;
    z-index:3;
}
.main-content-rounded-green-bottom{
    background:transparent url("../img/main-content-rounded-green-bottom-bg4.gif") no-repeat top left;
    height:40px;
    position:relative;
    top:-32px;
    width:507px;
    z-index:5;
}

.main-content-rounded-localstores-top{
    background:#FFF url("../img/main-content-rounded-localstores-bg.gif") no-repeat top left;
    height:65px;
    width:510px;
}

.main-content-rounded-grey-top{
    background:#FFF url("../img/main-content-rounded-grey-top-bg.gif") no-repeat top left;
    height:28px;
    width:507px;
}
.main-content-rounded-grey-middle{
    background:#FFF url("../img/main-content-rounded-grey-middle-bg.gif") repeat-y top left;
    
    width:507px;
    min-height: 140px; 
	
}
.main-content-rounded-grey-bottom{
    background:transparent url("../img/main-content-rounded-grey-bottom-bg.gif") no-repeat top left;
    height:28px;
    position:relative;
    top:-25px;
    width:507px;

}

.our-story-main-container-top{
    background:#FFF url("../img/our-story-container-top.jpg") no-repeat top left;
    height: 351px;
    width:513px;
}
.our-story-main-container-middle{
    background: transparent url("../img/our-story-container-middle.jpg") repeat-y top left;
    width:513px;
    margin: -1px 0 0 1px;

    
}
.our-story-main-container-bottom{
    background:transparent url("../img/our-story-container-bottom.jpg") no-repeat top left;
    height:40px;
    position:relative;
    width:513px;
    margin-top: -5px;
}

.our-story-main-content-rounded-content-positioned {
	color: #101010;
    margin: 0px auto;
    position: relative;
    width: 415px;
    z-index: 5;
    overflow: visible;
    line-height: 16px;
}

.our-vision-main-content-rounded-content-positioned {
	text-align: center;
    margin: 0px auto;
    position: relative;
    width: 428px;
    z-index: 5;
    overflow: visible;
    line-height: 16px;
    padding-bottom: 15px;
}

.our-vision-logo {
	background:transparent url("../img/our-vision-logo.gif") no-repeat top left;
	float: left;
	position: relative;
	left: -20px;
	margin-right: -40px;
	z-index: -1;
	width: 117px;
	height: 149px;
}

.our-vision-title {
	position: relative;
	left: -25px;
	padding-bottom: 6px;
}

.our-vision-text {
	padding-bottom: 4px;
}

.large-green {
	color: #a2ba31;
	font-size: 13pt;
	
}

.our-vision-core-pad {
	padding-bottom: 5px;
}

.medium-green {
	color: #a2ba31;
	font-size: 11pt;
}

.medium-red {
	color: #ec824e;
	font-size: 11pt;
}

.we-care-top-tile {
	background:transparent url("../img/we-care-top-tile.gif") no-repeat top left;
	color: #101010;
	float: left;
	height: 215px;
	line-height: 13px;
	padding:48px 50px 0px 210px;
	width: 275px;
}

.we-care-roomtoread {
	float: right;
	margin: 0 10px;
}

a#roomtoread {
	color: #000000;
}
a#roomtoread:hover {
	color: #ec824e;
}

.we-care-main-content-rounded-content-positioned {
	width: 270px;
	padding-top: 40px;
	color: #101010;
	padding: 45px 0 35px 210px;	
}

#we-care-teetiles{
    display:inline-table;
    float:left;
    height:100%;
	margin-left:-2px;    
    width:512px;
}

.we-care-bottom-left-tile {
	background: transparent url('../img/we-care-bottom-left-tile.gif') no-repeat top left;
	height: 216px;
	width: 250px;
	padding-top: 2px;
	float: left;
	position: relative;
	left: -2px;
}

.we-care-bottom-right-tile {
	background: transparent url('../img/we-care-bottom-right-tile.gif') no-repeat top left;
	height: 223px;
	width: 262px;
	padding-top: 2px;
	float: right;
	position: relative;
	top: -5px;
	right:-6px;
	overflow: visible;
}

.we-care-bottom-right-tile-link {
	position: relative;
	top: 186px;
	left: 191px;
	font-size: 9pt;
	cursor: pointer;
	font-weight: bold;
}

.we-care-bottom-right-tile-link a {
	text-decoration: none;
	color: #00a8cb;
}

.we-care-bottom-right-tile-link a:hover, a:active {
	color: #00a8cb;
	text-decoration: underline;
}

.better-life-messages {
	width:400px;
	margin: 0px auto;
}

.better-life-messages-form {
	width:250px;
	float:left;
}

.better-life-messages-update-box {
	margin-top:10px;
	padding-left:5px;
	width:300px;
}

better-life-messages-update-box {
	margin:10px;
}

.better-life-messages-update-label {
	padding-left:10px;
	top:0px;
}

.thankYouImg {
	padding: 30px 0 40px 0;
}

#book-wrap{

}
#book-content-book-img{

}
#book-content{
    font-size:13px;
    width:300px;
	margin: 3px 0 0 0;
}
#book-content-title-img{
    margin-bottom:10px;
}
#book-content p{
    margin-bottom:10px;
}
#book-content p.book-content-reference{
    padding-left:20px;
        font-style: italic;
}

#book-content h2 {
	text-align: center;
	color: #a2ba31;
	margin-bottom: 0;
}

#book-content span {
	color: #ec824e;
}

#book-content h3 {
	text-align: left;
	color: #101010;
	font-weight: normal;
}
#book-content ul {
	margin-bottom: 10px;
}
#book-content li {
	margin-bottom: 0px;
}

#our-story-wrap{
	
    margin-top:-17px;
}

.main-guitar {
	width: 172px;
}

#main-guitar-img{
    left:-20px;
    margin:30px 0 0 0;
    position:absolute;
    top:8px;
    float: left;
}

.buy-btn {
}

.buy-btn a {
	background: url("../img/buygoSprite.gif") no-repeat top left;
	background-position: 0 0;
	display: block;
	width: 42px;
}

.buy-btn img {
	width: 50px;
	height: 42px;
	vertical-align: top;
}

.buy-btn a:hover {
	background: url("../img/buygoSprite.gif") no-repeat top left;
	background-position: -52px 0;
}
.room-to-read a {
	background: url("../img/logo_roomtoread.gif") no-repeat top left;
	background-position: 0 0;
	display: block;
	width: 94px;
	height: 60px;
}

.shop-buy-btn {
	float: right;
}

.shop-buy-btn a {
	background: url("../img/buygoSprite.gif") no-repeat top left;
	background-position: 0 0;
	display: block;
	width: 42px;
}

.shop-buy-btn img {
	width: 50px;
	height: 42px;
	vertical-align: top;
}

.shop-buy-btn a:hover {
	background: url("../img/buygoSprite.gif") no-repeat top left;
	background-position: -52px 0;
}

.shop-tee-buy-btn {
	float: right;
	padding: 156px 44px 0 0;
}

.shop-tee-buy-btn a {
	background: url("../img/shop-tee-buySprite.gif") no-repeat top left;
	background-position: -153px 0;
	display: block;
	width: 42px;
}

.shop-tee-buy-btn img {
	width: 50px;
	height: 42px;
	vertical-align: top;
}

.shop-tee-buy-btn a:hover {
	background: url("../img/shop-tee-buySprite.gif") no-repeat top left;
	background-position: -102px 0;
}

.shop-dogtee-buy-btn {
	float: right;
	padding: 156px 45px 0 0;
}

.shop-dogtee-buy-btn a {
	background: url("../img/shop-tee-buySprite.gif") no-repeat top left;
	background-position: -51px 0;
	display: block;
	width: 42px;
}

.shop-dogtee-buy-btn img {
	width: 50px;
	height: 42px;
	vertical-align: top;
}

.shop-dogtee-buy-btn a:hover {
	background: url("../img/shop-tee-buySprite.gif") no-repeat top left;
	background-position: 0 0;
}

#shop-book-content{
    font-size:13px;
    width:300px;
}

#shop-book-content p{
    margin-bottom:10px;
}

#book-content h2 {
	text-align: justify;
	color: #a2ba31;
}

#shop-book-content span {
	color: #ec824e;
}

#shop-book-content h2 {
	text-align: justify;
	color: #a2ba31;
}

.the-book-buy {
	margin-top: 10px;
	height: 50px;
}

.the-book-buy p {
	padding-top: 10px;
}

.book-buy-btn {
	float: right;
	position: relative;
	bottom: 37px;
	right: 48px;
}

.book-buy-btn a {
	background: url("../img/buygoSprite.gif") no-repeat top left;
	background-position: 0 0;
	display: block;
	width: 42px;
}

.book-buy-btn img {
	width: 50px;
	height: 42px;
	vertical-align: top;
}

.book-buy-btn a:hover {
	background: url("../img/buygoSprite.gif") no-repeat top left;
	background-position: -52px 0;
}

.book-detail-reviews-title {
	float: left;
	margin-top: -20px;
	
}

.book-detail-reviews-images {
	float: right;
	margin: -20px -10px 0 0;
}

.book-reviews-half {
	float: left;
	width: 220px;
	padding-top: 5px;
}

.book-reviews{
	float: left;
	width: 100%;
}

.book-link {
	width: 100%;
	text-align: center;
	position: relative;
	padding:20px 0px;
	
}

.book-link a.amazon {
	color:#ec824e;
	text-decoration: none;
}

.book-link a:hover {
	text-decoration: underline;
}

#teetiles {
	float: left;
	height: 100%;
	display: inline-table;
	margin-top: -32px;
	width: 512px;
}

.teetile1 {
	float: left;
	background: url('../img/shop-tee-tile.gif') no-repeat top left;
	height: 217px;
	width: 253px;
}

.teetile2 {
	float: right;
	background: url('../img/shop-dogtee-tile.gif') no-repeat top left;
	height: 218px;
	width: 253px;
}

.teetile1 p {
    font-size:11px;
    font-weight:900;
    color: #54598c;
    margin: 170px 0 0 125px;
}

.teetile2 p {
    font-size:11px;
    font-weight:900;
    color: #54598c;
    margin: 170px 0 0 125px;
}

.book-review {
    font-size: 11px;
	margin: 0 10px;
}
.go-btn {
	height: 42px;
	width: 42px;
	float:left;
	position: relative;
	top: 132px;
	left: 72px;
}

.read-more {
	font-size: 11px;
	margin: -20px 25px 10px 0;
	z-index: 99;
	position: relative;
	float: right;
}

.find-store-shop {
	font-size: 11px;
	margin: 10px 0 0 130px;
	z-index: 1;
	position: relative;
	float: left;
}

.find-store-book {
	font-size: 11px;
	margin: -5px 0 0 70px;
	z-index: 1;
	position: relative;
}

.find-store-book-bottom {
	font-size: 11px;
	z-index: 1;
	position: relative;
}

.go-btn a {
	background: url("../img/buygoSprite.gif") no-repeat top left;
	background-position: -104px 0;
	display: block;
	width: 42px;
}

.go-btn img {
	width: 50px;
	height: 42px;
	vertical-align: top;
	
}

.go-btn a:hover {
	background: url("../img/buygoSprite.gif") no-repeat top left;
	background-position: -155px 0;
}

.clear {
	clear: both;
}

.main-comment div {
	font-size: 8pt;
}

.main-comment {
	width: 64%;
	display: inline;
}

.main-comment-dotted-rule-middle {
	padding-top: 5px;
	margin-bottom: 5px;
	border-bottom: 3px dotted #CCC;
	font-size: 8pt;
}

.main-comment-author {
	color: #ec824e;
	padding-left: 10px;
}
.main-comment-author a{
    color: #ec824e;
}

#our-story-content-bg{
    z-index:1;
}
.our-story-content{    
    overflow:visible;
}

/* smile campaign sidebar */

#sc-sidebar {
	width: 260px;
	text-align: center;
	padding-top: 15px;
	position: relative;
	left: -20px;
}

#sc-sidebar h2 {
	font-size: 18pt;
	color: #a2ba31;
	margin: -8px 0 0 0;
}

#sc-sidebar p {
	line-height: 18px;
	font-size: 8pt;
}

.sc-sidebar-top {
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 162px;
	width: 253px;
	margin-bottom: -1px;
}

.sc-sidebar-middle {
	padding-top: 5px;
	background: transparent url('../img/sc-add-photo-container-middle.jpg') repeat-y top left;
	position: relative;
	width: 253px;
}

.sc-sidebar-middle  h4 {
	text-indent: -9999px;
	background: url('../img/sc-add-photo-container-middle-join.gif') top center no-repeat;
	height: 74px;
	margin-bottom: 0;
}

.sc-sidebar-bottom {
	background: transparent url('../img/sc-add-photo-container-bottom.jpg') no-repeat top left;
	height: 36px;
	width: 253px;
	padding-top: 2px;
}

.sc-sidebar-add {
    background: transparent url("../img/sc-add-btnSprite.gif") no-repeat top left;
    cursor: pointer;
    display: block;
    height: 60px;
    left: 66px;
    position: relative;
    width:120px;
    bottom: 37px;
    background-position: 0 -70px;
}

.sc-sidebar-tiles {
	margin-top: -30px;
}

.sc-sidebar-add:hover{
    background: transparent url("../img/sc-add-btnSprite.gif") no-repeat top left;
    background-position: 0 0;
}

.sc-adtile1 a {
	background: transparent url("../img/adtile4Sprite.gif") no-repeat top left;
	background-position: -304px 0;
	display: block;
	width: 255px;
}

.sc-adtile1 a:hover {
	background: transparent url("../img/adtile4Sprite.gif") no-repeat top left;
	background-position: 0 0;
	
	display: block;
	width: 255px;
}

.sc-adtile2 a {
	background: transparent url("../img/adtile2Sprite.gif") no-repeat top left;
	background-position: 0 0;
	display: block;
	width: 255px;
}

.sc-adtile2 a:hover {
	background: transparent url("../img/adtile2Sprite.gif") no-repeat top left;
	background-position: -307px 0;
	display: block;
	width: 255px;
}

.sc-adtile3 a {
	background: transparent url("../img/adtile5Sprite.gif") no-repeat top left;
	background-position: 0 0;
	display: block;
	width: 255px;
}

.sc-adtile3 a:hover {
	background: transparent url("../img/adtile5Sprite.gif") no-repeat top left;
	background-position: -303px 0;
	display: block;
	width: 255px;
}


#sidebar{    
    width:291px;
}
.sidebar-left{
    /*background-color:yellow;*/

}
.sidebar-right{
    /*background-color:yellow;
    background:#FFF url("../img/sidebar-right-bgv2.jpg") no-repeat top left;
    height:548px;*/
    overflow: visible;
}
.sidebar-containers {
	position:relative;
	width:251px;
	/*border: 1px solid #F5C7B0;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;*/

}
#sidebar-video {
	margin: 25px 0 0 15px;
	border: 1px solid #F5C7B0;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-top: none;
}
#sidebar-video table , #sidebar-video2 table{
	margin-left: 10px;
	text-align: center;
}
#sidebar-video td , #sidebar-video2 td{
	padding: 10px  0 10px 0;
	text-align: center;
}
#sidebar-video2 {
	margin: 13px 0 45px 3px;
	border: 1px solid #F5C7B0;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-top: none;
	
}
#sidebar-video-list {
	margin: 10px 0 0 15px;
	height: 395px;
	background: url("../img/sidebar-right-video-list.gif") center 13px no-repeat ;
	padding: 53px 0 0 0;
	border: 1px solid #F5C7B0;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
#sidebar-video-list ul {
	list-style-type: none;
	width: 210px;
	padding: 0 0 0 10px;
}
#sidebar-video-list li {
	list-style-type: none;
	height: 75px;
	padding: 3px;
}
#sidebar-video-list ul  img{
	float: right;
	margin: 0 0 0 10px;
}

.scroll {
	height: 362px;
	overflow: scroll;
	overflow-x: hidden;
}

#sidebar-button-play{
    background:transparent url("../img/sidebar-button-play2.png") no-repeat top left;
    cursor:pointer;
    display:block;
    height:81px;
    left:75px;
    position:relative;
    width:104px;
    top:38px;
}
#sidebar-button-play:hover{
    background-image:url("../img/sidebar-button-play2.png");
}
#sidebar-button-play-home {
    background-image:url("../img/sidebar-button-play2.png");
    cursor:pointer;
    display:block;
    height:81px;
    left:95px;
    position:relative;
    width:104px;
    top:105px;
}
#sidebar-button-smile-campaign{
    background:transparent url("../img/sidebar-button-smile-campaign.png") no-repeat top left;
    cursor:pointer;
    display:block;
    height:49px;
    left:58px;
    position:relative;
    width:178px;
    top:150px;
}
#sidebar-button-smile-campaign:hover{
    background-image:url("../img/sidebar-button-smile-campaign-on.png");
}
#sidebar-button-add-your-smile{
    background:transparent url("../img/sidebar-button-add-your-smile.png") no-repeat top left;
    cursor:pointer;
    display:block;
    height:90px;
    left:77px;
    position:relative;
    width:145px;
    top:294px;
}
#sidebar-button-add-your-smile:hover{
    background-image:url("../img/sidebar-button-add-your-smile-on.png");
}

#sidebar-button-forbes{
    background:transparent url("../img/sidebar-right-video.jpg") no-repeat top left;
    cursor:pointer;
    display:block;
    height:151px;
    left:20px;
    position:relative;
    width:251px;
    top:15px;
}
/*#sidebar-button-forbes:hover{
    background-image:url("../img/button-sidebar-forbes-hover.jpg");
}*/

#adtiles {
    display: inline-table;
	height: 100%;	
    padding:0 20px 20px 0px;
    position:relative;
    top:-40px;
	width: 100%;
}

.adtile1 {
	float: left;
	padding-right: 8px;
	height: 115px;
	
}

.adtile1 img {
	vertical-align: top;
	width: 255px;
	height: 115px;
}

.adtile1 a {
	background: url("../img/adtile1Sprite.gif") no-repeat top left;
	background-position: 0 0;
	width: 255px;
	display: block;
}

.adtile1 a:hover {
	background: url("../img/adtile1Sprite.gif") no-repeat top left;
	background-position: -305px 0;
	height: 115px;
}

.adtile2 {
	float: left;
	padding-top: 15px;
	padding-right: 6px;
}

.adtile2 img {
	vertical-align: top;
	width: 255px;
	height: 115px;
}

.adtile2 a {
	background: transparent url("../img/adtile2Sprite.gif") no-repeat top left;
	background-position: 0 0;
	display: block;
	width: 255px;

}

.adtile2 a:hover {
	background: transparent url("../img/adtile2Sprite.gif") no-repeat top left;
	background-position: -307px 0;
}

.adtile3 {
	float: left;
	padding-top: 18px;
}

.adtile3 img {
	vertical-align: top;
	width: 255px;
	height: 115px;
}

.adtile3 a {
	background: transparent url("../img/adtile3Sprite.gif") no-repeat top left;
	background-position: 0 0;
	display: block;
	width: 255px;

}

.adtile3 a:hover {
	background: transparent url("../img/adtile3Sprite.gif") no-repeat top left;
	background-position: -304px 0;
}

/*
   START BETTER BECAUSE -
        Thickbox
*/
#TB_ajaxContent{
    padding:15px;
}
#TB_iframeContent{
    padding:0px;
}



/*
   START BETTER BECAUSE -
        SMILE CAMPAIGN
*/
#sc-main-content-wrap{
    /*background-color:red;*/
    margin-top:-20px;
    width:110%;
}
#sc-sidebar-right{
    padding-top:17px;
    width:266px;
}
.sidebar-content-rounded-green-top{
    background:#FFF url("../img/sidebar-content-rounded-green-top-bg.gif") no-repeat top left;
    height:28px;
    width:266px;
}
.sidebar-content-rounded-green-middle{
    background:#FFF url("../img/sidebar-content-rounded-green-middle-bg.gif") repeat-y top left;
    min-height:400px;
    width:266px;
}
.sidebar-content-rounded-green-bottom{
    background:#FFF url("../img/sidebar-content-rounded-green-bottom-bg.gif") no-repeat top left;
    height:28px;
    position:relative;
    width:266px;
    top:-30px;
}
.sidebar-content-rounded-green-content{
    padding:0px 20px
}

/* press page */

#press-sidebar-left {
	padding:28px 0 0 0;
	width:198px;
	margin: 0px;
	float: left;
	display: inline;
	color: #101010;
}

.press-sidebar-current-content-rounded-green-top{
	background:#FFF url("../img/press-sidebar-top.gif") no-repeat top left;
	height:66px;
	width:198px;
}

.press-sidebar-current-content-rounded-green-middle{
	background:#FFF url("../img/pressroom-sidebar-middle-bg.gif") repeat-y top left;
	width:198px;
}

.press-sidebar-current-content-rounded-green-bottom{
	background:#FFF url("../img/pressroom-sidebar-bottom-bg.gif") no-repeat top left;
	height:28px;
	position:relative;
	width:198px;
}

.press-sidebar-current-content-rounded-green-content{
	padding: 0px 30px 20px 20px;
}

.currentReleases {
	border-bottom: 3px dotted #9a9b9d;
	padding-bottom: 5px;
	color: #ec824e;
}

.press-sidebar-archive-content-rounded-green-top{
	background:#FFF url("../img/sidebar-content-rounded-green-top-bg.gif") no-repeat top left;
	height:28px;
	width:266px;
	margin-top: -20px;
}

.press-sidebar-archive-content-rounded-green-middle{
	background:#FFF url("../img/pressroom-sidebar-middle-bg.gif") repeat-y top left;
	width:266px;
}

.press-sidebar-archive-content-rounded-green-bottom{
	background:#FFF url("../img/pressroom-sidebar-bottom-bg.gif") no-repeat top left;
	height:28px;
	position:relative;
	width:266px;
	top:-30px;
}

.press-sidebar-archive-content-rounded-green-content {
	padding: 0px 20px 20px 20px;
}

.archivedReleases {
	color: #a2ba31;
	padding-bottom: 5px;
	border-bottom: 3px dotted #9a9b9d;
}

#press-sidebar-left ul {
	padding-left: 0px;
}

#press-sidebar-left ul li{
	margin-left: 8px;
	text-indent: -8px;
}

.press-sidebar-current-content-rounded-green-top h2 {
	text-align: center;
	font-family: Lucida Grande, Verdana, Sans-Serif;
	font-size: 18px;
	color: #FFFFFF;
	padding: 25px 10px;
}

.press-sidebar-current-content-rounded-green-content h3 {
	border-top: 3px dotted #9a9b9d;
	list-style-type: none;
	padding: 5px 0;
	margin: 20px 0 10px 0;
    color: #7075B7;
	font-family:Verdana,Sans-Serif;
	font-size:12px;
}

.press-sidebar-current-content-rounded-green-content h3:hover {
        color: #EA6F33;
}

.press-sidebar-current-content-rounded-green-content li {
	list-style-type: none;
	margin-bottom: 3px;
}

#press-sidebar-left a {
	text-decoration: none;
}

#press-sidebar-left a:hover {
	text-decoration: underline;
}

.press-sidebar-select-archive-box {
	width: 150px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.press-sidebar-select-archive-box select {
	width: 150px;
	text-align: center;
}

.press-sidebar-select-archive-box p {
	color: #9a9b9d;
	margin-left: 24px;
	padding-top: 11px;
	font-size: 13pt;
}

.press-sidebar-select-archive-dropdown {
	display: none;
	margin-left: -25px;
	padding-top: 10px;
	cursor: default;
}

.press-sidebar-select-archive-dropdown li {
	text-align: center;
	list-style-type: none;
	border: none;
	font-size: 11pt;
}

#press-main-content {
	float: right;
	display: inline;
	width:562px;
	padding: 28px 0px 0px 0px;
	margin: 0 20px 0 0;
	
}

img.presstitle {
	float: left;
	padding: 50px 0 15px 200px;
}

img.press-images {
    margin: 0 0 25px 0;
}

.press-content-images {
    float: left;
	text-align: left;
	padding: 30px 0 0 25px ;
	width: 237px;
}

.press-content-main {
    float: left;
	text-align: left;
	padding: 30px 30px 0 40px;
}

.press-content-main-press {
    float:left;
	min-height:500px;
	padding:40px 10px 0 20px;
	text-align:left;
}

.press-content-main-has-images {
	float: left;
	text-align: left;
	padding: 40px 30px 0 40px;
	width: 200px;
}

#press-main-content h2 {
    font-family: Lucida Grande, Veradan, Sans-Serif;
	font-size: 16px;
	/*font-weight: bold;*/
	color: #000000;
	margin: 0 0 5px 0;
}

#press-main-content h3 {
    font-family: Lucida Grande, Veradan, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#press-main-content p.location {
	margin: 0 0 5px 0;
}

#press-main-content a{
    color: #EA6F33;
}

#press-main-content a.directions {
	color: 	#9A9B9D;
	font-size: 11px;
}

#press-content p {
    font-size: 12px;
	margin: 0 0 20px 0;
}
#press-content strong {
	font-family: Lucida Grande, Veradan, Sans-Serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	margin: 0 0 5px 0;
}
#press-content p a {
	color: #9A9B9D;
}
#press-content p a:hover {
	color: #EA6F33;
}
#press-content {
	background:transparent url("../img/press-content-top-bg.gif") no-repeat scroll left top;
	min-height: 500px;
	width:562px;
	margin: -50px 0 0 0;
}

#press-content h4 {
	margin-left: 270px;
	color: #000000;
	font-size: 12px;
}

#press-content h5{
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 12px;
}

#press-content ul {
	list-style-type: none;
	margin-bottom: 20px;
}

#press-content li {
	margin: 0 0 5px 0;
	color: #9A9B9D;
}

.press-item {
	margin: 0 0 30px 0;
}

.press-release-item {
	/*border-bottom:3px dotted;*/
	margin:0 0 50px;
}

.press-release-item a#releasetitle {
    font-family: Lucida Grande, Veradan, Sans-Serif;
	font-size: 16px;
	/*font-weight: bold;*/
	color: #000000;
	margin: 0 0 5px 0;
	text-decoration: none;
}

.press-press-item {
	float:left;
	/*height:165px;*/
	margin:10px 10px 10px 0;
	overflow:visible;
	width:255px;
}

.press-press-item-image {
	float: left;
	width: 88px;
	margin: 0 15px 0 0;
}

.press-press-item-content{
	float:left;
	width:150px;
}

.press-press-item-title {
	color:#000000;
	font-size:13px;
	font-weight:bold;
	margin:0 0 5px;
}

.press-main-content-rounded-middle{
	background:#FFF url("../img/press-content-middle-bg.gif") repeat-y scroll left top;
	width:562px;
	padding-top: 20px;
}
.press-main-content-rounded-bottom{
	background:#FFF url("../img/press-content-bottom-bg.gif") no-repeat scroll left top;
	height:41px;
	width:562px;
	margin-top: -30px;
}

.press-releases {
	margin: 0 30px 0 0;
}

.currentArticleDate {
	clear: left;
	float: left;

}

.press-main-content p.currentArticleRelease  {
	margin: -25px 0 25px 0;
}

.currentArticlePrint {
	float: right;
	margin: 45px 15px 0 0;
}

.currentArticlePrint a {
	background: transparent url('../img/printSprite2.gif') no-repeat scroll 0 0;
	display: block;
	width: 54px;
	height: 40px;
}

.currentArticlePrint a:hover {
	background: transparent url('../img/printSprite2.gif') no-repeat scroll -71px 0;
	display: block;
	width: 54px;
	height: 40px;
}




.currentArticlePrint img {
	border: none;
}
.currentArticleContact  {
	margin-bottom: 20px;
}
.currentArticleContact p{
	margin-bottom: 5px;
}

.currentArticleTitle {
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
}

/* Presskit */
.presskit {
	background:transparent url("../img/press-content-top-bg.gif") no-repeat scroll left top;
	min-height: 500px;
	width:562px;
	margin: -50px 0 0 0;
}

#presskit-main {
    float: left;
	text-align: left;
	padding: 40px 20px 0 30px;
}

#presskit-main p {
    font-size: 12px;
	margin: 0 0 20px 0;
}

#presskit-main h3#meet {
	text-indent: -9999px;
	background: url(../img/presskit-subtitle-meet.gif) top left no-repeat;
	height: 26px;
}
#presskit-main h3#better {
	text-indent: -9999px;
	background: url(../img/presskit-subtitle-better.gif) top left no-repeat;
	height: 26px;
}
#presskit-main h3#downloads {
	text-indent: -9999px;
	background: url(../img/presskit-subtitle-downloads.gif) top left no-repeat;
	height: 26px;
}
#presskit-main h4 {
	font: normal 11pt/15px Verdana, Arial, Sans-Serif;
	color: #000000;
	margin-bottom: 5px;
}
#presskit-main a.normal {
	font: normal 12px/15px Verdana, Arial, Sans-Serif;
	color: #9A9B9D;
}
#presskit-main a.jpg {
	font: normal 10px/15px Verdana, Arial, Sans-Serif;
	color: #9A9B9D;
}
#presskit-main a:hover {
	color: #EC824E;
}

#presskit-main td {
	padding: 5px;
}

#presskit-main ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
	display: inline;
}

#presskit-main li {
	list-style-type: none;
	margin: 0 0 1px 0;
}
#presskit-main li.subhead {
	color: #000000;
	font-weight: normal;
	font-size: 13px;
	margin: 0 0 5px 0;
}

#presskit-main img {
	padding: 0 15px 30px 15px;
}
p.presskit-subhead {
	font: normal 12/15 Verdana, Arial, Sans-Serif #000000;
}

/* end of press */

#sc-world-wrap{
    margin:0 0 0 6px;
    /*position:absolute;*/
    width:527px;
}
#sc-world-rounded-top{
    background:#FFF url("../img/sc-world-rounded-top-bg.gif") no-repeat top left;
    height:46px;
    width:100%;
}
#sc-world-rounded-middle{
    background:#FFF url("../img/sc-world-rounded-middle-bg.gif") repeat-y top left;
    min-height:400px;
    width:100%;
}
#sc-world-rounded-bottom{
    background:#FFF url("../img/sc-world-rounded-bottom-bg.gif") no-repeat top left;
    height:86px;
    width:100%;
}
#sc-world-email-link{
    cursor:pointer;
    display:block;
    left:75px;
    height:16px;
    position:relative;
    top:50px;
    width:309px;
}
#sc-world-share-button{
    background:transparent url("../img/sc-world-share-button.gif") no-repeat top left;
    display:block;
    height:51px;
    position:relative;
    width:116px;
    top:-1px;
    left:363px;
}
#sc-world-share-button:hover{
    background-image:url("../img/sc-world-share-on-button.gif");
}
#sc-world-share-links-wrap{
    background-color:#6f76b8;
    display:none;
    margin-top:-62px;
    margin-left:-5px;
    padding:10px 0px 10px 10px;
    position:absolute;
}
#sc-world-share-links{
    
}
#sc-world-share-links td{    
    color:#FFF;
    height:20px;
    padding:8px 4px 8px 25px;
    width:105px;
    text-transform:uppercase;
}
#sc-world-share-links td a{
    color:#FFF;
    text-decoration:none;
}
#sc-world-share-links td a:hover{
    text-decoration:underline;
}
#sc-world-share-link-facebook{
    background:transparent url("../img/ico-facebook-bg-fill.gif") no-repeat left center;
}
#sc-world-share-link-linkedin{
    background:transparent url("../img/ico-linkedin-bg-fill.gif") no-repeat left center;
}
#sc-world-share-link-myspace{
    background:transparent url("../img/ico-myspace-bg-fill.gif") no-repeat left center;
}
#sc-world-share-link-twitter{
    background:transparent url("../img/ico-twitter-bg-fill.gif") no-repeat left center;
}
#sc-world-share-link-delicious{
    background:transparent url("../img/ico-delicious-bg-fill.gif") no-repeat left center;
}
#sc-world-share-link-yahoo{
    background:transparent url("../img/ico-yahoo-bg-fill.gif") no-repeat left center;
}
#sc-world-share-link-email{
    background:transparent url("../img/ico-email.gif") no-repeat left center;
}





#sc-mosaic-table{
    margin:0px 12px;
    /*background-color:red;*/
}
#sc-mosaic-table tr{
    /*background-color:purple;*/
}
#sc-mosaic-table td{
    background-color:#FFDA1E;
    margin:0px;
    padding:0px;
}
#sc-mosaic-table img{
    border:none;
    display:block;
}


#sc-country-list{
    display:inline;
    margin-top:-16px;
    width:772px;
}
#sc-country-list-rounded-top{
    background:#FFF url("../img/sc-country-list-rounded-top-bg.gif") no-repeat top left;
    height:28px;
    width:100%;
}
#sc-country-list-rounded-middle{
    background:#FFF url("../img/sc-country-list-rounded-middle-bg.gif") repeat-y top left;
    padding:0px 20px 20px 20px;
    width:732px;

}
#sc-country-list-rounded-bottom{
    background:#FFF url("../img/sc-country-list-rounded-bottom-bg.gif") no-repeat top left;
    height:28px;
    position:relative;
    width:100%;
    top:-26px;

}


/*
   START BETTER BECAUSE -
        Terms of Use, Privacy Policy, Contact
*/
#your-stories-initial-form{
    background:transparent url("../img/your-stories-initial-form-header-bg.jpg") no-repeat top center;
    color:#FFF;
    display:block;
    padding-top:20px;
    height:190px;
    width:507px;
}
#your-stories-initial-form p{
    color:#ffda1e;
    font-size:12px;
    font-weight:normal;
}
#your-stories-initial-form .instructions{
    color:#FFF;
    font-size:10px;
}
.your-stories-initial-post-list-container{
    top:15px;
    width:453px;
}
.your-stories-initial-post-list-container h2{
    color:#EC824E;
    font-family:Lucida Sans Unicode;
    font-size:14px;
    letter-spacing:1px;
    margin-bottom:0px;
    text-transform:uppercase;
}
#your-stories-initial-post-list{
    padding:0px;
}
#your-stories-initial-post-list li{
    border-top:3px dotted #CCC;
    padding-top:10px;
    list-style:none;    
}
#your-stories-initial-post-list li:first-child{
    border-top:none;
}
#your-stories-initial-post-list li a{
    text-decoration:none;
}
#your-stories-initial-post-list li a:hover{
    color:#9A9B9D;
    text-decoration:underline;
}
#your-stories-initial-form #body{
    font-family:verdana;
    margin-left:68px;
    overflow:hidden;
    resize:none;
}
.your-stories-initial-form-input1,.your-stories-initial-form-input2{
    border:none;
    color:#101010;
    font-size:.9em;
    height:20px;
    padding:6px 0px 0px 8px;
    width:160px;
}
.your-stories-initial-form-input1{
    background:transparent url("../img/your-stories-initial-form-input1-bg.gif") no-repeat top left;
}
.your-stories-initial-form-input2{
    background:transparent url("../img/your-stories-initial-form-input2-bg.gif") no-repeat top left;
}
.your-stories-initial-form-input3{
    background:transparent url("../img/your-stories-initial-form-input3-bg.gif") no-repeat top left;
    border:none;
    color:#101010;
    font-size:.9em;
    height:42px;
    padding:6px;
    width:366px;
}
#your-stories-initial-form-submit-img{
    background:transparent url(../img/buygoSprite-bgPurple.gif) no-repeat scroll -104px 0;
    height:40px;
    margin:0px 0px 0px 10px;
    position:absolute;
    width:40px;        
}
#your-stories-initial-form-submit-img:hover{
    background-position: -155px 0;
}

.your-stories-post-detail{
    margin-bottom:30px;
}
.your-stories-post-text{
    padding:20px 20px 0 10px;
    width:45%;
}
.your-stories-post-text-author{
    font-weight:bold;
    font-size:.9em;
}
.your-stories-post-text-body{
    font-size:1.2em;
}
.your-stories-post-comments{
    border-top:3px dotted #CCCCCC;
    padding-top:20px;
}
.your-stories-post-comments h2{
    color:#EC824E;
    margin-bottom:10px;
}

.commentsGreenHR {
	border-top: 2px solid #d8e888;
}
.commentsDottedHR {
    border-top:3px dotted #CCCCCC;
}

#comments .label {
	float: left;
	width: 100px;
	padding: 5px 0 5px 0;
	
}

#comments .input {
	float: left;
	width: 350px;
	clear: right;
	padding: 5px 0 5px 0;
}

#comments .input input{
	/*border: 1px solid #a2ba31;*/
	outline: none;
	width: 250px;
	color: #101010;
}

#comments .input textarea{
	/*border: 1px solid #a2ba31;*/
    font-family:verdana;
    font-size:12px;
	outline: none;
	width: 250px;
	color: #101010;
}

#comments .submit{
	width: 250px;
	padding-left: 100px;
}

#comments .submit input {
	/*color: #ec824e;
	font-weight: bold;
	border: 2px solid #a2ba31;*/
	cursor: pointer;
	padding: 1px;	
}
#comments .submit a {
   text-decoration:none;
}
#comments .submit a:hover {
    color:#9A9B9D;
    text-decoration:underline;
}
.commentThanks {
	font-size: 14pt;
	font-weight: bold;
	padding: 5px;
	color: #ec824e;
	text-align: center;
	margin-top: 10px;
	display: none;
}


.pagination-wrap{    
    margin-top:-32px;
    margin-bottom:-32px;
    text-align:center;
}
.pagination-wrap ul{
    padding:0px;
}
.pagination-wrap ul li {
    display:inline;
    list-style:none;
    padding:0px 3px 0px 3px;
}
.pagination-wrap ul li a{
    text-decoration:none;
}
.pagination-wrap ul li a:hover{
    text-decoration:underline;
}
.pagination-wrap ul li.active{
    text-decoration:underline;
}
.pagination-wrap ul li.active a{
    text-decoration:underline;
}

.pagination-wrap .pagination-pages{
    
}
/*
   START BETTER BECAUSE -
        Terms of Use, Privacy Policy, Contact
*/
.main-content-full-span{
    color:#000;
    padding:0 30px 20px 60px;
}





/*
   START BETTER BECAUSE -
        Wordpress Blog
*/
#wp-content{
    margin-left:20px;    
}
.narrowcolumn{
    width:455px;
}
.widecolumn{
    width:80%;
}
#wp-content .post{
    border-bottom: 3px dotted #CCC;
    padding:5px 0px 20px 0px;
}
#wp-content .post small{
    display:block;
    font-size:.9em;
    margin-bottom:10px;
    text-transform:uppercase;
}
#wp-content .post h2{
    color:#e96f33;
    font-size:1.7em;
}
#wp-content .post h2 span{
    color:#a2ba31;
    font-size:.6em;
}
#wp-content .post h2 a{
    color:#e96f33;
    font-size:.9em;
}
#wp-content .post a{
    color:#00a8cb;
    text-decoration:none;
}
#wp-content .post a:hover{
    text-decoration:underline;
}
#wp-content .post .postmetadata{
    color:#e96f33;
}
#wp-content .post .alt{
    font-size:.8em;
    margin-top:30px;
}
#wp-content .navigation{
    margin-top:20px;
}
#wp-content .blog-header{
    border-bottom:3px dotted #CCC;
}
.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.border-bottom-rule{
    border-bottom:3px dotted #CCC;
}

#wp-content h3#comments{
    margin-top:20px;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
    list-style:none;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



#wp-sidebar{
    width:290px;
}
#wp-sidebar h2{
    font-size:12px;
    font-weight:normal;
    margin:5px;
    text-transform:uppercase;
}
#wp-sidebar a{
    color:#A2BA31;
    text-decoration:none;
}
#wp-sidebar a:hover{
    text-decoration:underline;
}
#wp-sidebar ul li{
    list-style:none;
    margin-bottom:35px;
}
#wp-sidebar ul li ul{
    margin:0px;
    padding-right:60px;
}
#wp-sidebar ul li ul li{
    margin-bottom:10px;
}

/*
   START BETTER BECAUSE -
        CONTACT
*/
.contact-wrap{
    padding:20px 0px;
}
#contact-text{
    width:48%;
}
#contact-text h3{
    color:#ec824e;
    margin-bottom:2px;
}
#contact-text a{
    text-decoration:underline;
}


/*
   START BETTER BECAUSE -
        FOOTER
*/
#footer{
    /*background-color:orange;*/
    width:100%;
    clear: both;
    padding-top: 20px;
}
#footer a.links{
    color:#ec824e;
    text-decoration:none;
}
#footer a:hover{
    color:#ec824e;
	text-decoration:underline;
}
.footer-icon{
    position:relative;
    top:5px;
	height:16px;
}

.footer-credits {
	margin: 15px 0 0 523px;
}
.footer-credits a{
	text-decoration:none;
	color:#9A9B9D;
	
}

/*
   START BETTER BECAUSE -
        Local Store
*/

.localstores {
    background: transparent url("../img/localstores-top.gif") no-repeat top left;
	width: 507px;
	min-height: 550px;
	margin: -22px 0 0 0;
	padding: 115px 0 0 0;
}

.localstores-left {
	float: left;
	width: 180px;
	margin: 0 0 0 50px;
}

.localstores-right {
	float: left;
	width: 180px;
	margin: 0 0 0 46px;
}

#localstores-excerpt {
	font: normal 13px/17px Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;
	padding: 0 25px 0 50px;
}

.localstores h2 {
    text-transform: uppercase;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #ACC81B;
}

.localstores h3 {
    font-family: Lucida-Grande, Verdana, Sans-Serif;
	font-size: 16px;
	font-weight: normal;
	color: #E76F33;
}

.localstores p {
    font-family: Verdana, Sans-Serif;
	font-size: 11px;
	line-height: 15px;
	margin: 15px 0 30px 0;
}

.localstores strong {
    color: #000000;
	font-weight: normal;
}

.localstores a.storename {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

.localstores a:hover.storename {
	text-decoration: underline;
	color: #E76F33;
}



/*
   START BETTER BECAUSE -
        Workshops Section
*/

.workshops {
    background: transparent url("../images/workshops-top.gif") no-repeat top left;
	width: 507px;
	min-height: 535px;
	margin: -22px 0 0 0;
	padding: 115px 0 0 0;
}


.workshops_programs {
    background: transparent url("../images/workshops-top_programs.gif") no-repeat top left;
	width: 507px;
	min-height: 690px;
	margin: -22px 0 0 0;
	padding: 115px 0 0 0;
}

.workshops_speaking {
    background: transparent url("../images/workshops-top_speaking.gif") no-repeat top left;
	width: 507px;
	min-height: 408px;
	margin: -22px 0 0 0;
	padding: 115px 0 0 0;
}

.workshops_speaking_request {
    background: transparent url("../images/workshops-top_speaking_request.gif") no-repeat top left;
	width: 507px;
	min-height: 800px;
	margin: -22px 0 0 0;
	padding: 115px 0 0 0;
}
.workshops_speaking_request-prompt {
    background: transparent url("../images/workshops-top_speaking_request.gif") no-repeat top left;
	width: 507px;
	min-height: 40px;
	margin: -22px 0 0 0;
	padding: 115px 0 0 0;
}


.workshops-left {
	float: left;
	width: 180px;
	margin: 0 0 0 50px;
}

.workshops-right {
	float: left;
	width: 180px;
	margin: 0 0 0 46px;
}

#workshops-excerpt {
	font: normal 13px/17px Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;
	padding: 0 25px 0 30px;
}


.workshops h2 {
    text-transform: uppercase;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #ACC81B;
}

.workshops h3 {
    font-family: Lucida-Grande, Verdana, Sans-Serif;
	font-size: 16px;
	font-weight: normal;
	color: #E76F33;
}

.workshops p {
    font-family: Verdana, Sans-Serif;
	font-size: 11px;
	line-height: 15px;
	margin: 15px 0 30px 0;
}

.workshops strong {
    color: #000000;
	font-weight: normal;
}

.workshops a.storename {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

.workshops a:hover.storename {
	text-decoration: underline;
	color: #E76F33;
}




#workshops-intro {
	color: #000000;
	padding: 0 25px 0 30px;
	font-size:16px;
	line-height:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#workshops-body {
	color: #000000;
	padding: 0 25px 0 30px;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#workshops-nav {
	margin-left:30px;
	margin-top:22px;
	font-size:13px;
	line-height:26px;
	font-family: Lucida-Grande, Verdana, Sans-Serif;
	text-decoration:none;
}

#workshops-nav a {
	color: #7075b7;
	text-decoration:none;
}

#workshops-nav a:hover {
	text-decoration: underline;
	color: #4048b0;
	font-weight: normal;
}

#workshops-nav-on a {
	margin-left:30px;
	margin-top:22px;
	color: #7075b7;
	text-decoration:none;
	line-height:4px;
    text-transform:uppercase;
	font-weight: bold;
}

#workshops-nav-on a:hover {
	text-decoration: underline;
	color: #4048b0;
	text-transform:uppercase;
	font-weight: bold;
}





/* Workshops Left Column */

#leftnav_ {
	position:absolute;
	left:0px;
	top:28px;
	width:253px;
	height:180px;
}

#leftside-flat-02_ {
	position:absolute;
	left:0px;
	top:180px;
	width:253px;
	height:12px;
}

#adobject-workshop-participants_ {
	position:absolute;
	left:0px;
	top:192px;
	width:253px;
	height:199px;
}

#leftside-flat-04_ {
	position:absolute;
	left:0px;
	top:391px;
	width:253px;
	height:14px;
}

#adobject-workshop-quote_ {
	position:absolute;
	left:0px;
	top:405px;
	width:253px;
	height:199px;
}

#leftside-flat-06_ {
	position:absolute;
	left:0px;
	top:604px;
	width:253px;
	height:16px;
}

#adobject-workshop-companies_ {
	position:absolute;
	left:0px;
	top:620px;
	width:253px;
	height:122px;
}








/* Home Page Image Rotation */

/* Sponsor Logo Image Rotation */
div#rotator {
	position:relative;
	background:#FFF url("../img/header-logo-wrap-bg3.gif") no-repeat top left;
    height:140px;
    width:170px;
	z-index: 999;
	/*height:345px;
	margin: 20px auto;*/
}
div#rotator ul {
	margin-left: -45px;
}
div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
div#rotator ul li img {
}
div#rotator ul li.show {
	z-index:500
}

