/****** FILE: themes/jono2010/css/reset.css *****/
/* 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 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1;
	font-weight: 300;
}
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;
}

/****** FILE: themes/jono2010/css/typography.css *****/
/** 
 * This typography file is included in the WYSIWYG editor and the front end. It provides
 * a place to add link styles and font styles you would like in the CMS and the Front End.
 */

 
/* GENERIC STYLES 
-------------------------------------------- */
 
body.mceContentBody {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	width: 560px;/*Match design*/
	padding: 20px;/*Match design*/
	border-right: 1px #ccc dashed;
	background: #0b0b0b;
	color: #818181;
	}

.typography strong {
	color: #fff;
	}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p {
 	line-height: 1.5em;
	font-size: .8125em; /* 13px */
	margin: 0 0 10px 0;
	/* opacity: .999; */ /* Makes text render lighter */
	}
.typography p.intro {
	font-size: 1.0635em; /* 17px */
 	line-height: 1.4em;
	}

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	font-style: italic;
	margin-left: 20px;
	}

/* LINKS 
-------------------------------------------- */

a { 
 	text-decoration: none;
 	color: #1186ef;
	}
	a:focus,
	a:hover,
	a:active { 
 		color: #fff;
		}

	/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding: 2px;
		padding-left: 20px;
		background: url(/themes/jono2010/images/icons/page_white_acrobat.png) no-repeat left center;
		}
	.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(/themes/jono2010/images/icons/page_word.png) no-repeat left center;
		}
	.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls {
		padding: 2px;
		padding-left: 20px;
		background: url(/themes/jono2010/images/icons/page_excel.png) no-repeat left center;
		}
	.typography a[href$=".gz"],
	.typography a[href$=".GZ"],
	.typography a[href$=".gzip"],
	.typography a[href$=".GZIP"],
	.typography a[href$=".zip"],
	.typography a[href$=".ZIP"],
	.typography a.archive {
		padding: 2px;
		padding-left: 20px;
		background: url(/themes/jono2010/images/icons/page_white_zip.png) no-repeat left center;
		}
	.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application {
		padding: 2px;
		padding-left: 20px;
		background: url(/themes/jono2010/images/icons/application.png) no-repeat left center;
		}

/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
	margin: 0 0 1.5em 1.5em;
	color: #333;
	}
	.typography li {
 		line-height: 1.5;
		font-size: 0.8125em; /* 13px */
		margin: .5em 0;
		}
	.typography ol li {
		list-style-type: decimal;
		}
	.typography ul li {
		list-style-type: disc;
		}
		.typography li ul,
		.typography li ol {
			margin-top: .25em;
			margin-bottom: .5em;
			}
		.typography li li {
			font-size: 1em;
			}
		.typography li ol li {
			list-style-type: lower-roman;
			}
		.typography li ul li {
			list-style-type: square;
			}
			.typography li li ol li {
				list-style-type: lower-alpha;
				}
			.typography li li ul li {
				list-style-type: circle;
				}

		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1,
.typography h2 {
	margin: 2em 0 1em 0;
	font-size: 0.8125em; /* 13px */
	font-weight: 300;
	line-height: 1.3em;
	color: #fff;
	padding: 0 0 9px 0;
	border-bottom: 1px solid #2c2c2c;
	}
#Breadcrumbs p {
	margin: 2em 0 1em 0;
	}

#Header h1,
#Header h2 {
	font-weight: 300;
	font-size: 1.0625em; /* 17px */
	margin: 35px 0 22px 18px;
	}
	#Header h1 strong,
	#Header h2 strong {
		font-size: 1.1765em; /* 20px */
		font-weight: 500;
		}

.typography h3,
.typography h4,
.typography h5,
.typography h6,
.typography h7 {
	margin: 10px 0 0 0;
	font-size: 0.8125em; /* 13px */
	font-weight: 300;
	color: #fff;
	line-height: 1.5em;
	}

