/*
===== CSS CONTENTS =====

1: resetting
2: common formatting
3: layout
4: header
5: live search
6: navigation
7: home page
8: posts
9: comments
10: archives
11: links
12: contact
13: footer

====================
*/


/*
===== 1: resetting =====
*/

* { padding:0; margin:0; font-size: 100%;}
ul, ol { padding:0; margin: 0; list-style:none }
h1, h2, h3, h4, h5, h6, p, blockquote, label, ul, ol, dl, fieldset, address {
margin: 0; font-size: 1em; }
img, fieldset { border: 0px none; }
#header:after, #nav:after, #content:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }
#header, #nav, #content {display: inline;}
/* Hides from IE-mac \*/
* html #header, * html #nav, * html #content {height: 1%;}
#header, #nav, #content {display: block;}
/* End hide from IE-mac */



.lightbox div {
float:left;
padding-top:20px;
}

.lightbox img {
margin-right:10px;
margin-bottom:10px;
border:1px solid #ccc;
}

.mixed {
padding:5px 0px 0px 0; 
color:#cccccc;
 font-variant: small-caps; 
}

/*
===== 2: common formatting =====
*/
input, textarea  {
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  border: 1px solid #777;
  padding: 0px;
} 
 
.simplepie a {
color:#586732;
}

a {
  text-decoration:underline;
  color: #669966;
}

a:hover {
  color:#ffffff;
  text-decoration:underline;
}

h2 {
  color: #ffffff;
  font-variant: small-caps;
  font-size: 1.4em;
  line-height: 2;
}

h2 a {
  color: #cccccc;
  text-decoration: none;
}

h3 {
  color: #586732;
  padding: 15px 0 0;
  line-height: 1;
  font-size: 1.1em;
  margin: 0 0 10px;
}

h3 a {
  color: #586732;
  text-decoration: none;
}

p {
  line-height: 1.7;
  padding: 0 0 10px;
text-align:justify;
}

ol {
list-style-type: disc;
padding: 5px 10px;
margin: 10px 20px;
}

ul {
list-style-type: circle;
padding: 5px 10px;
margin: 10px 10px;
}

li {
padding: 5px 0;
}

dt {
padding: 5px 0;
font-weight: bold;
font-size: 1em;
color: #444
}

dd {
padding: 5px 15px;
}

acronym {
cursor:help;
border-bottom: 1px dotted #271E3D;
}

blockquote {
border-left: 5px solid #271E3D;
margin: 0 0 0 20px;
padding: 10px 0 0 20px;
font-size: .9em;
color: #444;
}

cite {
font-style: italic;
color: #271E3D;
border-bottom: 1px dotted #271E3D;
}


/*
===== 3: layout =====
*/

body {
  margin: 30px 0;
  padding: 0;
  text-align: center;
  background: #000000;
  color: #cccccc;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
/* background: #000000 url(/jdawn/images/32.gif) 0% 0px; */ 
}

#wrap {
  width: 760px;
  margin: 0 auto;
  text-align: left;
background: #000000;
background-position: 100% 99%;
}
#date {
  width: 260px;
   float:left;
  text-align: left;
}


/*
===== 4: header =====
*/
 
#header {
  padding: 0 0 10px;
  margin: 0 0 2px;
  border-bottom: 10px solid #333333;
font-family: 'Trebuchet MS', Verdana, sans-serif;
}

#logo {
  float: left;
  width: 207px;
padding-right:310px;
background: url(/images/6.gif) no-repeat; 
}

#logo a {
  width: 207px;
  display: block;
  padding-top: 26px;
  height: 0px !important;
  height /**/: 26px;
  overflow: hidden;
  background: url(/images/6.gif);
}

#logo a:hover {
  background-position: 0 26px;
}
 
/*
===== 6: navigation =====
*/

#nav ul {
  list-style-type: none;
  float: right;
  border-left: 0px solid #586732;
border-right: 0px solid #586732;
  margin: 0 0 20px;
  padding: 0;
  clear: both;
}

#nav ul li {
  display: block;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0;
}

#nav ul li a {
  background: #333333;
  width: 8em;
  height: 2em;
  border-top: .1em solid #000000;
border-bottom: .1em solid #000000;
  border-left: .1em solid #000000;
  padding: 0;
  color: #cccccc;
  display: block;
  text-align: center;
  text-decoration: none;
  font: normal .7em/1.9em "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#nav ul li a:hover {
  color: #fff;
  background: #999966;
  text-decoration:none;
}

#nav ul a:active {
  background: #ffffff;
  color: #000000;
}

