/*
----------------------------------------------
 Andy Hussey / Global styles
 Developed by Ollie Bettany / Twist Internet
 Created: 06/01/10
----------------------------------------------
*/

/* IMPORTANT: BORDER COLOR = #765751, LINK COLOR #f70012: 
 Do a find and replace on this in order to replace this color throughout site */
 

/* RESET CSS BY ERIC MEYER */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*---------------
generic styles */


@font-face { 
	font-family: "Monaco";
	src: url("/javascripts/Monaco.ttf") format("truetype");
}

body {
	color: #646568;
	/* font-family: "Lucida Console", "Monaco", "Courier New", Courier, monospace; */
	/* font-family: "Monaco", "Courier New", Courier, monospace; */ 
	font-family: "Monaco", Monaco, "Courier New", Courier, monospace;
	background: #adadad url(../images/bg-body.png);
	font-size: 67.5%;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari 3.0 and Opera 9 rules here */
	/*
	body {
		font-size: 80%;
	}
	*/
}

a {
	color: #2b1c25;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

strong {
	font-weight: bolder;
}


/* skip link */

#pagetop {
	overflow: visible; 
	height: 0px;
	margin: 0;
	padding: 0;
}

#pagetop p {	
	overflow: visible;
	height: 0px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#skiplink { 
	position: absolute;
	top: 0;
	left: -9999em;
	font-size: 1.8em;
}

#skiplink:focus, 
#skiplink:active,
#skiplink:hover {
	left: 50%;
	color: #fff;
	background: #c11d1b;
	padding: 0.3em;
	text-decoration: none;
	display: block;
	border: 1px solid #fff;
	z-index: 100;
}

	#wrapper {
		width: 1003px;
	}

/* header */

	#header {
		padding: 20px;
		background: #fff;
		min-height: 105px;
	}
	
		#header h1,
		#header h2,
		#header p {
			color: #000;
			float: left;
			line-height: 1.2em;
		}
		
		#header h1,
		#header h2,
		#header p  {
			padding-top: 16px;
			min-height: 73px;
			border-top: #765751 solid 16px;
			border-bottom: #765751 solid 1px;
			font-size: 2em;
		}
		
			#header h1 a,
			#header h2 span {
				display: block;
				text-indent: -1000em;
				background: url(../images/sprite.png) no-repeat;
			}
		
		#header h1 {
			font-weight: bolder;
			width: 214px;
			margin-right: 48px;
		}
			#header h1 a {
				width: 153px;
				height: 23px;
				background-position: -653px 0;
			}
		
		#header h2 {
			width: 468px;
			margin-right: 12px;
		}
		
			#header h2 span {
				width: 184px;
				height: 49px;
				background-position: -814px 0;
			}
		
		#header p {
			border-top: #765751 solid 1px;
			margin-top: 15px;
			font-size: 1.2em;
			width: 221px;
		}
			/*
			#header p span {
				color: #f70012;
			}
			*/
			
/* main-nav */

	#main-nav {
		list-style: none;
		font-size: 2em;
		margin-bottom: 40px;
	}
	
		#main-nav li {
			margin-bottom: 13px;
		}
		
			#main-nav li a {
				display: block;
				text-indent: -1000em;
				background: url(../images/sprite.png) no-repeat;
			}
			
			/* home */
			#main-nav li#home a {
				background-position: 0 0;
				width: 77px;
				height: 18px;
			}
			#main-nav li#home a:hover {
				background-position: 0 -46px;
			}
			#main-nav li#home a.current {
				background-position: 0 -23px;
			}
			
			/* about */
			#main-nav li#about a {
				background-position: -83px 0;
				width: 81px;
				height: 18px;
			}
			#main-nav li#about a:hover {
				background-position: -83px -46px;
			}
			#main-nav li#about a.current {
				background-position: -83px -23px;
			}
			
			/* work */
			#main-nav li#work a {
				background-position: -170px 0;
				width: 72px;
				height: 18px;
			}
			#main-nav li#work a:hover {
				background-position: -170px -46px;
			}
			#main-nav li#work a.current {
				background-position: -170px -23px;
			}
			
			/* contact */
			#main-nav li#contact a {
				background-position: -250px 0;
				width: 94px;
				height: 18px;
			}
			#main-nav li#contact a:hover {
				background-position: -250px -46px;
			}
			#main-nav li#contact a.current {
				background-position: -250px -23px;
			}
			
			#main-nav li a.current {
				cursor: default;
			}

/* content containers */

	.content {
		padding: 20px;
		background: #fff url(../images/content-divider.gif) no-repeat 20px bottom;
	}
	
	#main .content {
		float: left;
	}
	
		.content .leftcol {
			width: 214px;
			margin-right: 48px;
			float: left;
		}
		
		.content .maincol {
			width: 701px;
			float: left;
		}

		.content .textcol {
			float: left;
			margin-right: 12px;
			width: 228px;
		}
		
		.content .last-textcol {
			margin-right: 0;
		}

