/*
Theme Name: Glyphix Portfolio
Theme URI: http://www.glyphix.com
Description: Glyphix portfolio site.
Version: 1.0
Author: Glyphix
Author URI: http://www.glyphix.com
Tags: glyphix
*/

/*
	home main green: #92954c
	home dark green: #757643

	secondary main green: #c0bf6c

	selection: #fff200
 */

body {
	background-color: #92954c;
	color: white;
}

h1 {
	display: none;
}
h1, h2, h3, h4 {
	font-family: Verdana, Helvetica, sans-serif;
	color: white;
}
h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 2.5em;
	font-style: italic;
	line-height: 110% !important;
	color: #ced0a5;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.6em;
}

a {
	text-decoration: underline;
}

.link {
	opacity: 0.30;
	filter: alpha(opacity=30);
}
.link a {
	padding: 4px 6px;
	color: white;
	background-color: black;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.link a:hover {
	color: #fff200;
}

h2.link {
	padding: 8px 13px;
	background-color: black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: 0.30;
	filter: alpha(opacity=30);
}
h2.link a {
	background: none;
	padding: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}

td {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

p {
	font-size: 110%;
	line-height: 160%;
}

blockquote {
	font-size: 250% !important;
	font-style: italic;
	font-family: Georgia, Times New Roman, serif;
	line-height: 110% !important;
	color: #ced0a5;
	margin: 0;
	padding-right: 1em;
}
	blockquote p {
		font-size: 100%;
		line-height: 1.4em;
	}

table {
	border: 0;
	border-collapse: collapse;
	width: auto;
}

#header {
	position: relative;
	height: 100px;
}
	#header ul.nav li a {
		background-color: black;
		padding: 0.2em 0.7em;
		text-decoration: none;
		font-family: Georgia, Times New Roman, serif;
		font-size: 1em;
		opacity: 0.5;
		filter: alpha(opacity=50);
		-moz-border-radius-bottomleft: 3px;
		-moz-border-radius-bottomright: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
	}

ul.nav {
	list-style-type: none;
	font-size: 150%;
	overflow: hidden;
	margin: 0;
}
	ul.nav li {
		display: inline;
		height: 55px;
	}
		ul.nav li a {
			color: white;
			display: block;
			float: left;
			margin-right: 1em;
			font-size: 0.7em;
			white-space: nowrap;
		}
		ul.nav li a:visited {
			color: white;
		}
		ul.nav li a:hover {
			text-decoration: underline;
			color: #fff200;
		}

		ul.nav li.here {
			color: #fff200;
		}
			ul.nav li.here a {
				color: #fff200;
				text-decoration: none;
			}

#strip {
	height: 400px;
	position: relative;
}
	#strip div.intro {
		position: absolute;
		bottom: 0;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#strip div.flipper {
		height: 400px;
		overflow: hidden;
	}
	#strip ul {
		list-style-type: none;
		overflow: hidden;
		margin: 0;
		display: block;
	}
		#strip li {
			display: block;
			float: left;
			margin: 0;
			padding: 0;
		}
			#strip li img {
				height: 400px;
			}

div.intro {
	background-color: black;
	padding: 20px 40px;
	font-size: 1.2em;
	line-height: 2em;
	opacity: 0.65;
	filter: alpha(opacity=65);
}
body.home div.intro {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
	#home div.intro p {
		padding: 20px 0;
		font-size: 1.2em;
		margin: 0;
	}

#structure {
	padding-bottom: 6em;
}
#structure h2 {
	margin-bottom: 0 !important;
}

#footer {
	height: 3em;
	background-color: black;
	opacity: 0.5;
	filter: alpha(opacity=65);
}
	#footer p {
		padding: 10px 40px;
		font-size: 0.8em;
	}
	#footer p.location {
		float: right;
	}

body.home #footer {
	margin-top: 0;
}
body.home #structure {
	margin-top: 3em;
}

body.secondary #structure {
	background-color: black;
	opacity: 0.50;
	filter: alpha(opacity=50);
	padding: 2em 0;
	overflow: hidden;
}
body.secondary #structure h2 {
	font-size: 2em;
}

/* make sure bios are long enough to show the entire profile pic */
.bio {
	min-height: 250px;
}

/********* portfolio items *********/
div.portitem,
div.prose {
	padding: 20px 0;
	border-top: 2px #bec09d solid;
	overflow: hidden;
}
div.prose { border: 0; }
	div.portitem.first {
		border: 0;
	}
	div.portitem div.zoom {
		text-align: center;
		position: relative;
	}
	div.portitem div.waiter {
		background: #92954C url(style/images/ui/ajax-loader.gif) no-repeat center center;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		min-height: 100px;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
	ul.inline {
		list-style-type: none;
		margin: 0;
		overflow: hidden;
	}
		ul.inline li {
			display: inline;
		}
			ul.inline li a {
				display: block;
				float: left;
				outline: none;
				margin: 0 0.5em 0.5em 0;
			}
			ul.inline li a.here {
				opacity: 0.4;
				filter: alpha(opacity=40);
			}
			ul.inline li img {
				vertical-align: middle;
			}

	.larry-cohen {
		background: transparent url(style/images/cohen-bw.png) no-repeat 10% bottom;
	}
	.david-ullman {
		background: transparent url(style/images/ullman-bw.png) no-repeat 10% bottom;
	}
	.briz {
		background: transparent url(style/images/briz-bw.png) no-repeat 10% bottom;
	}
	.brad-wilder {
		background: transparent url(style/images/wilder-bw.png) no-repeat 10% bottom;
	}

div.prose,
div.prose * {
	line-height: 1.5em;
}
div.prose.first {
	border: 0;
}
	/*
	div.prose p {
		font-size: 110%;
	}
	*/


#way a,
#way a:visited {
	color: white;
}

#awards ul.inline li {
	margin: 0;
	paddign: 0;
}
#awards ul.inline li img {
	margin: 0 0.5em 0.5em 0;
}

/*
Sticky Footer by Ryan Fait
http://ryanfait.com/
*/
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -3em; /* the bottom margin is the negative value of the footer's height */
}
#footer, .push {
	height: 3em; /* .push must be the same height as .footer */
}

/************ pagination *************/
/*
 * WP-Paginate - WordPress Pagination Function
 * Revision: $Id: wp-paginate.css 153537 2009-09-10 13:26:24Z emartin24 $
 * Copyright (c) 2009 Eric Martin http://www.ericmmartin.com/projects/wp-paginate/
 */
.navigation {border-top: 1px solid #154715; overflow: hidden; padding-top: 0.5em;} 
.wp-paginate {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none; line-height: 2em;}
.wp-paginate a {background:#ddd; border:1px solid #ccc; color:#666; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#154715; color:#CED0A5;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#154715; border:1px solid #89adcf; margin-right:4px; padding:3px 6px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

/* style overrides for comments pagination */
.wp-paginate-comments {}
.wp-paginate-comments li {}
.wp-paginate-comments a {}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {}
.wp-paginate-comments .title {}
.wp-paginate-comments .gap {} 
.wp-paginate-comments .current {}
.wp-paginate-comments .page {}
.wp-paginate-comments .prev, .wp-paginate-comments .next {}

