body {
  font:15px 'Lucida Grande', Verdana, Helvetica, sans-serif;
  color:#333;
}

a:link, a:visited { 
	text-decoration: none;
	color:#CC0000;
}

a:hover {
	border-bottom: 1px dotted #000;
}

#line {
  background-color:#000;
  height:5px;
}

#menu_bg {
  background:url(images/menu.png) repeat-x;
  height:41px;
  overflow:hidden;
}

.wrap {
  width:960px;
  margin:0 auto 0 auto;
}

#menu_bg #menu a {
  float:left;
	font: bold 18px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
  display:block;
  padding-top:5px;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:5px;
  margin-top:10px;
}

#menu_bg #menu a:hover {
	border: none;
	color: #000;
}

#menu_bg #menu a.active {
  border-left:1px solid #CCC;
  border-right:1px solid #CCC;
  border-top:1px solid #CCC;
  -moz-border-radius:5px 5px 0 0;
  -webkit-border-radius:5px 5px 0 0;
  background-color:#FFF;
}

#header {
  background:url(images/thinking.png) no-repeat center right;
  height:150px;
}

#header h1 {
	margin: 0; padding: 10px 0 0 50px;
	font: normal 75px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -6px;
	color: #73a816;
	text-decoration: none;
}

#header span {
  display:block;
  padding-top:10px; padding-left:200px;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: normal;
	font-size: 25px;
	line-height: 1.6em;
	font-style: italic;
	letter-spacing: -.5px;
	color: #73a816;
}

#footer {
  border-top:1px dotted #ccc;
  text-align:center;
  padding-top:5px;
  font-size:10px;
  margin-top:10px;
}

#content .post h2 {
  color:#555;
  font:30px Georgia,'Times New Roman',Times,Serif;
  letter-spacing:-2.2px;
  margin:10px 0 5px 0;
  border-bottom:1px dotted #eee;
}

#content .post .postinfo {
  font:12px 'Lucida Grande',Verdana,Helvetica,sans-serif;
  color:#777;
  margin-bottom:10px;
}

#content .post .postinfo a {
  color:#000;
}
