/*
	all.css
	kyleis.com
	(c) 2010 Kyle Turman
*/

body {
	background: #fefcf7;
	font-family: 'ExpresswayCondensedExtraLight', sans-serif;
	letter-spacing: 1px;
	height: 100%;
	margin: 0;
	padding: 0;
}

#main {
	margin: 20px auto;
	width: 900px;
}

img {
	border: none;
}

/* 
 * Header Elements
 */

#header {
	margin-top: 20px;
}

	#header h1.logo {
		height: 70px;
		margin: 0 auto;
		padding: 0;
		position: relative;
		width: 350px;
	}

	#header ul#menu {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		#header ul#menu li {
			display: block;
			margin-top: 20px;
			text-align: center;
			width: 135px;
		}

			#header ul#menu li.left {
				float: left;
			}

			#header ul#menu li.right {
				float: right;
			}

/* 
 * Footer Elements
 */

#footer {
	clear: both;
	margin: 30px 0;
}

	#footer .column {
		float: left;
		width: 300px;
	}
	
		#footer .pagination {
			margin: 20px auto 0 auto;
			width: 150px;
			text-align: center;
		}
		
		#footer #lastfm #title {
			color: #D7D5D1;
			font-size: 1.3em;
			letter-spacing: 7px;
			padding: 2px 0;
		}
			#footer #lastfm #title img {
				display: block;
				float: left;
				margin-right: 3px;
				height: 20px;
				width: 20px;
			}
		
		#footer #lastfm .artist {
			display: block;
			float: left;
			height: 20px;
			letter-spacing: 1px;
			margin-left: 5px;
			overflow: hidden;
			position: relative;
			text-transform: uppercase;
			width: 145px;
			white-space: nowrap;
		}
		
			#footer #lastfm .artist img {
				height: 15px;
				margin-right: 3px;
				width: 15px;
			}
			
			#footer #lastfm .artist span {
				background:  url('../images/misc/lastfm_artist_end.png') no-repeat;
				display: block;
				float: right;
				height: 20px;
				position: absolute;
				top: 0;
				right: 0;
				width: 40px;
			}
		#footer #copyright {
			font-size: 10px;
			letter-spacing: 4px;
			margin-top: 50px;
			text-align: center;
			text-transform: uppercase;
		}

		#footer #social a {
			display: block;
			float: right;
			text-align: center;
			width: 90px;
		}

/*
 * Portfolio Page Elements
 */

#filter {
	background: url('../images/misc/scroll.jpg') no-repeat top center;
	height: 135px;
	padding-left: 160px;
}

#filter label {
	background: url('../images/misc/scroll.png') no-repeat;
	color: #FFF;
	display: block;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	height: 105px;
	letter-spacing: 1px;
	margin-right: 20px;
	padding-top: 30px;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
}

#filter label.selected {
	background: url('../images/misc/scroll_selected.png') no-repeat;
}

#filter label:hover {
	background: url('../images/misc/scroll_hover.png') no-repeat;
	cursor: pointer;
}

#filter input {
	display: none;
}

#portfolio_container {
	height: 490px;
	width: 900px;
	position: relative;
}

#portfolio {
	height: 490px;
	overflow: hidden;
	overflow-x: auto;
	position: relative;
	white-space: nowrap;
	width: 900px;
}

#portfolio_container .left, #portfolio_container .right {
	display: block;
	height: 475px;
	position: absolute;
	top: 0;
	width: 20px;
}

#portfolio_container .left {
	background: url("../images/misc/portfolio_overlay_left.png") repeat-y;
	left: -2px;
	z-index: 2;
}

#portfolio_container .right {
	background: url("../images/misc/portfolio_overlay_right.png") repeat-y;
	right: -2px;
	z-index: 2;
}

#pieces {
	list-style-type: none;
	margin: 0;
	min-width: 900px;
	padding: 10px;
	width: 1500px;
}

	#pieces li {
		float: left;
		margin: 0 10px;
		padding: 0;
		position: relative;
		text-align: center;
		
		-webkit-box-shadow: #444 0px 0px 6px;
		-moz-box-shadow: 	#444 0px 0px 6px;
	}
	
/*
 * About Page Elements
 */

#about {
	margin: 30px 0;
}

