@charset "utf-8";
/* GENERAL STYLES */
body {
	background: #000 url(../images/bg-img.png) repeat 0 0;
	color: #E7D156;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.feathers {
	border-left: #000 solid 15px;
	border-right: #000 solid 15px;
}


/* HEADER */
#header-container {
	background-color: #000;
	width:960px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

	#header-container #navi-container {
		width: 100%;
		display: block;
		padding: 20px 0px 0px;
		margin-bottom: -2px
	}
	
	#header-container #menu-navitems li, #footer-links li {
		display: inline;
	}
	
	#header-container #menu-navitems li a {
		text-decoration: none;
		font: bold 14px Arial, Helvetica, sans-serif;
		letter-spacing: 1px;
		padding: 8px 15px;
		color: #E7D156;
	}
	
	#header-container #menu-navitems li a:hover {
		background: #E7D156;
		background: -moz-linear-gradient(top, #ebd976, #c0981e);
		background: -webkit-gradient(linear, left top, left bottom, from(#ebd976), to(#c0981e));
		color: #000;
	}
	
	#header-container #menu-navitems .current-link {
		/*background: url(../images/pointer.png) no-repeat center bottom;*/
		background: #E7D156;
		background: -moz-linear-gradient(top, #ebd976, #c0981e);
		background: -webkit-gradient(linear, left top, left bottom, from(#ebd976), to(#c0981e));
		color: #000;
	}
	
	#header-container #menu-navitems #current-link:hover {
		color: #000;
		background-color: #D2BF51;
	}

#slideshow {
	height: 350px;
	width: 960px;
	margin: auto
}


/* MAIN CONTENT */
#main-content {
	background-color: #000;
}

.shift-pad {
	position: relative;
	padding: 20px 0px;
}

#headleft {
	margin-left: -40px;
	width: 90%;
	padding: 8px 40px;
}

#headright {
	padding: 0 0px;
	margin-left: -10px;
	width: 100%;
	padding: 8px 40px 8px 10px;
}

.arrow {
	display: block;
	height: 18px;
	width: 18px;
	position: absolute;
	top: 42px;
	z-index: -1;
}

#headright .arrow {
	background: url(../images/sprite.png) no-repeat -23px 0;
	right: 0px;
}

#headleft .arrow {
	background: url(../images/sprite.png) no-repeat 0 0;
	left: 0px;
}

#headmid {
	margin-left: -10px;
	width: 100%;
	padding: 8px 10px;
}

.fancy_header {
	font: bold 23px Arial, Helvetica, sans-serif;
	color: #111;
	letter-spacing: -1px;
	text-shadow: 0 1px 2px #B48B2E;
	background: #E7D156;
	background: -moz-linear-gradient(top, #ebd976, #c0981e);
	background: -webkit-gradient(linear, left top, left bottom, from(#ebd976), to(#c0981e));
	-moz-box-shadow: 0px 1px 2px #BF9531;
	-webkit-box-shadow: 0px 1px 2px #BF9531;
	box-shadow: 0px 1px 3px #BF9531;
	margin-top: 0;
	margin-bottom: 15px;
	position: relative;
}

.story-image {
	width: 280px;
	height: 150px;
	position: relative;
	margin-bottom:10px;
	border: solid 5px #c6a12a;
	background-image: url(.../2011%20continued/ouchhq.jpg);
}

#si-one {
	background: url(../2011%20continued/ouchhq.jpg) no-repeat;
}

#si-two {
	background: url(../2011%20continued/IMG_9039.JPG) no-repeat;
}

#si-three {
	background-image: url(../2011%20continued/IMG_9300.JPG);
	background-repeat: no-repeat;
}

.story-image:hover { 
	border: solid 5px #d5b84a;
}


/* SHOW ROOM */
#show-room {
}
	#show-room h3, #sidelinks h4, #contactHead, #ouchletInfo h5 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		letter-spacing: -1px;
		font-size: 20px;
		border-bottom: 4px solid #E7D156;
		padding: 5px 2px;
	}
		
	    #show-room h3 a {
			color: #E7D156;
		}
		
			#show-room h3 a span {
				float: right;
				overflow: hidden;
				font-size: 10px;
				font-family: Arial, Helvetica, sans-serif;
				padding: 8px 0px;
			}
			
			#show-room h3 a span:hover {
				text-decoration: underline;
			}
	
	#show-room ul.gallery {
		display: block;
		margin-bottom: 20px;
		margin-left: -2px;
	}

		#show-room ul.gallery li {
			display: inline;
		}
		
		#show-room ul.gallery li a {
			padding: 3px;
		}
		
		#show-room ul.hor li a img {
			width: 190px;
			height: 140px;
			padding: 4px;
		}