#nav ul li a.active {
  background: #666666;
  color: #ffffff;
border-right:0px solid #000000;
}


/*
===== 7: home page =====
*/

#links h3, #comments h3, #posts h3, #cmntform h3 {
padding: 15px 0 5px;
border-bottom: 1px solid #586732;
}

#comments li, #posts li, #links li {
  padding: 0 0 15px 25px;
}

#comments li {
  background: url(/img/downleft.gif) 0 4px no-repeat;
}

#posts li {
  padding: 0 0 15px 30px;
  background: url(/img/down.gif) 0 6px no-repeat;
}

#links li {
  background: url(/img/upright.gif) 0 6px no-repeat;
}

/*
===== 8: posts =====
*/
.homepost2 {
  border-bottom: 0px solid #ffffff;
}


.homepost {
  border-bottom: 0px solid #ffffff;
}
.sd {
  border-top: 2px dotted #271E3D;
 
}
 
.post {
  margin: 0 0 0px;
  padding: 0 0 0px;
}

.post img {
  float: right;
  border: 1px solid #ccc;
  padding: 3px;
  margin: 0 0px 10px 20px;
}

.about_shows img {
  float: right;
  border: 1px solid #ccc;
  padding: 3px;
  margin: 0 0px 10px 20px;
}
 
#artmeta {
  background: #eee;
  border-top: 1px solid #271E3D;
  padding: 10px 0;
  margin: 10px 0 0;
  font-size: .9em
}

.date {
  color: #586732;
  font-size: .8em;
}

.postpost {
  padding: 5px 0 0;
  text-align: right;
  clear: both;
}

.postpost img {
border:0;
}

.postpost2 {
  padding: 5px 0 0;
  text-align: left;
  clear: both;
}
.postpost2 li {
  display: inline;
  padding: 6px 20px 0 25px;
  font-size: .7em;
} 
.postpost2 a:hover {
background: #ffffff;
  text-decoration: none;
}

.postpost3 {
  padding: 0px 0 0;
  text-align: left;
  clear: both;
}
.postpost3 li {
  display: inline;
  padding: 0px 20px 0 25px;
  font-size: .7em;
} 
.postpost3 a:hover {
background: #ddd;
  text-decoration: none;
}

.postpost li {
  display: inline;
  padding: 6px 25px 0 25px;
  font-size: .7em;
}

.readmore {
  width: 16px;
  background: url(/img/i-post.gif) 0 5px no-repeat;
}
.comment {
  width: 16px;
  background: url(/img/i-comment.gif) 0 5px no-repeat;
}

/*
===== 9: comments =====
*/

#comments, #posts, #links {
  width: 210px;
  float: left;
}

#comments, #posts {
  padding: 0 65px 0 0;
}

#comments ul, #posts ul, #links ul {
  list-style-type: none;
  padding: 5px;
  margin: 0;
}

#cmntform {
padding: 10px;
background: #eee;
}

#cmntform span {
display: block;
padding: 5px 0;
}

#cmntform label {
float: left;
width: 135px;
}

#cmntform p {
font-size: .9em;
}

#cmntform .button {
margin: 0 25px 0 0;
border: 1px solid #777;
font-size: .9em;
}

.cmnt {
border-left: 5px solid #586732;
margin: 20px 5px;
padding: 10px 0 10px 20px;
font-size: .9em;
color: #444;
}

#txpCommentInputForm {
padding: 20px 10px 0;
color: #666;
}


/*
===== 10: archives =====
*/

#bycat, #bydate {
width: 49%;
float: left;
}

#bydate dl, #rssCatArchive { 
font-size: .9em;
padding: 10px 0 0 0; 
}

#bydate dd, .rssCart { 
padding: 4px 0 4px 10px; 
}

#bycat ul { 
padding: 0 0 10px 0;
}


/*
===== 11: links =====
*/

.alllinks li {
padding: 0 0 20px 0;
}

.alllinks {
font-size: .75em;
line-height: 1.5;
}

.alllinks a {
font-size: 1.25em;
}

.alllinks .date {
font-size: .9em;
}


/*
===== 12: contact =====
*/
#zemContactForm input, #zemContactForm textarea {
margin: 1px 0 15px;
}
/*
===== 13: footer =====
*/

#footer {
border-top: 5px solid #333333;
 margin: 30px 0 0;
  padding: 10px 0 0;
  font-size: .9em;
color:#333333;
}

#pages li{
width:100px;
display:inline;
list-style:none;
margin-right:40px;
color:#bbb;
padding:0 0px 0px 50px;
}