@charset "utf-8";

html, body, *, p, div, table, tr, td, span, h1, h2, h3, h4, ul, li, input, a, label {
	padding: 0px; 
	margin: 0px; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
}

body {
	background:#FFF;
	padding-bottom:215px;
}

h1 {
	font-size:1.2em;
	border-bottom:5px solid #515151;
}

a {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

label {
	display:block;
}

input, textarea {
	width:100%;
}

form {
	padding:15px;
}

code {
	font-size:0.7em;
	display:block;
	padding:5px;
	border:1px dashed #ccf;
	background:#def;
}

.submit {
	width:auto;
}

.right {
	float:right;
}

.left {
	float:left;
}

.nav_left {
	width:200px;
	float:left;
}

.nav_right {
	width:200px;
	float:right;
}

.center {
	margin:0 auto;
	width:300px;
}

.message {
	display:block;
	margin:0 auto;
	width:500px;
	border:1px solid #000;
	background:#FFF;
	padding:3px;
	text-align:center;
}

#container {
	width:1000px;
	margin:0 auto;
	z-index:0;
}

#header {
	margin-top:75px;
}

#header span {
	display:block;
	text-align:right;
	font-size:0.8em;
}

#content {
	min-height:300px;
}

#content .left {
	width:650px;
	padding:0 15px 0 0;
	text-align:justify;
}

#content .right {
	float:right;
	width:275px;
	padding:5px 0;
}

#content .left p:first-child {
	text-indent:2em;
}

#content p {
	margin:10px 0;
	white-space:pre-wrap;
}

#footer {
	border-top:5px solid #515151;
	font-size:0.8em;
	clear:both;
}

#footer .left {
	float:left;
}

#footer .right {
	float:right;
}

#floor {
	height:200px;
	position:fixed;
	bottom:0;
	width:100%;
	background: url('../img/footer_bg.png') repeat-x top center;
	z-index:2;
}

#underflooring {
	height:180px;
	position:fixed;
	bottom:0;
	width:100%;
	background: #8e8e8e;
	z-index:1;
}

#floor * {
	color:#fff;
}

#ceil {
	height:65px;
	position:fixed;
	top:0;
	width:100%;
	background: url('../img/header_bg.png') repeat-x top center;
}

#nav {
	margin-top:15px;
}

#nav * {
	color:#FFF;
}

#nav a {
	display:block;
	background: #8e8e8e;
	padding:2px 5px;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
}

#nav .border_main {
	margin:5px 0;
}

#search * {
	color:#000;
}

#search form {
	padding:0;
	height:30px;
}

#search input {
	width:auto;
	float:right;
	margin:2px;
}

.border_main {
	border:1px solid #515151;
}

.border_secondary {
	border:1px solid #FFF;
}

.right img {
	border:1px solid #8e8e8e;
	width:269px;
}

.large_image {
	margin:0 auto;
	width:650px;
	display:block;
}

.large_image img {
	width:648px;
}

li {
	list-style:none;
	margin:2px 0;
}

.section {
	float:left;
	width:180px;
	margin:0 35px;
	margin-top:50px;
}

#center {
	width:1000px;
	margin:0 auto;
}

#floor .section  h3 {
	border-bottom:1px dashed #fff;
}

#about {
	border-top:3px solid #515151;
	font-size:0.8em;
}

.archright {
	float:right;
	width: 43%;
}

.archleft {
	float:left;
	width: 44%;
}

#wallpaper_archives {
	height:94px; 
	overflow:hidden;
}

#blog_archives {
	height:94px; 
	overflow:hidden;
}
