/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2014 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Paragraph
 * License URL: http://www.fontspring.com/licenses/paragraph/webfont
 *
 *
 */

@font-face {
    font-family: 'springsteel_serifthin';
    src: url('SpringsteelSerif-Thin-webfont.eot');
    src: url('SpringsteelSerif-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('SpringsteelSerif-Thin-webfont.woff2') format('woff2'),
         url('SpringsteelSerif-Thin-webfont.woff') format('woff'),
         url('SpringsteelSerif-Thin-webfont.ttf') format('truetype'),
         url('SpringsteelSerif-Thin-webfont.svg#springsteel_serifthin') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* -------------------------------------------------------------- 
  
   Reset and Utilities
   
-------------------------------------------------------------- */

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;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
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; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
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], 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: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #FF5E99; } 

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

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* User added Utilities 
===========*/

.floatleft {float: left;}
.floatright {float: right;}

img.floatleft  {padding:10px 10px 10px 0; clear:left;}

img.floatright  {padding:10px 0 10px 10px; clear:right;}

.clear { clear: both; }
.clearleft { clear: left; }
.clearright { clear: right; }

hr.invisible { visibility: hidden; clear:both;}


/* -------------------------------------------------------------- 
  
   Primary Styles - Author: Forest Design
   
-------------------------------------------------------------- */


body{
		
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align: center;
}

#container {
	background:#FFF url(img/background.png) center repeat-y;
	width: 995px;	
	height:100%;
	text-align: left;
	margin:0 auto 0 auto;
	position:relative;	
}


/* Header
=======*/

#header {
	background:url(img/header.png) no-repeat 52px;
	height:79px;
	padding-top:61px;
}

#header h1 {max-width:600px;}

#facebook-link {
	display:block; 
	width:40px;
	height:40px;
	float:right;
	margin:-83px 53px 0 0;
	background-image:url(img/facebook-icon.png);
	background-size:contain;}


/* Navigation
===========*/

#nav {
	float:right;
	margin:0 50px 0 0;
}


#nav li {
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
    }
	
#nav a {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
	text-align:center;
	font-size:16px;
	line-height:32px;
	background:url(img/nav-under.png) no-repeat;
	background-size:100% 100%;
	float:left;
	height:32px;
	padding:0 16px;
	margin-left:32px;
}

#nav a:hover, #nav a:focus {
	color:#336600;
	background:url(img/nav-over.png) no-repeat;
	background-size:100% 100%;
	}


#home #nav-home a, #portfolio #nav-portfolio a, #pets #nav-pets a, #greetingscards #nav-greetingscards a, #contact #nav-contact a {cursor:default; background:url(img/nav-over.png) no-repeat; background-size:100% 100%; color:#336600;}

/* Titles
========*/


#home #title {background:url(img/title-about-me.png) no-repeat;}
#portfolio #title {background:url(img/title-portfolio.png) no-repeat;}
#greetingscards #title {background:url(img/title-greetings-cards.png) no-repeat;}
#contact #exhibitions #title {background:url(img/title-exhibitions.png) no-repeat;}
#contact #title {background:url(img/title-contact.png) no-repeat;}

/* Content
========*/

#content {margin:70px 50px 25px 50px;}

#home #content {margin-top:90px; margin-bottom:0;}

#images {
	width:552px;
	float:left;
}

#images img {
	margin:0 42px 42px 0;
	padding:0;
}

#scrollbox {
	float:left;
	width:340px;
	height:509px;
}

	
#scrolltext {
	background:#f4f4f4;
	width:275px;
	padding:15px;
	text-align:justify;
}

#gallery img {
	margin:20px 20px 0 0;
}
	
	
#contactwrapper {
	width:220px;
	margin-right:20px;
	float:left;
}

#exhibitions {
	width:620px;
	float:left;
	padding:10px;
	border:#CCC 1px dotted;
	margin-top:-25px;
}
	

/*footer
=======*/
#footer {
	background:url(img/footer.png) no-repeat;
	padding:40px 50px 40px 50px;	
}

#footer a {font-style:italic; color:#666;}

#footer a:hover, #footer a:focus {color:#333;}

#fdlink {float:right;}

#copyright {float:left;}


