@media screen {

	/* CONTAINER
	----------------------------------------- */
	body {
		text-align: center;
		background: #121212 url(/themes/jono2010/images/bg.png) repeat center top;
		color: #818181;
		min-width: 978px; /* Match wrapper - for background consistency */
		}
	.wrapper {
		width: 978px;
		margin: 0 auto;
		text-align: left;
		position: relative;
		left: 0;
		top: 0;
		padding: 1px 0;
		}
	#Layout {
		background: #000 url(/themes/jono2010/images/bg-alpha-sim.png);
		background-color: rgba(0,0,0,.4);
		-moz-border-radius: 9px;
		-webkit-border-radius: 9px;
		border-radius: 9px;
		padding: 1px 0 1px 18px;
		position: relative;
		left: 0;
		top: 0;
		}
	
	a,
	a span,
	a span.fade img {
	  -webkit-transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease; 
	     -moz-transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease; 
	       -o-transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease; 
	          transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
	}
	
	
	/* HEADER
	----------------------------------------- */
	
	#Header {
		}
	
	
	/* MAIN NAVIGATION - TABS
	----------------------------------------- */
	
	#Navigation {
		z-index: 100;
		font-size: .8125em; /* 13px */
		}
		#Navigation ul {
			position: absolute;
			right: 9px;
			top: 33px;
			}
		#Navigation ul li {
			float: left;
			position: relative;
			left: 0;
			top: 0;
			}
		#Navigation ul li a.top {
			display: block;
			line-height: 1;
			overflow: hidden;
			color: #1186ef;
			text-decoration: none;
			padding-right: 9px;
			}
		#Navigation ul li a.top span {
			display: block;
			height: 1em;
			padding: 9px 2px 9px 11px;
			}
		#Navigation ul li a.top:focus,
		#Navigation ul li a.top:hover,
		#Navigation ul li a.top:active,
		#Navigation ul li.section a.top:focus,
		#Navigation ul li.section a.top:hover,
		#Navigation ul li.section a.top:active,
		#Navigation ul li.current a.top:focus,
		#Navigation ul li.current a.top:hover,
		#Navigation ul li.current a.top:active {
			color: #fff;
			}
		#Navigation ul li.section a.top,
		#Navigation ul li.current a.top {
			color: #fff;
			background: transparent url(/themes/jono2010/images/nav-bg.png) no-repeat right bottom;
			}
		#Navigation ul li.section a.top span,
		#Navigation ul li.current a.top span {
			background: transparent url(/themes/jono2010/images/nav-bg.png) no-repeat left bottom;
			}
	
	
	/* SIDEBAR
	-------------------------------------- */
	
	/*
	#Sidebar {
		float: right;
		width: 200px;
		}
	*/
	
	
	/* SUB NAVIGATION
	-------------------------------------- */
	
	#Subnavigation {
		font-size: 0.8125em; /*13px*/
		}
		#Subnavigation li a {
			background: #cc99cc;
			display: block;
			line-height: 1.2;
			padding: .5em 1em;
			border-bottom: 1px solid #fff;
			text-decoration: none;
			color: #fff;
			}
			#Subnavigation li a:focus,
			#Subnavigation li a:hover,
			#Subnavigation li a:active {
				background: #996699;
				color: #fff;
				}
			#Subnavigation li a.current,
			#Subnavigation li a.current:focus,
			#Subnavigation li a.current:hover,
			#Subnavigation li a.current:active {
				background: #ffffff;
				color: #660066;
				}
			#Subnavigation li a.parent {
				border-right: 5px solid #000;/*Make this a downward pointing arrow or similar*/
				}
				#Subnavigation li ul li a {
					background: #ccc;
					padding-left: 2em;
					}
	
	
	
	/* CONTENT
	---------------------------------------- */
	#Content {
		padding: 0 36px 18px 18px;
		min-height: 300px;
		}
	#Content .col1 {
		width: 426px;
		float: left;
		}
	#Content .col2 {
		width: 426px;
		float: right;
		}
	
	
	/* FOLIO
	------------------------------------------------ */
	
	#Folio {
		padding: 17px 0 0 0;
		}
	
	#Folio .project {
		float: left;
		width: 300px;
		padding: 0 21px 17px 0;
		}
	
	#Folio .col-3 {
		padding-right: 0;
		}
	
	#Folio .project a {
		display: block;
		width: 300px;
		overflow: hidden;
		}
	
	#Folio .project a span.fade {
		height: 173px;
		}
	
	#Folio .project h3 {
		margin: 0;
		}
	
	#ProjectNav {
		position: absolute;
		right: 18px;
		top: 10px;
		z-index: 100;
		}
	#ProjectNav li {
		width: 19px;
		float: left;
		}
	#ProjectNav a {
		display: block;
		height: 19px;
		background: #0e2b46 url(/themes/jono2010/images/slide-pager-bg.png) no-repeat left top;
		font-size: 0.8125em; /* 13px */
		}
	#ProjectNav a span {
		position: absolute;
		left: -300px;
		top: 2px;
		width: 300px;
		text-align: right;
		display: none;
		}
	#ProjectNav a.current,
	#ProjectNav a:active {
		background-color: #1186ef;
		}
	#ProjectNav a:focus,
	#ProjectNav a:hover {
		background-color: #fff;
	 	color: #1186ef;
		}
	#ProjectNav a:focus span,
	#ProjectNav a:hover span {
		display: block;
		}
	
	
	
	/* FOLIO
	------------------------------------------------ */
	
	.jq #inline-shadowbox {
		display: none;
		}
	
	#inline-shadowbox-content {
		padding: 20px;
		}
	#inline-shadowbox-content h2 {
		margin-top: 0;
		}
		
	
	/* IMAGE LINKS
	-----------------------------------------------*/
	
	a span.fade {
		margin: 0 0 5px 0;
		display: block;
		background: #3399ff;
		}
	
	a span.fade img {
		margin: 0;
		display: block;
		background: black;
		}
	
	a:hover span.fade img {
		opacity: .8;
		}
	
	
	/* GALLERY
	------------------------------------------------ */
	
	#Gallery a {
		float: left;
		width: 142px;
		height: 142px;
		padding: 0 18px 18px 0;
		}
	
	#Gallery h3 {
		margin: 0;
		}
	
	
	/* HOME
	-----------------------------------------------*/
	
	#Feature {
		position: relative;
		left: 0;
		top: 0;
		padding: 17px 18px 10px 0;
		}
	
	#Slides p {
		text-align: right;
		margin: 0;
		}
	
	#Slides p img {
		display: block;
		margin: 0 0 5px 0;
		}
	
	#Slides a span.title {
		display: block;
		background: transparent url(/themes/jono2010/images/arrow.png) no-repeat right 7px;
		padding: 0 10px 0 0;
		}
	
	#Slides a {
		display: block;
		}
	
	#FeatureSlideNav {
		position: absolute;
		left: -5px;
		bottom: 8px;
		z-index: 100;
		}
	#FeatureSlideNav a {
		display: block;
		width: 19px;
		height: 19px;
		background: #0e2b46 url(/themes/jono2010/images/slide-pager-bg.png) no-repeat left top;
		text-indent: 30px;
		overflow: hidden;
		float: left;
		}
	#FeatureSlideNav a.activeSlide,
	#FeatureSlideNav a:active {
		background-color: #1186ef;
		}
	#FeatureSlideNav a:focus,
	#FeatureSlideNav a:hover {
		background-color: #fff;
		}
	
	
	/* CONTACT
	--------------------------------------------- */
	
	#ContactPage .col1 {
		width: 586px;
		}
	#ContactPage .col2 {
		width: 284px;
		}
	#ContactPage textarea {
		width: 546px;
		padding: 20px;
		height: 180px;
		}
	#ContactPage #Name,
	#ContactPage #Phone,
	#ContactPage #Email {
		float: left;
		width: 183px;
		}
	#ContactPage #Phone,
	#ContactPage #Email {
		margin-left: 18px;
		}
	#ContactPage #Name input,
	#ContactPage #Phone input,
	#ContactPage #Email input {
		width: 177px;
		}
	#ContactPage form .field label {
		display: block;
		margin: 0 0 3px 0;
		}
	#ContactPage div.Actions {
		text-align: right;
		}
	div.error label {
		display: block;
		color: red;
		margin: 0 0 10px 10px;
		float: right;
		}
	form input.error,
	form textarea.error {
		background: #ffbfbf;
		}
	
	
	/* FOOTER
	----------------------------------------------- */
	
	#Footer {
		padding: 16px 18px;
		}
	#Footer p {
		font-size: 0.75em; /* 12px */
		}
	#Footer a {
		color: inherit;
		}
	#Footer a:focus,
	#Footer a:hover,
	#Footer a:active {
		color: #fff;
		}
	
	
	/* MISC
	----------------------------------------------- */
	
	.hide {
		display: none;
		}
	
	span.separator {
		font-size: 0px;
		color: #000;
		padding: 9px 2px 1px 7px;
		background: transparent url(/themes/jono2010/images/arrow.png) no-repeat 2px bottom;
		}
	
	span.pipe {
		font-size: 0px;
		color: #000;
		padding: 9px 8px 0 0;
		background: transparent url(/themes/jono2010/images/pipe.png) no-repeat 3px bottom;
		}
		
	/* custom selection colors */
	
	::-moz-selection {
		color: #fff;
		background: #1186ef;
		}
	::selection {
		color: #fff;
		background: #1186ef;
		}
	
	
	/* Clear child floats */
	.clear:after {
		display: block;
		clear: both;
		content: ".";
		visibility: hidden;
		height: 0;
		}
	
	/* CMS integration */
	
	#SilverStripeNavigator {
		z-index: 1000;
		}
}