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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}
a img {
  border: none;
}


body {
  font-family: "Helvetica Neue", Helvetica Neue, Helvetica ,Arial,sans-serif;
  font-size: 14px;
	-webkit-font-smoothing:antialiased;	
  color: #202020;
  background-color:#e7e5ce;
}


html, body {
	height: 100%;
}

input, button {
  font-family: "Helvetica Neue", Helvetica Neue, Helvetica ,Arial,sans-serif;
  font-size:13px;
}

.dontDisplay {
	display:none;
}

.clearFloat {
  display:block;
}

.clearFloat:after {
	content:" ";
	display:block;
  font-size:0;
	height: 0;
	clear:both;
	visibility:hidden;
}

.bodyPart {
	max-width:96%;
  min-width:1004px;
	margin:0 auto;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}

.appHeaderBand {
	background-color:#202020;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .2),  rgba(0, 0, 0, .2));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .2),  rgba(0, 0, 0, .2));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .2),  rgba(0, 0, 0, .2));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, .2),  rgba(0, 0, 0, .2));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2),  rgba(0, 0, 0, .2));
  
  box-shadow: 0 0 5px rgba(0, 0, 0, .9);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .9);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .9);
  
  min-width:1004px;
}

.appHeader {
	padding:8px 0px 12px 0px;
	white-space:nowrap;

	color:#e0e0e0;
}

.logo {
	float:left;
	width:149px;
	height:40px;
	
	background-image:url(../images/logo.png);
	
	cursor: pointer;	
}

.headerMenu {
  font-size:14px;

  margin-top:21px;
}

.headerMenuLeft {
  float:left;
  margin-left:40px;
  list-style: none;
}

#appHeader ul li {
  float:left;
  margin-right:30px;
  
  position:relative;
  
  padding-bottom:4px;
}


.headerMenuRight {
	float:right;
}

.headerMenuItem {
	color:#e0e0e0;
	text-decoration:none;
	padding:0 5px;

  
  transition-property: color;
  -webkit-transition-property: color;
  -moz-transition-property: color;

  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  
  text-shadow: 0px 1px rgba(0, 0, 0, .3);
}

.headerMenuItem:hover {
	NO-color:#f15a31;
  color:#f64e20;
}

.headerMenuItemDropDown {
  padding-right:15px;
  background-image:url(../images/drop_down_arrow.png);
  background-repeat:no-repeat;
  background-position:right 7px;
  
  transition-property: background-image;
  -webkit-transition-property: background-image;
  -moz-transition-property: background-image;

  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  
}

.headerMenuItemDropDown:hover {
  background-image:url(../images/drop_down_arrow_hover.png);
}

.headerSubMenu {
  display:none;
  opacity:0;
  
  left:-10px;
  top:16px;
  padding:15px 0px 10px 10px;
  position:absolute;
  z-index:20;
  
  background-color:#282828;
  
  float:left;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  overflow:hidden;
  
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
  
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;

  transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
}

#appHeader .headerSubMenu ul li {
  float:none;
  padding:6px 0;
  font-size:.9em;
}

#appHeader .headerSubMenu .headerMenuItem {
  display:block;
}

#appHeader .headerSubMenu .headerMenuItem {
  transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
}

.actionButton {
	text-decoration:none;
	padding:3px 14px;
  
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  
  border:1px solid rgba(180, 38, 0, .2);
  
  transition-property: color, background-color;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;

  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  
  text-shadow: 0px 1px rgba(0, 0, 0, .3);

  -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 2px rgba(0,0,0,0.15);
  
  font-size:14px;
  
  cursor:pointer;
}

.actionButton.small {
  font-size:11px;
  font-weight: bold;
  
	padding:3px 8px 4px;
}

.actionButton.big {
  font-size:20px;
	padding:4px 14px 5px;
}

.actionButton.withImage {
  line-height:22px;
  padding:6px 8px 0px 10px;
}

.actionButton .buttonText {
  padding-left:8px;
  padding-right:4px;
  vertical-align:top;
}

.actionButton.color1 {  /* orange */
	color:#f0f0f0;
  background-color:#f55629;
}

