/* Cynic Tees Master CSS */

html {
  background-color: #362E30;
}

#head {
  border-bottom: 2px solid #111111;
  background-color: #362E30;
}

.main {
  background-color: #656363;
}
.main h1 {
  padding-top: 10px;
}

a:link,a:visited {
  text-decoration: none;
  color: #F7931D;
}
a:hover {
  text-decoration: underline;
  color: #e3e3e3;
}

.thumbnail {
  border: 5px solid #e3e3e3;
}
.largeimg {
  border: 5px solid #e3e3e3;
}

.footer {
  width:100%;
  margin:0 auto;
  text-align:left;
  background-color: #362E30;
  border-top: 2px solid #111111;
  height: 100%; 
  position: relative;
  clear: both;
  color: #e3e3e3;
}

.footer a:hover {
  color: #e3e3e3;
}
.footer h3 {
  margin: 3px;
  color: #e3e3e3;
}
.bottom {
  padding-top: 10px;
}

.description {
   font-size: 1.3em;
   font-weight: normal;
}


li ul,
li ol  { margin:0 1.5em; }
ul, ol { margin: 0 1.5em 1.5em 1.5em; }

.dquo {
  color:  #F7931D; 
  font-size: 1.8em;
  font-style: italic;
  padding-top: 10px;
  padding-bottom: 0;
}
.alt {
  font-color: #F7931D:
}
.pageNav {
  font-size: 1.2em;
}

