/* css for TJS */
/* global */
h3{
  clear: both;
}
h4{
  text-decoration: underline;
}
.postcontent blockquote{
  border-left: 8px solid #eeeeee;
  padding : 10px 0px 12px 8px;
}
.screen-reader-text{
  display:none;
}
.tweet-this img{
  border-style: solid;
  border-width: 0px;
}

/* School Jazz Contest */
#sjc h3{
  width: 553px;
  height: 307px;
  padding: 0px 0px 0px 12px;
  margin: 12px 0px 0px 2px;
  background-image: url(http://www.0726.info/wp-content/uploads/2010/12/10_tsj-slms.jpg);
  background-position: center: center;
  text-indent: -9999px;
}
#sjc p{
  padding: 0px;
  font-size: 72%;
  text-align: right;
}
#sjc table,#sjc tr{
  border-collapse: collapse;
  border-bottom: 1px dashed #000000;
}
#sjc a{
  width: 177px;
  height: 242px;
  overflow hidden;
  float: right;
  padding: 8px 4px 0px 8px;
}
.sjc-staff {
  width: 320px;
  height: 260px;
  overflow: hidden;
  float: right;
  background-image: url(http://www.0726.info/wp-content/uploads/2010/12/10_sjc-1.jpg);
  text-indent: -9999px;
}
.sjc{
  width: 177px;
  height: 242px;
  float: left;
  padding: 8px 4px 0px 8px;
}

/* Minutes */
#preamble{
  width: 30em;
  margin: 12px;
  padding: 4px 2px;
  border: 2px dotted #aaaaaa;
  background-color: #eeeeee;
}
#preamble td ,#preamble th{
  border-bottom: 1px dashed #000000;
}
#abstract dd{
  padding: 8px 0px;
}
#abstract strong{
 font-weight: normal;
 text-decoration: underline;
}
#abstract ul{
  padding: 4px 16px;
}
#accounts table{
  background-color: #eeeeee;
}
#accounts th{
  text-align: left;
  border-bottom: 1px dashed #000000;
}
#accounts td{
  padding: 0px 4px 0px 12px;
  text-align: right;
  border-bottom: 1px dashed #000000;
}

