body 
{
	margin: 0;
	padding: 0;
	background: white url('/images/top.jpg') repeat-x;
	font-family: sans-serif;
	color: #707070;
	font-size: 80%;
	text-align: center;
}

a
{
	color: black;
	text-decoration: none;
}

a:hover
{
	color: gray;
}

img
{
	border: 0;
}

.wrapper, #header
{
	width: 700px;
}

.wrapper 
{
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#header 
{
	float: left;
	height: 140px;
	margin: 0;
	padding: 0;
	width: 700px;
}

#header .logo
{
	float: left;
	width: 210px;
}

#header .logo img
{
	margin-top: 60px;
}

#header .image
{
	float: left;
	width: 290px;
	text-align: right;
	padding-top: 20px;
}

#header .quote
{
	position: relative;
	margin-left: 470px;
	width: auto;
	padding-top: 20px;
}


#header blockquote 
{
	background: transparent url('images/quotestart.png') no-repeat top left;
	margin: 0;
	margin-left: 38px;
	padding: 0;
	font-family: Palatino;
	font-style: italic;
}

#header blockquote p
{
	background: transparent url('images/quoteend.png') no-repeat bottom right;
	padding-left: 23px;
	margin-top: 28px;
}

#header .smallprint
{
	font-size: .725em;
	color: silver;
}

#header .image img
{
	width: 150px;
	margin-top: 20px;
}



.posts
{
	width: 700px;
	float: left;
}

.post
{
	position: relative;
	float: left;
        width: 700px;
}

.info 
{
	position: absolute;
	left: -110px;
	font-size: 150%;
	color: silver;
width: 75px;
}

h2 
{
	font-weight: normal;
	color: #5d5d5d;
	font-size: 170%;
	margin: .8em 0;
	padding: 0;
}

h2 a 
{
	color: #5d5d5d;
}

h1,h2,h3
{
	font-weight: normal
}

p,ul
{
	line-height: 1.5em;
}

.post p 
{
	text-align: justify;	
}

#bottom 
{
	border-top: 1px solid #e2e2e2;
	margin-top: 20px;
	background: #e2e2e2 url('/images/footergradient.png') repeat-x;
	float: left;
	width: 100%;
}



#bottom .box
{
	margin-bottom: 40px;
	width: 210px;
	float: left
}

#bottom .middle
{
	margin: 0 30px;
}

#bottom .box a
{
	color: #707070;
}

#bottom .box a:hover
{
	color: black;
}

#bottom h2
{
	border-bottom: 1px solid silver;
	margin-bottom: .5em;
}

#bottom ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#bottom p
{
margin: 0;
padding: 0;
}

#bottom ul li
{
	padding-bottom: .5em;
}

#comments
{
	float: left;
}

/* FORM */

.comments_invite 
{
font-size: 120%;
}

.comments_invite a
{
	color: #5d5d5d;;
}

.commentform .ta label
{
	display: none;
}

.commentform .field label
{
	margin-left: 20px;
}

.commentform .name input { background: url('/images/formnamedes.png') no-repeat 3px 5px; }
.commentform .email input { background: url('/images/formemaildes.png') no-repeat 3px 5px; }
.commentform .url input { background: url('/images/formurldes.png') no-repeat 3px 5px; }
.commentform .name input:hover { background-image: url('/images/formname.png'); }
.commentform .email input:hover { background-image: url('/images/formemail.png'); }
.commentform .url input:hover { background-image: url('/images/formurl.png'); }

.commentform .field input
{
	padding: 5px 5px 5px 30px;
	width: 250px;
	border: 1px solid silver;
}

.commentform textarea
{
	padding: 5px;
	width: 400px;
	height: 100px;
	border: 1px solid silver;
}

.remember 
{
margin-left: 20px;
}

.commentform .field .remember input
{
margin-top: 3px;
width: 20px;
background: none;
border: 0;
}

.commentform .field .remember label
{
margin-left: 0;
}

.ta a
{

font-size: .825em;

}

p.tags
{
display: none;
}


/* COMMENTS DISPLAY */

ol.comments {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin: 0;
padding: 0;
}

.avatar {
border:1px solid silver;
float:left;
padding:3px;
}

.commentinfo cite {
font-style:normal;
font-weight:bold;
margin-left:10px;
}

.commentinfo cite.date {
font-size:0.8em;
font-weight:normal;
}

.commentinfo {
float:left;
width:100%;
}
