/* this stylesheet is used by gallery.php, in conjunction with styles_vert */

/********** BODY **********/
body {
	background: #fbeb6a url(../images/gallery/bgi.jpg) no-repeat;
	background-position: top center; }

/********** BLOCK ELEMENTS AND THEIR CLASS DESCENDANTS **********/
/***** CONTENT *****/

	/***** TITLE *****/
	#title_grp {
		border-bottom: 5px solid #c9b94a; }

		#title {
			background-color: #fbeb6a; }

		#title_accent {
			background-color: #d6710e; }

	/***** BANNER *****/
	#banner {
		background-color: #ebdb5a; }

	/***** NAV *****/
	#nav {
		background: #dddbdd url(../images/gallery/nav_bgi.jpg) no-repeat; }

	#nav_home {
		background-image: url(../images/gallery/nav/home_over.gif); }

	#nav_gall_on {
		margin-top: 28px; }

	#nav_bio {
		background-image: url(../images/gallery/nav/bio_over.gif); }

	#nav_cont {
		background-image: url(../images/gallery/nav/cont_over.gif); }

	/***** STAGE TOP *****/
	#stage_top h1 {
		color: #d36e0b;
		border-bottom: 2px solid #c9b94a; }

	#stage_top h1 a:link,
	#stage_top h1 a:visited {
		color: #d36e0b;
		text-decoration: none; }

	#stage_top h1 a:hover {
		color: #d36e0b;
		text-decoration: underline; }

	#stage_top h2 {
		color: #d36e0b; }

	/***** STAGE *****/
	.stageframe {
		color: #c9b94a; background-color: #c9b94a; }

		/***** PAGING *****/
		.paging {
			width: 412px;
			margin-left: 7px;
			border: 1px solid #cbcbcb;
			background-color: #ddd9c7; }

		.paging_left {
			width: 33%;
			padding-left: 3px;
			text-align: left; }

		.paging_center {
			width: 34%;
			text-align: center; }

		.paging_right {
			width: 33%;
			padding-right: 3px;
			text-align: right; }

		.paging td {
			font-size: 0.7em;
			font-weight: bold; }

		.paging td a:link,
		.paging td a:visited {
			color: #d36e0b; }

		.paging td a:hover {
			color: #c15c00; }

		/***** COPYRIGHT *****/
		.copyright {
			color: #c9b94a; }