﻿/* Styles specific to pages that include the right stack
   dark_parchment.css must also be used and mentioned BEFORE this file
*/

.right-stack { width: 270px; float: right;
  margin-top:  0px; 
  margin-left: 8px;
}
.left-stack {  overflow: hidden; position: relative; }

/* set dark parchment padding */
.dark-par-inside { padding:0 2px 8px 2px; }
/* Override the light parchment's right padding to push right-stack closer to edge */
.par-inside { padding-right: 5px; z-index:1; }

#press-quotes { width: 235px; height: 50px;
  padding: 5px 0 0 0;
  margin: 5px 0 0px 3px;
  font-family: Verdana, Arial, Helvetica, sans-serif ;
  font-size: .9em;
}
#press-quotes p { margin: 0; padding: 0; }
#press-quotes p.attr { font-size: 80%; font-style: italic; text-align: right; }

#video-player { margin-top: 7px; }
#flashPlayer_premiumbeat { margin: 10px 0 20px 30px; }

/* Forms */
#mailing-list { width: 240px; }
#street-team { width: 240px;  }
/* Styles for the two little forms are the same */
.right-stack-forms {
  margin-top: 10px; padding-bottom: 10px;
  text-align: center;
  color: #114;
}
.right-stack h5 { font-weight: bold; font-size: 1em; text-align: center; }
.right-stack h5.top-of-stack { margin-top: 2px; }
.right-stack .h5-smaller { font-weight: bold; font-size:.9em; }
.right-stack-forms p { font-size: .75em; margin-bottom: 4px; }

.right-stack-list {
  margin-top: 10px; padding-bottom: 10px;
  text-align: left;
  color: #114;
}
.right-stack-list h4 { text-align: center; margin-top: 2px; }
.right-stack-list h5 { font-weight: bold; font-size: 1.1em; text-align: left; }
.right-stack-list h5.top-of-stack { margin-top: 2px; }
.right-stack-list .h5-smaller { font-weight: bold; font-size:.9em; }
.right-stack-list p { font-size: .75em; margin-bottom: 4px; }
.right-stack-list ul { font-size: .8em; margin-bottom: 4px; margin-left: 0; padding-left: 0; list-style: disc; }
.right-stack-list li { margin-left: 1.2em; padding-left: 0; padding-bottom: 3px;  }

/* Rules for the Twitter widget. Most styles are in Twitter's CSS file. */
.twitter-home-page { margin-top: 10px; margin-bottom: 20px; }

/* temporary */
.wireframe { border: 1px black solid; background-color: silver;
  padding: 5px;
  margin-bottom: 15px;
  clear: left;
}
