body
{
	background-image: url(/images/background.png);
	background-repeat: repeat-y;
	background-position: center;

	color: #333;
	font-family: "Lucida Grande", Helvetica, Arial, Sans-serif;
	font-size: 15px;
	line-height: 1.8em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

a, a:link, a:visited, a:active
{
	text-decoration: none;
	color: #456;
        border-bottom: 1px dotted #AAA;
}

#container
{
	width:880px;
	margin-left:auto;
	margin-right:auto;
}

#container a img
{
	border: 0px;
}

#sidebar
{
	margin-top:90px;
	float:right;
	width: 230px;
	margin-bottom: 90px;
	font-family: Helvetica,"Lucida Grande", Arial, sans-serif;
	color: #555;
	line-height: 1.5em;
}

#top-header
{
        margin-bottom: 120px;
	font-family: Helvetica, sans-serif;
        font-weight: bold;
        font-size: 65px;
        letter-spacing: -0.05em;
        line-height: 0.9em;
}

#content
{
	width: 500px;
        text-align: left;
	margin-top:100px;
	margin-right:150px;
	float:left;
        padding-bottom:90px;
}


blockquote
{
	margin: 0;
	padding: 0 0 0 2em;
	background-position: top-left;
	background-repeat: no-repeat;
}



.nav, #comment-divider {
	font-family: Helvetica,"Lucida Grande", Arial, sans-serif;
	color: #AAA;
        font-size: 0.8em;
	line-height: 1.5em;
        margin-bottom: 1.5em;
}

#sidebar a, #sidebar a:visited
{
        color: #9AC;
        border-bottom: 1px dotted #9AC;
}


#top-header a,
#top-header a:visited
{
	color: #CCCDDD;
        border-bottom: none;
}

.main-title a,
.main-title a:visited,
h1 a, h1:visited,
#top-header a,
#top-header a:visited
{
        border-bottom: none;
}


.nav a, .nav a:visited
{
        color: #AAA;
}


a:hover, a:hover, 
#top-header a:hover, .main-title a:hover,
#sidebar a:hover, .nav a:hover
{
	color: #C66;
}

.main-title, h1, h2, h3
{
	font-family: "Futura", Arial, sans-serif;
	font-weight: bold;
}

.main-title
{
        font-size: 2.5em;
}

h1, h2, h3
{
        margin-top: 2em;
	font-size: 1.3em;
}

.main-title, .main-title a, h1, h2, h3
{
	line-height: 1.2em;
	color: #557;
}

#top-header, .main-title, h1, h2, h3, 
{
        border: 0px;
}

#comment-divider 
{
         margin-top:40px;
         border-top: 1px dotted rgb(204, 204, 204); 
         padding-top: 0.2em; 
         padding-bottom: 1em;
}
         
code
{
	display: block;
	padding-left: 1em;
	font-size: .9em;
	letter-spacing: 0em;
        line-height: 1.3em;
        overflow: auto;
}

input
{
	font-family: Courier;
	font-size: 1em;
}

.excerpt
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

p.excerpt
{
	display: inline;
	margin: 0;
}

.comments_error
{
	color: #000;
	background-color: #fff4f4;
}

.comments_error ul
{
	padding: 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

#cpreview div
{
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td
{
	vertical-align: top;
}