body{
  min-width: 990px;      /* 2x LC width + RC width */
}
#columnContainer{
  clear: both;
  overflow: hidden;
  padding-right: 310px;  /* RC width + padding/margins */
}
#columnContainer .column{
  float: left;
}
.mainContent{
  clear: both;
  width: 100%;
}
.subContent{
  width: 300px;          /* RC width */
  overflow: hidden;
  padding-left: 10px;
  margin-right: -310px;  /* RC width */
}
/*** IE6 Fix ***/
* html #left{
  left: 240px;           /* RC width */
}
/* Summary */
.blogContent #summaryDescription{
  clear: both;
}
#summaryDescription img{
  margin:0 5px;
}

/* Sub Content */
#aboutMe{
  font-size: 12px;
}
#aboutMe .contentBox{
  position: relative;
}
#aboutMe .is_original{
  top: 0;
}
.viewAll{
  text-align: center;
}
/*
 * Top comments
 */

#siteTopOpinions{
  max-height: 400px;
  overflow: hidden;
  position: relative;
}
#siteTopOpinions li{
  border-bottom: 1px dashed #999;
  margin: 10px 0;
  display: none;
  overflow: hidden;
  max-height: 0;
  background-color: white;
}

.tcbody p span{
  text-transform: uppercase;
  border-bottom: 1px solid #d4d4d4;
  display: block;
  color: #999;
  font-weight: bold;
  margin-bottom: 5px;
}
.tcComment .tcbody,
.tcQuestion .tcbody{
  overflow: hidden;
  position: relative;
}
a.morelink{
  float: right;
  font-size: 12px;
  margin-top:3px;
}
.tcComment .tcbody{
}
.tcQuestion .tcbody{
}
.tcQuestion p a{
  font-size: 13px;
  font-weight: bold;
}
.tcQuestion p{
  background-color: #e0f4ff;
}
.tcQuestion p,
.tcComment p{
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-size: 13px;
  padding: 5px;
}
.tcQuestion p{
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  margin-left:7px;
}
.tcComment p{
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  margin-right:7px;
}
.tcComment,
.tcQuestion{
  overflow: hidden;
  margin-bottom: 5px;
}
.tcQuestion .avatar{
  float: left;
  margin-right: 5px;
}

.tcComment .avatar{
  margin-left: 5px;
  float: right;
}
.rightChupchick{
  position: absolute;
  top: 0;
  left: 0px;
  width: 8px;
  height: 7px;
  background: transparent url(http://statics.sodahead.com/images/home/TopCommentChupchik.png) no-repeat 0 0;
}
.leftChupchick{
  top: 0;
  position: absolute;
  right: 0px;
  width: 8px;
  height: 7px;
  background: transparent url(http://statics.sodahead.com/images/home/TopCommentChupchik.png) no-repeat 0 -8px;
}

.permalinkContainer{
  background:#fff;
  position:absolute;
  z-index:2;
}
.permalinkUnderlay{
  -moz-border-radius:8px;
  background:#000;
  margin:-10px;
  position:absolute;
  opacity:0.5;
  filter: alpha(opacity=50);
  z-index:1;
}
#slideshow{
  background: #ddd;
  border: 1px solid #5c5c5c;
  border-radius: 15px 15px 5px 5px;
  -moz-border-radius: 15px 15px 5px 5px;
  -webkit-border-radius: 15px 15px 5px 5px;
  clear: both;
  margin: 10px 0;
  overflow: hidden;
}
#slideshowHeader{
  border-radius: 15px 15px 0 0;
  font-size: 16px;
  height: 33px;
  line-height: 33px;
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}