/* Typography 
===========*/
p {
	font-size: 90%;
	line-height: 150%;
	font-weight: normal;
	text-align: justify;
	margin: 0px;
	padding: 5px 0 5px 0;
}


h1 {
	color: #FFF;
	font-size: 40px;
	font-family:Verdana, Geneva, sans-serif;
	line-height: 160%;
	font-weight:normal;
}

h2 {
	font-family:springsteel_serifthin;
	color: #787878;
	font-size: 130%;
	font-weight: normal;
	line-height: 160%;
	margin:10px 0 15px 0;
	padding-top:0;
	
}


h3 {
	color: #666;
	font-size: 120%;
	font-weight:normal;
	line-height: 1.8em;
	font-family:Verdana, Geneva, sans-serif;
	margin-top:30px;
}


a, a:visited {
	color:#336600;
	text-decoration:underline;
}

a:hover, a:focus {
	text-decoration:underline;
	color: #e68800;
}
	
a:active {
	text-decoration:underline;
	color: #FF000;

}


.bold {font-weight:bold;}

.italic {font-style:italic;}

.center {text-align:center}

/* Forms 
===========*/
*:focus{outline:none !important; /* Prevents blue border in Webkit */}
		
#form {		
			width:85%;
			margin: 20px auto;
			
		}
		
#form fieldset {
			width:50%;
			float:left;
		}
		
#form .enquiry {width:100%; float:left;}
		
#form label {
			height:21px; 
			line-height:21px;
			cursor:default;}
 
#form input, #form textarea {
			
			background-color:#fff;
			border:1px solid #ccc;
			font-size:11px;
			font-family:Tahoma, Geneva, sans-serif;
			color:#333;
			width:90%;
			height:19px;
			display:block;
			margin:5px 0 16px 0;
			padding:2px;			
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			border-radius:5px;

		}
		
		
#form textarea {
			    width:95%;
				min-height:100px;						
		}

		
#form input:valid, textarea:valid   {  }

 
#form input:focus, textarea:focus {
			-webkit-box-shadow:0 0 15px #ccc;
			-moz-box-shadow:0 0 15px #ccc;
			box-shadow:0 0 15px #ccc;			
			
		}
		
		/* The interesting bit */
		
#form input:not(:focus), textarea:not(:focus) {
			opacity:0.9;
			
		}
		
#form input:required, textarea:required {
			background:#FFF url("img/asterisk_orange.png") no-repeat 98% 0.3em;						
		}
 
#form input:valid, textarea:valid {
			background:#FFF url("img/tick.png") no-repeat 98% 0.3em;			
		}		
 
#form input:focus:invalid, textarea:focus:invalid {
			background:#FFF url("img/cancel.png") no-repeat 98% 0.3em;						
		}
 
#contact input[type=submit] {
	margin: 10px auto;
	padding: 2px;
	background:none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	clear:both;
	float:none;	
	width: 125px;
	height:24px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFF;
	background-color:#336600;
	border:1px solid #666;

		}


#contact input:hover[type=submit] {
	background-color:#d9e2a0; color:#336600

		}

label.error { text-align: left !important; margin:-15px 0 10px 0; color: #CC0000; padding: 0; height: auto; width: 200px !important; float:left;}
input.error, textarea.error { border: 1px solid #CC0000 !important }

#form p {clear:both;}



input.submit {
	 
	width: 125px;
	height:24px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 10px 2px;
	padding: 2px;
	color: #FFF;
	background-color:#336600;
	border:1px solid #666;
}

input:hover.submit {background-color:#d9e2a0; color:#336600}



/* Scroll Bar 
===========*/

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 10px;
	width: 13px;
	height: 100%;
	background: white;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #d4d4d4;
	position: relative;
}

.jspDrag
{
	background: #a2a2a2;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow.jspDisabled, .jspArrow
{
	background: #FFF;
	background-image:url(img/arrows.png);
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrowUp
{
	background-position: 0 0;
}

.jspArrowDown
{
	background-position: 0 -17px !important; 
}

.jspArrow.jspDisabled
{
	cursor: default;
}

.jspVerticalBar .jspArrow
{
	height: 17px;
}

.jspHorizontalBar .jspArrow
{
	width: 8px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}


.jspCorner
{
	background: #FFF;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}




/* SLIMBOX LIGHTBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* -------------------------------------------------------------- 
  
   Print Styles
   
-------------------------------------------------------------- */

@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

@media only screen and (max-width: 860px) {
#container {
	background:#FFF;
	width: 100%;	
}

#home #content {margin-top:40px; margin-bottom:0;}

#content {margin:0; padding:20px;}

#images {
	width:405px;
	float:left;
}

/*452*/

#images img {
	width:182px;
	height:auto;
	margin:0 18px 18px 0;
	padding:0;
}

#scrollbox {
	float:right;
	width:307px;
	height:auto;
}

#scrolltext {
	width:277px;
}

#gallery img {
	margin:20px 20px 0 0;
}
	
	
#contactwrapper {
	width:100%;
	margin-right:20px;
	float:left;
}

