/*---- general ----*/

* { margin: 0; padding: 0; }

.hide, h1 a span {
	position: absolute;
	left: -9999px;
	font-size: 0;
}

.clear { clear: both; }

*|*:-moz-any-link:focus { outline: 0; }



/*---- layout ----*/

body {
	background-color: #3f3f3f;
	border-top: 10px solid #fff;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	color: #444;
}

#container {
	margin: 88px auto 0;
	width: 780px;
}

#main {
	background: url("/i/bg.gif") repeat-y;
	float: left;
	width: 748px;
}

#alpha {
	position: relative;
	float: left;
	width: 400px;
	\width: 430px;
	w\idth: 400px;
	padding: 0 15px;
	text-align: center;
}

.archives #alpha {
	width: 380px;
	\width: 430px;
	w\idth: 380px;
	padding: 50px 25px 20px;
	text-align: left;
}

#alpha img { padding: 15px 0 0; }

#alpha .entry { padding: 0 0 10px; }

.archives #alpha .entry {
	margin: 0 0 10px;
	padding: 0 0 0 8px;
	border-left: 5px solid #d6d6d6;
}

#beta {
	position: relative;
	float: right;
	width: 248px;
	\width: 298px;
	w\idth: 248px;
	padding: 0 25px;
	margin: 0 0 0 20px;
	text-align: left;
	height: 440px;
}

h1 a {
	display: block;
	background: #fff url("/i/header.gif") no-repeat;
	width: 248px;
	height: 50px;
}

#beta #info {
	position: absolute;
	bottom: 27px;
	left: 25px;
	width: 249px;
}

#navigation {
	float: right;
	width: 25px;
	padding: 20px 0 0;
}

#navigation a { display: block; }

#navigation img { border: 0; }

#gamma {
	clear: both;
	float: left;
	background-color: #fff;
	width: 698px;
	\width: 748px;
	w\idth: 698px;
	margin: 125px 0 0;
	padding: 25px 25px 30px;
	text-align: left;
}

#comments { float: right; }

#comments, #comments-open {
	width: 336px;
	padding: 10px 0 0;
}

#comments-open { float: left; }

.comment, .commentalt, .commentmod { padding: 10px 8px 20px; }

.commentalt { background-color: #f3f3f3; }

.commentmod { background-color: yellow; }

#footer {
	clear: both;
	padding: 80px 0 10px;
	text-align: center;
}



/*---- typography ----*/

.archives p { font: normal 12px/16px arial, helvetica, sans-serif; }

p.small {
	font-size: 11px;
	color: #666;
}

.archives p.small { line-height: 14px; }

h2 {
	font: normal 16px/22px arial, helvetica, sans-serif;
	color: #444;
	margin: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

#beta h3 {
	font: normal 16px/18px arial, helvetica, sans-serif;
	color: #444;
}

#beta p, #beta p a {
	font: italic 11px/16px arial, helvetica, sans-serif;
	color: #444;
}

#footer p {
	font: normal 10px/10px arial, helvetica, sans-serif;
	color: #555;
}



/*---- links ----*/

a { text-decoration: none; }

a:hover { text-decoration: underline; }

#beta a { color: #444; }

.archives a { color: #666; }

p.small a, #footer a { color: #f50; }



/*---- forms ----*/

label { display: block; }

label, input { font-size: 14px; }

form p { padding: 0 0 10px; }


