*
{
  margin:0;
  padding:0;
  font-size:100%;
}
ol, ul
{
  list-style: none;
}
body
{
  font-family:Helvetica, Arial, sans-serif;
  font-size:12px;
  line-height:15px;
  background:#f3f3f3;
  color:black;
}

div.wrapper
{
  padding: 1em 10px;
  background-color: white;
  margin:0 auto;
  width:940px;
}
div#header
{
  padding-bottom:30px;
}

div.left
{
  float:left
}
div.right
{
	float:right;
}
div.single-column
{
	width:940px;
	clear:both;
	overflow:auto;
	padding-bottom:45px;
}

div.dual-column
{
	width:460px;
}

div.quad-column
{
	width:220px;
}

hr
{
	margin:0 0 15px;
	border-top:1px solid #ccc;
	border-bottom-width:0px;
	border-right-width:0px;
	border-left-width:0px;
}
h1, h2, p
{
	padding-bottom:15px;
	margin:0;
}
h1
{
  color:#333;
  font-size:24px;
  line-height:24px;
}
h2
{     
	color:#333;
	font-size:12px;
	font-weight:bold;
}
h1.logo
{
	font-size:32px;
	font-weight:bold;
	letter-spacing: -1px;
	color: #00b3ff;
	background-image: url('./images/developish.png');
	height: 103px;
	width: 269px;
	background-repeat: no-repeat;
}
h1.logo span {
	
	display: none;
}

p
{
	color:#333;
}
a
{
	color: #00b3ff;
}
a:visited
{
	color: #666;
}

#delicious-posts-developish li {
	margin-bottom:1em;
}

#twitter_update_list li {
	margin-bottom:1em;
}

#twitter_update_list li > a {
	display:block;
	margin-left:10px;
}


