/*
Theme Name: Jeff Maki
Description: Theme for jeffmaki.com
Version: 1.0
Author: Jeff Maki
*/

body {
	margin: 20px;
	font-family: "Georgia", Times, "Times New Roman", serif;
	font-size: 11px;
	background-color: #F0F0F0;
}

a {
	color: #000000;
	border-bottom: 1px solid black;
	text-decoration: none;
}

#page {
	width: 860px;
}

#header {
	position: fixed;
	left: 640px;
	top: 26px;
	width: 225px;
}

#header .controls {
	padding-top: 24px;
	line-height: 160%;
}

#header, h1, h2 {
	font-family: "Courier New", Courier, fixed;
	font-weight: normal;
	font-size: inherit;

	padding: 0px;
	margin: 0px;
}

#header h1 a {
	text-decoration: none;
	border: none;
	background-color: #000000; 
	padding: 2px;
}

h2 {
	border: 1px solid black;
	border-left: none;
	border-right: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

h2 span {
	float: right;
}

#content {
	width: 600px;
}

.project {
	position: relative;
	width: 190px;
	height: 135px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.project .img_wrapper {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	display: inline-block;
	background-image: url('images/shade.png');
}

.project img {
	width: 185px;
	border: none;
	opacity: 0;
}

.project a:hover img {
	opacity: 1;
}

.project.style1 img {
	width: 165px;
}

.project.style2 img {
	width: 170px;
}

.project a {
	border: none;
}

.project h2 {
	position: absolute;
	border: none;
	left: 0px;
	bottom: 0px;
}

.project.style1 h2 {
	bottom: 13px;
}

.project.style2 h2 {
	bottom: 8px;
}

.project h2 em {
	color: #000000; 
	background-color: #000000; 
	padding: 2px;
	font-style: normal;
}

.project a:hover h2 em {
	color: #FFFFFF;
}

#footer {
	clear: both;
	height: 100px;
}
