/* ------------------------------------------------------------------------
Basic Style Sheet - Elaine Marks Willow Sculpture

Author: Tor New Media
Website: http://www.tornewmedia.co.uk/
Email: hello@tornewmedia.co.uk
-------------------------------------------------------------------------*/


/* =Toolbox
-------------------------------------------------------------------------*/

.float-left { float: left; }
.float-right { float: right; }
.align-right { text-align: right; }
.cleared { clear: both; }
.hide { display: none; }
.smaller { font-size: 90%; }
.larger { font-size: 110%; }
.normal { font-weight: normal; }

hr { display: none; }
strong { font-weight: bold; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* =Defaults
-------------------------------------------------------------------------*/

body { 
	background: #fff url("../img/body-bg.jpg") no-repeat fixed top center;
	background-color: #fff;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 19px;
	margin: 0;
	padding: 40px 0;
	}
	

#container {
	margin: auto;
	max-width: 960px;
	}
	
	
/* =Header
-------------------------------------------------------------------------*/	

#header {
	height: 84px;
	text-indent: -25000px;
	width: 960px;
	}
	
#header h1 a {
	background: #fff url("../img/header-h1-a-bg.gif") no-repeat 0 0;
	display: block;
	height: 84px;
	margin: 0 auto;
	width: 328px;
	}
	

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

#nav {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 55px;
	margin: 40px 0;
	text-indent: -25000px;
	width: 960px;
	}
	
#nav li {
	display: block;
	float: left;
	margin-left: 55px;
	}
	
#nav a {
	display: block;
	float: left;
	height: 55px;
	}
	
#nav-home {
	background: #fff url("../img/nav-home-a-bg.gif") no-repeat 0 -55px;
	width: 74px;
	}
	
#nav-about {
	background: #fff url("../img/nav-about-a-bg.gif") no-repeat 0 -55px;
	width: 177px;
	}
	
#nav-gallery {
	background: #fff url("../img/nav-gallery-a-bg.gif") no-repeat 0 -55px;
	width: 237px;
	}
	
#nav-contact {
	background: #fff url("../img/nav-contact-a-bg.gif") no-repeat 0 -55px;
	width: 194px;
	}
	
#nav-home a {
	background: #fff url("../img/nav-home-a-bg.gif") no-repeat 0 0;
	width: 74px;
	-webkit-transition: opacity 0.8s ease-in-out, background 0s 2012s; 
	-moz-transition: opacity 0.8s ease-in-out, background 0s 2012s; 
	-o-transition: opacity 0.8s ease-in-out, background 0s 2012s;
	transition: opacity 0.8s ease-in-out, background 0s 2012s;		
	}
	
#nav-about a {
	background: #fff url("../img/nav-about-a-bg.gif") no-repeat 0 0;
	width: 177px;
	-webkit-transition: opacity 0.8s ease-in-out, background 0s 2012s; 
	-moz-transition: opacity 0.8s ease-in-out, background 0s 2012s; 
	-o-transition: opacity 0.8s ease-in-out, background 0s 2012s;
	transition: opacity 0.8s ease-in-out, background 0s 2012s;		
	}	
	
#nav-gallery a {
	background: #fff url("../img/nav-gallery-a-bg.gif") no-repeat 0 0;
	width: 237px;
	-webkit-transition: opacity 0.8s ease-in-out, background 0s 2012s; 
	-moz-transition: opacity 0.8s ease-in-out, background 0s 2012s; 
	-o-transition: opacity 0.8s ease-in-out, background 0s 2012s;
	transition: opacity 0.8s ease-in-out, background 0s 2012s;		
	}
		
#nav-contact a {
	background: #fff url("../img/nav-contact-a-bg.gif") no-repeat 0 0;
	width: 194px;
	-webkit-transition: opacity 0.8s ease-in-out, background 0s 2012s; 
	-moz-transition: opacity 0.8s ease-in-out, background 0s 2012s; 
	-o-transition: opacity 0.8s ease-in-out, background 0s 2012s;
	transition: opacity 0.8s ease-in-out, background 0s 2012s;		
	}

#nav-home a:hover,
#nav-home a:focus,
#nav-about a:hover,
#nav-about a:focus,
#nav-gallery a:hover,
#nav-gallery a:focus,
#nav-contact a:hover,
#nav-contact a:focus { 
	background-position: 0 -55px;
	opacity: 0; 
	}
		
#home #nav-home a,	
#about #nav-about a,	
#gallery #nav-gallery a,	
#contact #nav-contact a,
#home #nav-home a:hover,	
#about #nav-about a:hover,	
#gallery #nav-gallery a:hover,	
#contact #nav-contact a:hover,
#home #nav-home a:focus,	
#about #nav-about a:focus,	
#gallery #nav-gallery a:focus,	
#contact #nav-contact a:focus {
	background-position: 0 -110px;
	opacity: 1; 	
	}
	
		
/* =Slideshow
-------------------------------------------------------------------------*/	

#slideshow {
	border: 1px solid #000;
	max-width: 954px;
	padding: 2px;
	position: relative;
	}
	
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
	}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
	}
	
.centered-btns_nav {
	background: url("../img/slideshow-nav-a-bg.png") no-repeat 0 0;
	height: 42px;
	left: 24px;
	margin-top: -21px;
	overflow: hidden;
	position: absolute;
	text-decoration: none;
	text-indent: -9999px;
	top: 50%;
	width: 42px;
	z-index: 3;
	}
	
