/*Newsletter.css

www.ArtsResouce.org*/

/*S. Clason, stevec@topdogstrategy.com
16 Jun 06
18 Jul 06, added #content h1 color change
25 Jun 07, put header image outside of #content, removed padding on 
    #contentWrapper, changed margin to but against navigation.
*/
#wrapper {
  min-width: 910px;
}
#container {
  background-color: #900505;
}
#contentWrapper {
  padding-left: 0;
  margin-left: 210px;
}
#content {
  padding: 0 0 0 38px;
  margin: 0;
}
#body {
  margin-top: 9px;
}
#body p {
  margin-bottom: 1em !important;
}
#volumeLabel {
  background-color: #000;
  display: block;
}
#disciplineNav {
  float: right;
  width: 200px;
  background-color: #C5C5C5;
  margin: 0;
  padding: 8px;
  font-style: italic;
  margin: 0 0 35px 35px;
}
#disciplineNav a, #disciplineNav a:link, #disciplineNav a:visited, #disciplineNav a:hover, #disciplineNav a:active {
  color: #900505;
  text-decoration: none;
  font-weight: bold;
}
#disciplineNav a:hover {
  text-decoration: underline;
}
#disciplineNav ul {
  list-style-type: none; 
  margin: 0;
  padding:  0 14px 14px 14px;
}
#content h1 {
  background-color: #fff;
  color: #900505;
  margin: .3em 0;
  padding: 0;
  background-image: none;
  display: block;
  font-size: 2em;
  width: auto;
  height: auto;
}
#content h2 {
  font-size: 1.5em;
  background-image: none;
  margin: 0;
  padding: 0;
  color: #900505;
}
#content h3 {
  font-size: 1.5em;
}
#content h4 {
  margin-bottom: 0;
  padding-bottom: 0;
}
#content p {
  margin: 0;
  padding: 0;
  text-indent: 0ex;
}
#content p.newsDate {
  color: #900505;
  text-indent: 0;
}
.category {
	padding: 0 1em 1em;
	margin-bottom: 1em;
}
.subCategory {
  /*border: 1px solid #404040;*/
  margin: 0;
  padding: 0;
}
.subCategory h3 {
  padding: 1em;
}
.newsletterItem {
  padding: 1em 0 0 1em;
  margin: 0;
}
.pagination {
  padding: .5em 1em;
}
.pagination h4{
  font-size: 1em
}
a.returnTop {
  margin: 1em;
  line-height: 2;
}
a.target {
  display: none;
}


