body {
  background: url(../assets/bg.png) top center repeat #39C;
  font-family: "Trebuchet MS", sans-serif;
}

a {
  color: #F60;
}

p, li {
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 18px;
}

address {
  line-height: 1.3em;
}

.clr {
  clear: both;
}

.red {
  color: #F60;
}

#topbar {
  display: block;
  height: 34px;
  line-height: 34px;
  color: #fff;
  background-color: #0071BC;
}

#topbar a {
  color: #fff;
}

.wrapper {
  width: 970px;
  margin: 0 auto;
  position: relative;
}

#topbar .righthead {
  float: right;
}

#topbar .lefthead {
  float: left;
}

#header {
  margin-top: 15px;
  position: relative;
  background: url(../assets/content-pointy.png) bottom center no-repeat;
  padding: 0 0 41px 0;
}

#content {
  background-color: #fff;
}

#player {
  padding-top: 22px;
}

.padding {
  padding-top: 25px;
}

.alert {
  height: 68px;
  margin-bottom:10px;
}

.alert p {
  padding-left: 58px;
  font-family: "Trebuchet MS", sans-serif;
  margin: 10px;
}

.message {
  border: 2px solid #BFBFBF;
  background: url(../assets/message-tick.png) #F7F9D3 8px 8px no-repeat;
}

.error {
  border: 2px solid #F4A97B;
  background: url(../assets/message-cross.png) #F7F9D3 8px 8px no-repeat;
}

.left {
  width: 633px;
  float: left;
  position: relative;
}

.right {
  float: right;
  width: 240px;
}

.how-to-order .left, .how-to-order .right ,
.delivery .left, .delivery .right {
  width: 430px;
}

#steps {
  height: 80px;
  width: 256px;
  background: url(/assets/steps.png);
  overflow: hidden;
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
}

.step1 #steps { background-position: 0 0; top: 200px; }
.step2 #steps { background-position: 0 -80px; }
.step3 #steps { background-position: 0 -160px; }

.clr {
  clear: both;
}

h1 {
  font-size: 38px;
  font-weight: bold;
  color: #F60;
  margin: 20px 0 5px 0;
}

h1.home {
  padding: 7px 0 0;
  margin: 0;
}

p.desc {
  font-size: 24px;
  line-height: 30px;
  margin-right: 10px;
}

h2 {
  font-size: 1.5em;
  font-family: Georgia, serif;
  clear: both;
}

.index h2 {
  clear: none;
}

h2.noborder {
  background: none;
  padding-bottom: 0;
  font-size: 28px;
  color: #4D4D4D;
}

.terms-and-conditions h2 {
  font-size: 17px;
  font-weight: bold;
  background: none;
  padding-bottom: 0;
  font-family: "Trebuchet MS", sans-serif;
}

/* Tweet styles */
div.timeline {
  position: relative;
  /*height: 509px;*/
  height: 461px;
  width: 471px;
  float: left;
  background: url(/assets/step2-frame.png) no-repeat;
  margin: 0 10px 10px 0;
  padding: 0 1px;
}

div.timeline h2 {
  border-bottom:1px dashed #ccc;
  height: 52px;
  line-height: 52px;
  padding-left: 17px;
}

div.timeline ol {
  clear:both;
}

div.timeline ol li {
  list-style-position: inside;
  list-style-type: none;
  position: relative;
  border-bottom: 1px dashed #ccc;
  height: 74px;
  padding: 5px 10px 0 16px;
  margin-bottom: 0;
  overflow: hidden;
}

div.timeline ol.empty li {
  border-bottom: 0px none;
  height: auto;
}

.empty img {
  display: block;
  margin: 0 auto;
}

.empty li {
  font-size: 18px;
}

.empty p {
  border: 2px solid #C9C9C9;
  background-color: #FFE0CC;
  padding: 25px;
  font-size: 20px;
  line-height: 24px;
}

div.timeline ol.api-error li {
  border-bottom: 0px none;
  height: auto;
}

#favList.api-error img ,
#feaList.api-error img {
  display: block;
  margin: 0 auto;
  border: 6px solid #388B81;
}

#fruList.api-error img ,
#namList.api-error img {
  display: block;
  margin: 0 auto;
  border: 6px solid #4A607A;
}

