/*
ShowDown Plugin
Style Name: HotOrNot
Style Author: Hyder Jaffari
Author URL: http://www.weborithm.com
Last Update: March 9th, 2013
*/

.clearfix:after { clear: both; content: " "; display: block; line-height: 0; height: 0; visibility: hidden; }

.showdownplugin, .showdownplugininner { padding: 20px 0; width: 530px; }
.showdownplugin h2, .showdownplugininner h2 { font-size: 40px; font-family: 'Squada One', serif; line-height: 30px; margin: 0; padding: 0 0 20px; }
.showdownplugin p { font-size: 14px; font-family: 'Duru Sans', sans-serif; margin: 0; padding: 0 0 20px; }
.showdownplugin span, span.thecompetitors { color: #E92C2C; font-size: 26px; font-family: 'Squada One', serif; padding: 20px 0 0; text-transform: uppercase; }
span.thecompetitors { padding: 0 0 0 10px; }

.showdownpluginhome { }
.showdownpluginbg { background-color: #0B0C10; height: 150px; width: 530px; }
.innershowdown { border: 1px dashed #ccc; padding: 25px 25px 5px; width: 478px; }
.innershowdown p { }

.buyshowdown { background: url(../images/bluedude.png) no-repeat 183px 305px; }

.showdownplugininner { border: 1px dashed #ccc; margin: 20px 0; padding: 20px; width: 530px }
.showdownstyling { padding-bottom: 0; width: 530px; }

.showdownplugininner p { font-size: 12px; font-family: 'Duru Sans', sans-serif; margin: 0; padding: 0 0 10px; }
.showdownplugininner h3 { font-size: 14px; font-family: 'Duru Sans', sans-serif; margin: 0; padding: 0 0 5px; }
.showdownplugininner select { background: #ECECEC; color: #21759b; font-weight: bold; margin: 0 0 20px; width: 200px; -moz-border-radius: 0; -webkit-border-radius: 0; }
.showdownplugininner input { background: #fcfcfc; color: #21759b; font-weight: bold; margin: 0 0 20px; width: 200px; -moz-border-radius: 0; -webkit-border-radius: 0; }
.showdownplugininner input:focus { background: #fff; }
.showdownplugininner input[type=submit] { background: #787878; border-color: #fff; color: #fff; margin: 0; padding: 10px; width: 178px; text-shadow: #333 0 -1px; }
.showdownplugininner .submit { margin: 0; padding: 0; }
.submitpadding .submit { margin: 0; padding-bottom: 40px; }

.withbg { /* background: url(../images/instructions.jpg) no-repeat right 70px; */ }
.imagehelp { /* background: url(../images/imagehelp.jpg) no-repeat right 70px; */ }

.showdownrss { border: 1px dashed #ccc; border-top: 0; float: left; padding: 25px 25px 20px; width: 478px; }
.showdownrss p { font-weight: bold; padding: 0px 0 10px; text-align: left; }
.showdownrss ul { list-style: disc; padding: 0 0 0 15px; }
.showdownrss li { font-size: 12px; margin: 0; padding: 0 0 5px; }

.showdownplugininner #picker { float: right; padding: 150px 0 0; }

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
text-decoration: none;
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
a.btn-danger:hover,
a.btn-danger:active,
a.btn-danger.active,
a.btn-danger.disabled,
a.btn-danger[disabled] {
  color: #ffffff;
  background: #bd362f;
  *background-color: #a9302a;
}

i.showdown-icon {
	background-image: url('icon.png');
}