body {
	padding: 0;
	margin: 0;
	/* font: normal 14px/20px 'Gill Sans', Verdana, Sans-serif; */
	/* font-family: Verdana, sans-serif;
	font-size: 11px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em; 
	color: #333;

}

#page {
  width: 740px;
  margin: 0px auto; 
}

#footer {
	width: 100%;
	background-color: #d7f8fd;
	height: 400px;
}


#header {
	width: 760px;
	height: 150px;
  	margin: 0 auto;
 	margin-bottom: 40px;
  	/*background-color: #75e5f8 */
	background: white url(http://laughingmeme.org/images/blue-fade.png) top repeat-x;
	/*border-style: solid;
	border-color: #0D7ab2;
	border-width: 0 1px 1px 1px; */
}

#header h1 { 
	color: #222; 
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	display: inline;
	text-decoration: none;
}

#header #who {
	position: absolute; 
	bottom: 10px; 
	left: 5px;
}

#header #nav {
	color: #222;
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-size: 16px;
	z-index: 2;
}

#header #bird {
	position: absolute;
	right: 0;
	top: -15px;
	z-index: 1;
	filter: alpha(opacity=10);
	opacity: .1;
}

a:link { color: #F5702D; }
a:visited { color: #a6a; }

img { border: 0; }

h1 a, h2 a, h3 a {
  text-decoration: none;
}

/* post */

.post { margin: 10px 0 30px 0;}

.post blockquote { font-style: italic; font-size: 1.3em; line-height: 1.5em; font-weight: 300;}

/*.post h2 { margin-left: -15px} */
.post p { margin-left: 15px;}

.post-title { margin-bottom: 0; }
.post-time {margin-left: 15px;}
.postfooter {
  padding: 5px;
  border-top: 1px solid #999;
  background-color: #eee;
  border-bottom: 1px solid #999;
  font-family: Arial, sans-serif;
  font-size: 90%;
}

.comment-link {
 text-decoration: none;
 border: 0;
}

#footer {
	width: 100%;
	height: 100%;
	background-color: #d7f8fd;
}

#footer-content {
  margin: 10px auto; 
  width: 780px;
  padding: 10px 5px 10px 5px; 
  overflow: hidden;
  background-color: #fff;
  border-top: 20px solid #d7f8fd;
}

/* asides 

.aside { margin-left: -15px; font-size: 120%; padding: 10px 10px 10px 10px; background-color: #eee;}
.aside p { display: inline; }
*/
.aside small { font-size: 80%; color: #666;}
.aside .meta { text-transform: lowercase;}
.aside-block { margin: 20px 0 20px 0; }
.aside-block ul { 
	border-top: 1px dotted grey; 
	border-bottom: 1px dotted grey;
	padding: 10px;
}

.aside { font-size: 110%; }
.aside .aside-title {letter-spacing: 1px;}
.aside p {display: inline; }
.aside-block ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
p.aside-date {
	display: block; 
	text-align: right;
	padding: 0;
	margin: 0;
}

/* lists */

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

#footer ul li {
	list-style-type:none;
	margin:0;
}

ul.dates .date{
	padding:0 1.5em 0 0;
}

ul.dates a {
	text-decoration:none;
}
ul.dates a:hover {
	color:#b7c8ff;
}


.footer-col {
	position: relative;
	background-color: #fff;
	padding: 10px;;
	float: left;
	width: 30%;
	/*padding-bottom: 1000px;*/
}

.navigation {
	display: block;
	text-align: center;
	margin-bottom:30px;
}

.edit { 
	font-size: 80%; 
	color: #ccc;
}

#single .aside-block { font-size: 20px; line-height: 1.3em;}
#single .aside-block ul { 
	border: 0;
	padding: 10px 40px 10px 40px;
}

pre code {
	font: 0.8em courier, fixed;
}

pre { margin-left: 20px;  border: 1px solid #ccc; padding: 10px;
line-height: 1.1em; }

