/*
Theme Name: Stanistan paper theme
Theme URI: http://stanistan.com/plus/theme/
Description: 
Version: 1a
Author: Stan Rozenraukh
Author URI: http://stanistan.com
Tags: white, fixed width, one columns

*/

@import url('reset.css');

body {
	background: url('images/back.png') top center no-repeat #fff;
	padding: 0;
	margin: 0;
	font-family: cochin, constantia, palatino, serif;
}
#head {
	height: 200px;
	margin-bottom: 40px;
	margin: 0 auto;
	width: 800px;
	position: relative;
}
#head h1 a {
	position: absolute;
	background: url('images/stanistan.png') no-repeat;
	text-indent: -100000px;
	width: 250px;
	height: 49px;
	padding: 0;
	top: 70px;
	left: 20px;
	display: block;
	text-decoration: none;
	color: #000;
}
#head #nav {
		position: absolute;
		top: 80px;
		right:10px;
		height: 20px;
	}
#head #nav li {
	float: left;
	margin: 10px;
	height: 20px;
	}
	#nav li a {
		display: block;
		float: left;
		height: 20px;
	}
	#nav li a:hover {
		border-bottom: 4px solid #222;
	}
	#nav li a:active {
		border-bottom: 4px solid #FFB85A;
	}
	a#about {
		width: 50px;
		text-indent: -200000px;
		background: url('images/nav.png');
		background-position: 0px 0px;
		
	}
	a#home {
		width: 50px;
		text-indent: -200000px;
		background: url('images/nav.png');
		background-position: -70px 0px;
		
	}
	a#writings {
		text-indent: -200000px;
		background: url('images/nav.png');
		background-position: -135px 0px;
		width: 70px;
		
	}
	a#code {
		width: 40px;
		text-indent: -200000px;
		background: url('images/nav.png');
		background-position: -220px 0px;
	}
.body {
	width: 800px;
	padding: 10px 100px 20px 100px;
	margin: 0 auto;
	background: url('images/body_mid.png') repeat-y;
	position: relative;
	margin-top: 75px;
	margin-bottom: 240px;
}
.body_top {
	background: url('images/body_top.png') no-repeat;
	width: 1000px;
	height: 150px;
	position: absolute;
	top: -150px;
	left: 0;
}
.body_top h1 {
	font-family: cochin, constantia, palatino, serif;
	text-align: center;
	margin-top: 100px;
	font-weight: lighter;
	font-size: 36px;
}
.body_top h1 a {
	text-decoration: none;
	color: #000;
}
.body_top h1 a:hover {
	text-decoration: underline;
}
.body h2 {
	font-family: cochin, constantia, palatino, serif;
	font-size: 20px;
	text-align: center;
	font-weight: lighter;
	color: #222;
	margin-top: 5px;
	padding: 5px;
}
.body h3 {
	font-size: 18px;
	font-weight:lighter;
	text-align:center;
	width: 400px;
	padding: 15px;
	color: #C16E00;
	margin: 0 auto;
	margin-top: 10px;
}
.body p {
	font-family: cochin, constantia, palatino, serif;
	font-weight: lighter;
	font-size: 15px;
	margin: 0 auto;
	width: 640px;
	padding: 10px 20px 0px 20px;
	color: #111;
	line-height: 1.8em;
	text-indent: 2em;
	z-index: 600;
}
.body_bottom {
	background: url('images/body_bottom.png') no-repeat;
	position: absolute;
	bottom: -110px;
	left: 0;
	width: 1000px;
	height: 110px;
	font-family: helvetica neue;
	font-size: 12px;
}
.body_bottom ul {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 10px;
	width: 640px;
}
.body_bottom ul li {
	color: #665;
	margin: 20px;
	display: inline;
}
.navigation {
	width: 400px;
	margin: 0 auto;
	border-top: 1px solid #eee;
	padding-top: 20px;
}
.image {
	*padding-left: 110px;
}
a img {
	border: 5px solid #eee;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
p.aligncenter, .aligncenter {
	text-align: center;
	text-indent: 0;
	text-indent: 30px\9;
}
#comments {
	width:  900px;
	padding: 10px 50px 10px 50px;
	margin: 0 auto;	
	margin-top: -100px;
}
#comments h1#thoughts {
	width: 255px;
	height: 60px;
	text-indent: -999999px;
	background: url('images/thoughts.png') no-repeat;
	font-size: 60px;
	margin: 10px 10px -90px 70px;
}
.comment {
	line-height: 1.5em;
	background: url('images/comment-mid.png') repeat-y;
	width: 650px;
	padding: 0px 115px 0px 115px;
	margin: 0 auto;
	margin-top: 120px;
	position:  relative;
	text-shadow: 0px 1px 0px #fff;
}
.comment .top, #comment_form .top {
	background: url('images/comment-top.png') no-repeat;
	text-indent: -99999px;
	top: -30px;
	left: 0;
	width: 880px;
	position: absolute;
	height: 40px;
}
.comment .bottom, #comment_form .bottom {
	text-indent: -99999px;
	background: url('images/comment-bottom.png') no-repeat;
	position: absolute;
	width: 880px;
	height: 50px;
	bottom: -50px;
	left: 0;
}
.comment .info {
	font-family: helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: lighter;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.comment .image {
	width: 100px;
	height: 100px;
	border: 1px solid #eee;
	background: green;
}
h3#respond {
	font-size: 24px;
	margin: 10px 0 10px 0;
	font-family: cochin, constantia, palatino, serif;;
}
#comment_form .top {
	background: url('images/comment-top-green.png') no-repeat;
	top: -38px;
}
#comment_form .bottom {
	background: url('images/comment-bottom-green.png') no-repeat;
}
#comment_form {
	width: 650px;
	margin: 0 auto;
	padding: 0px 115px 0px 115px;
	margin-top: 100px;
	font-family: helvetica;
	font-weight: lighter;
	font-size: 12px;
	position: relative;
	background: url('images/comment-mid-green.png') repeat-y;
}
#comment_form p {
	margin: 15px 0px 15px 0;	
}
#comment_form textarea {
	margin-top: 10px;
	width: 650px;
}
#foot {
	width: 800px;
	margin: 0 auto;
	margin-top: 00px;
	padding: 100px 100px 40px 100px;
	height: 65px;	
	color: #333;
	line-height: 1.6em;
	text-align: center;
	font-family: helvetica neue;
	font-size: 14px;
	font-weight: lighter;
}
a:link {
	color: #5BB4F7;
}
a:visited {
	color: #0363AD;
}
a:active {
	color: #FFB85A;
}
a:hover {
	color: #C16E00;
}
.aligncenter {
	margin:0 auto;
}
.wp-caption {
	background: #eee;
	padding: 4px;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 0px 1px 10px #ccc;
	box-shadow: 0px 1px 10px #ccc;
	margin-top: 8px;
}
.wp-caption img {
	border: 1px solid #999;
}
p.wp-caption-text {
	text-align: inherit;
	font-family: Helvetica, arial, sans-serif;
	font-size:smaller;
	text-shadow: 0 2px 1px #fff;
}

