.clear { clear: both; width: 100%; height: 0px; }
a { text-decoration: none; color:#0078ff;}
a:hover { 
	background:#0078FF none repeat scroll 0% 0%;
  color:white;
}
p { margin: 12px 0 }
.alignleft { float: left; }
.alignright { float: right; }


body { 
	background: black url(images/background.jpg);
	color: black;
	font-family: "Arial",sans; font-size:12px;
}
#page { 
	width: 740px; margin: 25px auto 40px;
	background: white; padding: 10px; 
}
#left_column {
  width: 184px;
  clear: both; float: left; padding: 7px; padding-left: 0;
  background: url(images/dot3.gif) repeat-y top right;
  padding-top: 15px;
}
#content {
  width: 336px;
  float: left; padding: 7px;
}
#sidebar {
  float: left; padding: 7px;
  width: 185px;
  background: url(images/dot3.gif) repeat-y top left;
}


/* HEADER ################################################ */

#headerimg {
	display: block;
	float: left; width: 170px;
	text-align: center; font-size: 10px;
	margin-bottom: 15px;
}
#hatch-logo {
  margin: 0; padding: 0; 
}
#hatch-logo a{
	display: block;
	width: 170px; height: 80px;
	text-indent: -9999px;
	background: url(images/hatch-logo.jpg) no-repeat center center;
}
#hatch-rss { 
	display: block; float: right;	padding-right: 32px; 
	padding-top: 10px; padding-bottom: 15px;	margin-right: 3px;	margin-bottom: 0;
	background: url(images/rss.jpg) no-repeat right top;
	font-weight: bold;
}
#hatch-contact-link {
  clear: right; float: right; padding: 0; margin: 0;
  text-align: right;
  font-weight: bold;	
  padding-right: 35px; 
  padding-top: 5px;
  padding-bottom: 5px;
  background: url(images/email.jpg) no-repeat right top;
}
#graffiti {
	width: 740px; height: 165px; clear: both; 
	background: url(images/top.jpg) no-repeat 0 0;
	text-indent: -9999px; ;
}

/* CONTENT ############################################### */

h1.header { color: #333; }

.storytitle4,
.storytitle3,
.storytitle2,
.storytitle,
.pagetitle,
h1 {
  font-size:26px;
  font-weight:bold;
  letter-spacing:-1px;
}

.header,
.storytitle3,
.storytitle2,
.storytitle,
.pagetitle,
.archive h1 { padding-top: 10px; /*background: url(images/dot3.gif) repeat-x top right;*/  }

.storytitle4 { padding-top: 40px; }

.storytitle2 a,
.storytitle a,
.pagetitile a,
h1 a,
.storytitle2 a:hover,
.storytitle a:hover,
.pagetitle a:hover,
h1 a:hover { color:#333333; }

.storytitle4 a:hover,
.storytitle3 a:hover,
.storytitle2 a:hover,
.storytitle a:hover,
.pagetitle a:hover
h1 a:hover { background: white; }

.storytitle4 a,
.storytitle4 a:hover,
.storytitle3 a,
.storytitle3 a:hover { color: #999; } 

.post .meta {
  margin-top: 15px; 
  font-size:10px; text-transform:uppercase;
}
.post .meta a {
}

#content img { margin: 3px; }

#content strong { font-weight: bold; }

#commentform textarea {
	font-family:"Arial",sans;
	font-size:12px;
	width:328px;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background:#FFFFFF none repeat scroll 0% 0%;
	border:1px solid #333333;
	padding:0.2em;
}
#commentform #author, #commentform #email, #commentform #url { width: 130px; }
#respond { font-size: 18px; margin: 12px 0; }

#content ul { list-style: disc; padding-left: 20px; }

/* BARS ################################################## */

#left_column li,
#sidebar li {
  margin-bottom:4px;
  margin-left:0px;
  padding-left:4px;
}
#left_column ul,
#sidebar ul {
	margin: 12px 0 4px 4px 
}
#left_column ul.children,
#sidebar ul.children {
	border-left:1px solid #D0D0D0;
  margin-left:5px;
  margin-top:3px;
}
.children a { color:#2098FF; }
.children a:hover { color:#fff; }
#left_column h2,
#sidebar h2 {
	background: url(images/dot3.gif) repeat-x center top;
	color:#333333;
	font-size:22px; font-weight:normal; letter-spacing:-1px;
	margin: 18px 0;
	padding-top:12px;
}
#sidebar ul.first,
#sidebar h2.first,
#left_column h2.first { margin-top: 0; background: none;}
#left_column h2 { margin-right: 5px; }
#sidebar h2.first { background: none; }
#sidebar #search_li { display: block; height: 25px; overflow: hidden; margin-bottom: 0; margin-top: 15px;}
#searchform #s { width: 100px; }

/* RSS PAGE ############################################## */

#rss-list { margin-top: 35px; }

#rss-list dt { 
  width: 160px;
  display: block;
  clear: left;
  float: left;
  text-align: right;
  height: 35px;
  line-height: 35px;
}
#rss-list dd a {
  float: left;
  display: block;
  width: 160px;
  height: 35px;
  margin-left: 10px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 0 center;
}
#rss-list dd a:hover { background-color: white; }

/* LIST OF POSTS ######################################### */

.post { 
	padding-bottom: 18px; margin-bottom: 20px;
	border-bottom: 4px solid #d4d4d4;
} 
