body {
	width: 800px;
	margin: 4.0em auto;

	background-color: #fff;
	color: #222;
	
	/*font-size: 85.0%;*/
	font-family: Georgia, Times, Times New Roman, serif;
}

a {
	color: #993;
	text-decoration: none;
}
a:hover {
	color: #cc4;
	text-decoration: underline;
}

p {
  	/*line-height: 1.4em;*/
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2 {
	font-weight: normal;
}
h2 {
	/*color: #e32;*/
}

a img {
	border: none;
}

.hide { display: none; }
.float-left { float: left; }
.float-right { float: right; }
.clearer { clear: both; }

div.entry {
	position: relative;
	margin-bottom: 4.0em;
	padding-left: 80px;
	padding-right: 20px;
	/*padding-top: 10px;*/
}
.date {
	border-top: 2px solid #666;
	/*background-color: #333;*/
	color: #333;

	position: absolute;
	left: 0px;
	width: 40px;
	padding: 3px 4px;

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;	
	/*font-size: 85%;*/

	line-height: 1.35em;

	text-transform: uppercase;
	text-align: right;
}
.date .day {
	font-size: 1.5em;
}

.box {
	clear: both;

	margin: 0;
	/*margin-bottom: 4em;*/
	padding: 1em;

	background-color: #eee;
	border-top: 1px solid #ddd;

	/*font-size: 1.2em;*/
}

blockquote {
	background: url(/public/images/quote2.png) no-repeat 4px 4px;
	padding: 4px 28px;
	font-style: italic;
	color: #333;
	line-height: 1.6em;
}

#header {
	margin: 0 auto;
	padding: 0;

	height: 48px;
	text-align: right;

	/* background: transparent url(/public/images/finger-pro_com.png) no-repeat 0 0; */

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#header ul {
	margin: 0;
	padding: 0;
	/*padding-top: 12px;*/
}
#header li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 1.0em;
}
#header li a {
	color: #999;
	text-decoration: underline;
}
#header li a:hover {
	color: #666;
}
#header li.current {
	font-weight: bold;
	color: #333;
}

#content {
	margin: 2em auto;
	min-height: 400px;
}
#content a {
	color: #68a;
	font-weight: bold;
}
#content h3 {
	color: #333;
	font-size: 150%;
	margin: 1em 0 0.2em 0;
	padding: 0;
}

#footer {
	clear: both;
	padding-top: 1px;
	border-top: 1px solid #ccc;
	color: #999;
	font-family: 'Lucida Grande', sans-serif;
	font-size: 0.66667em;
}
#footer a {
	color: #999;
	text-decoration: underline;
}
