@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	line-height: 1.6em;
	font-family: Verdana, sans-serif;
}

h1,h2,h3,h4,h5,h6,ul,ol,p {
	margin: 0px;
	padding: 0px;
}

a {}
a:hover {}
a img {}

.clr {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.text-indent {
	text-indent: -9999px;
}

.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}

.float-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.float-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}






#container {
	width: 756px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 12px;
	padding-left: 12px;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-y;
}

#container-inner {}

#banner {
	height: 120px;
	background-image: url(images/banner-header.gif);
	background-repeat: no-repeat;
	width: 756px;
	position: relative;
}
#banner-inner {}

#banner-header {
	text-indent: -9999px;
}
#banner-header a {
	display: block;
	height: 100px;
	width: 756px;
}
#banner-description {
	font-size: 0.8em;
	font-weight: normal;
	position: absolute;
	top: 0px;
	right: 0px;
}


#alpha {
	float: right;
	width: 540px;
}
#alpha-inner {
	padding-top: 20px;
}

.date-header {
	font-size: 0.8em;
}
.entry {
	padding-bottom: 50px;
}
.entry-header {
	background-image: url(images/icon-entry-header.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 25px;
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC9999;
}
.entry-content {
	padding-top: 10px;
	padding-bottom: 20px;
}




#beta {
	float: left;
	width: 200px;
}
#beta-inner {
	width: 180px;
}

.module-header {
	font-size: 1em;
	background-image: url(images/module-header-bg.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 4px;
	padding-left: 15px;
	color: #993333;
}

.module-content {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.category-content {
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.category-list-item {
	background-image: url(images/icon-category.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	height: 21px;
	list-style-type: none;
	padding-left: 20px;
	margin-top: 5px;
}


#pagebody {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
#content-nav {
	padding-bottom: 20px;
}


#archive-title {
	font-size: 1.2em;
	color: #CC6666;
	padding-bottom: 20px;
}

#trackbacks,#comments {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CC9999;
	padding-top: 20px;
	padding-bottom: 50px;
}
.trackbacks-header,.comments-header {
	font-size: 1em;
	padding-bottom: 10px;
}

.comments-open-header {
	font-size: 1em;
	color: #CC6666;
}
#comments-open-data {}
#comments-open-data label {
	display: block;
	padding-top: 5px;
}
#comments-open-footer {
	padding-top: 20px;
}

#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	text-align: center;
	padding-top: 5px;
	font-size: 0.8em;
}
