@font-face {
	font-family: "Chaparral Pro";
	src: url("/media/fonts/ChaparralPro-Regular.otf")
}
@font-face {
	font-family: "Chaparral Pro";
	font-weight: bold;
	src: url("/media/fonts/ChaparralPro-Bold.otf")
}

body {
	font-family: "Chaparral Pro" Helvetica;
	background: #e6e7e6;
	margin: 0px 0px 0px 0px;
}
h1, h2, h3, h4, p {
	margin: 0px; padding: 0px;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #7D7D7D;
}
a:hover {
	text-decoration: underline;
}
#feature {
	background: #373737;
}
	#feature_inside {
		width: 1001px;
		margin: 0px auto; padding: 30px 0px;
		overflow: auto;
	}
		.feature_post {
			margin: 30px 40px 0px 0px; padding: 0px 0px 4px 0px;
			width: 465px;
			float: left;
			color: #e6e7e6;
		}
			.feature_post h1 {
				margin: 0px 0px 10px 0px;
				text-shadow: 0px 2px 2px #262626;
			}
			.feature_post h1 a {
				color: #e6e7e6;
				text-decoration: none;
			}
			.feature_post p {
				margin: 0px 0px 18px 0px;
				color: #7d7d7d;
				line-height: 22px;
				text-shadow: 0px 1px 1px #262626;
			}
				.feature_post a {
					text-decoration: underline;
				}
		.work {
			margin: 30px 0px 0px 0px;
			width: 495px;
			float: left;
		}
			.work h1 {
				margin: 0px 0px 10px 0px;
				color: #e6e7e6;
				text-shadow: 0px 2px 2px #262626;
			}
			.work-item {
				margin: 0px 0px 20px 0px; padding: 0px 0px 58px 0px;
				height: 35px; width: 495px;
				display: block;
				background: blue;
			}
#main {
	margin: 30px auto;
	width: 1000px;
}
	#header {
		margin: 0px 0px 0px 0px;
		height: 92px;
		overflow: auto;
	}
		#header h1, #header h1 a {
			font-size: 1px;
			text-align: center;
		}
			#header h1 a:hover {
				text-decoration: none;
			}
		#header p {
			padding: 28px 0px 0px 20px;
			vertical-align: middle;
			float: left;
			color: #9D9D9D;
			font-size: 24px;
		}
		#header p a, #header p a:hover {
			color: #2E2E2E;
			text-decoration: none;
		}
		.thesis {
			margin: 20px 0px 0px 0px;
			background:#313131;
			color:#B4B4B4;
			font-size: 20px;
			padding: 20px;
			text-shadow: 0px 1px 1px #262626;
		}
			.thesis a {
				float: right;
			}
	#body {
		overflow: auto;
		width: 1000px;
	}
		#content {
			margin: 0px 0px 10px 0px;
			width: 755px;
			float: left;
		}
			.page_header {
				margin: 0px 0px 10px 0px; padding: 5px;
				background: #cee3f2;
				font-weight: normal;
				font-size: 16px;
				/*-moz-border-radius: 6px; -webkit-border-radius: 6px;*/
			}
			.fist_post {
				margin: 0px;
			}
			.post {
				margin: 31px 0px 0px 0px;
			}
			.post_title {
				margin: 0px 0px 5px 0px;
				font-weight: normal;
				border-bottom: 1px solid #FFF;
			}
				.post_title a, .post_title a:hover {
					text-decoration: none;
					font-size: 26px;
					color: #5b5b5b;
				}
			p.post_info {
				letter-spacing: -0.5;
				color: #bcbcbc;
			}
				p.post_info a {
					color: #a1a1a1;
				}
			.post_content {
				margin: 10px 0px 0px 0px;
				line-height: 25px;
				letter-spacing: 0px;
				font-size: 17px;
			}
				.post_content p {
					margin: 0px 0px 18px 0px;
					color: #7d7d7d;
				}
				.post_content p a {
					text-decoration: underline;
				}
			.post_footer {
				margin: -8px 0px 0px 0px;
				font-size: 10px;
				color: #a1a1a1;
			}
				.post_footer a {
					color: #a1a1a1;
				}
		#sidebar {
			padding: 10px;
			width: 210px; height: 100%;
			float: right;
			background: #f6f6f6;
		}
			#sidebar h2 {
				margin: 0px 0px 5px 0px;
				font-weight: normal;
				color: #5b5b5b;
				font-size: 22px;
			}
			#sidebar ul {
				margin: 0px 0px 16px 0px; padding: 5px 0px 0px 0px;
				list-style: none;
				font-size: 15px;
				color: #7d7d7d;
			}
				#sidebar a {
					color: #7d7d7d;
				}
				#sidebar ul li {
					margin: 0px 0px 5px 0px;
				}
				#sidebar ul ul {
					padding: 2px 0px 0px 10px; margin: 0px 0px 0px 0px;
					font-size: 13px;
				}
					#sidebar ul ul li {
						margin: 0px 0px 0px 0px;
						color: #5887ae;
					}
		#personal {
			height: 214px; width: 1000px;
			background: #373737;
			color: #5f5f5f;
			font-size: 15px;
			clear: both;
		}
			#personal a {
				color: #929292;
				text-decoration: underline;
			}
			#personal h2 {
				margin: 0px 0px 5px 0px;
				color: #e1e1e1;
				font-weight: normal;
			}
			.twitter {
				margin: 15px;
				width: 269px; height: 184px;
				float: left;
				border-right: 1px solid #3b3b3b;
			}
				.twitter_post {
					margin: 0px 0px 10px 0px;
				}
					#personal a.when {
						font-size: 10px;
						display: block;
						color: #4b4b4b;
					}
			.about {
				margin: 15px 15px 15px 0px; padding: 0px 10px 0px 0px;
				width: 309px; height: 184px;
				float: left;
				border-right: 1px solid #3b3b3b;
			}
				.about p {
					line-height: 19px;
				}
			.friends {
				margin: 15px 15px 15px 0px;
				width: 120px;
				float: left;
			}
				.friends ul {
					list-style: none;
					padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
				}
				.friends ul li {
					margin: 0px 0px 3px 0px;
				}
				#personal .friends ul li a {
					color: #5f5f5f;
					text-decoration: none;
				}
			.my_image {
				float: left;
				display: block;
			}
		#footer {
			padding: 15px;
			font-size: 10px;
			letter-spacing: 2px;
			text-transform: uppercase;
			text-align: center;
			clear: both;
			color: #494949;
			background: #1b1b1b;
			font-family: Helvetica;
		}
			#footer a {
				color: #868686;
			}

/* Portfolio */
.text {
	margin: 20px 0px 0px 0px;
}
	.text a {
		color: #7d7d7d;
		text-decoration: underline;
	}
	.text p {
		margin: 0px 0px 18px 0px;
		color: #7d7d7d;
		line-height: 20px;
		line-height: 25px;
	}
	
div.slideshow, div.slideshow img {
	width: 755px; height: 280px;
}
	div.slideshow img {
		display: none;
	}
	div.slideshow img.first {
		display: block;
	}