body{
	width: 1200px;
  position: center;
  margin-left: auto;
  margin-right: auto;
	font-family: "Lucida Grande","Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 20px;
	color: #333333;
}

label { display: block; margin-top: 10px; }

a { text-decoration: none; color: #3333CC;}
a:hover { color: #3333CC;}

.js_only_links a { color:black; }
.js_only_links a:hover { color:#3333CC; }
.js_only_links .selected { color: #3333CC; }

#all{
  margin-left: 150px;
  width: 700px;
  float: left;
}

#twitter_badge{
  float: left;
  margin-left: 50px;
  width: 250px;
  height: 300px;
}

#header { 
	background: #333333;
	width: 700px;
	height: 60px;
	color: white;
	padding: 0 10px;
}

.left{
  float: left;
}

#header a { color: white; }
#header a:hover { color: #3333CC;}

#logo { font-size: 48px; margin-right: 20px;}
#logo a:hover { color: white;}

#header .navigation { padding: 5px; } 
#header .navigation a { padding: 5px; }

#flashes { color: red; }

#posts { background: white;}

.post{ background: white; margin-bottom: 5px; margin-top: 20px;}

.post .title a { color: #3333CC; font-size: 20px; }

.post .created_on { color: black; font-size: 10px;}
.post .content { 
	font-size: 12px; 
	color: black; 
	margin-left: 50px; 
	margin-right: 50px; 
	padding-bottom: 20px;
	padding-top: 10px;
}

.not_shown { border: medium solid red; }

.post .controls a { font-size: 12px; color: blue; }

.centered { text-align: center; }

#older_newer_links {
	background: #333333;
	width: 700px;
	color: white;
	margin-bottom: 20px;
}

#older_newer_links a { color: white; }
#older_newer_links a:hover { color: #12ff12;}

#rss_link {
	font-size: 14px;
}

.edit_function_links { font-size: 16px; color: blue; margin-left: 10px;}


pre { 
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: black;
	background: #CCCCCC;
}

.comments_link { font-size: 16px; margin-bottom: 5px;}

#services { margin-top: 10px; }

#delicious_div { font-size: 16px; }

#elsewhere{
  padding: 0 10px 5px 10px;
  border: 1px solid #333333;
  width: 698px;
}

#elsewhere_hide_link { font-size: 0.7em;}