#exhibitions {
	width:90%;
	float:left;
	padding:10px;
	border:#CCC 1px dotted;
	margin-top:20px;
}
	

/*footer
=======*/
#footer {
	background:url(img/footer.png) no-repeat;
	background-position:-20px 0;
	padding:40px 50px 40px 50px;	
}

#footer a {font-style:italic; color:#666;}

#footer a:hover, #footer a:focus {color:#333;}

#fdlink {float:right;}

#copyright {float:left;}

}

@media only screen and (max-width: 768px) {
	
/* Navigation
===========*/

#nav {
	float:none;
	width:100%;
	margin:0;
	padding:0;
	text-align:left;
}



#nav li {
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
	float:none;
	text-align:center;
    }
	
#nav a {
	float:none;
	padding:0 16px;
	margin:0 16px;
}

	
#images {
	width:220px;
	float:left;
}

/*452*/

#images img {
	width:240px;
	height:auto;
	margin:0 20px 10px 0;
	padding:0;
}

#scrollbox {
	float:right;
	width:460px;
	height:auto;
}

#scrolltext {
	background:#f4f4f4;
	width:430px;
	padding:15px;
	text-align:justify;
	font-size:110%;
}

#content {padding:20px; text-align:center; margin:0;}




#content h3, #content h2  {text-align:left;}

#home #content {margin-top:0px; margin-bottom:0;}

#contactwrapper {
	width:100%;
	margin-right:0;
	float:none;
}

#exhibitions {
	width:100%;
	float:none;
	padding:20px;
	border:#CCC 1px dotted;
	margin-top:25px;
}

}


@media only screen and (max-width: 667px) {
	
#images {
	width:200px;
}

/*452*/

#images img {
	width:220px;
	height:auto;
	margin:0 20px 10px 0;
	padding:0;
}

#scrollbox {
	width:395px;
}

#scrolltext {
	width:365px;
}

#facebook-link {
	margin:0 20px 0 0;
}


}

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


/* Header
=======*/

#header {
	width:75%;
	margin-left:22px;
	background-position:0;
	background-size:contain;
	

}

#facebook-link {
	margin:0;
}


/* Navigation
===========*/


#nav li {
	display:inline;
	margin:10px 0;
    }

#content {margin:0;}



#images {
	width:100%;
	float:left;
}

#images img {
	width:195px;
	height:auto;
	margin:10px;
	padding:0;
}

#scrollbox {
	float:left;
	width:100%;
	padding:0;
	height:auto;
}

	
#scrolltext {
	background:#FFF;
	width:100%;
	padding:0;
	text-align:justify;
}

	
#contactwrapper {
	width:100%;
	float:none;
}

#exhibitions {
	width:100%;
	float:none;
	padding:0;
	border:none;
	margin-top:0;
}
	

/* Forms 
===========*/
#form form {
	width:80%;
	}
		
#form fieldset {
	width:100%;
	float:none;
	}
		
#form label {
	float:none;
	margin:5px auto;
	line-height:1em;
	}
 
#form input, #form textarea {
	width:80%;
	height:19px;
	margin:5px auto;
	}
		
#form textarea {
	width:80%;
	min-height:100px;
	}



#footer {
	background:url(img/footer.png) no-repeat;
	background-position:-50px 0;
	padding:30px 50px 40px 50px;	
}

#fdlink {float:left; width:100%; text-align:center;}

#copyright {float:left; width:100%; text-align:center;}

}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a: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; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

