@charset "UTF-8";
/* CSS Document */

/* @group Global Reset */

html, body, div, 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, 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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}

ol, ul {
	list-style: none;
}

/* ------------------Page Layout ----------------------- */

#Main {
	position:relative;
	background-position: center top;
	height: 500px;
	width: 1000px;
	margin: 0 auto;
}

#Logo {
	position:absolute;
	background-position: center top;
	height: 143px;
	width: 156px;
	left: 80px;
	top: 0px;
	z-index: 0;
}

#Title {
    position:relative; 
	top: 20px;
	width: 538px;
	left: 275px;
	z-index: 0;

}

#MainImage {
	position:relative; 
	top: 75px; 
	left: 0px; 
	width: 1000px; 
	height: 420px;
	z-index: 0;
	background-position: center top;
}	

#HomeContent {
	position:relative; 
	top: 25px; 
	left: 0px; 
	z-index: 1; 
	border:none; 
	width: 1000px;


}
#breadcrumbs{
	position: absolute;
	height: 19px;
	width: 661px;
	top: 204px;
	left: 100px;
}

/* ------------------Main Navigation ----------------------- */

#Navbar {
 	position:relative;
	top: 43px;
	left: 0px;
	width: 1000px;
	height: 55px;
	z-index: 0;
}
 
ul#nav {
	text-align: center;
	margin: 0 auto;
	width: 930px;
	padding-top: 21px;
}

ul#nav li {
	display: inline;
	padding: 0 26px;
}

ul#nav a {
	outline: none;
	color: #fefffb;
	padding: 19px 0;
	font-size: 20px;
	font-variant: small-caps;
}

ul#nav li a:hover, ul#nav li a:active, ul#nav li a.active {
	background: url(../images/nav-pointer.png) no-repeat center -1px;
	color: #FFCC66;
}



/* ------------ Sub Navigation ---------------------- */


#sidebar {
	position:absolute;
	float: right;
	margin: 0px 0px 0 0;
	text-align: center;
	width: 290px;
	top: 38px;
	left: 621px;
}

#sidebar ul {
	text-align: left;
	font-size: 1.3em;
	line-height: 20px;
	font-variant: small-caps;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 18px;
}


#sidebar li:first-child {
	border-top:  1px solid #f4f4d8;
}

#sidebar li a, #sidebar li a:link, #sidebar li a:visited {
	border-bottom: 1px solid #f4f4d8;
	padding: 6px;
	display: block;
}

#sidebar li a:hover, #sidebar li a:active, #sidebar li a.active, #sidebar .current_page_item {
	background-color: #D9CFA8;
}

#sidebar ul li ul li a {
	font-size: .7em;
	padding: 0;
	line-height: 12px;
	border: none !important;
}

#sidebar ul li ul {
	margin: 0 0 10px 20px;
	border-left: 1px solid #f4f4d8;
	border-bottom: 1px solid #f4f4d8;
}

#sidebar ul li ul li {
	border: none !important;
}


#sidebar #global-links-top {
	background-image: url(../Pix/BACKGROUND-subnav-top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 19px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 19px;
}


#sidebar #global-ul {
	width: 256px;
	text-align: center;
	margin: 0;
	font: small-caps 16px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 16px;
	background-image: url(../Pix/BACKGROUND-subnav-middle.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#sidebar #global-ul a:link, #sidebar #global-ul a:visited {
	color: #5c5c5c;
}

#sidebar #global-ul a:hover, #sidebar #global-ul a.active, #sidebar #global-ul a:active {
	background: #EDEBEA;
	color: #92a163;
}

#sidebar #global-links-bottom {
	background: url(../Pix/BACKGROUND-subnav-bottom.png) no-repeat center top;
	padding: 22px 0;
	margin: 0;
}





/* ------------- Content ------------------*/

body {
	text-align: left;
	color: #000000;
	font: 16px/19px Georgia, "Times New Roman", Times, serif;
	background-color: #ab9a74;
	/*background-color: #9F8859;*/
	background-image: url(../Pix/BACKGROUND-main.png);
	background-repeat: repeat-x;
	background-position: center top;
	vertical-align: top;
}

.bodyItalic {
	text-align: left;
	color: #000000;
	font: 16px/19px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}


p {
	padding-bottom: 14px;
}

a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover, a:active {
	color: #663B18;
	text-decoration: underline;
}


.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: bolder;
	color: #000000;
}

.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	font-variant: small-caps;
}
.h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #663B18;
	font-variant: small-caps;
	vertical-align: top;	
}
.h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}
.h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}

.breadcrumb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}

/* ----------------------- Gear ------------*/

#imageGearInstruments{
	position:absolute;
	top: 50px;
	left: 0px;
	width: 401px;
	height: 274px;
	z-index: 0;
	background-position: center top;
}
#imageGearAmps{
	position:absolute;
	top: 50px;
	left: 440px;
	width: 401px;
	height: 274px;
	z-index: 0;
	background-position: center top;
}
#imageGearEffects{
	position:absolute;
	top: 350px;
	left: 0px;
	width: 401px;
	height: 274px;
	z-index: 0;
	background-position: center top;
}
#imageGearRecordingGear{
	position:absolute;
	top: 350px;
	left: 440px;
	width: 401px;
	height: 274px;
	z-index: 0;
	background-position: center top;
}





/* ----------------------- Footer ---------- */


#footer {
	width: 100%;
	min-height: 378px;
	height: 542px !important;
	height: 378px;
	margin: 0 auto;
	background: url(../Pix/BACKGROUND-footer.png) repeat-x center bottom;
}


#footercontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
	/* margin: 450px 104px 0 75px; */
	vertical-align: bottom;
	position: relative;
	bottom: -440px;
}

#copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFCC66;
	text-align: center;
}

ul#footerlinks {
	text-align: center;
	margin: 0 auto;
	width: 930px;
	padding-top: 10px;
}

ul#footerlinks li {
	display: inline;
	padding: 0 10px;
}

ul#footerlinks a {
	outline: none;
	color: #fefffb;
	padding: 19px 0;
	font-size: 16px;
	font-variant: small-caps;
}

ul#footerlinks li a:hover, ul#nav li a:active, ul#nav li a.active {
	background: url(../images/nav-pointer.png) no-repeat center -1px;
	color: #FFCC66;
}


/* ------------------------------------------------------ Light Box Styles ---------- */


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.yearoftheriver.com/pix/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.yearoftheriver.com/pix/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Georgia, "Times New Roman", Times, serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

