/* reset */
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: url(../images/bg/body-bg.jpg) repeat-x;
  font-family: Helvetica, Arial, Sans-serif;
}
ol,
ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
label > input[type=text] {
  display: block;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* FOR IE 6 */
#iewarn {
  float: left;
  display: block;
  width: 100%;
  height: 80px;
  padding-top: 5px;
  font-family: tahoma, sans-serif;
  background: #ffffcc;
  font-size: 0.9em;
  font-weight: normal;
  color: #334433;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px #aaa solid;
  line-height: 1.5em;
  z-index: 30;
}
#iewarn a {
  text-decoration: underline;
  font-weight: bold;
}
a {
  text-decoration: none;
  color: #3c5a78;
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
}
h1 {
  font-size: 200%;
}
h2 {
  font-size: 175%;
}
h3 {
  font-size: 150%;
}
h4 {
  font-size: 125%;
}
h5 {
  font-size: 112.5%;
}
p {
  margin: 0 0 8px 0;
}
.lgCenter {
  position: relative;
  margin: 0px auto 0px auto;
  width: 980px;
  text-align: left;
}
.wrapper {
  float: left;
  width: 980px;
}
.fullW {
  float: left;
  width: 100%;
}
.halfW {
  float: left;
  width: 50%;
}
.fullPad {
  float: left;
  width: 98%;
  padding: 1%;
}
.halfPad {
  float: left;
  width: 48%;
  padding: 1%;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearL {
  clear: left;
}
.clearR {
  clear: right;
}
.clearB {
  clear: both;
}
.autoW {
  width: auto;
}
.rounded10 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.bold {
  font-weight: bold;
}
.alLeft {
  text-align: left;
}
.alRight {
  text-align: right;
}
.justify {
  text-align: justify;
}
#mainContainer {
  background: url(../images/bg/main-bg.jpg) bottom no-repeat;
  height: 494px;
  width: 940px;
  float: left;
  padding: 0 21px 16px 21px;
  margin-top: 20px;
}
/*  Main Navigation */
#mainNav {
  float: left;
  width: 920px;
  margin: 0 10px;
  height: 40px;
}
#mainNav ul {
  width: 634px;
  height: 30px;
  margin-top: 10px;
  float: right;
  overflow: hidden;
}
#mainNav ul > li {
  float: left;
  list-style: none;
  display: inline;
}
#mainNav ul > li > a {
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 0.57em;
  color: #d2c9c8;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.02em;
  font-size: 14.5px;
}
#mainNav ul > li > a:hover {
  color: white;
  text-decoration: none;
}
#mainNav ul > li > a.current {
  border-radius: 10px 10px 0 0;
  background: linear-gradient(#c8c8c8, #646464);
  color: white;
  border-bottom: 1px solid #828282;
}
#mainNav a#logo {
  float: left;
  height: 40px;
  width: 270px;
  background: url(../images/graphics/stephen-dankner.png) 0 12px no-repeat;
}
/* END MAIN NAV */
#mainContent {
  float: left;
  width: 900px;
  height: 430px;
  margin: 10px 20px;
  font-size: 75%;
  line-height: 150%;
  overflow-y: auto;
}
#mainContent div.textCol {
  float: left;
  width: 430px;
  line-height: 1.7em;
  /* first set with right margin of 40px */
}
.youTube_container {
  margin: 0 0 1em 120px;
}
#indexContent {
  float: left;
  width: 940px;
  height: 450px;
  background: url(../images/bg/dankner-main.png) no-repeat;
  position: relative;
}
#indexContent #indexTitle {
  position: absolute;
  top: 130px;
  right: 32px;
  font-size: 27px;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  letter-spacing: -0.02em;
  text-shadow: 0.5px 0.5px 0px #c8c8c8;
}
#indexContent #indexNews {
  float: right;
  margin: 1px 1px 0 0;
  padding: 1em;
  background: #e6e6e6;
  border-radius: 4px;
  line-height: 1.3;
  border: 1px solid #c8c8c8;
  font-weight: bold;
  font-style: italic;
}
#indexContent #indexNews a {
  color: #323232;
}
#indexContent #indexNews span.label {
  color: #dc3232;
  float: left;
  font-style: italic;
}
#indexContent #indexNews div.content {
  float: right;
}
/*for scores and flash player*/
div#bottomContainer {
  width: 980px;
  float: left;
  display: flex;
  position: relative;
  background-color: #1450c8;
}
div#bottomContainer > h6 {
  color: white;
  position: absolute;
  z-index: 1;
  left: 282px;
  top: 8px;
  font-size: 14px;
  font-weight: lighter;
}
div#scoresContainer {
  position: absolute;
  left: 21px;
  top: 16px;
  width: 900px;
  padding: 0 20px 0 20px;
  height: 0px;
  color: white;
  background: url(../images/bg/scores-bg.png) no-repeat;
  overflow-y: scroll;
}
div#extraBottomBg {
  position: absolute;
  width: 940px;
  top: 0px;
  left: 21px;
  background: url(../images/bg/player-bg.png);
  height: 20px;
}
#playerContainer {
  background: url(../images/bg/player-bg.jpg) no-repeat;
  height: 120px;
  width: 900px;
  padding: 22px 30px;
  margin: 0 11px;
  left: 0;
  top: 0;
  position: absolute;
}
#playerContainer object {
  float: left;
}
#playerContainer p.double_click_hint {
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 520px;
  color: #c8c8c8;
  font-size: 9px;
}
#playerContainer a#scoresIcon {
  width: 56px;
  height: 65px;
  position: absolute;
  top: 40px;
  right: 26px;
  background: url(../images/graphics/scores.png) 0 0 no-repeat;
}
#playerContainer a#scoresIcon:hover {
  background: url(../images/graphics/scores.png) 0 -73px no-repeat;
}
div.pageHeading {
  float: left;
  height: 30px;
  padding-top: 5px;
  font-size: 150%;
  font-family: georgia, times, serif;
  font-style: italic;
  color: #505050;
  width: 100%;
}
div.pageHeading a {
  text-decoration: none;
  color: #505050;
}
div.subHeading {
  line-height: 1.2em;
  color: #646464;
  margin-bottom: 20px;
  font-size: 87.5%;
}
a.bc {
  float: left;
  padding: 6px 0;
  height: 30px;
  color: #646464;
}
a.bc.current {
  color: #141414;
}
div.bcDivider {
  float: left;
  padding: 6px 8px;
  height: 30px;
  color: #c8c8c8;
}
/* WORKS PAGE */
#wBC {
  /*border-bottom:1px solid rgb(200,200,200);*/
  margin: 10px 0;
}
a.bc:hover {
  text-decoration: none;
}
div.note p {
  margin: 0 0 10px 0;
}
div.worksByGenre {
  line-height: 125%;
}
.left_label {
  float: left;
  width: 100px;
}
/*  CONTACTS PAGE */
#contactForm input[type=text],
#contactForm textarea {
  width: 100%;
}
/* PHOTOS PAGE */
#artImages {
  list-style-type: none;
  margin: 0;
}
#artImages .photoContainer {
  float: left;
  width: 150px;
  height: 150px;
  line-height: 150px;
  margin-bottom: 20px;
  text-align: center;
}
#artImages .photoContainer a {
  vertical-align: middle;
}
#artImages .photoContainer img {
  max-height: 140px;
  max-width: 140px;
}
#artImages .photoContainer img:hover {
  box-shadow: 0 1px 2px #000000;
}
#artImages .sectionTitle {
  padding: 0 0 2ex;
  margin-bottom: 4ex;
  clear: both;
  border-bottom: 1px solid #dcdcdc;
}
#artImages .sectionTitle:not(:first-of-type) {
  padding-top: 6ex;
}
/* PURCHASES PAGE */
.right-form {
  width: 45%;
  float: right;
}
.right-form .purchase-fields > li {
  padding-bottom: 0.75ex;
}
.right-form .purchase-fields > li label > input[type=text],
.right-form .purchase-fields > li label input[type=email] {
  display: block;
  width: 250px;
}
.right-form .field-error {
  background: #f0bebe;
  border: 1px solid #c86464;
  padding: 2px;
  width: 250px;
}
/* SCORES PAGE  --- container is above with flash container */
div#scoresContainer a {
  text-decoration: none;
  font-size: 75%;
  line-height: 1.5em;
  color: #c8c8c8;
}
div#scoresContainer a:hover {
  color: #ffffff;
}
div.indScore {
  float: left;
  margin: 0 10px;
  width: 130px;
  text-align: center;
}
div.scoresOuter {
  float: left;
  width: 900px;
  overflow: hidden;
}
div.scoresRow {
  float: left;
  width: 900px;
  height: 140px;
  margin-bottom: 8px;
}
/* RECORDINGS PAGE */
div.album {
  float: left;
  width: 96%;
  padding: 8px 2%;
  border-bottom: 1px dotted #c8c8c8;
  line-height: 1.5em;
}
a#digitalButter {
  float: left;
  margin-top: 160px;
  margin-left: 30px;
  color: #ffffff;
  font-size: 75%;
}
/* COPYRIGHT */
div#copyright {
  margin-top: 160px;
  margin-right: 30px;
  color: #c8c8c8;
  float: right;
  font-size: 75%;
}
/* WRITINGS */
#writings_container {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
/* BIO PAGE */
.bio div.textCol {
  line-height: 1.6 !important;
}
/*# sourceMappingURL=main.css.map */