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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

#stream-post-tabs {
  font-family: Arial, sans-serif;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 4px;
  /* CLEANING CSS */
}
#stream-post-tabs ul#streamFormMenu {
  list-style-type: none;
  line-height: 1em;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 20px;
  position: relative;
  *zoom: 1;
}
#stream-post-tabs ul#streamFormMenu:after {
  content: "";
  display: table;
  clear: both;
}
#stream-post-tabs ul#streamFormMenu li {
  display: inline;
  float: left;
  margin-right: 20px;
  position: relative;
  line-height: 20px;
}
#stream-post-tabs ul#streamFormMenu li#statusUpdate a {
  background: url("img/postStatus.png") no-repeat left center;
}
#stream-post-tabs ul#streamFormMenu li#photoUpdate a {
  background: url("img/postPhoto.png") no-repeat left center;
}
#stream-post-tabs ul#streamFormMenu li#videoUpdate a {
  background: url("img/postVideo.png") no-repeat left center;
}
#stream-post-tabs ul#streamFormMenu li#linkUpdate a {
  background: url("img/postLink.png") no-repeat left center;
}
#stream-post-tabs ul#streamFormMenu li.ui-tabs-selected span {
  visibility: visible;
}
#stream-post-tabs ul#streamFormMenu li a {
  padding-left: 25px;
  color: #666;
  display: block;
}
#stream-post-tabs ul#streamFormMenu li .arrow {
  border-color: #f5f5f5 transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  position: absolute;
  top: 19px;
  left: 30px;
  visibility: hidden;
}
#stream-post-tabs ul#streamFormMenu li .arrowBorder {
  border-color: #bebebe transparent transparent transparent;
  top: 20px;
  left: 29px;
  border-width: 6px;
}
#stream-post-tabs section {
  margin-bottom: 10px;
  /* VIDEO */
}
#stream-post-tabs section .update-avatar {
  z-index: 999;
  border-color: #e3e3e3;
}
#stream-post-tabs section .update-avatar img {
  border: 1px solid #e3e3e3;
  display: block;
  padding: 3px;
  background-color: #fff;
  display: inline;
  float: left;
}
#stream-post-tabs section #post_message_to_stream-submit, #stream-post-tabs section #photo-submit, #stream-post-tabs section #attach-video-button {
  font: bold 12px/1em Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  color: #777;
  background: white url("img/36px-blended.png") repeat-x;
  border-radius: 5px;
  border: 1px solid #C0C0C0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom-color: #7E7E7E;
  border-bottom-color: rgba(0, 0, 0, 0.35);
  padding: 7px 16px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  position: relative;
  margin-top: 4px;
  *padding: 5px !important;
  right: 4px;
  float: right;
  line-height: 14px;
}
#stream-post-tabs section #post_message_to_stream-submit:hover, #stream-post-tabs section #photo-submit:hover, #stream-post-tabs section #attach-video-button:hover {
  background-color: #ededed;
  cursor: pointer;
}
#stream-post-tabs section .status-message, #stream-post-tabs section .photo-message, #stream-post-tabs section .video-source {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  height: 38px;
  margin-left: 50px;
  width: 510px;
  position: relative;
}
#stream-post-tabs section #post_message_to_stream_message, #stream-post-tabs section #photo_message, #stream-post-tabs section #video_source {
  border: 1px solid #e3e3e3;
  font: 11px/1.5em "Lucida Grande", Helvetica, Arial, sans-serif;
  padding: 5px;
  margin: 0;
  padding: 0;
  border: none;
  height: 28px;
  width: 410px;
  margin: 5px 0 0 10px;
  display: inline;
  float: left;
}
#stream-post-tabs section .load-spinner {
  text-align: center;
  line-height: 40px;
}
#stream-post-tabs section .load-spinner img {
  margin-right: 10px;
  vertical-align: middle;
}
#stream-post-tabs section .video-details {
  margin-left: 55px;
}
#stream-post-tabs section .video-details .video-details-picture img {
  border: 1px solid #e3e3e3;
  display: block;
  padding: 3px;
  background-color: #fff;
  margin: 0 10px 0 0;
  display: inline;
  float: left;
}
#stream-post-tabs section .video-details .video-details-title h4 {
  font-size: 13px;
  line-height: 1.5em;
  font-weight: bold;
  color: #444;
}
#stream-post-tabs section .video-details .video-details-description {
  font: 13px sans-serif;
  line-height: 1.5em;
  color: #666;
}
#stream-post-tabs section .video-details .video-buttons {
  text-align: right;
  clear: both;
}
#stream-post-tabs section .video-details .cancel-video-link, #stream-post-tabs section .video-details #video-submit {
  font: bold 12px/1em Arial, Helvetica, Helvetica Neue, Verdana, sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  color: #777;
  background: white url("img/36px-blended.png") repeat-x;
  border-radius: 5px;
  border: 1px solid #C0C0C0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom-color: #7E7E7E;
  border-bottom-color: rgba(0, 0, 0, 0.35);
  padding: 7px 16px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  position: relative;
}
#stream-post-tabs section .video-details .cancel-video-link:hover, #stream-post-tabs section .video-details #video-submit:hover {
  background-color: #ededed;
  cursor: pointer;
}
#stream-post-tabs section .video-details .cancel-video-link {
  margin-right: 5px;
  text-transform: capitalize;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  margin-top: -2px;
}
#stream-post-tabs section .video-details .cancel-video-link {
  *display: inline;
}
#stream-post-tabs #post-stream-photo .fake_file_input {
  text-align: center;
  margin-bottom: 20px;
}
#stream-post-tabs #post-stream-photo .image-upload-widget {
  text-align: center;
  margin-bottom: 20px;
}
#stream-post-tabs #post-stream-photo .image-upload-widget .controls-wrap {
  width: auto;
  margin: 0;
}
#stream-post-tabs #post-stream-photo .image-upload-widget .input-wrap {
  background: none;
  margin: 0;
  padding: 0;
}
#stream-post-tabs #post-stream-photo .image-upload-widget .image-wrap {
  margin: auto;
  position: static;
}
#stream-post-tabs #post-stream-photo .image-upload-widget .image-wrap img {
  border: 1px solid #e3e3e3;
  display: block;
  padding: 3px;
  background-color: #fff;
  display: inline;
  margin: 0;
  vertical-align: top;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 15px;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 15px;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 15px;
}
#stream-post-tabs #post-stream-photo .image-upload-widget .remove {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) -1px 1px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) -1px 1px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.3) -1px 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.3) -1px 1px 2px;
  display: block;
  position: relative;
  width: 15px;
  height: 15px;
  background-color: #c51616;
  border: 2px solid #fff;
  left: 95px;
  top: -11px;
  font-weight: bold;
  line-height: 13px;
  text-align: center;
  color: #fff;
  z-index: 999;
}

