/* CSS document for classicShepherd.com
	by George Merlocco of protogenLabs.com */
	
/* Eric Meyer's CSS Reset Reloaded to unify CSS rules across different browsers */

html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font: inherit inherit small-caps 100% inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #eee;
	background: #111;
}
ol, ul {
	list-style: outside;
	margin: 10px 0px 10px 20px;
	font-size:1em;
	line-height:1.3em;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* __________end of Reset Reloaded */

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

* {
    margin: 0;
}
html {
	height: 100%;
}
body {
	font-family: Georgia, "Segoe UI", Tahoma, "Trebuchet MS", Arial, Helvetica;
	background: url(shep_wood_bg.jpg) top left repeat #000;
	height: 100%;
	color: #fff;
}
h1, h2, h3, h4, h5 {
	background: url(heading_bg.gif) no-repeat top left;
	margin: 0;
	padding: 0;
	font-size: 1.7em;
	letter-spacing: -1px;
}
.left {
	float: left;
	margin-right: 10px;
}
.right {
	float: right;
	margin-left: 10px;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.speclabel {
	display: block;
	float: left;
	width: 90px;
}
.spacefix {
	clear: both;
	height:1px;
}
#homepic {
	margin-left: 30px; 
	z-index: 10000; 
	position: relative;
}
#container {
	width: 750px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -85px;
}
#header {
	margin-top: 12px;
}
	
/* Accordion Styling 
==================== */

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background:#333;
	border:5px solid #170E07;
	margin:0 20px 15px;
	width:auto;
}

#accordion a {
	color: #daaf6c;
	text-decoration: none;
	border-bottom: 1px dotted #963;
}
#accordion a:hover {
	color: #f7d39a;
	border-bottom: 1px solid #963;
}
#accordion a:active {
	color: #fff;
}
/* accordion header */
#accordion h2 {
	background:#222;
	margin:0;
	padding:15px;
	font-size:1.6em;
	font-weight:normal;
	border:1px solid #170E07;
	border-bottom:1px solid #777;
	cursor:pointer;		
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color:#444;
	font-weight:bold;
}
#accordion h2.dark {
	background-color:#170E07;
	text-align: center;
	font-weight:normal;
}

/* accordion pane */
#accordion div.pane {
	display:none;
/* 	min-height:300px; 
	height: 300px;*/
	padding:15px;
	color:#eee;
	font-size: 0.9em;
}
#accordion div.nopad {
	background:#170E07;
	padding: 0 0 5px;
	overflow: hidden;
}
#accordion div.pane p {
	margin: 4px 0px 15px;
	line-height:1.5em;

}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 10px 0;
	font-size:1.4em;
	color:#bbb;
}

#brochure {
	background: #fff8ec;
	border: 3px solid #5f2d00;
	padding: 12px 25px 0;
	color: #111;
	margin-bottom: 15px;
}
#accordion div.pane #brochure h3 {
	color: #600;
}
#brochure p {
	line-height: normal;
}
#brochure img {
	border: 2px solid #5f2d00;
}
#brochure a {
	color: #85632e;
	text-decoration: none;
	border-bottom: 1px dotted #85632e;
}
#brochure a:hover {
	color: #aa7f3b;
	border-bottom: 1px solid #85632e;
}
#brochure a:active {
	color: #222;
}

/* define background image for the expose mask */
#mask {
	background:#123;
	background-position:50% -200px;
}

/* general settings for both scrollables */
div.items {	
	width:20000em;	
	position:absolute;
	clear:both;
}

/* next/prev buttons */
div.navi {
	background: url(nextprev_image.png) no-repeat;
	width:64px;
	height:64px;
	position: absolute;
	top: 170px;
	left: -38px;
}

div.navi:hover  		{ background-position:0px -64px; cursor: pointer }
div.nextPage 			{ background-position: -64px 0px; clear:right; }
div.nextPage:hover 	{ background-position:-64px -64px; cursor: pointer }

div.navi.disabled {
	visibility:hidden;		
}

/* box styling */
#box {
	background:#000;
	width:584px;
	height:394px;
	position:relative;
	padding: 5px;
	margin: 20px auto;
}

/* 
	image is contained on the overlay background image. 
	the closing button is thus just a transparent container. 
*/
#box div.close {
	background:none;
	position:absolute;
	left:8px;
	top:8px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* overlay scrollable */
#images {	
	position:absolute;
	overflow:hidden;
	width:583px;
	height:394px;
}

/* single image */
#images div.items div {
	float:left;
	margin-right:30px;
}

#box div.nextPage {
	left:567px;
}
#push {
	height: 115px;
}
#footer {
	background: url(footer_bg.png) no-repeat top center;
	text-align: center;
	line-height: 1.6em;
	padding: 20px;
	width:708px;
	margin: 0 auto;
	color: #f1e7d8;
	font-size: 0.7em;
	font-weight: bold;
	height: 45px;
}
#footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #aa7f3b;
}
#footer a:hover {
	color: #decaad;
	border-bottom: 1px solid #decaad;
}
#footer a:active {
	color: #222;
	border-bottom: 1px solid #4a320f;
}

