/*
Theme Name: Sarah Faulkner 2011
Theme URI: http://sarahfaulkner.com.au/
Description: Sarah Faulkner
Author: Jack Faulkner
Version: 1.0
*/

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #d3cfc7; color:#000; text-shadow: none; }
::selection { background:#d3cfc7; color:#000; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #d3cfc7; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #000; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

/* Fonts ///  --------------------------------------------------------------------------------------------------------------------------------- */


/* Layout ///  --------------------------------------------------------------------------------------------------------------------------------- */

html {
	height:100%;
}

body {
	position:relative;
	height:100%;
	color:#858585;
	font:400 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing:antialiased;
	background:#fff;
}

p {
	padding:0 0 10px;
}

em {
	font-style:italic;
}

h1, h2, h3, h4, h5 {
	clear:both;
	padding:0 0 10px;
}

a {
	color:#333;
	text-decoration:none;
	-moz-transition:color .15s ease-in-out;
	-webkit-transition:color .15s ease-in-out;
	transition:color .15s ease-in-out;
}

a:link, a:visited, a:active {
	color: #333;
	text-decoration:none;
}

a:hover, a:focus {
	color:#777;
	text-decoration:none;
}

.copy a:link, .copy a:visited, .copy a:active {
	border-bottom:1px dotted #000;
}

.copy a:hover, .copy a:focus {
	border-bottom:1px dotted #777;
}

ul, ol, dl {
	margin:0 0 0 16px;
	padding:0;
}

li, dt, dd {
	margin:0;
	padding:0 0 5px;
}

#intro {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	z-index:10000;
}

	#intro img {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height: auto;
		background:#fff;
	}

	#intro h1 {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:url(images/intro-logo.png) center center no-repeat;
	}
	
#intro:hover {
	cursor:pointer;
}
	
	#intro:hover h1 {
		background-image:url(images/intro-title.png);
	}
	
	#intro:hover img {
		display:none;
	}

.bgwidth { width: 100%; height:auto }
.bgheight { height: 100%; width:auto }

#wrapper {
	position:relative;
	margin:0 auto -64px;
	width:960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


#wrapper > header {
	padding-top:40px;
	height:120px;
}

	#wrapper > header h1 {
		display:block;
		width:70px;
		height:70px;
		float:left;
		background:url(images/header-logos.jpg) left top no-repeat;
	}
	
		#wrapper > header h1 a {
			display:block;
			width:70px;
			height:70px;
			border:none;
		}
	
	#wrapper > header h1.logo-0 {
		background-position: 0 0;
	}
	
	#wrapper > header h1.logo-1 {
		background-position: 0 -90px;
	}
	
	#wrapper > header h1.logo-2 {
		background-position: 0 -180px;
	}
	
	#wrapper > header h1.logo-3 {
		background-position: 0 -270px;
	}
	
	#wrapper > header h1.logo-4 {
		background-position: 0 -360px;
	}
	
	#wrapper > header h1.logo-5 {
		background-position: 0 -450px;
	}
	
	#wrapper > header h1.logo-6 {
		background-position: 0 -540px;
	}
	
	#wrapper > header h1.logo-7 {
		background-position: 0 -630px;
	}
	
	#wrapper > header h1.logo-8 {
		background-position: 0 -720px;
	}
	
	#wrapper > header h1.logo-9 {
		background-position: 0 -810px;
	}
	
	#wrapper > header nav {
		width:210px;
		float:right;
	}
	
		#wrapper > header nav ul {
			margin:0;
			padding:0;
		}
	
			#wrapper > header nav ul li {
				display:block;
				margin:0;
				padding:0;
				line-height:16px;
				list-style-type:none;
			}
			
				#wrapper > header nav ul li a {
					font-size:12px;
					text-transform:uppercase;
					text-align:left;
				}
				
		.category #content {
			margin:0;
			width:100%;
			float:none;
		}
				
		#thumbnail-nav {
			margin:0;
			padding:0;
		}
		
			.row{margin-left:0;*zoom:1;}.row:before,.row:after{display:table;content:"";line-height:0;}
			.row:after{clear:both;}
		
			#thumbnail-nav .row {
				clear: left;
				margin-left:-40px;
			}
			
				#thumbnail-nav .tile {
					display:block;
					margin:0 0 10px 40px;
					padding:0;
					width:210px;
					height:155px;
					float:left;
					font-size:12px;
					list-style-type:none;
				}
				
					#thumbnail-nav  .tile a {
						display:block;
						height:140px;
						line-height:16px;
					}
					
					#thumbnail-nav .tile a img {
						margin-bottom:5px;
					}
					
					.category-thumb-coming-soon {
						margin-bottom:10px;
						padding-top:50px;
						width:210px;
						height:65px;
						font-size:14px;
						color:#bbb;
						text-align:center;
						background:#f5f5f5;
					}