.ui-tabs-hide {
  position: absolute;
  left: -9999px;
}

input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Call To Action */
.ctaBox {
  text-align: center;
  margin-top: 10px;
}

.ctaButton:link, .ctaButton:active {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  -o-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF4CAAE1', endColorstr='#FF2B73CC');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4caae1), color-stop(100%, #2b73cc));
  background-image: -webkit-linear-gradient(#4caae1, #2b73cc);
  background-image: -moz-linear-gradient(#4caae1, #2b73cc);
  background-image: -o-linear-gradient(#4caae1, #2b73cc);
  background-image: -ms-linear-gradient(#4caae1, #2b73cc);
  background-image: linear-gradient(#4caae1, #2b73cc);
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 0 #194478;
  font-family: "Lucida Grande", Arial, sans-serif;
  font-weight: bold;
  line-height: 1.2em;
  border: 1px solid #286cbf;
  position: relative;
  cursor: pointer;
  width: auto;
  overflow: visible;
  font-size: 18px;
  padding: 9px 20px 10px 20px;
}
.ctaButton:link, .ctaButton:active {
  *display: inline;
}

.ctaButton:hover {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF55BDF8', endColorstr='#FF2C73CD');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #55bdf8), color-stop(100%, #2c73cd));
  background-image: -webkit-linear-gradient(#55bdf8, #2c73cd);
  background-image: -moz-linear-gradient(#55bdf8, #2c73cd);
  background-image: -o-linear-gradient(#55bdf8, #2c73cd);
  background-image: -ms-linear-gradient(#55bdf8, #2c73cd);
  background-image: linear-gradient(#55bdf8, #2c73cd);
  color: #fff;
  text-decoration: none;
}
