/***************************************
Styleswitcher for Introversion blog

Define various 'themes' here.

***************************************/

.switch {  
  background: #000;
  color: #746b65;
}

.switch a {
  color: #d2b29d;
}

.switch a:hover {
  color: #85a200;
}

.switch #header {
  height: 80px;
}

.switch #mainCol .post_cont .pcontent {
  color: #746b65;
}

.switch #mainCol .post_cont .title .date {
 color: #746b65;
}

.switch #mainCol .post_cont .title a {
  color: #d3b39a;
}

.switch #mainCol .post_cont .title a:hover {
  color: #85a200;
}

.switch .prev,
.switch .nex {
  font-weight: bold;
  color: #00abdc;	
}

.switch #mainCol .postmeta .comm_share a.send {
  background: url(images/bg/a_send.jpg) no-repeat top left;
  width: 24px;
  height: 9px;
}

.switch input.single, 
.switch input.single:focus, 
.switch input.single:hover {
  color: #fff;
  background: #11100e;
  border: 1px solid #11100e;
}

.switch textarea.single, 
.switch textarea.single:focus, 
.switch textarea.single:hover {
  color: #fff;
  background: #11100e;
  border: 1px solid #11100e;
}

.switch select.postnavig {  
  background: #746b65;
  color: #000;
}

.switch #mainCol .post-c {
  border-top: 1px dotted #464646;
}

.switch #mainCol .post-c h3.commentheader {
  color: #746b65;
}

.switch #commentlist li.author .commentdate,
.switch #commentlist li.author .commentdate a,
.switch #commentlist li.author .commentdate a:hover {
  color: #746b65;
}

.switch #commentlist li.author .commentdate,
.switch #commentlist li.author .commentdate a,
.switch #commentlist li.author .commentdate a:hover {
  color: #746b65;
}

.switch #commentlist li .commentauthor {
  color: #d3b39c;
}

.switch #commentlist li .commentcont p {
  color: #504b47;
}

.switch #footer {
  background: #000;	
}

.switch #footer #width,
.switch #footer #width a,
.switch #footer #width a:hover {
  color: #504b47;
}