.api-error li {
  line-height: 30px;
  font-size: 18px;
}

.api-error p {
  border: 2px solid #C9C9C9;
  background-color: #FFE0CC;
  padding: 25px;
  font-size: 20px;
  line-height: 24px;
}

div.timeline ol#namList li {
  padding: 22px 10px 10px 16px;
  border-bottom:none;
  height: auto;
}

div.timeline ol#namList li#namItem,
div.timeline ol#namList li#namItem2 {
  padding: 12px 10px 20px 36px;
  border-bottom: 1px dashed #ccc;
}

div.timeline div.tweetPrevNext {
  background: url(../assets/spinner.gif) no-repeat center;
  position:absolute;
  top:1em;
  right:1em;
  width:75px;
}

div.timeline div.tweetPrevNext .tweetPrev,
div.timeline div.tweetPrevNext .tweetNext {
  position:absolute;
  top:3px;
  display:block;
  width:9px;
  height: 11px;
  text-align:center;
  background-color:white;
  text-indent: -3000em;
  background-position: 0 0;
}

div.timeline div.tweetPrevNext .tweetPrev {
  left:0;
  background-image: url(../assets/step1-prev.png);
}

div.timeline div.tweetPrevNext .tweetNext {
  right:0;
  background-image: url(../assets/step1-next.png);
}

div.timeline div.tweetPrevNext .tweetPrev:hover ,
div.timeline div.tweetPrevNext .tweetNext:hover {
  background-position: 0 -11px;
}

div.timeline div.tweetPrevNext div.tweetPage {
  width:100%;
  height:100%;
  text-align:center;
  display:block;
  background-color:white;
  color: #B5B5B5;
}

.twittereravatar,
.tweetavatar {
  width: 49px;
  float: left;
  height: 63px;
  padding-top: 11px;
}


#namList .twittereravatar ,
#namList2 .twittereravatar {
  width: 63px;
  height: 63px;
}


.twittereravatar img,
.tweetavatar img {
  height: 32px;
  width: 32px;
}

#namList .twittereravatar img {
  height: 48px;
  width: 48px;
}

.tweetmessage {
  width: 310px;
  height: 68px;
  overflow: hidden;

  font-family:Georgia,serif;
  font-size:1em;
  line-height:1.2em;

  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.twitterername {
}

.tweetname {
  display:none;
}

.twittererscreenname,
.tweetscreenname {
  color: #7A3C8B;
  font-size: 1.2em;
  margin-right: 5px;
}

.tweettext {
  font-family: Georgia, serif;
  font-size: 1em;
  line-height: 1.2em;
}

.tweetdate {
  display: none;
  /*font-style: italic;*/
  /*color: #B3B3B3;*/
  /*font-size: 0.8em;*/
  /*font-family: Georgia, serif;*/
}

#namCheckSelect,
.twittererselect,
.tweetselect {
  position: absolute;
  right: 1em;
  top: 1em;
}

#namCheckSelect a,
.twittererselect a,
.tweetselect a {
  display:block;
}

#namCheckSelect.twittererselect a,
#namCheckSelect.twittererselect input,
.twittererselect a,
.twittererselect input,
.tweetselect a,
.tweetselect input {
  background-image: url(../assets/step1-select-2.png);
  background-position: 0 0;
  height: 58px;
  width: 53px;
  text-indent: -3000em;
}

#namBlock p {
  font-size: 16px;
  padding-bottom: 16px;
  margin-bottom: 0;
}

#namCheckSelect.twitterercheck a,
#namCheckSelect.twitterercheck input {
  background-image: url(../assets/step1-select-2.png);
  background-position: 0 -116px;
  height: 58px;
  width: 53px;
  text-indent: -3000em;
}

#namCheckSelect.twittererchecking a,
#namCheckSelect.twittererchecking input {
  background-image: url(../assets/checking32x32.gif);
  background-position: center center;
  height: 58px;
  width: 53px;
  text-indent: -3000em;
}

#namWrapper {
  background:url(../assets/step1-namecheck.png);
  background-repeat:no-repeat;
  background-position:right top;
  padding-right:33px;
  margin-right:5px;
}

#namWrapper.goodScreenName {
  background-position:right -25px;
}