.centered-btns_nav.next {
	background-position: top right;
	left: auto;
	right: 24px;
	}
	
.centered-btns_nav.next:hover { 
	background-position: bottom right;
	}	
	
.centered-btns_nav:hover { 
	background-position: bottom left;
	}
	
.centered-btns_tabs {
	margin-top: 23px;
	position: absolute;
	text-align: center;
	width: 100%;
	}
	
.centered-btns_tabs li {
	display: inline;
	float: none;
	margin-right: 5px;
	}
	
.centered-btns_tabs a {
	background: #fff url("../img/slideshow-page-bg.gif") no-repeat 0 0;
	display: inline-block;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	width: 20px;
	}
	
.centered-btns_here a {
	background-position: 0 -20px;
	}
	
	
/* =Content
-------------------------------------------------------------------------*/	

#content {
	clear: both;
	margin: 40px 0;
	padding-top: 40px;
	width: 100%;
	}
	
	
/* =Copy
-------------------------------------------------------------------------*/	

#copy {
	float: left;
	width: 600px;
	}

#copy h2 {
	height: 35px;
	margin-bottom: 10px;
	text-indent: -25000px;
	width: 600px;
	}
	
#copy a {
	color: #486f37;
	text-decoration: underline;
	}
	
#copy a:hover {
	color: #000;
	text-decoration: underline;
	}
		
#copy p {
	padding-top: 20px;
	}
	
#copy ul {
	padding: 20px 0 0 20px;
	}
	
#copy ul li {
	list-style: disc inside;
	}
	
	
/* =Sidebar
-------------------------------------------------------------------------*/	

#sidebar {
	float: right;
	width: 320px;
	}
	
#sidebar #thumbnails {
	text-align: center;
	}
	
#thumbnails a {
	background-color: #fff;
	border: 1px solid #000;
	float: left;
	margin: 0 20px 20px 0;
	padding: 2px;
	}
	
#thumbnails a:hover {
	border: 3px solid #486f37;
	padding: 0;
	}
	
#thumbnails a.last {
	margin-right: 0;
	}
	
#sidebar p {
	padding-top: 20px;
	}
	
#sidebar p a {
	color: #486f37;
	text-decoration: underline;
	}
	
#sidebar p a:hover {
	color: #000;
	text-decoration: underline;
	}
	
	
/* =Footer
-------------------------------------------------------------------------*/	

#footer {
	background: #fff url("../img/footer-bg.gif") no-repeat 0 0;
	padding-top: 48px;
	width: 960px;
	}

#social {
	margin-bottom: 30px;
	text-indent: -25000px;
	}

#social li {
	display: block;
	float: left;
	height: 42px;
	margin-right: 10px;
	width: 42px;
	}
	
#social a {
	display: block;
	float: left;
	height: 42px;
	margin-right: 10px;
	width: 42px;
	}
	
#social-twitter {
	background: #fff url("../img/social-twitter-a-bg.gif") no-repeat 0 -42px;
	}
	
#social-facebook {
	background: #fff url("../img/social-facebook-a-bg.gif") no-repeat 0 -42px;
	}

#social-pinterest {
	background: #fff url("../img/social-pinterest-a-bg.gif") no-repeat 0 -42px;
	}
	
#social-twitter a {
	background: #fff url("../img/social-twitter-a-bg.gif") no-repeat 0 0;
	-webkit-transition: opacity 0.6s ease-in-out, background 0s 2012s; 
	-moz-transition: opacity 0.6s ease-in-out, background 0s 2012s; 
	-o-transition: opacity 0.6s ease-in-out, background 0s 2012s;
	transition: opacity 0.6s ease-in-out, background 0s 2012s;		
	}
	
#social-facebook a {
	background: #fff url("../img/social-facebook-a-bg.gif") no-repeat 0 0;
	-webkit-transition: opacity 0.6s ease-in-out, background 0s 2012s; 
	-moz-transition: opacity 0.6s ease-in-out, background 0s 2012s; 
	-o-transition: opacity 0.6s ease-in-out, background 0s 2012s;
	transition: opacity 0.6s ease-in-out, background 0s 2012s;		
	}

#social-pinterest a {
	background: #fff url("../img/social-pinterest-a-bg.gif") no-repeat 0 0;
	-webkit-transition: opacity 0.6s ease-in-out, background 0s 2012s; 
	-moz-transition: opacity 0.6s ease-in-out, background 0s 2012s; 
	-o-transition: opacity 0.6s ease-in-out, background 0s 2012s;
	transition: opacity 0.6s ease-in-out, background 0s 2012s;		
	}
		
#social-twitter a:hover,
#social-twitter a:focus { 
	background-position: 0 -42px;
	opacity: 0; 
	}
	
#social-facebook a:hover,
#social-facebook a:focus { 
	background-position: 0 -42px;
	opacity: 0; 
	}
	
#social-pinterest a:hover,
#social-pinterest a:focus { 
	background-position: 0 -42px;
	opacity: 0; 
	}
			
#copyright {
	float: left;
	}
	
#credit {
	float: right;
	}
	
#credit a {
	color: #000;
	text-decoration: none;
	}
	
#credit a:hover {
	color: #486f37;
	text-decoration: underline;
	}