/*  
Theme Name:kaffematthews.net
Theme URI:http://kaffematthews.net/
Description:Theme for kaffematthews.net
Version:1.0
Author:Peter Edwards
Author URI:http://e-2.org/
*/


/* import styles from global stylesheet */
@import url(/css/kmdotnet.css);

/* wordpress styles */
.post {
  margin:0 0 40px;
}
.post hr {
  display:block;
  border:0 !important;
  height:1em;
}
.postmetadata {
  padding-top:5px;
  clear:left;
}
.entry p {
  font-size:1.05em;
  text-align:justify;
}
.entry {
  line-height:1.4em;
}
.postmetadata {
  text-align:center;
}
.alt {
  background-color:#f8f8f8;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
.subpage-link {
  float:right;
  text-align:right;
}
.entry p a:visited {
  color:#b85b5a;
}
h3.comments {
  padding:0;
  margin:40px auto 20px ;
}
.commentlist li, #commentform input, #commentform textarea {
  font:0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
  font-weight:bold;
}
.commentlist cite, .commentlist cite a {
  font-weight:bold;
  font-style:normal;
  font-size:1.1em;
}
.commentlist p {
  font-weight:normal;
  line-height:1.5em;
  text-transform:none;
}
#commentform p {
  font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
  font-weight:normal;
}
.postmetadata ul, .postmetadata li {
  display:inline;
  list-style-type:none;
  list-style-image:none;
}
.nocomments, .postmetadata, blockquote, strike {
  color:#777;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
  text-align:center;
}
select {
  width:130px;
}
#commentform input {
  width:170px;
  padding:2px;
  margin:5px 5px 1px 0;
}
#commentform textarea {
  width:100%;
  padding:2px;
}
#commentform #submit {
  margin:0;
  float:right;
}

/* Begin Comments*/
.alt {
  margin:0;
  padding:10px;
}
.commentlist {
  padding:0;
}
.commentlist li {
  margin:15px 0 3px;
  padding:5px 10px 3px;
  list-style:none;
}
.commentlist p {
  margin:10px 5px 10px 0;
}
#commentform p {
  margin:5px 0;
}
.nocomments {
  text-align:center;
  margin:0;
  padding:0;
}
.commentmetadata {
  margin:0;
  display:block;
}
/* End Comments */

#wp-calendar {
  margin-top:1em;
}