/* Next/Prev and Thumbnail Arrows */
a.slideshowNext,
a.slideshowNext:visited,
a.slideshowPrev,
a.slideshowPrev:visited,
#sleft,
#sright{
  background-image: url(http://statics.sodahead.com/images/slideshows/slideshowSprite-17697.png);
  display: block;
  float: right;
  padding: 0; /* override .header */
}
.de_DE a.slideshowNext,
.de_DE a.slideshowNext:visited,
.de_DE a.slideshowPrev,
.de_DE a.slideshowPrev:visited{
  background-image: url(http://statics.sodahead.com/images/i18n/de_DE/slideshowSprite-17697.png);
}
a.slideshowNext,
a.slideshowPrev{
  width: 68px;
  height: 32px;
}
#sleft,
#sright{
  border: 3px solid #666;
  background-color: white;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  float: left;
  height: 35px;
  margin-top: 14px;
  margin-right: 3px;
  visibility: hidden;
  cursor: pointer;
  width: 36px;
  -moz-box-shadow: 3px 3px 3px #444;
  -webkit-box-shadow: 3px 3px 3px #444;
  box-shadow: 3px 3px 3px #444;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');

}
#sleft:hover,
#sright:hover{
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top:18px;
  -ms-filter: none;
  filter: none;
}

a.slideshowNext,
a.slideshowNext:visited{
  background-position: 0 -64px;
}
a.slideshowNext:hover{
  background-position: 0 -96px;
}
a.slideshowPrev:hover{
  background-position: 0 -32px;
}
#sleft{
  background-position: 0 -346px;
}
#sright{
  float: right;
  background-position: 0 -381px;
}

/* Thumbnails */
#slideshowThumbsContainer{
  clear: both;
  padding: 10px 5px;
  background-color: black;
}
#slideshowThumbsWrap{
  left: 10px;
  overflow: hidden;
  position: relative;
  width: 540px;
}
#slideshowThumbs{
  position: relative;
  width: 32000px;
}


/* Slide */
#createSlide,
#slide{
  margin: 20px auto 0;
  max-height: 600px;
  min-height: 420px;
  overflow: hidden;
  text-align: center;
  width: 600px;
}
#slide img{
  max-width: 600px;
  max-height: 600px;
  cursor:pointer;
}
#slideSummary{
  margin:10px;
}
#slideTitle{
  font-size:18px;
  font-weight:bold;
}
#slideDescription{
  font-size:14px;
}
#slideCount{
  font-weight:bold;
  float:right;
}
#ibafSlideshow li.activeslide img,
#slideshow li.activeslide img{
  border-color: #11b3f0;
}
#ibafSlideshow li:hover,
#slideshow li:hover{
  border-color: #11b3f0;
}
#ibafSlideshow li.activeslide,
#slideshow li.activeslide{
  border-color: #00aeef;
}


/* Create Slide */
#createSlide{
  text-align: left;
}
#createSlide h3{
  margin:5px;
}
#createSlideshows{
  width:440px;
  margin:0 auto;
}
#createSlideshows a{
  display: block;
}
#createSlideshows li{
  display: block;
  float: left;
  height: 240px;
  max-height: 240px;
  margin: 0 0 10px 10px;
  position: relative;
  overflow: hidden;
  width: 200px;
}
#createSlideshows li img{
  display: block;
  height: 200px;
  max-height: 200px;
}
#createSlideshows .slideshowStrip{
  bottom: 40px;
  text-align: left;
}
#createSlideshows .slideshowTitle,
#createSlideshows .slideshowTitle:hover{
  background: #000;
  color: #00aeef;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  text-align: left;
}
#createSlideshows .slideshowTitle:hover{
  color: #f00;
}
#createSlide .createLi{
  background-color:#393939;
}
#createSlide .createLi a:visited,
#createSlide .createLi a{
  padding-top:45px;
  font-size:30px;
  text-transform:uppercase;
  display:block;
  height:165px;
  width:200px;
  color:#fff;
}
.createLi button{
  text-transform:none;
  margin-top:10px;
}

