/*
   ortsz.com
   by Dashiell Dunn (mail@ortsz.com)
   
   Design notes:
   900px wide, divided into 9 columns of 100px, incl. a 20px left margin
   Primary design features go into one of three 300px super-columns
*/

@import url(reset.css);

/* standard elements */

body {
  background: #fff /* url(../img/bkg_slash.png) */;
  color: #000;
  font: 14px Arial, Helvetica, sans-serif;
}

h1 {
  background: url(../img/title_double.png) no-repeat;
  height: 50px;
  width: 300px;
  text-indent: -5000px;
  margin-top: 30px;
}

h2 {
  color: #000;
  font: bold 18px Arial, Helvetica, sans-serif;
  letter-spacing: -0.06em;
  margin-bottom: -5px;
}

h3 {
  color: #000;
  font: bold 24px Arial, Helvetica, sans-serif;
  letter-spacing: -0.08em;
}

h4 {
  border-bottom: 1px solid #000;
  color: #000;
  font: 18px Arial, Helvetica, sans-serif;
  margin: 20px 0 10px 0;
}

h5 {
  color: #000;
  font: bold 14px Arial, Helvetica, sans-serif;
}

p, ul, ol, h5 {
  line-height: 1.5;
  margin-bottom: 10px;
}

ol {
  list-style: decimal outside;
}

ul {
  /*list-style: url(../img/dash.png);*/
  list-style: none;
}

ul > li {
  margin-left: -1em;
  padding-left: 1em;
  background: url(../img/dash.png) no-repeat 0 0.8em;
}

img {
  border: 1px solid #000;
  margin-top: 5px;
}

strong {
  font-weight: bold;
}

/* links */

a {
  text-decoration: none;
  color: #666;
}

a:hover, a:active {
  background: #eee;
  margin: 0 -2px 0 -2px;
  padding: 2px 2px 2px 2px;
}

.imagelink a:hover, .imagelink a:active {
  background: none;
  margin: 0;
  padding: 0;
}

.imagelink a:hover img, .imagelink a:active img {
  margin: 1px 0 -4px -4px;
  border: 5px solid #ccc;
}

h4 a {
  color: #000;
}

h4 a:hover, h4 a:active {
  background: none;
  color: #666;
  margin: 0;
  padding: 0;
}

#header a {
  background: none;
  color: #000;
  margin: 0;
  padding: 0;
}

#header a:hover, #header a:active {
  color: #666;
}

#header a:hover h1 {
  background: url(../img/title_double.png) no-repeat right;
}

/* structural divs */

#container {
  margin: auto;
  width: 960px;
}

#header {
  height: 80px;
  padding: 0 0 0 14px;
}

#section {
  float: right;
  height: 80px;
  margin: -40px 20px -20px 0;
  width: 600px
}

#footer {
  border-top: 1px solid #000;
  clear: both;
  margin: 0 20px 0 20px;
  padding: 20px 0 0 0;
}

#footer img {
  border: none;
}

#footer a.fn {
  color: #000;
  font-weight: bold;
}

#footer a.email {
  color: #000;
}

/* */

.blurb {
  color: #000;
}

.contents li {
  /* list-style: none; */
  background: none;
  margin: 10px 0 20px 0;
  padding-left: 0;
}

.credits li {
  /* list-style: none; */
  background: none;
  margin-left: 0;
  padding-left: 0;
}

.contents p, p.latest {
  margin: 0 0 0 0;
}

p.latest.imagelink {
  margin-bottom: 10px;
}

.allcategories h5 a {
  color: #000;
}

.allcategories h5 {
  margin: 0;
}

.allcategories ul {
  margin-bottom: 20px;
}

/* themes */

.index h4 {
  font-weight: bold;
}

/* columns */

.oneandtwo {
  float: left;
  width: 640px;
  margin-bottom: 10px;
}

.one, .two, .three {
  padding: 0 20px 0 20px;
  width: 280px;
}

.one {
  float: left;
}

.two {
  float: right;  
}

.three {
  float: right;
  margin-bottom: 10px;
}

/* soundmanager 2 audio previews */

ol.preview a.sm2_link:hover {
  background: #eee;
  border: none;
  margin: 0 -2px 0 -2px;
  padding: 2px;
}

ol.preview a.sm2_playing, ol.preview a.sm2_playing:hover {
  background: #666;
  color: #fff;
  margin: 0 -2px 0 -2px;
  padding: 2px;
}

ol.preview a.sm2_paused, ol.preview a.sm2_paused:hover {
  background: #bbb;
  color: #fff;
  margin: 0 -2px 0 -2px;
  padding: 2px;
}