#about #left {
	float: left;
	width: 300px;
}

	#about #left a {
		display: block;
	}

	#about #left img {
		margin-bottom: 30px;
	}
	
	#about #left a, #about #left h3 {
		margin-left: 100px;
	}

#about #right {
	float: right;
	margin-top: 60px;
	width: 500px;
}

/* 
 * Anchor Elements
 */

a { 
	color: #333;
	text-decoration: none; 
}

a:hover { color: #888; }

		
/* 
 * Misc Elements
 */

.clear {
	clear: both;
}

/*
 * Tumblr Page. Shamelessly stolen from Notations tubmlr theme (http://www.tumblr.com/theme/8631)
 */

	.Post {
		margin: 0px 0px 100px 0px;
		line-height: 1.4; 
		}
		
		.Post object {
			-webkit-box-shadow: #444 0px 0px 6px;
			-moz-box-shadow: 	#444 0px 0px 6px;
		}
		
		.Post img {
			height: auto;
			width: 900px;
			-webkit-box-shadow: #444 0px 0px 6px;
			-moz-box-shadow: 	#444 0px 0px 6px;
			}
	
		.Post a.Title {
			display:block;
			line-height: 1.4;
			color: #222;
			margin-bottom:22px;
			font-family:'ExpresswayCondensedExtraLight', Helvetica, Arial, sans-serif;
			letter-spacing: 2px;
			text-transform:uppercase;
			text-decoration:none;
			border-bottom:0px;
		  	}
			.Post a.Title:hover {
				text-decoration:underline;
				}
		.Post.Single a.Title {
			margin-bottom:60px;
			}

		/* Photo Posts */
		.Post .ThePhoto a {
			border-bottom:0px;
			}
		
		/* PhotoSet Posts */
		.Post .PhotoSet embed {
			-webkit-box-shadow: #444 0px 0px 6px;
			-moz-box-shadow: 	#444 0px 0px 6px;
			}
		/* Quote Posts */
		.Post .TheQuote.short {
			font-family: 'ExpresswayCondensedExtraLight', Helvetica, Arial, sans-serif;
			font-size: 75px;
			text-transform: uppercase;
			line-height: 0.85;
			}
		.Post .TheQuote.medium {
			font-size: 54px;
			line-height: 0.9;
			font-family: 'ExpresswayCondensedExtraLight', Helvetica, Arial, sans-serif;
			text-transform: uppercase;
			}
		.Post .TheQuote.long {
			font-size: 34px;
			line-height: 1;
			font-family: 'ExpresswayCondensedExtraLight', Helvetica, Arial, sans-serif;
			text-transform: uppercase;
			}
		.Post .Quote .QuoteSource {
			font-family:'ExpresswayCondensedExtraLight', Helvetica, Arial, sans-serif;
			}

		/* Chat Posts */
		.Post .Chat li {
			list-style-type: none;
			line-height:1;
			margin-bottom:12px;
			border-bottom: 2px dotted #ccc;
			clear:left;
			}
			.Post .Chat li .Label {
				display:block;
				float:left;
				font-family:'ExpresswayCondensedExtraLight', Helvetica, Arial, sans-serif;
				}
			.Post .Chat li .Line {
				margin-left:240px;
				}

		/* Link Post */
		.Post .Link .TheLink {
			color: #222;
			font-family:'ExpresswayCondensedExtraLight', Helvetica, Arial, sans-serif;
			letter-spacing: 2px;
			text-transform:uppercase;
			text-decoration:none;
			}

		/* Audio Post */
		.Post .Audio .AlbumArt img {
			display:block;
			}
		.Post .Audio .AudioPlayerWrapper {
			background:#000;
			width:210px;
			}
		.Post .Audio .audio_player {
			border-top: 3px solid #000;
			opacity:0.8;
			height: 27px;
			margin-bottom: 6px;
			}
		.Post .Audio .SongInfo {
			font-size: 12px;
			line-height: 1;
			margin-bottom:12px;
			}
			.Post .Audio .SongInfo span {
				display:block;
				}
				
		/* Question/Answer Post */
		.Post .Answer .QuestionBox {
			background:#eee;
			height:1%;
			overflow:hidden;
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #fff;
			}
			.Post .Answer .TheAsker {
				float:left;
				}
				.Post .Answer .TheAsker .AskerPhoto {
					float:left;
					width: 96px;
					height:96px;
					overflow:hidden;
					float:left;
					margin-right:8px;
					}
				.Post .Answer .TheAsker .AskerPhoto img {
					-webkit-box-shadow: none;
					-moz-box-shadow: 	none;
					}
				.Post .Answer .TheAsker .AskerName a {
					display:block;
					float:left;
					font-size: 12px;
					line-height: 1;
					padding:8px 8px 0px;
					border-bottom: none;
					}
				.Post .Answer .Asks {
					float:left;
					font-size: 12px;
					line-height: 1;
					padding:8px 8px 0px;
					}
			.Post .Answer .TheQuestion {
				margin-left:40%;
				padding:14px;
				font-family:'ExpresswayCondensedExtraLight', Helvetica, Arial, sans-serif;
				border-left: 1px solid #ccc;
				}
			.Post .Answer .TheAnswer {
				padding:12px 48px;
				}
	
	/* Generic Post stuff */
	.Post .PostBody {
			font-size:70%;
			line-height:1.2;
			}
		.Post .PostBody a {
			color: #000;
			border-bottom:1px solid #aaa;
			text-decoration: none;
			}
		.Post .PostBody a:hover {
			color: #222;
			border-bottom:none;
			}				
		.Post .PostBody p {
			margin-bottom:22px;
			}
		.Post .PostBody ul {
			list-style: disc outside;
			padding-left:20px;
			margin-bottom:22px;
			}
		.Post .PostBody ol {
			list-style: decimal outside;
			padding-left:20px;
			margin-bottom:22px;
			}
		.Post .PostBody small {
			font-size: 11px;
			line-height:11px!important;
			}
		.Post .PostBody blockquote {
			border-left: 1px solid #AAA;
			margin-left: 40px;
			padding-left: 12px;
			margin-bottom:22px;
			}
		.Post .Bottom {
			color: #aaa;
			width: 100%;
			font-size: 12px;
			line-height: 1.5;
			margin-top:20px;
			}
			.Post .Bottom span {
				text-transform: none !important;
				padding: 0 13px 0 0;
				}
			.Post .Bottom em {font-style: normal;}
			.Post .Bottom a {
				color: #a5a5a5;
				font-family:'ExpresswayCondensedExtraLight', Helvetica, Arial, sans-serif;
				}
			.Post .Bottom a:hover { 
				text-decoration: underline;
				color:#000;
				}
			.Post .Bottom .Tags {
				display:block;
				}
		.Post .PermaPageNotes a.NotesAnchor {
			border-bottom: none;
			text-decoration: none;
			}
		ol.notes {
			width: 100%;
			border-bottom: solid 1px #ccc;
			padding: 48px 0 0 0px;
			margin: 8px 0px 0px 0px;
			list-style-type: none;
			}

			ol.notes a { color: #444444; }

			ol.notes li.note {
				color: #777;
				font-size: 10px;
				border-top: solid 1px #ccc;
				padding: 4px;
				}

				ol.notes li.note img.avatar {
			    vertical-align: -4px;
			    margin-right: 10px;
			    width: 16px;
			    height: 16px;
				}

				ol.notes li.note span.action { margin-bottom: 5px; }

				ol.notes li.note blockquote {
					border-color: #eee;
					padding: 4px 10px;
					margin: 10px 0px 0px 25px;
					}
					ol.notes li.note blockquote a { text-decoration: none; }
		
				ol.notes li.note a:hover { text-decoration: underline; }


h1, h2, h3 {
	font-weight: normal;
}

/*
	Misc
*/

.align-right {
	text-align: right;
}


/*
 * Fonts
 */

@font-face {
	font-family: 'ExpresswayCondensedExtraLight';
	src: url('fonts/expressway/exprswy_cond_exlt-webfont.eot');
	src: local('☺'), url('fonts/expressway/exprswy_cond_exlt-webfont.woff') format('woff'), url('fonts/expressway/exprswy_cond_exlt-webfont.ttf') format('truetype'), url('fonts/expressway/exprswy_cond_exlt-webfont.svg#webfontZ3xl1RKX') format('svg');
	font-weight: normal;
	font-style: normal;
}