/* liquifyDOTorg ice stylesheet copyright 2007 ============================================================ */

body {
	margin:0;
	padding:0;
	background-color:#eee;
	background-image:url(images/stripe.png);
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:small;
}

/* containers ----------------------------------------------------------------------------------------- */

#container {
	margin:0 auto;
	padding:0;
	width:784px;
	background-color:#fff;
	background-image:url(images/bkgd.gif);
	background-repeat:repeat-y;
}

#container #banner {
	margin:0 auto;
	width:770px;
}

#container #rightcol {
	float:right;
	width:250px;
	margin:30px 30px 0 30px;
}

#container #content { /* main column */
	margin:0 0 0 40px;
	padding:10px 0;
	width:400px;
}

.entry { /* main post div */
	height:auto;
}

.pix img { /* image border */
	border:1px solid #ddd;
	padding:10px;
	margin:15px 0;
}

#linkfloat { /* floats blogroll */
	float:right;
}

#footer { /* props up background */
	clear:both;
	height:10px;
	margin:0;
	padding:0;
}

.gravatar {
	float:left;
	padding: 2px;
	border: 1px solid #000;
	background: #fff;
}

.postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #000;
	background: #fff;
}

/* text ----------------------------------------------------------------------------------------------- */

h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-.03em;
}

h1 { /* post title */
	color:#467acd;
	margin:5px 0;
	font-size:x-large;
	letter-spacing:-.04em;
}

h2 { /* right column headers */
	margin:10px 0;
	font-size:large;
	font-weight:normal;
	color:#933;
}

h2.date { /* post date */
	color:#cdcdcd;
	font-size:medium;
	margin:30px 0 0 0;
	padding:0;
}

h3 { /* comments header */
	color:#888;
}

h6.comments {
	text-align:right;
	font-weight:normal;
	font-size:small;
}

p {
	margin:10px 0;
	padding:0;
	line-height:150%;
	font-size:small;
}

p.postmetadata { /* editing stuff */
	margin:0;
	padding:0;
}

.entry blockquote { /* formats post blockquote */
	font-size:small;
	color:#444;
	background-color:#f8f8f8;
	border:1px dotted #eee;
	padding:5px 10px;
}

.entry blockquote p { /* formats post blockquote text */
	font-size:small;
	color:#444;
	padding:0;
}

#rightcol ul { /* del.icio.us links */
	margin:0;
	padding:0 0 15px 0;
	list-style:none;
}

#rightcol li {
	margin:10px 0;
	padding:0;
	font-size:small;
}

ul.links { /* limits blogroll size */
	width:100px;
}

ul.link li {
	width:100px;
}


/* forms ---------------------------------------------------------------------------------------------- */

form textarea { /* comment textfield */
	width:400px;
}

/* comments ------------------------------------------------------------------------------------------- */

ol.commentlist {
	margin:20px 0;
	padding:0;
}

ol li {
	margin:10px 20px;
	padding:10px 20px;
}	

ol li.alt {
	background-color:#f9f9f9;
}

/* links ---------------------------------------------------------------------------------------------- */

#content a:link { /* main column links */
	color:#416285;
	text-decoration:underline;
}

#content a:visited {
	color:#888;
	text-decoration:line-through;
}

#content a:hover {
	color:#333;
	text-decoration:none;
}

#content h1 a:link, #content h1 a:visited {
	color:#467acd;
	text-decoration:none;
	border:none;
}

#content h1 a:hover {
	color:#ccc;
	text-decoration:none;
	border:none;
}

#rightcol li a:link { /* right column links */
	color:#416285;
	text-decoration:none;
	border-bottom:1px dotted #84abd3;
}

#rightcol li a:visited {
	color:#999;
	text-decoration:none;
	border-bottom:1px dotted #84abd3;
}

#rightcol li a:hover {
	color:#333;
	text-decoration:none;
	border-bottom:1px solid #333;
}

h6.comments a:link, h6.comments a:visited {
	text-decoration:none;
}