.actionButton.color1:hover {
  color:#ffffff;
  background-color:#f64e20;
}

.actionButton.color2 {  /* blue */
	color:#ffffff;
  background-color:#00a3ea;
}

.actionButton.color2:hover {
  color:#ffffff;
  background-color:#45bbee;
}

.actionButton.color3 {  /* khaki */
	color:#ffffff;
  background-color:#868063;
}

.actionButton.color3:hover {
  color:#ffffff;
  background-color:#998d72;
}

.actionButton.color4 {
  color:#3b3b3b;
  background-color:#f3f2e7;
  
  border-color:#f1f1e5;
}


.actionButton.color4:hover {
  color:#3b3b3b;
  background-color:#fafaf5;
}

.headerSearchBar {
  float:left;
  
  margin-right:5px;
  margin-top:-5px;
  
  background-color:#181818;
  
  border-radius:15px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border:1px solid rgba(255, 255, 255, .15);
  
  width:150px;
  height:23px;
  
  background-image:url(../images/search_icon.png);
  background-repeat:no-repeat;
  background-position:10px 5px;
  padding-left:20px;
}

.headerSearch {
  margin-left:8px;
  padding:2px;
  width:150px;
  background-color:transparent;
  border:none;
  outline:none;
  color:#e8e8e8;
}

.messsageBand {
  position:relative;
  overflow:hidden;
  
  width:100%;
  min-width:1004px;
  
  background-color:rgba(255, 255, 255, .5);
  
  border-bottom:1px dotted #858164;
}

.messageBandFixed {
  position:fixed;
  top:0px;
  background-color:rgba(255, 255, 255, .95);
  
  border-bottom:none;

  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
  
  z-index:10;
}

.messageBandHidden {
  height:0px;
  border-bottom:none;
}

.messageClose {
  width:24px;
  height:24px;
  background-image:url(../images/message_close.png);
  
  position:absolute;
  right:7px;
  top:7px;
  
  cursor:pointer;
  
  opacity:.5;
}

.messageClose:hover {
  opacity:1.0;
}

.message {
  padding:10px 0px;
  text-align:center;
}

.messageCopy {
  color:#606060;
  margin-right:4px;
}

.contentBand {
  width:100%;
}

.content {
  margin-top:25px;
}

.playScoresTitle {
  font-size:20px;
  margin-bottom:10px;
  color:#606060;
}


.contentBox {
  width:100%;
  float:left;

  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  overflow:hidden;
  
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
  
  margin-bottom:25px;
}


.contentBox.half {
    width:49%;
}

.contentBox.quarter {
  width:23.5%;
}

.contentBox.ml {
  margin-left:2%;
}


.scoreStrip {  
  height:284px;
  width:100%;
  background-color:#ffffff;
  background-repeat:no-repeat;
}

.scoreStrip.thin {
  height:142px;
}

.playOverlay {
  width:100%;
  height:100%;
  
  background-image:url(../images/play_overlay.png);
  background-repeat:no-repeat;
  background-position:center center;

  margin:0 auto;
  
  cursor:pointer;

  transition-property: background-image;
  -webkit-transition-property: background-image;
  -moz-transition-property: background-image;

  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
}

.playOverlay:hover {
  background-image:url(../images/play_overlay_hover.png);
}

.scoreDetails {
  line-height:20px;
  padding:5px 20px;
  background-color:#ffffff;
  border-top:1px dotted #858164;
  color:#a0a0a0;
  
  font-size:12px;
}

.scoreTitle {
  font-weight:bold;
}

.scoreAuthor {
  font-weight:bold;
  color:#f64e20;
  text-decoration:none;
}

.scoreAuthor:hover {
  text-decoration:underline;
}

.mainPromo {
  height:315px;
  background-position:center center;

  color:#ffffff;
  text-shadow: 0px 1px rgba(0, 0, 0, .3);
}

.mainPromo.color1 {
  background-image:url(../images/main_promo_1.png);
}

.mainPromo.color2 {
  background-image:url(../images/main_promo_2.png);
}