/* Share Bar */
.shareThis{
  clear: both;
  height: 20px;
}
.shareThis .fb_share_count_top{
  line-height: 34px;
}
.shareThis .fb_share_count_inner,
.shareThis .FBConnectButton_Text{
  line-height: inherit;
}
.shareThis li{
  float: right;
  margin: 0 0 0 4px;
  vertical-align: top;
}
.broadcastThis{
  height: 20px; /* tutorial */
  position: relative; /* tutorial */
  *z-index: 1; /* facebook comment/send */
  width: 635px;
  margin-left: 25px;
}
.broadcastThis .ravedDown{
  display: inline;
}
#googlePlusOne{
  float: left;
  margin-bottom: 0;
  margin-left: 0;
}
#googlePlusOne .horizontal iframe{
  width: 90px !important;
  height: 24px !important;
}
#broadcastThisTwitter{
  float: left;
  margin-bottom: 0;
}
#broadcastThisFacebook{
  float: left;
  margin-left: 0;
}
.broadcastFloat{
  background: #fff;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  display: block;
  height: auto;
  left: 50%;
  margin-left: -570px;
  padding: 5px;
  position: fixed;
  top: 238px;
  *top: 254px;
  width: 65px;
  *z-index: 1; /* facebook comment/send */
}
.broadcastFloat li{
  float: none;
  margin: 0 0 10px 0;
}
.broadcastFloat .flatShare,
.floatShare{
  display: none;
}
.broadcastFloat .floatShare{
  display: block;
}
.broadcastFloat .ravesTip{
  display: none;
}
.ravesContainer{
  float: none;
  padding: 0;
  *zoom: 1;
}
.broadcastFloat .ravesLabel,
.sharesLabel{
  background: #fff;
  border: 1px solid #c5c8cc;
  border-radius: 5px 0 5px 5px;
  -moz-border-radius: 5px 0 5px 5px;
  -webkit-border-radius: 5px 0 5px 5px;
  color: #333;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  margin: 0 4px 0 0;
  padding: 1px 5px;
  position: relative;
}
.broadcastFloat .ravesLabel,
.broadcastFloat .sharesLabel{
  display: block;
  border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  -webkit-border-radius: 5px 5px 5px 0;
  font-size: 16px !important;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  margin: 0 0 8px 0;
  padding: 5px;
  text-align: center;
  width: 54px;
}
.sharesLabel .chubchik{
  background: url(http://statics.sodahead.com/images/icons-19881.png) -17px -2016px;
  height: 8px;
  width: 18px;
  position: absolute;
  top: -1px;
  right: -17px;
}
.broadcastFloat .ravesLabel .chubchik,
.broadcastFloat .sharesLabel .chubchik{
  background: url(http://statics.sodahead.com/images/icons-19881.png) -7px -2016px;
  bottom: -18px;
  height: 18px;
  position: absolute;
  left: -1px;
  top: auto;
  width: 8px;
}
.noThis{
  font-size: 10px;
}
.broadcastFloat .unRavedUp{
  padding: 0 2px;
  width: 60px;
}
.shareButton,
.widgetButton{
  display: inline-block;
  height: 16px;
  line-height: 16px;
  padding: 0 4px;
  width: auto;
}


#broadcaster ul,
#broadcaster li,
#broadcaster label,
#broadcaster input,
#broadcaster img, /* busy signal -- loading */
#broadcaster .sodaheadIcon,
#broadcaster .facebookIcon,
#broadcaster .twitterIcon{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
#broadcaster label{
  margin-left: 10px;
}
#broadcaster .loading{ /* busy signal -- pre-loading */
  padding: 0;
}
#broadcaster .loading input{
  visibility: hidden;
}
#broadcastNow .loading img{
  float: none;
}

#summary .title{
  color: #474747;
  font-size: 28px;
}

#relatedTopics{
  margin: 0 0 5px;
  border-top: 1px dashed #999;
  padding: 3px 0;
}

#summaryUrl a{
  font-size: 13px;
}

#relatedTopics a{
  font-size: 11px;
}
#summaryRelatedTopicsLabel,
#summaryUrlLabel{
  font-size: 11px;
  color: #333333;
}
#summaryUrlLabel{
  font-size: 13px;
  font-weight: bold;
}
#relatedTopicsLabel{
  font-size: 13px;
  color: white;
  background-color: #265B79;
  margin: 5px 0 0 0;
  padding: 3px 5px 2px 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
}