#content {
	margin-right:40px;
	width:710px;
	min-height:566px;
	float:left;
}

	blockquote {
		margin-bottom:20px;
		font-size:18px;
		line-height:20px;
	}
	
		blockquote cite {
			display:block;
			font-size:12px;
			line-height:16px;
			text-align:right;
		}
	
	.page-header {
		margin-bottom: 10px;
	}
		
	.page-header .page-title {
		margin: 0;
		padding: 0;
	}
		
	.page-content .page-link {
		display:none;	
	}
	
	.page-content h2 {
		font-size: 20px;
		color: #333;
		font-weight: 400;
		text-transform: uppercase;
	}
	
	.page-content .wp-table-reloaded {
		width:100%;
		font-size:16px;
	}
	
		.page-content .wp-table-reloaded td {
			padding:0 0 10px 0;
		}
		
		.page-content .wp-table-reloaded .column-1 {
			width:14%;
		}
		
		.page-content .wp-table-reloaded .column-2 {
			width:86%;
		}
		
	.page-content .wp-table-reloaded + p {
		font-size:16px;
	}
	
	.page-id-11 .page-content {
		padding-right:33%;
	}
	
	.page-id-11 #content {
		position:relative;
	}
	
		.page-id-11 #credits {
			position:absolute;
			bottom:0;
		}
		
			.page-id-11 #credits p {
				padding:0;
			}

#sidebar {
	position:relative;
	width:210px;
	min-height:566px;
	float:left;
}

	.sf-sidebar-heading {
		display:block;
		width:220px;
		height:83px;
		background:url(images/sidebar-heading.jpg) -2px top no-repeat;
	}
	
	.page-id-9 .sf-sidebar-heading {
		height:138px;
	}
	
	#sidebar nav {
		position:absolute;
		width:100%;
		bottom:0;
		left:0;
	}
	
	.back-to-menu {
		display:block;
	}
	
.single-works #content  {
	width:100%;
	float:none;
}

.single-works section .single-image  {
	margin-right:40px;
	width:710px;
	float:right;
}

.single-works section .single-image img {
	display:block;
	float:right;
}

.cycle-slideshow {
/* 	height:566px; http://jquery.malsup.com/cycle2/demo/container-resize.php */
}

	.cycle-slideshow .item {
		width:100%;
/* 		height:566px; */
		background:#fff;
	}
	
		.cycle-slideshow .item img {
			display:block;
			float:right;
		}

.carousel-inner, .carousel-inner:hover {
	cursor:pointer;
}

.carousel-footer {
	position:relative;
	clear:both;
	margin-top:15px;
	height:25px;
	text-align:center;
}

.carousel-indicators {
	display:inline-block;
	margin: 0;
	padding:0;
	list-style: none;
}

	.carousel-indicators li {
		display: block;
		margin:0 0 0 8px;
		padding:0;
		width:8px;
		height:8px;
		float: left;
		cursor:pointer;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		border-radius:4px;
		background-color:#c7c8ca;
	}
	
	.carousel-indicators li:hover {
		cursor:pointer;
	}
	
	.carousel-indicators .cycle-pager-active {
		background-color:#595a5c;
	}
	
.carousel-control {
	position: absolute;
	top:15px;
	margin-top: -20px;
	width:18px;
	height:25px;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	text-indent: -8000px;
	text-align: center;
	cursor:pointer;
	background:url(images/carousel-arrows.jpg) left top no-repeat;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	opacity:1;
	-webkit-transition:none;
	-moz-transition:none;
	transition:none;
}

.carousel-control:hover, .carousel-control:focus {
	opacity:1;
	cursor:pointer;
}

.carousel-control.left {
	left:0;
	background-position:0 -60px;
}

.carousel-control.right {
	right:0;
	background-position:0 -90px;
}


.single-works section header {
	position:relative;
	width:210px;
	height:566px;
	float:right;
}

	.single-works section header h1 {
		color:#333;
		font-weight:400;
	}
	
	.single-works section header h2 {
		padding:0;
		font-weight:400;
		line-height:16px;
		font-style:italic;
	}
	
	.single-works section header nav {
		position:absolute;
		width:100%;
		bottom:0;
		left:0;
	}
	
	.single-works section header p {
		padding:0;
		line-height:16px;
	}
	
	.single-works section header p.description {
		margin-top:20px;
	}

	.single-works section header p.for-sale {
		margin-top:20px;
		color:#f30;
		text-transform:lowercase;
	}

#push {
	height:64px;
}

footer {
	padding:40px 0 0;
	height:24px;
	background:#fff;
}

	footer p {
		padding:0 5px;
		font-size:11px;
		text-transform:uppercase;
	}
	
.no-results {
	font-size:12px;
}
	
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; }*/
  
  #enter-code form input[type="text"] {
	-webkit-border-radius:0;
	border-radius:0;
  }
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  /*@page { margin: 0.5cm; } IE7 doesn't like this */
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}