#namWrapper.goodScreenName input[type=text] {
  background-color:white;
}

#namWrapper.badScreenName {
  background-position:right -50px;
}

#namWrapper.badScreenName input[type=text] {
  background-color:#fdd;
}

#namWrapper.checkingScreenName {
  background:url(../assets/spinner.gif) no-repeat right;
}

#namWrapper.checkingScreenName input[type=text] {
  background-color:#ffd;
}

#followme {
  position: absolute;
  right: 0;
  top: 15px;
  font-family: Georgia, serif;
  line-height: 45px;
}

#followme a {
  text-decoration: none;
  color: #FFF;
}

#followme img {
  vertical-align: middle;
}

.timeline .refresh {
  position: absolute;
  right: 23px;
  bottom: 23px;
  color: #29ABE2;
  font-size: 16px;
  font-weight: bold;
}

.col2 {
  width: 50%;
  margin-bottom:20px;
}

.col2-home-left {
  float: left;
}

.col2-home-right {
  float: right;
  background-image: url(/assets/bg-home-sign-in.png);
  height: 62px;
  width: 429px;
  position: relative;
  padding: 12px 13px;
}
.col2-home-left h1 {
  color: #000;
  font-size: 26px;
}
.col2-home-left h2 {
  font-family: inherit;
  font-size: 17px;
  color: #4D4D4D;
}

.col2-home-right h3 {
  font-weight: bold;
  font-size: 14px;
}
.col2-home-right h4 {
  position: absolute;
  bottom: 12px;
  font-size: 11px;
  line-height: 1.4em;
  width: 155px;
}
.col2-home-right .login {
  position: absolute;
  top: 12px;
  right: 13px;
  display: block;
  width: 262px;
  height: 41px;
  background-image: url(/assets/sign-in-with-twitter.png);
  text-indent: -3000em;
}
.col2-home-right .small {
  position: absolute;
  bottom: 12px;
  right: 70px;
  font-size: 10px;
  margin-bottom: 0;
  line-height: normal;
}

.col3 {
  width: 310px;
  float: left;
}
.col3-left { background: url(/assets/bullet-step1.png) left 200px no-repeat; }
.col3-center { background: url(/assets/bullet-step2.png) 20px 200px no-repeat; }
.col3-right { background: url(/assets/bullet-step3.png) left 200px no-repeat; }

.col3-center {
  padding: 0 20px;
}
.col3 h3 {
  font-size: 24px;
  font-family: Georgia, serif;
  margin: 0.5em 20px 0 50px;
  line-height: 1.2em;
}

.col3 p {
  font-style: italic;
  color: #808080;
  font-size: 18px;
  margin: 0 20px 0.5em 50px;
  font-family: Georgia, serif;
  line-height: 1.2em;
}

#footer {
  color: #FFF;
  margin: 1em;
  font-size: 12px;
}

#footer li {
  float: left;
  padding-right: 10px;
}

#footer a {
  color: #FFF;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer .siteby {
  text-align: right;
}

.success {
  font-family: "Trebuchet MS", sans-serif;
  border: 2px solid #D9E021;
  background: url(/assets/tick.png) #F4F6BC 20px center no-repeat;
  padding: 42px 0 0 160px;
  color: #009245;
  margin-bottom: 25px;
  height: 112px;
  width: 457px;
}
.success h2 {
  font-size: 36px;
  font-weight: bold;
}
.success  h3 {
    font-size: 24px;
    line-height: 30px;
}

.step3 p {
  line-height: 1.5em;
  font-size: 26px;
  font-family: "Georgia", serif;
}

.step3 .orange {
  color: #FF7700;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 28px;
  font-weight: bold;
}

.back ,
.back a {
  color: #CCC;
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 20px;
}
.back a {
    text-decoration: underline;
}

.boxborder {
  border: 1px solid #FF6600;
  background-color: #FFEFE5;
  padding: 1em;
}

a.backhome {
  text-align: right;
  color: #39C;
  text-decoration: none;
  font-style: italic;
  font-family: Georgia, serif;
  font-size: 17px;
  display: block;
  padding-top: 20px;
}
#rightbar {
	float: right;
	width: 280px;
}
.step3 #content .wrapper {
    padding-top: 20px;
}
.twit-error 