/* Default
----------------------------------------------------------------------------------------------------*/
.section-countdown {
  /*background: url("../images/patterns/pat_17.png") repeat scroll 0 0 transparent;*/
  color: #f3f3f3;
  line-height: 22px;
  text-shadow: 1px 1px #f9f9f9;
  font-family: 'Open Sans Condensed', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  min-height: 100%;
  width: 100%;
  float: left;
  /* Content
  ----------------------------------------------------------------------------------------------------*/
  /* Tweet
  ----------------------------------------------------------------------------------------------------*/
  /* Countdown
  ----------------------------------------------------------------------------------------------------*/
  /* Switcher
  ----------------------------------------------------------------------------------------------------*/
}
.section-countdown a {
  color: #000;
  text-decoration: none;
}
.section-countdown a:hover,
.section-countdown a:active,
.section-countdown a:focus {
  color: #4e4e4e;
}
.section-countdown input[type="text"] {
  border: none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px 0 0 20px;
  color: #f3f3f3;
  font-size: 13px;
  display: inline;
  height: 21px;
  padding: 6px 20px;
  background: #35373F;
  border-right: none;
}
.section-countdown input[type="submit"] {
  /* 	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #35373F), color-stop(1, #474A54) );
        background:-moz-linear-gradient( center top, #35373F 5%, #474A54 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#35373F', endColorstr='#474A54');
        background-color:#35373F;	 */
  background: url("../images/email.png") no-repeat scroll left center #35373f;
  text-indent: -9999px;
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  border: none;
  display: inline;
  font: bold 13px 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  height: 33px;
  width: 40px;
  text-decoration: none;
  color: #f3f3f3;
  cursor: pointer;
  vertical-align: top;
  margin: 0 0 0 -5px;
  border-left: none;
}
.section-countdown input[type="submit"]:hover {
  color: #ccc;
}
.section-countdown input[type="submit"]:active {
  position: relative;
}
.section-countdown fieldset {
  margin-bottom: 0;
}
.section-countdown #top {
  background: url("../images/top.png") repeat-x scroll 0 bottom transparent;
  text-shadow: 1px 1px #000;
}
.section-countdown #bottom {
  min-height: 200px;
}
.section-countdown #logo,
.section-countdown #message,
.section-countdown #countdown,
.section-countdown #subscribe-wrapper {
  text-align: center;
}
.section-countdown #logo {
  margin-bottom: 10px;
}
.section-countdown #subscribe {
  color: #222;
}
.section-countdown #subscribe-wrapper {
  margin-bottom: 20px;
}
.section-countdown #message {
  font-family: 'Open Sans Condensed', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 40px;
}
.section-countdown .warning {
  font-weight: bold;
  color: #E50003;
}
.section-countdown #subscribe-title {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.section-countdown #twitter {
  font-size: 12px;
  position: relative;
  min-height: 20px;
  line-height: 18px;
  font-weight: bold;
  color: #222;
}
.section-countdown #twitter p {
  top: 0;
  left: 0;
  margin: 0;
  position: absolute;
  display: none;
  width: 100%;
  text-align: center;
}
.section-countdown #twitter .tweet-image {
  background: url(../images/tweet.png) no-repeat scroll 0 1px transparent;
  padding-left: 23px;
}
.section-countdown #twitter .tweet-spacer {
  display: block;
  height: 12px;
}
.section-countdown #twitter .tweet-time {
  font-weight: normal;
}
.section-countdown #twitter a {
  color: #666;
}
.section-countdown #twitter a:hover {
  color: #999;
}
.section-countdown .loading-tweets {
  display: block;
  text-align: center;
}
.section-countdown #countdown {
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 40px;
  font-weight: bold;
  line-height: 120px;
  margin-bottom: 20px;
  padding-top: 12px;
  color: #35373F;
  text-shadow: none;
  font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}
.section-countdown #countdown .container_12 div {
  height: 135px;
  margin-bottom: 20px;
}
.section-countdown #countdown .grid_2 {
  width: 158px;
}
.section-countdown #countdown .grid_2.count {
  background: url("../images/date.png") no-repeat scroll center top transparent;
  width: 131px;
}
.section-countdown #countdown span {
  display: block;
  font-size: 11px;
  margin-top: -90px;
}
.section-countdown #switcher label {
  display: block;
  clear: both;
}
.section-countdown #switcher select,
.section-countdown #switcher .colorpicker,
.section-countdown #switcher input[type="text"] {
  border-radius: 2px;
}
.section-countdown #option_btn {
  background: url("../images/switcher.png") no-repeat scroll right 0 #35373f;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  height: 40px;
  left: 0;
  position: fixed;
  top: 19px;
  width: 40px;
  z-index: 999;
}
.section-countdown #option_wrapper {
  position: fixed;
  background: none repeat scroll 0 0 #35373F;
  top: 19px;
  left: -245px;
  width: 217px;
  z-index: 99;
  min-height: 40px;
  color: #666666;
}
.section-countdown #option_wrapper .inner {
  margin: 0 10px;
}
.section-countdown #option_wrapper select {
  border: 1px solid #35373F;
  padding: 4px;
  width: 192px;
}
