/* @override 
	http://cnolle.com/css.php?n=project
	http://cnolle.com/css/project.css
*/

/* Stylesheet for cnolle.com
 * Christian Nolle, 2010
 * Version 32, Release B
 */

@import url(reset.css);

/* Universal Clearer */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Other */

a:active {
  outline: none;
}

a {
  outline: none;
}

:focus {
  -moz-outline-style: none;
}

body {
	font-family:georgia,serif;
	font-size:62.5%;
	color: #222;
	text-align:center;
	background: #fff;
}

#navigation {
	margin: 20px auto;
	overflow:hidden;
	width: 960px;
}

ul#topnav {
	list-style:none;
	margin: 0;
	padding: 0;
}
	ul#topnav li {
		font:bold 22px helvetica,arial,sans-serif;
		text-transform:uppercase;
		color: #ccc;
	}

	ul#topnav li.misc {
		float: left;
		display:block;
		margin: 2px 0 0 0;
	}

	ul#topnav li a {
		color: #ccc;
		text-decoration:none;
	}
	
	ul#topnav li a:hover {
		color: #f97648;
	}


a.prev {
	position:absolute;
	top: 250px;
	left: 20px;
	width: 20px;
	height: 20px;
	display:block;
	float:left;
	text-indent:-1000px;
	background:url(../assets/prev-btn.gif) no-repeat top left;
}


a.next {
	position:absolute;
	top: 250px;
	right: 20px;
	width: 20px;
	height: 20px;
	display:block;
	float:left;
	text-indent:-5000px;
	background:url(../assets/next-btn.gif) no-repeat top left;
}

.imageframe { 
	margin: 0 auto; 
	position:relative;
	border: 1px solid #e8e5cd;
	width: 960px; 
}


.imageframe, ul#work li { 
	width: 960px; 
	position:relative;
	z-index:1;
}

ul#work {
	list-style:none;
}
	
ul#work li { 
	margin: 20px 0; padding: 0 
}

	ul#work li img { 
		border: 1px solid #ccc; 
		background-color: #eee; 
		margin: auto; 
		display: block; 
		position:relative;
	}

	ul#work li span {
		display:block;
		margin: 0;
		text-align:center;
		font-size: 1.2em;
		
	}

	ul#work li img {
		border: 1px solid #f1f1f1;
	}
