/*   
Theme Name: Light Year
Theme URI: http://lightyearsoftware.com/blog
Description: Light Year Software blog theme
Author: Steve Madsen
Author URI: http://lightyearsoftware.com
*/

@import url(wp-syntax.css);

body {
	text-rendering: optimizeLegibility;
}

#blogcontent {
  float: left;
  width: 573px;
  font-size: 1.4em;
}

.posttitle {
  text-align: left;
  margin-top: 2em;
  margin-bottom: 0;
}

.postdate {
  margin-top: 0;
}

.postdate, .postinfo {
  font-size: 0.8em;
}

.posttext {
  line-height: 1.5;
}

.posttext tt {
  font-size: larger;
}

/* This style is not necessary when using the WP-Syntax plugin. */
.posttext code {
  display: block;
  line-height: 1.1em;
  background-color: #222;
  border: solid 1px #666;
  padding: 0.5em;
  font-size: larger;
}

#sidebar {
  float: right;
  width: 180px;
}

#sidebar h3 {
  font-weight: bold;
}

#sidebar ul {
  margin: 0;
  padding: 0;
}

#sidebar li {
  list-style-type: none;
}

#sidebar ul h3 {
  margin-bottom: 0;
}

#sidebar > ul > li {
  font-size: 1.15em;
}

#sidebar ul ul li {
  padding-left: 1em;
}

#contact {
  clear: both;
  padding-top: 2em;
}
