body {
	margin:0;
	padding:0;
	width:100%;
	min-width:1000px;
	font-size: 80%;
	font-family: verdana, sans-serif;
}
h2 {
	font-size: 1.3em;
}
a {
	color:#358;
}
a:hover {
	text-decoration: none;
	background-color:#358;
	color:#fff;
}
#readMore {
	margin-top:40px;
	margin-bottom:40px;
	width:100%;
	text-align:center;
}
#readMore a {
	padding:10px;
	border-top:1px dotted #bbb;
}
/* Holy Grail */
#header {
	clear:both;
	float:left;
	width:100%;
	padding-bottom:25px;
}
#header p {
	padding:0 10px 0 10px;
}
.colmask {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
}
.colmid {
	float:left;
	width:200%;
	margin-left:-200px;
	position:relative;
	right:100%;
}
.colleft {
	float:left;
	width:100%;
	margin-left:-200px;
}
.col1wrap {
	float:left;
	width:50%;
}
.col1 {
	margin:0 238px 0 410px;
	position:relative;
	left:100%;
	overflow:hidden;
	padding-right:10px;
}
.col2 {
	float:right;
	width:300px;
	position:relative;
	text-align:justify;
	padding-left: 5px;
	left:70px;
}
.col3 {
	float:right;
	width:300px;
	position:relative;
	left:685px;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:10px 0 0 0;
}
/* jQuery-UI smoothness overrides */
.ui-widget {
	font-size:1em;
}
.ui-widget-content {
	border:0;
}
.ui-widget-header {
	background:none;
	border:0;
	border-bottom:1px solid #aaa;
}
#tabs a {
	color:#358;
}
#tabs a:hover {
	text-decoration: none;
	background-color:#358;
	color:#fff;
}
/* Tumblr */
.tumblr_posts {
	margin:0px;
}
.tumblr_posts li {
	list-style-type:none;
	padding: 8px 0 0 0;
	margin: 25px 0 0 0;
	/*http://www.iconarchive.com/show/scrap-icons-by-deleket/Pen-icon.html*/
	background-image:url('../image/pen.png');
	background-repeat:no-repeat;
	background-position:0px 10px; 
	padding-left:22px; 
}
.tumblr_post {
	border-top:1px dotted #bbb;
}
.tumblr_source {
	margin-top:10px;
	text-align:right;
	font-size:0.8em;
	color:#888;
}
.tumblr_title {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom: 0.8em;
}
/* Twitter */
#twitter_update_list {
	margin:0px;
}
#twitter_update_list li {
	list-style-type:none;
	padding: 0 0 0 22px;
	margin: 0 0 8px 0;
	/*http://www.iconarchive.com/show/looney-tunes-icons-by-sykonist/Tweety-Bird-icon.html*/
	background-image:url('../image/tweety.png');
	background-repeat:no-repeat;
	background-position:0px 0px; 
}
/* Google Reader */
.reader-publisher-module h3 {
	display: none;
}
#readerpublishermodule0 .f {
	display:none;
}
#readerpublishermodule0 .s {
	margin-top:5px;
	text-align:right;
	font-size:0.8em;
	color:#888;
}
#readerpublishermodule0 .s a {
	color:#888;
	background-color:#fff;
	text-decoration: none;
}
#readerpublishermodule0 .s a:hover {
	color:#fff;
	background-color:#888;
	text-decoration:underline;
}
#readerpublishermodule0 ul {
	margin:0px;
}
#readerpublishermodule0 li {
	list-style-type:none;
	padding: 0 0 0 22px;
	margin: 0 0 8px 0;
	/*http://www.iconarchive.com/show/webdev-icons-by-icontexto/webdev-rss-feed-icon.html*/
	background-image:url('../image/rss.png');
	background-repeat:no-repeat;
	background-position:0px 0px; 
	padding-left:22px;
}