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

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

h1 {
	font-size: 54px;
}

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

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

h4 {
	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;
	margin-bottom: 4px;
}

img {
	border-width: 0px;
}

a:link, a:visited {
	color: #303030;
	outline: none;
}

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

ul {
	list-style-type: none;
}

ul li {
	position: relative;
}

body {
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	position: absolute;
}

#page {
	width: 100%;
}

.post .title, .post .content, #top_menu .name a.selected, .sub_menu .menu_post a.selected, .sub_menu .menu_post a.selected {
	color: #DD0000 !important;
}

#header {
	padding-left: 12px;
	padding-top: 16px;
	letter-spacing: 0px;
	font-size: 32px;
	text-align: left;
}

#header #title {
	font-weight: bold;
}
#top_menu {
	right: 0px;
	left: 652px;
	top: 24px;
	position: absolute;
	font-size: 11px;
	text-align: left;
	z-index: 999;
}

#top_menu #categories {
}

#top_menu .category {
	float: left;
	margin-right: 42px;
}

#top_menu .category, .sub_menu .menu_post {
}

#top_menu .name, .sub_menu .menu_post {
	letter-spacing: 1px;
	cursor: pointer;
}

#top_menu .name.highlighted {
}

#top_menu a:link, #top_menu a:visited {
	color: #a8a8a8;
	text-decoration: none;
}

#top_menu a:hover {
	color: #767676;
}

.sub_menu {
	text-align: left;
}

.sub_menu .menu_post {
	margin-top: 2px;
}

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

#post_row {
	height: 582px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-color: #666666;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	top: 0px;
	width: 100%;
	position: absolute;
	overflow: hidden;
}

#post_row .category {
	top: 142px;
	position: absolute;
}

.zoom {
	position: absolute;
	width: 2500px;
}

.zoom #next {
	position: relative;
	float: right;
}

.zoom #prev {
	position: relative;
	float: left;
}

.zoom #next a {
	width: 72px;
	display: inline-block;
	top: 250px;
	right: -92px;
	position: absolute;
}

.zoom #prev a {
	text-align: right;
	width: 72px;
	display: inline-block;
	top: 250px;
	left: -92px;
	position: absolute;
}

#contact {
}

.title {
	letter-spacing: -0.4px;
}

.post {
	margin-top: 12px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

.post .title {
	font-size: 54px;
	left: 12px;
	top: -132px;
	position: absolute;
}

.title a {
	margin: 0px;
}

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

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

.post .body {
	line-height: 18px;
}

.post .body .images {
	position: relative;
	float: left;
}

.post .images .image {
	display: none;
	width: 640px;
}

.post .images .image .caption {
	color: #a8a8a8;
	width: 250px;
	top: 375px;
	left: 652px;
	position: absolute;
}

.post .content {
	margin-top: 10px;
	margin-bottom: 12px;
	margin-left: 12px;
	width: 375px;
	line-height: 20px;
	font-size: 14px;
	float: left;
}

.post .content a:link, .post .content a:visited {
	font-size: 11px;
	text-decoration: none;
	color: black;
}

.post .content a:hover {
	text-decoration: underline;
}

.post .ingress {
	width: 640px;
	float: left;
}

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

.control.left {
	right: 50%;
}

.control.right {
	left: 50%;
}

.control.left {
	display: none;
}

.control .arrow {
	position: absolute;
	top: 50%;
	width: 16px;
	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: 4px;
	background-image: url(../imgs/static/arrow-left.gif);
}

.control.right .arrow {
	right: 4px;
	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;
}

#crease_top {
	position: absolute;
	left: -70px;
	top: -12px;
	height: 112px;
	width: 900px;
	background-repeat: no-repeat;
	background-image: url(../imgs/static/crease_top.png);
}

#crease_bottom {
	position: absolute;
	left: -70px;
	top: 590px;
	height: 112px;
	width: 900px;
	background-repeat: no-repeat;
}