#GalleryPage h1,
#FlickrPage h1,
#ProjectPage h1 {
	margin: 12px 0;
	font-size: 0.8125em; /* 13px */
	font-weight: 300;
	line-height: 1.2em;
	}

/* PRE STYLES 
-------------------------------------------- */	
.typography pre {
	font-family: "Courier New",Courier;
	display: block;
	font-size: 1em;
	margin: 2em 0;
	padding: 0.5em;
	border: 1px #ccc solid;
	background: #eee;
	}

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	margin: 0 0 1.22em 0;
	border-collapse: collapse;
	}
	.typography  td,
	.typography  th {
		color: #666;
		font-size: 0.8125em; /* 13px */
		border: 1px solid #BABABA;
		padding: .385em .692em; /* 5px 9px */
		line-height: 1.5em;
		}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
	}
.typography .center {
	text-align: center;
	}
.typography .right {
	text-align: right;
	}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
	margin: 0 0 1.22em 0;
	font-size: 0.8125em; /* 13px */
	}
	.typography img.right,
	.typography div.right {
		float: right;
		margin: 0 0 1em 2em;
		}
	.typography img.left,
	.typography div.left {
		float: left;
		margin: 0 2em 1em 0;
		}
	.typography div.captionImage img {
		float: none;
		margin: 0;
		}
	.typography div.captionImage p {
		text-align: left;
		margin: 0;
		font-size: 12px;
		color: #666;
		}
	.typography img.leftAlone {
		}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
		}

/* FORMS (Basic only)
-------------------------------------------- */

label {
	font-size: 0.8125em; /* 13px */
	}

/* HACKS / FIXES
-------------------------------------------- */

.typography p  td,
.typography  p th,
.typography p ul li,
.typography p ol li,
.typography p label {
	font-size: 1em; /* 13px - to account for incorrectly nested elements in CMS output */
	}

/****** FILE: themes/jono2010/css/form.css *****/
@media screen {
	/* GENERIC FORM STYLING */
	.typography form {
		margin: 0 0 10px 0;
		}
			
	/* Messages */
	.message,
	.typography .message {
		color: red;
		padding: 5px 0;
		margin: 15px 0 10px 0;
		font-size: 13px;
		}
	span.message {
		width: 250px;
		}
	
	/* Layout */
	
	form div.field,
	form p.field {
	 	line-height: 1.5em;
		margin: 0 0 10px 0;
		}
	
	form div.Actions p {
		margin: 0;
		}
	
	/* Form Elements */
	
	form .field label {
		margin: 0 0 3px 0;
		}
	
	form input.text,
	form textarea,
	form select,
	form input.numeric,
	form input.year {
		width: 200px;
		color: #000;
		background: #f8f8f8;
		border: none;
		padding: 3px;
		font-family: inherit;
		font-size: 15px;
		}
	
	form input.action{
		font-family: inherit;
		font-size: 13px;
		background: #1186ef;
		color: #fff;
		border: none;
		padding: 5px;
		line-height: 1;
		font-weight: 300;
		}
}


/****** FILE: themes/jono2010/css/global.css *****/
@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;
		}
}

/****** FILE: themes/jono2010/css/print.css *****/
@media print {
	body {
	   background: white;
	   font-size: 12pt;
	   }
	#Header h2 {
		margin: 0 0 1em 0;
		}
	#SearchForm_SearchForm,
	#Navigation,
	#Sidecol,
	#SilverStripeNavigator,
	#SilverStripeNavigatorMessage,
	#Subnavigation {
	   display: none;
	   }
	.wrapper,
	#Sidebar {
	   width: 100%;
	   margin: 0;
	   padding: 0;
	   border: 0;
	   float: none !important;
	   color: black;
	   background: transparent none;
	   }
	.typography a {
	   background: transparent;
	   text-decoration: underline;
	   }
	.typography a:after {
	   content: " (" attr(href) ") ";
	   font-size: 80%;
	   }
	.typography a[href^="/"]:after {
	   content: " (http://jonathonmenz.com" attr(href) ") ";
	   font-size: 80%;
	   }
}

