/* GENERAL STYLES */

body{
	background-color: #666;
}

#container{
	width: 1000px;
	margin: 0 auto;
}

#header{
	margin: 40px 0px 40px 0px;
	border-bottom: 1px solid #CCC;
}

#content-wrapper{
	width: 810px;
	height: 740px;
	margin: 0px 100px;
}

#content-wrapper.home{
	margin-top: 20px;
	height: 600px;
	text-align: center;
}

#content-wrapper.contact{
	margin: 94px 96px 0px 104px;
	width: 810px;
	height: 686px; 
}

#content-wrapper.embed{
	width: 1015px;
	margin: 0px;
}

#content-wrapper.centre{
	margin-top: 240px;
	height: 400px;
}

#content img{
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 2px;
	border: 1px solid #CCC;
}

#content img.home{
	float: none;
}

#content img.social_media{
	border: none;
}

#slideshow_home{
	margin: 0px 100px 40px 100px;
}

#text{
	margin: 0px;
	padding: 20px 100px 20px 20px;
	width: 340px;
}

#text.slider{
	width: 800px;
	padding: 0px;
}

#footer{
	clear: both;
	margin-top: 20px;
}

#footer p{
	float: left;
}

#icons{
	float: right;
}

/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */

	/*body { padding: 20px }
	.panel h2.title { margin-bottom: 10px }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }*/

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0px 0px; 
	}
	/*.coda-slider { background: #ebebeb }*/
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 810px;
	padding: 0px;
	} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 800px;
	padding: 0px;
	}
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a {
	color: #fff;  
	width: 5px
	}
	
	/* Tab nav */
	.coda-nav ul li a.current { 
		color: #CCC;
	}
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; padding: 0px; overflow: hidden }
	.coda-nav ul li { display: inline; font-weight: normal; }
	.coda-nav ul li a { 
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
	font-size: 18px;
	color: #fff; 
	display: block; 
	float: left; 
	margin: 0px 20px 15px 0px; 
	padding: 3px 6px; 
	text-decoration: none 
	}
	
	.coda-nav ul li a:hover {
	color: #CCC;	
	}
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }

/* GALLERY */
/* JQUERY SCROLLTO */

#thumbs{
	width:805px;
}

#thumbs_1 .buttons, #thumbs_2 .buttons, #thumbs_3 .buttons{
		margin-bottom:5px;
		width:805px;
		font-weight:normal;
		font-size:12px;
}
	
#thumbs_1 .buttons a, #thumbs_2 .buttons a, #thumbs_3 .buttons a{
		color:#CCC;
}

#thumbs_1 .prev, #thumbs_2 .prev, #thumbs_3 .prev{
		float:left;
		margin-right: 10px;
}

#thumbs_1 .next, #thumbs_2 .next, #thumbs_3 .next{
		float:right;
		margin-left: 10px;
}

#thumbs_1 .prev, #thumbs_1 .next, #thumbs_2 .prev, #thumbs_2 .next, #thumbs_3 .prev, #thumbs_3 .next{
		padding-top: 40px;
}

#slideshow_1, #slideshow_2, #slideshow_3{
	overflow:hidden;
	width:755px;
}

#slideshow_1 ul, #slideshow_2 ul, #slideshow_3 ul{
	width:3900px;
	padding-left: 0px;
}

#slideshow_1 li, #slideshow_2 li, #slideshow_3 li{
	float:left;
	list-style:none;
	text-decoration: none;
	cursor:pointer;
}

#content img.thumbnail{
	margin: 0px 5px 0px 0px;
}

/* TYPOGRAPHY */

h1{
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
}

h2{
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #CCC;
}

h3{
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #FFF;
}

h2.home, h3.home{
	text-align: center;
}

h2.title{
	font-weight: normal;
	font-size: 10px;
	color: #666;
}

h3.slider{
	color: #CCC;
	font-weight: bold;
}

p{
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
}

.tracking{
	letter-spacing: 2px;
}

#content p{
	text-align: justify;
}

#footer p{
	font-size: 10px;
}

/* NAVIGATION */

#nav {
	float: left;
	margin: -43px 0px 0px 574px;
}

ul.main_nav {
	padding: 0px;
}

.displace {
	position: absolute;
	left: -5000px;
}

ul.main_nav li{
	float: left;
	list-style-type: none;
}

ul.main_nav li a {
	display: block;
	width: 85px;
	height: 18px;
	background: url(../assets/navigation.gif);
	margin: 0px;
}

/* Normal state */

ul.main_nav li.about a {
	background-position: 0px 0px;
}

ul.main_nav li.gallery_nav a {
	background-position: -80px 0px;
}

ul.main_nav li.blog a {
	background-position: -168px 0px;
}

ul.main_nav li.shop a {
	background-position: -252px 0px;
}

ul.main_nav li.contact a {
	background-position: -345px 0px;
}

/* Rollover, clicked and active states */

ul.main_nav li.about a:hover, ul.main_nav li.about a:active, ul.main_nav li.about a.selected {
	background-position: 0px -36px;
}

ul.main_nav li.gallery_nav a:hover, ul.main_nav li.gallery_nav a:active, ul.main_nav li.gallery_nav a.selected {
	background-position: -80px -36px;
}

ul.main_nav li.blog a:hover, ul.main_nav li.blog a:active, ul.main_nav li.blog a.selected {
	background-position: -168px -36px;
}

ul.main_nav li.shop a:hover, ul.main_nav li.shop a:active, ul.main_nav li.shop a.selected {
	background-position: -252px -36px;
}

ul.main_nav li.contact a:hover, ul.main_nav li.contact a:active, ul.main_nav li.contact a.selected {
	background-position: -345px -36px;
}

/*LINKS*/

a:link{
	color: #CCC;
	text-decoration: none;
	}
	
a:active{
	color: #FFF;
	text-decoration: none;
}
a:hover{
	color: #CCC;
	text-decoration: underline;
	}

a:visited{
	color: #FFF;
	text-decoration: none;
	}
	
a.header:hover{
	text-decoration: none;
}	