.mainPromo.color3 {
  background-image:url(../images/main_promo_3.png);
}

.promo1 {
  font-size:60px;
  font-weight:lighter;
  text-align:center;
  padding-top:60px;
}

.promo2 {
  font-size:20px;
  font-weight:bolder;
  text-align:center;
}

.promo3 {
  text-align:center;
  padding-top:10px;
}

.promo4 {
  text-align:right;
  padding-right:10px;
}

.scoreControls {
  padding-top:5px;
  padding-bottom:5px;
}

.score {
  float:left;
}

.scoreLayout {
  display:none;
}


.scorePage {
  float:left;

  background-color:#ffffff;
  background-repeat:no-repeat;
  
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.15);  
}

.scorePage.printPage {
  width:620px;
  height:750px;
  
  margin:0px 15px 15px 0px;
}

.scorePage.maxPage {
  width:99%;
  padding-bottom:20px;
  margin-bottom: 15px;
  
  overflow:hidden;
}

.scorePage.stripPage {
  width:99%;
  overflow-x:auto;
  
  padding:30px 0px;
}

#stripSignature {
  position:absolute;
  top:0px;
  left:0px;
  overflow:hidden;
  padding:30px 0px;

}

.signatureShadow {
  -moz-box-shadow: 4px 0px 4px rgba(0,0,0,0.40);
  -webkit-box-shadow: 4px 0px 4px rgba(0,0,0,0.40);
  box-shadow: 4px 0px 4px rgba(0,0,0,0.40); 
}

.scorePage.stackPage {
  width:99%;
  padding-bottom:20px;
  margin-bottom: 15px;
  
  overflow:hidden;
}


.scoreMetaStrip {
  float:right;
  padding-left:24px;/* javascript code uses this - must be a 'px' value */ 
  width:300px;
   
  background-image:url(../images/meta_strip_edge.png);
  background-repeat: repeat-y;
  background-position: 8px 0px;
  
  position:relative;
  
  overflow:hidden;
  
  
  transition-property: width;
  -webkit-transition-property: width;
  -moz-transition-property: width;

  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  
  overflow:hidden;
  
}

.scoreMetaStripToggler {
  position:absolute;
  top:34px;
  left:0px;
  width:16px;
  height:36px;
  
  background-image:url(../images/meta_strip_toggler.png);
  
  transition-property: background-image;
  -webkit-transition-property: background-image;
  -moz-transition-property: background-image;

  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  
  cursor: pointer;
}

.scoreMetaStripToggler:hover {
  background-image:url(../images/meta_strip_toggler_hover.png);
}

.scoreMetaStripToggler.closed {
  background-image:url(../images/meta_strip_toggler_closed.png);
}

.scoreMetaStripToggler.closed:hover {
  background-image:url(../images/meta_strip_toggler_closed_hover.png);
}

.scoreMetaPod {
  overflow:hidden;
  
  float:left;
  width:300px;

  padding-bottom:10px;
  
  border-bottom:1px solid #cfcdba;
  
  font-size:12px;
  color:#444444;
  line-height:20px;
}

.scoreMetaPod.padTop {
  margin-top:10px;
}

.scoreMetaPod .halfPod {
  float:left;
  width:150px;
}

.scoreMetaPod .title {
  font-size:16px;
  margin-bottom:4px;
}

.scoreMetaPod .authorImage {
  float:left; 
  width:100px;
  height:100px;
  
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
}

.scoreMetaPod .authorDetails {
  float:left;
  margin-left:10px;
}

.scoreMetaPod .authorName {
  margin-top:10px;
  font-size:16px;
}

.scoreMetaPod .authorActions {
  margin-top:20px;
}

.scoreMetaPodLink {
  color:#f64e20;
  text-decoration:none;
}

.scoreMetaPodLink:hover {
  text-decoration:underline;
}

.scorePlayButton {
  float:left;
}

.scorePlayerScrubber {
  float:left;
  width:240px;

  margin-top:14px;
  margin-left:10px;
  
  font-size:10px;
}

.scorePlayerBarBackground {
  width:100%;
  height:12px;
  background-color:#ffffff;
}

