/*  
Theme Name: Kyle J. Schroeder
Theme URI: http://www.kylejschroeder.com/
Description: A Wordpress theme designed by Kyle J. Schroeder, programmed by Andy Fowler
Author: Kyle Schroeder, Andy Fowler, Tyler Tate
*/


/* ============== */
/* = typography = */
/* ============== */

body, p {
	font-size: 12px;
	line-height: 18px;
	font-family: "Myriad Pro", Myriad, "Lucida Grande", "Helvetica", Arial, sans-serif;
	color: #000;
}
h1, h2, h3, .row h1 {
	font-weight: 500;
	font-size: 18px;
	color: #000;
}
.row .left p {
color: #888888;
}
h2, h3 {
	font-size: 14px;
	margin: 0;
	font-weight: 700;
}
h3 {
	font-size: 14px;
}
a {
	color: #b81900;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}

/* ========== */
/* = common = */
/* ========== */

.clear {
	clear: both;
}
.hidden {
	display: none;
}
.hr {
	position: relative;
	width: 100%;
	height: 1px;
	overflow: hidden;
}
	.hr div { position: relative; }
	.hr .left {
		position: absolute;
		top: 0;
		left: 0;
		width: 150px;
		height: 0;
		border-top: 1px solid #c9ccc6;
	}
	.hr .right {
		position: absolute;
		top: 0;
		left: 170px;
		width: 650px;
		height: 0;
		border-top: 1px solid #c9ccc6;
	}
.row {
	position: relative;
	width: 820px;
	color: #666;
}
.row .left {
	position: relative;
	width: 150px;
	margin-right: 20px;
	border-top: 1px solid #bfbfbf;
	float: left;
	padding-top: 10px;
	margin-bottom: 50px;
}
.row .right {
	position: relative;
	width: 650px;
	border-top: 1px solid #bfbfbf;
	float: right;
	padding-top: 10px;
	margin-bottom: 50px;
}
#images .row .left .date, #installations .row .left .date { /* hide date on non-inklings pages */
	display: none;
}

#inklings .row .right { /* on inklings pages, add some additional right padding */
	width: 525px;
	padding-right: 125px;
}
#inklings .row .right img {
	padding: 5px;
}


/* ========== */
/* = layout = */
/* ========== */

#container {
	position: relative;
	width: 820px;
	margin: 0 auto;
}
#logo {
	position: absolute;
	top: 30px;
	left: 0;
	font-size: 20px;
	line-height: 1em;
	vertical-align: bottom;
}
	#logo span {
		font-size: 10px;
		color: #bfbfbf;
		padding-bottom: 45px;
		vertical-align: bottom;
	}
#email {
	position: absolute;
	top: 33px;
	left: 170px;
	font-size: 12px;
}
	#email a {
		color: #666;
	}
#menu {
	position: absolute;
	top: 33px;
	right: 0;
	font-size: 13px;
	xline-height: 1.2em;
	z-index: 90;
}
	#menu span {
		font-size: 10px;
		color: #bfbfbf;
		padding-bottom: 45px;
		vertical-align: bottom;
	}
	#menu a {
		color: #000;
		padding: 13px;
	}
	#menu a.last {
		padding-right: 0;
	}
#top {
	position: absolute;
	top: 53px;
}
#header {
	position: absolute;
	top: 54px;
	width: 820px;
	height: 120px;
}
	#header .doors {
		position: absolute;
		top: 0;
		left: 0;
		width: 300px;
		height: 110px;
	}
		#header .doors h1 {
			position: absolute;
			top: 50px;
		}
		#header .doors .foreground {
			position: absolute;
			top: 13px;
			left: 108px;
			width: 47px;
			height: 90px;
		}
		#header .doors .middleground {
			position: absolute;
			top: 19px;
			left: 219px;
			width: 43px;
			height: 69px;
			background-image: url('images/door_middle_n.png');
			cursor: pointer;
		}
		#header .doors .background {
			position: absolute;
			top: 15px;
			left: 173px;
			width: 29px;
			height: 46px;
			background-image: url('images/door_back_n.png');
			cursor: pointer;
		}
	#header .knobs {
		position: absolute;
		top: 0;
		right: 0;
		width: 250px;
		height: 110px;
	}
		#header .knobs div {
			cursor: pointer;
		}
		#header .knobs .images {
			position: absolute;
			top: 12px;
			right: 13.25em;
			width: 52px;
			height: 46px;
			background-image: url('images/images/knob_n.png');
		}
		#header .knobs .installations {
			position: absolute;	
			top: 27px;
			right: 6.5em;
			width: 58px;
			height: 54px;
			background-image: url('images/installations/knob_n.png');
		}
		#header .knobs .inklings {
			position: absolute;
			top: 12px;
			right: -0.5833em;
			width: 51px;
			height: 47px;
			background-image: url('images/inklings/knob_n.png');
		}
#content {
	position: relative;
	top: 174px;
}

#images #header .doors .foreground { background-image: url('images/images/door_a.png'); }
#images #header .knobs .images { background-image: url('images/images/knob_a.png'); }
#images #menu .images { font-weight: 700; }

#installations #header .doors .foreground { background-image: url('images/installations/door_a.png'); }
#installations #header .knobs .installations { background-image: url('images/installations/knob_a.png'); }
#installations #menu .installations { font-weight: 700; }

#inklings #header .doors .foreground { background-image: url('images/inklings/door_a.png'); }
#inklings #header .knobs .inklings { background-image: url('images/inklings/knob_a.png'); }
#inklings #menu .inklings { font-weight: 700; }

.images #header .doors .background { background-image: url('images/images/door_back_o.png'); }
.images #header .doors .middleground { background-image: url('images/images/door_middle_o.png'); }
.images #header .knobs .images { background-image: url('images/images/knob_o.png'); }
.images #menu .images { text-decoration: underline; }

.installations #header .doors .background { background-image: url('images/installations/door_back_o.png'); }
.installations #header .doors .middleground { background-image: url('images/installations/door_middle_o.png'); }
.installations #header .knobs .installations { background-image: url('images/installations/knob_o.png'); }
.installations #menu .installations { text-decoration: underline; }

.inklings #header .doors .background { background-image: url('images/inklings/door_back_o.png'); }
.inklings #header .doors .middleground { background-image: url('images/inklings/door_middle_o.png'); }
.inklings #header .knobs .inklings { background-image: url('images/inklings/knob_o.png'); }
.inklings #menu .inklings { text-decoration: underline; }

#images.images #header .doors .middleground { background-image: url('images/door_middle_n.png'); }
#images.images #header .doors .background { background-image: url('images/door_back_n.png'); }
#images.images #menu a { text-decoration: none; }

#installations.installations #header .doors .middleground { background-image: url('images/door_middle_n.png'); }
#installations.installations #header .doors .background { background-image: url('images/door_back_n.png'); }
#installations.installations #menu a { text-decoration: none; }

#inklings.inklings #header .doors .middleground { background-image: url('images/door_middle_n.png'); }
#inklings.inklings #header .doors .background { background-image: url('images/door_back_n.png'); }
#inklings.inklings #menu a { text-decoration: none; }

#images.installations #header .doors .background { background-image: url('images/door_back_n.png'); }
#images.inklings #header .doors .middleground { background-image: url('images/door_middle_n.png'); }

#installations.images #header .doors .middleground { background-image: url('images/door_middle_n.png'); }
#installations.inklings #header .doors .background { background-image: url('images/door_back_n.png'); }

#inklings.installations #header .doors .middleground { background-image: url('images/door_middle_n.png'); }
#inklings.images #header .doors .background { background-image: url('images/door_back_n.png'); }