code {
	background: #eee;
	font-size: 12px;
	font-family: Andale mono;
	padding: 3px 5px 3px 5px;
}

pre {
	background: #eee;
	border: 1px solid #ccc;
	color: #333;
	padding: 10px 10px 10px 30px;
	width: 568px;
	margin-left:110px;
	margin-top:10px;
	font-size: 12px; 
	line-height: 18px;
	overflow-x: auto;
	overflow-y:hidden;
}
.link_to_file {
	background: #ffe773;
	background: -webkit-gradient(linear, left top, right top, from(#FFDB00), to(#FFDB00), color-stop(0.2, #ffe773), color-stop(0.8, #ffe773));
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 800px;
	padding: 20px 40px 20px 40px;
	margin: 20px 0px 20px -40px;
	font-family: helvetica, arial;
	text-align: center;
	font-size: 12px;
	-webkit-box-shadow: 0px 0px 20px #bbb;
	-moz-box-shadow: 0px 0px 20px #bbb;
	box-shadow: 0px 0px 20px #bbb;
}
.link_to_file a {
	color: #222;
	font-weight: lighter;
}
.link_to_file a:hover {
	text-decoration: none;
}






hr {
	width: 400px;
	border-collapse: collapse;
	border: 0px;
	height: 1px;
	background: #eee;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}



.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.clear {
	clear: both;
}

.twoColumn {
	margin-bottom: 0px;
	padding-bottom: 30px;
	width: 200px;	
	margin-left: 80px;
}
.twoColumn:after{
	clear: left;
}
.twoColumn li {
	width: 260px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
.twoColumn li h2 {
	text-align: center;
}
#things_do {
	margin-bottom: 30px;
}
.twoColumn #things_do li, .twoColumn #socials li {
	display: block;
	text-indent: 30px;
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #eee;
	width: 220px;
	color: #333;
	margin-top: 5px;
}
#things_do #make {
	background: url('images/things_do.png') no-repeat;
	background-position: 0 0;
}
#things_do #music {
	background: url('images/things_do.png') no-repeat;
	background-position: 0px -33px;
}
#things_do #learn {
	background: url('images/things_do.png') no-repeat;
	background-position: -2px -63px;
}
#things_do #write {
	background: url('images/things_do.png') no-repeat;
	background-position: -3px -94px;
	padding-bottom: 12px;
}
#socials #twitter {
	background: url('images/twitter-32x32.png') no-repeat;
}
#socials #facebook {
	background: url('images/facebook-32x32.png') no-repeat;
}
#socials #lastfm {
	background: url('images/lastfm-32x32.png') no-repeat;
}
#contact_form {
	position: relative;
	background: url('images/form_back.png') transparent;
	width: 800px;
	height: 300px;
	margin: 0 auto;
	margin-top: 20px;
}
#contact_form #submit {
	position: absolute;
	background: url('images/form_rest.png') no-repeat;
	background-position: -550px -110px;
	text-indent: -99999px;
	height: 80px;
	width: 220px;
	border: 0px solid #000;
	cursor: auto;
	right: 35px;
	bottom: 110px;
	z-index: 1000;
}
#contact_form label {
	font-family: helvetica neue, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #ccc;
	z-index: 1;
	display: none;
}
#contact_form #name input, #contact_form #email input {
	background: url('images/form_rest.png') no-repeat;
	background-position: -40px -50px;
	width: 140px;
	height: 60px;
	padding: 0px 30px 0px 30px;
	border: 0;
	z-index: 441;
	margin-left: -75px;
}
#contact_form #name {
	position: absolute;
	left: 90px;
	top: 12px;
}
#contact_form #email {
	position: absolute;
	left: 90px;
	top: 100px;
}
#contact_form #message {
	position: absolute;
	left: 262px;
	top: 40px;
	background: url('images/form_rest.png') no-repeat;
	background-position: -260px -40px;
	width: 240px;
	height: 190px;
}
#contact_form #message textarea {
	padding: 20px 30px 10px 10px;
	margin-left: -20px;
	margin-top: 8px;
	background: transparent;
	border: 0;
	width: 167px;
	height: 148px;
	overflow-x: none;
	overflow-y: auto;
	z-index: 2;
}