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

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

	/***** STAGE *****/

		/***** GALLERIES *****/
		#tbl_gall_main {
			width: 550px;
			border: 1px solid red;}

		.work_grp {
			width: 124px; height: 150px;
			/*border: 2px solid #c9b94a;*/
			/* note: margin styles are declared inline */
			border: 1px solid #cbcbcb;
			padding: 2px;
			/*background-color: #e1da7b;*/
			background-color: #ddd9c7; }

		.work_grp_text {
			position: relative;
			width: 120px; height: 16px;
			margin-bottom: 2px;
			/*border-bottom: 1px solid #c9b94a;*/
			border-bottom: 1px solid #cbcbcb;
			padding: 2px;
			/*background-color: #e4d465;*/
			background-color: #bbb; }

		.work_grp_text h1 {
			font-size: 0.8em;
			font-weight: bold;
			text-align: center; }

		.work_grp a:link,
		.work_grp a:visited {
			color: #d36e0b;
			text-decoration: none; }

		.work_grp a:hover {
			color: #c15c00;
			}

		.work_grp_tn {
			position: relative;
			/*border: 2px solid #c9b94a;*/
			border: 2px solid #cbcbcb; }