
/*
Theme Name: telewriting
*/

@import "reset.css";

body{
  font-size: 14px;
  line-height: 18px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  color: #333;
  /*background-image: url(images/col_8_70.gif);*/
}

div, p, ul, ol, h1, h2, h3{
  margin-bottom: 18px;
}

h1{
  font-family: Georgia, serif;
  font-size: 24px;
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
}

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

em{
  font-style: italic;
}

a:hover{
  text-decoration: underline;
}

ul.categories{
  height: 36px;
  line-height: 18px;
  width: 100%;
  list-style-type: none;
  font-family: Georgia;
}

ul.categories li{
  float: left;
  margin-right: 20px;
}

ul.categories a{
  color: #888;
}

ul.categories li.current-cat a{
  color: #333;
  text-decoration: underline;
  cursor: default;
}

.cat-links{
  font-family: Georgia;
}

h2{
  min-height: 36px;
  margin-bottom: 0;
  line-height: 36px;
  font-size: 26px;
  font-family: Georgia;
}

.entryDate{
  font-size: 14px;
  color: #999;
}

#allContent{
  position: relative;
  width: 640px;
  margin-left: 78px;
  padding-left: 8px;
  padding-right: 8px;
}

.post{
  margin-bottom: 36px;
}

.post:first-child{
  margin-top: 36px;
}

.post > .postMeta{
  height: 18px;
}

.postContent a{
  color: #21759B;
}

.postContent ul,
.postContent ol{
  margin-left: 1.5em;
}


.postContent ul{
  list-style-type: disc;
}
.postContent ol{
  list-style-type: decimal;
}

.postContent ol *,
.postContent ul *{
  margin-bottom: 0;
}

object,
embed{
  margin-left: auto;
  margin-right: auto;
}

.cat-links{
  font-size: 12px;
}

#searchform{
  height: 36px;
  position: absolute;
  top: 7px;
  left: 229px;
}

#searchform label{
  display: none;
}

#searchsubmit{
  border: none;
  background-color: #FFF;
  color: #555;
}

#nav-below{
  position: relative;
  width: 100%;
  padding-bottom: 36px;
}

#nav-below .nav-previous a{
  position: absolute;
  left: 0;
}

#nav-below .nav-next a{
  position: absolute;
  right: 0;
}
