* {
	padding: 0px;
	margin: 0px;
	outline: none;
}

.alpha75 {
	filter: alpha (opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	-khtml-opacity: .75;
}

h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
}

h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
}

h3 {
	margin-bottom: 6px;
	margin-top: 6px;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
}

h4 {
	line-height: 26px;
	letter-spacing: 1px;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
}

h5 {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
}

h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
}

p {
	line-height: 15px;
	font-size: 11px;
}

img {
	border-width: 0px;
}

a:link, a:visited {
	color: blue;
	outline: none;
}

a:hover {
	position: relative;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

ul li {
	position: relative;
}

body, .meta {
	font-size: 11px;
	background-repeat: repeat-x;
	color: #2c2c2c;
	width: 100%;
	font-family: Arial, sans-serif;
}

#header {
}

#comments {
	left: 50%;
	bottom: 0px;
	padding: 12px;
	text-align: right;
	z-index: 0;
	right: 0px;
	top: 0px;
	background-color: #dedede;
	position: absolute;
}

#page {
	width: 100%;
}

#post_list {
	width: 450px;
	margin-top: 16px;
	margin-left: 32px;
}

#contact {
	margin-top: 12px;
}

.title {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: -0.4px;
	color: #2f2f2f;
}

.columnHeader a, .title a { text-decoration: none; font-size: 14px;
}

.columnContent {
	padding: 12px;
}

#post_menu .item {
}

.post {
	text-align: left;
	margin-bottom: 12px;
}

#post_list .title {
	margin-top: 6px;
	padding-bottom: 4px;
	font-size: 13px;
	letter-spacing: 4px;
	position: relative;
	cursor: pointer;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #aaaaaa;
}

#post_list .title a {
	margin: 0px;
}

.meta {
	color: #666666;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0px;
	font-size: 9px;
}

.content p {
}

.view {
	float: left;
	max-width: 574px;
	width: 44%;
}

.post .content, .post .ingress {
	padding-bottom: 12px;
}

.post .images {
	margin-bottom: 12px;
	position: relative;
}

.post .images .image {
	display: none;
}

.post .images .caption {
	width: 82%;
	margin-top: 6px;
}

.control {
	right: 0px;
	bottom: 14px;
	position: absolute;
	cursor: pointer;
}

.control.left {
}

.control.right {
}

.control .arrow {
	position: absolute;
	width: 8px;
	height: 16px;
/*
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
*/
}

.control.left .arrow {
	left: -24px;
	background-image: url(../imgs/static/arrow-left.gif);
}

.control.right .arrow {
	right: 0px;
	background-repeat: no-repeat;
	background-image: url(../imgs/static/arrow-right.gif);
}

.more {
}

#page .post textarea {
}

input, textarea, button {
}

textarea {
	height: 75px;
}

input, textarea {
	color: #1d3b04;
	line-height: 16px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 6px;
	border-width: 0px;
	background-color: #aaaaaa;
	border-style: none;
}

.commentName {
	display: none;
}

button {
	color: #3a3a3a;
	padding: 6px;
	background-color: #aaaaaa;
	border-style: none;
	cursor: pointer;
}

button:hover {
	color: white;
	background-color: #3a7c20;
}

button:active {
	background-color: #1c3d0f;
}

.comment {
	margin-bottom: 12px;
	text-align: right;
	border-bottom-color: #aaaaaa;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.comment .title {
	font-weight: bold;
}

.comment .content {
	padding: 6px;
}

#comment_form {
	clear: left;
	float: right;
	width: 350px;
	display: none;
}

.addComment {
	cursor: pointer;
}

#contact {
	left: 24px;
	bottom: 24px;
	position: absolute;
}