/* SIDE LINKS */
#sidelinks {
	padding: 0 20px;
}

	#sidelinks h4 {
		color: #E7D156;
		border-bottom: none;
		padding-left: 0;
	}
	
	#sidelinks li {
		font-size: 14px;
		color: #E7D156;
		padding: 5px 0;
		border-bottom: 1px dotted #827113;
	}
	
	#sidelinks li a {
		color: #E7D156;
		letter-spacing: -1px;
	}
	
	#sidelinks li a:hover {
		color: white;
	}
	
	#sidelinks div#pCollection {
		position: relative;
		background: #E7D156;
		background: -moz-linear-gradient(top, #ebd976, #c0981e);
		background: -webkit-gradient(linear, left top, left bottom, from(#ebd976), to(#c0981e));
		margin-top: 20px;
		padding-left: 10px;
		height: 28px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-bottomleft: 6px;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		
	}
	
		#sidelinks div#pCollection:hover {
			background: #E7D156;
			background: -moz-linear-gradient(top, #c0981e, #ebd976);
			background: -webkit-gradient(linear, left top, left bottom(#c0981e), from, to(#ebd976));
		}
		
		#sidelinks div#pCollection a {
			color: black;
			letter-spacing: -1px;
			position: absolute;
			padding-top: 5px;
			font-size: 14px;
		}

		
/* CONTACT DETAILS */
#contactHead {
	border-bottom: 0px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
}

#contactForm {
	position: relative;
	padding: 0 20px;
}
  #contactForm div {
		display: block;
		margin-bottom: 15px;
	}
	
		#contactForm div:last-child{
			text-align: right;
			padding-right: 25px;
		}

	#contactForm label {
		font-size: 14px;
		display: inline-block;
		vertical-align: top;
		width: 100px;
	}
	
	#contactForm input[type="text"], #contactForm textarea {
		background-color: #262628;
		border: 0px;
		width: 280px;
		height: 20px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		padding: 2px 5px;
		color: #ccc;
		font: 14px arial, sans-seriff;
	}
	
	#contactForm textarea {
		min-height: 130px;
		width: 278px;
		padding-top: 6px;
	}
	
	#contactForm input[type="submit"], input[type="reset"] {
		background: #e7d156;
		background: -moz-linear-gradient(top, #ebd976, #c0981e);
		background: -webkit-gradient(linear, left top, left bottom, from(#ebd976), to(#c0981e));
		border-radius: 10px;
		border: 0px;
		height: 20px;
		width: 60px;
		margin: 0 3px;
	}
	
#ouchletInfo {
	position: relative;
}

	#ouchletInfo div {
		display: inline-block;
		margin: 0px 20px 20px;
		vertical-align: top;
	}
	
	#ouchletInfo h5 {
		font-size: 15px;
		border-bottom: none;
		padding-top: 0px;
	}
	
	#ouchletInfo img {
		border-top: 4px solid #E7D156;
		padding-bottom: 3px;
	}
	
#socialConnect {
	position: relative;
}

	#socialConnect div {
		display: inline-block;
		padding: 20px 20px;
	}
	
	#socialConnect img {
		margin-top: -3px;
	}
	
	#socialConnect a, #socialConnect a span {
		color: #e7d156;
		vertical-align: top;
	}
		
		#socialConnect a:hover {
			color: white;
		}
	
	#socialConnect a span {
		padding-right: 5px;
		padding-left: 5px;
		font-size: 14px;
	}
	
/* FOOTER */
#footer {
	background-color: #000;
	position: relative;
	border-top: dashed 1px #D7C666;
}

	#footer .footer-content {
		font: 10px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		color: #6b6333;
		padding: 10px 0;
	}
	
	#footer #footer-links {
		text-align: right;
	}
	
		#footer #footer-links li a {
			text-decoration: none;
			color: #E7D156;
			padding: 0px 10px;
		}
	
		#footer #footer-links li a:hover {
			text-decoration: underline;
			color: white;
		}
	
	#footer .shift-pad {
		padding: 5px 0px;
	}