ul.relatedTopics{
  overflow: auto;
  display: block;
  border-top: 2px solid #265B79;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#ffffff));
  background: -moz-linear-gradient(top, #e6e6e6, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6e6e6, endColorstr=#ffffff);
}

ul.relatedTopics li.last{
  margin-right: 10px;
}

ul.relatedTopics li{
  float: left;
  text-align: center;
  text-transform: capitalize;
  margin: 10px 25px 10px 10px;
  width: 133px;
}

.topicImageCrop img{
  width: 125px;
  min-height: 70px;
}
.topicImageFrame{
  padding: 3px;
  background-color: white;
  border: 1px solid #bbb;
}
.topicImageCrop{
  height: 70px;
  width: 125px;
  overflow: hidden;
}

/* ibaf */
#ibafSlideshow{
  border: 1px solid #000;
  border-radius: 15px 15px 5px 5px;
  -moz-border-radius: 15px 15px 5px 5px;
  -webkit-border-radius: 15px 15px 5px 5px;
  overflow: hidden;
  text-align: center;
  background-color: #ddd;
}
#ibafPreview{
  background: #000;
  border-radius: 10px;
  padding: 5px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#ibafPreviewImage{
  border-color: #036ba6;
}
.ibafPreviewImages{
  border: 1px solid #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 1px 3px;
  max-width: 40px;
  overflow: hidden;
  vertical-align: middle;
}
.ibafPreviewImages:hover{
  border-color: #f00;
}
.ibafPreviewImages img{
  display: block;
  max-height: 40px;
}
#slideshowWatchVideos{
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0;
}
#ibafAdBlock .moreList a{
  font-size:18px;
  font-weight:800;
  text-transform:capitalize;
  text-decoration:underline !important;
}
#ibafAdBlock .moreList a:hover{
  text-decoration:none !important;
}
#ibafImage{
  display: inline-block;
  max-width: 390px;
  position: relative; /* ibafShare */
  vertical-align: middle;
}
.ibafShareBackground{
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  *background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#50000000, endColorStr=#50000000);
}
.ibafShare,
.ibafShareBackground{
  padding-top: 4px;
  position: absolute;
  width: 100%;
  top: 0;
}
#ibafSlideshowNext,
#ibafSlideshowPrev,
#ibafImage{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
#ibafSlideshowNext:hover,
#ibafSlideshowPrev:hover{
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-filter: none;
  filter: none;
  margin-top:5px;
}

#ibafSlideshowImg{
  margin: 0;
  max-width: 390px;
}

#ibafSlideshow #sleft,
#ibafSlideshow #sright{
  visibility: visible;
}

#ibafSlideshow #slideshowHeader{
  text-transform: capitalize;
}

#embedIbaf{
  width: 390px;
  height: 60px;
}

#ibafSlideshowHeader{
  font-size: 18px;
  font-weight: bold;
}

.ibafSlideshowMore{
  font-size: 18px;
  font-weight: bold;
  color: white;
  padding: 1px 4px;
  background-color: #9CB3D5;
  color: white;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

.ibafSlideshowTitle{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 590px;
  background: white url(http://statics.sodahead.com/images/slideshows/slideshowSprite-17697.png) 0px -474px repeat-x;
  min-height: 26px;
}

.ibafLinks{
  margin-top: 5px;
  white-space:nowrap;
}
.ibafLinks a:visited,
.ibafLinks a{
  font-size: 14px;
  margin: 0 4px;
  font-weight: normal;
}

.ibafShareTv{
  clear: both;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-weight: bold;
  font-size: 14px;
  color: black !important;
  margin: 5px;
}


/* floating sharebar */

#floatShareBar{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 10;
}

#floatShareBarContainer{
  background-color: #434343;
  height: 40px;
  margin: auto;
  box-shadow: 0 0 15px #333;
  width: 970px;
  padding: 0 10px;
}

#floatShareBarHome{
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding: 0;
  width: 20px;
  height: 35px;
}

#floatShareThis{
  width: 615px;
  padding-left: 20px;
  padding-top: 7px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

#floatShareImg{
  margin: 5px;
  border: 1px solid white;
}
#floatShareStoryLink{
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 300px;
}
#floatShareReadMore{
  line-height: 12px;
  margin-top: 5px;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 225px;
}
#floatShareStory{
  font-size: 11px;
  color: #61C5FF;
  font-weight: bold;
}
#floatShareReadMore strong{
  font-size: 12px;
  color: white;
}
#floatShareBarIframe{
  padding: 0;
  margin: 0;
  width:980px;
  height:40px;
  position:fixed;
  margin:0 auto;
  top:0;
  display: none;
}
#content{
  overflow: visible;
}