.scorePlayerBar {
  height:100%;
  width:12%;
  background-color:#f55629;
}

.controlGroup {
  margin-top:6px;
}

.control {
  float:left;
  white-space:nowrap;
}

.controlGroup .control {
  width:100%;
}

.controlGroup.by4 .control{
  width:25%;
}

.controlGroup.by2 .control {
  width:50%;
}

.controlGroup label {
  color:#444444;
  font-size:12px;
  white-space:nowrap;
}

.statLine {
  
  padding-left:26px;
  padding-top:2px;
  background-repeat:no-repeat;
}

.statLine.padTop {
  margin-top:8px;
}

.statLine.views {
  background-image:url(../images/icon_views.png);
}

.statLine.likes {
  background-image:url(../images/icon_likes.png);
}

.statLine.faves {
  background-image:url(../images/icon_faves.png);
}

.stat {
  font-weight:bold;
}

.scoreMetaPod .actions {
  margin-top:12px;
}

.scoreMetaPod .actions .actionButton {
  padding-right:100px;
}

#sharePod .actionButton {
  background-repeat:no-repeat;
  background-position: center center;
  margin-right:5px;
  min-width:40px;

  
  border:1px solid #c0c0c0;
}

#sharePod .actionButton.withCount {
  -webkit-border-top-right-radius:0px;
  -webkit-border-bottom-right-radius:0px;
  -moz-border-top-right-radius:0px;
  -moz-border-bottom-right-radius:0px;
  border-top-right-radius:0px;
  border-bottom-right-radius:0px;
  
  margin-right:0px;
}

#sharePod .actionButton.aCount {
  -webkit-border-top-left-radius:0px;
  -webkit-border-bottom-left-radius:0px;
  -moz-border-top-left-radius:0px;
  -moz-border-bottom-left-radius:0px;
  border-top-left-radius:0px;
  border-bottom-left-radius:0px;
  
  color:#a0a0a0;
  
  margin-left:-1px;
  

}

#sharePod #facebook {
  background-image:url(../images/share_facebook.png);
}

#sharePod #twitter {
  background-image:url(../images/share_twitter.png);
}

#sharePod #email {
  background-image:url(../images/share_email.png);
}

.comments {
}

.comment {
  margin-top:20px;
}

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

.commentMeta {
  font-weight:bold;
  border-bottom:1px solid #cfcdba;
}

.commentMeta .when {
  padding-left:20px;
  color:#a0a0a0;
}

.scoreMetaPod .authorImage.comment {
  width:50px;
  height:50px;
  
  margin-top:0px;
}

/*
.commentAuthorPadding {
  width:10px;
  height:50px;
  float:left;
  background-color:#e7e5ce;
}
*/


.footerBand, .push {
	height: 200px; /* .push must be the same height as .footer and the bottom margin and the .wrapper bottom margin */
}

.footerBand {	
  NObackground-color:#ceccb7;
}

.footer {
  background-image:url(../images/footer_top_border.png);
  background-repeat:repeat-x;
}

.footerContent {
  padding-top:10px;
  
  font-size:12px;
  color:#606060;
}

.footerContent ul {
  float:left;
  list-style-type: none;
  width:160px;
  margin:0px;
  padding:0px;
  line-height:18px;
}

.footerContent ul.wide {
  width:190px;
}

.footerContent .columnLabel {
  font-weight:bold;
  color:#202020;
}

.footerContent li {
  display: list-item;
}

.footerRight {
  float:right;
  text-align:right;
  
  font-size:11px;
}

.socialIcons {
  margin-bottom:5px;
}

.socialIcons img {
  margin-left:5px;
}

.languagePicker {
  margin-top:10px;
}

.copyright {
  margin-top:10px;
}

.footerNavItem {
	color:#606060;
	text-decoration:none;
  
  transition-property: color;
  -webkit-transition-property: color;
  -moz-transition-property: color;

  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
}

.footerNavItem:hover {
  color:#2e2e29;
  text-decoration:underline;
}



/* phone adjustments */

@media screen and (max-width: 1024px) {	/* 1024 x 768 */


}