/* content elements */
		
			.content .maincol img {
				float: right;
				margin-left: 20px;
			}
		
		.content p {
			font-size: 1.1em;
			line-height: 1.4em;
			margin-bottom: 20px;
		}
		
		.content h3,
		.content h4 {
			font-size: 1.1em;
			margin-bottom: 5px;
			font-weight: normal;
			color: #000;
		}
			.content h3 span,
			.content h4 span {
				color: #646568;
			}
			
		
		.content h3 {
			margin-left: 1px;
		}
			
		.content h4 {
			float: right;
			position: relative;
			top: -1em;
		}
		
/* BODY CONTENT OVERRIDES */

		/*
		body.home .content {
			overflow: hidden;
		}
		*/

		body.home .content .maincol img,
		body.work .content .maincol img {
			float: none;
			margin-left: 0;
		}
		
		body.about .content {
			background-image: none;
		}
		
			body.about #main .content {
				min-height: 496px;
			}

/* nav (used in slideshow and footer ) */

		.content .nav, 
		.stripTransmitter ul {
			list-style: none;
			float: left;
			font-size: 1.1em;
			line-height: 1.2em;
			margin-top: 5px;
		}
		
			.content .nav li, 
			.stripTransmitter ul li {
				float: left;
				background:url(../images/bullet-slideshow-nav.png) no-repeat left 3px;
				padding-left: 10px;
				margin-right: 6px;
			}
			
			.content .nav li.first,
			.stripTransmitter ul li:first-child {
				padding: 0;
				background: none;
			}
			
			.content .nav li a.current,
			.stripTransmitter a.current, 
			#footer .content .footer-nav .nav a.current { 
				color: #765751;
				text-decoration: none; 
				cursor: default;
			} 


/* slideshow */

		.content .single {
			margin-bottom: 1.7em;
			width: 701px;
			overflow: hidden;
		}

		.content .slideshow p {
			float: left;
			margin-left: 10px;
		}

		.content .slideshow .slides {
			list-style: none;
			margin-bottom: 10px;
		}
		
			.content .slideshow .slides img {
				cursor: pointer;
			}
			
/* preload classes */ 

/*
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 */
 
/* core classes */
 
	.stripViewer {  
		position: relative; 
		overflow: hidden;  
		width: 701px;
		height: 480px;
	} 
	
		.stripViewer ul { /* this is your UL of images */ 
			margin: 0; 
			padding: 0; 
			position: relative; 
			left: 0; 
			top: 0; 
			width: 1%; 
			list-style-type: none; 
		} 
			.stripViewer ul li {  
				float:left;
				overflow: hidden;  
				background: url(../images/bg-gallery-loading.png) no-repeat left top;
				width: 701px;
				height: 480px;
			} 
			
				.stripViewer ul li.flash img {
					z-index: 999;
					position: absolute;
					top: 0;
				}
		
			
	.stripTransmitter { 
		overflow: hidden; 
		width: 1%; 
	} 
			
			
/* footer */

		#footer .content {
			background-image: none;
			margin-bottom: 50px;
			overflow: hidden;
			clear: left;
		}
		
			#footer .content .nav {
				margin-top: 0;
			}
		
			#footer .content .minor-nav {
				margin-bottom: 88px;
			}
		
			#footer .content .minor-nav h3,
			#footer .content .minor-nav a {
				display: block;
				text-indent: -1000em;
				background: url(../images/sprite.png) no-repeat;
			}
			
			#footer .content .minor-nav h3 {
				float: left;
				width: 134px;
				height: 18px;
				background-position: -512px 0;
			}
		
			#footer .content .footer-nav {
				background: #fff url(../images/footer-divider.gif) no-repeat left top;
				padding-top: 10px;
			}
					
			#footer .content .minor-nav .nav {
				float: right;
				margin-right: -10px;
			}
			
				#footer .content .minor-nav .nav li {
					background: #fff url(../images/bullet-minor-nav.png) no-repeat left 2px;
					padding-left: 15px;
					margin-right: 10px;
				}
				#footer .content .minor-nav .nav li.prev {
					background: none;
					padding-left: 0;
				}
				
					#footer .content .minor-nav .nav li.prev a {
						width: 47px;
						height: 18px;
						background-position: -371px 0
					}
					#footer .content .minor-nav .nav li.prev a:hover {
						background-position: -371px -23px;
					}
					#footer .content .minor-nav .nav li.prev a.inactive {
						background-position: -371px -46px;
						cursor: default;
					}
					
					#footer .content .minor-nav .nav li.next a {
						width: 82px;
						height: 18px;
						background-position: -424px 0;
					}
					#footer .content .minor-nav .nav li.next a:hover {
						background-position: -424px -23px;
					}
					#footer .content .minor-nav .nav li.next a.inactive {
						background-position: -424px -46px;
						cursor: default;
					}
				
			#footer .content p {
				margin-bottom: 0;
			}
			
			#footer .content p.copy {
				float: left;
				width: 214px;
				margin-right: 48px;
			}
			#footer .content p.date {
				float: right;
			}
			
				#footer .content .footer-nav .nav a {
					color: #646568;
				}
				