#shareForm h2{
  color: #000;
  font-size: 24px;
  margin: 5px 0 10px;
}
#shareForm h2 strong{
  color: #0e8ea3;
  clear: both;
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: middle;
}
#shareForm #providerSelector{
  overflow: hidden;
  width: auto;
}
#shareForm #providerSelector button{
  margin: 5px 24px 5px 4px;
}
#shareForm #emailConfirmation{
  margin-top: 75px;
}
#shareActions{
  clear: both;
}
#shareActions .largeButton{
  background-position: center -162px;
  margin-right: 10px;
}

/* Address Book */
#addressBook{
  float: left;
  margin-right: 15px;
  width: 525px;
}
#addressBook label{
  width: auto;
}
#emailInput{
  margin-right: 10px;
}
#contactsDelete{
  float: right;
  font-size: 11px;
}
#contacts{
  background: url(http://statics.sodahead.com/images/inputBackground.jpg);
  border: 1px solid #5598CC;
  border-top-color: #999;
  height: 196px;
  padding: 5px 0;
  overflow: auto;
}
#contacts li{
  color: #333;
  font-size: 12px;
}
#contacts li.odd{
  background: #effafe;
}
#contacts .contact{
  margin: 0 10px 0 5px;
}
#contacts li label:hover{
  background: #ecfafe;
  cursor: pointer;
}
#importEmailsImg img{
  vertical-align: middle;
}

/* Broadcaster */
#broadcasterWrap{
  float: left;
}
#broadcaster{
  clear: none;
  margin-top: 5px;
}

/* Share success */
.shareHeader{
  display:block;
  clear:both;
  margin:10px 0 10px 0;
  border-bottom:1px solid #ccc;
}
#shareMethods{
  clear:both;
  margin-top:20px;
}
#imToFriend{
  padding:7px 10px 7px 40px;
  background:url(http://statics.sodahead.com/images/icons/shareIcons.png) no-repeat 0 0;
}
#inviteSuccess .success{
  clear:left;
  margin:10px 0;
  width:350px;
}
#shareLinks{
  width:400px;
  padding-bottom:10px;
  overflow:hidden;
  display:inline-block;
  margin-bottom:20px;
}
#shareLinks{display:block;}
#shareLinks li{
  float:left;
  width:200px;
  margin-top:30px;
}
#shareLinks a{
  padding:11px 0 10px 40px;
}
.myspaceIconLarge{
 background:url(http://statics.sodahead.com/images/icons/shareIcons.png) no-repeat 0 -25px;
}
.fbIconLarge{
 background:url(http://statics.sodahead.com/images/icons/shareIcons.png) no-repeat 0 -55px;
}
.feedIconLarge{
 background:url(http://statics.sodahead.com/images/icons/shareIcons.png) no-repeat 0 -85px;
}
.widgetIconLarge{
 background:url(http://statics.sodahead.com/images/icons/shareIcons.png) no-repeat 0 -115px;
}
#shareMessageWrap{
  float:left;
  width:400px;
  margin-right:10px;
}

/* Image Share Bar */
#imgShare{
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB000000,endColorstr=#BB000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB000000, endColorstr=#BB000000)";
  text-align: center;
}
#imgShareI{
  border-right: 1px solid white;
  color: white;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  letter-spacing: 1px;
  padding-right: 10px;
}
.imgShareI{
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 40px;
  vertical-align: middle;
}
.sodaheadShareIcon,
.stumbleuponShareIcon,
.twitterShareIcon,
.pinterestShareIcon,
.facebookShareIcon,
.tumblrShareIcon{
  background: transparent url(http://statics.sodahead.com/images/share_sprite.png) 0 0 no-repeat;
  height: 20px;
  margin: 0  0 0 10px;
  padding: 0 0 0 20px;
  cursor: pointer;
  visibility: visible;
}
.sodaheadShareIcon{
  background-position: 0px -100px;
}
.stumbleuponShareIcon{
  background-position: 0px -20px;
}
.pinterestShareIcon{
  background-position: 0px -80px;
}
.twitterShareIcon{
  background-position: 0px -40px;
}
.facebookShareIcon{
  background-position: 0px -60px;
}
.tumblrShareIcon{
  background-position: 0px 0px;
}
