/*   
Theme Name: acs-minimal
Theme URI: 
Description: Theme for my own site
Author: Andrew Christopher Smith
Author URI: http://www.andrewchristophersmith.com/
Template: acs-minimal
Version: 1.0
.
No comments to make today.
.
*/
@charset "UTF-8";
@font-face { font-family: Goudy; src: url('http://www.andrewchristophersmith.com/fonts/GoudyStM-webfont.woff');
font-weight:normal;
      font-style:normal;
      font-variant:normal; }
@font-face { font-family: Goudy; font-style: italic; font-weight:normal;
      font-variant:normal; src: url('http://www.andrewchristophersmith.com/fonts/GoudyStM-Italic-webfont.woff'); }

<style type="text/css">


span {}
body {
	background:#DDD;
	font-family: Goudy, Garamond, Georgia, 'Times New Roman', Times, serif;
}
.mainbody
{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	display: block;
}
div.name 
{
	margin:0.2em 0.2em 0.2em 0.2em;
	font-size: 8em; 
	line-height: 0.8em;
	color:#999; 
	border-bottom:2pt solid black;
}
a
{
	color:#AAA888;
	text-decoration:none;
}
a.hid:blur span.show 
{
	display: inline;
}
a.hid:hover span.show 
{
	display: none;
}
a.hid:active span.show
{
	display: none;
}
a.hid span.hid
{
	display: none;
}
a.hid:active span.hid
{
	display: inline;
}
a.hid:hover span.hid
{
	display: inline;
}
em
{
	color: #69C;
}
span.worklist
{
	margin-left:3em;
	margin-right:3em;
	font-size:1.2em;
	line-height:1.5em;
	letter-spacing:0.1em;
	text-align:left;
	display: block;
}
span.navlinks
{
	letter-spacing:0.8em;
	text-align:center;
	display: block;
	clear: both;
	
}
span.aboutme
{
	margin-left:3em;
	margin-right:3em;
	font-size:1.2em;
	line-height: 1.5em;
	letter-spacing:0.1em;
	text-align:left;
	display:block;
}
<!-- Wordpress jargon -->

#content.narrowcolumn p
{
	font-size: 18px;
	line-height: 22px;
	color:#999; 
	border-left: 1pt solid #000;
}
h1 {
	line-height: 32px;
}
h2 {
	line-height: 26px;
}
div.narrowcolumn
{
	float: left;
	width:60%;
	font-size: 18px;
	line-height: 20px;
	color:#999; 
	border-left:2pt solid black;
	border-right:2pt solid black;
	padding-left: 10px;
	padding-right:10px;
	margin-bottom:2em;
}
img.photo {
  width: 420px;
}
<!-- post stuff -->

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
div.blog-title {
	font-size: 18px;
	line-height:24px;
	letter-spacing:0.5em;
	text-align:center;
}

/*comments*/
#commentbox {
background : transparent;
clear:both;
margin:10px 10px 10px 10px;

}
ol#commentlist  {
list-style-position: inside;
margin:2px 0px;
padding:0px;
}
#commentlist li{
border-bottom:1pt solid #eee;
margin: 10px 0px;
}
#commentform fieldset {
padding:0;
margin:0;
}
#commentform legend {
font-family :Georgia,'Trebuchet MS', 'Lucida Sans',  'Lucida Grande', 'Bitstream Sans Vera', 
		Verdana, Arial, Tahoma, Helvetica, Sans-Serif; 
	color : #333; 
	margin: 10px 0px 5px;
	padding:2px 0px;
	font-size:120%;
}
#commentform textarea {
width:90%;
}
#commentform label, #commentform textarea {
display:block;
}
#commentform input {
width:50%;
}
#commentform input.submit {
width:40%;
margin:2px 0px;
}
.approve {
border: 1pt solid #ccc;
background : #eee;
padding:5px;
font-size:90%;
}
.comment_time {
font-size:0.8em;
text-align:right;
clear:both;
}
#commentlist cite {
font-style:normal;
}

#commentbox {
border-top: 1pt solid #eee;
}
.avatar {
float:right;
border: 1pt solid #eee;
margin-left:10px;
padding:2px;
}

/* end comments */

/* sidebar */

#sidebar {
background : transparent;
padding: 5px 0px;
margin: 5px 0px;
width:34%;
margin-left:10px;
float:left;
padding-right:10px;
border-right:2px solid black;

}
#sidebar ul, #sidebar li{
list-style-type: none;
margin: 2px;
padding:0px;
}
#sidebar li{
margin:0px;
padding: 2px 0px;
font-size: 1.2em;
	line-height: 0.9em;
	color:#999; 
}
#sidebar div {
margin: 2px;
padding:0px;
}
#sidebar h2 {
margin: 5px 0px 0px;
padding: 4px 0px;
font-size:100%;
}
#sidebar li a {
border:none;
}
#sidebar li li {
border-bottom: 1pt solid #eee;
}
#sidebar li li li {
list-style:circle inside;
border:none;
margin-left:0px;
}

</style>
