.workRow {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 0 0;
	font-size: .9em;
	line-height: 1.5em;
}
.nameBlock {
	float: left;
	display: block;
	width: 40%;
	height: 100%;
	border-right: 1px dashed #ccc;
	padding: 6px 10px 6px 0;
	margin: 0;
	color: #719b15;
	text-transform: uppercase;
	text-align: right;
}

.summaryBlock {
	float: left;
	display: block;
	width: 55%;
	height: 100%;
	border: 0;
	padding: 6px 0 0 0; 
	margin: 0;
	color: #ccc;
}
.summaryBlock p {
	padding: 0 0 0 10px;
	margin: 0;
}



/* TABLE OF CONTENTS PAGES [LISTS] */

.workRowList, .workRowList_alt {
	display: block;
	background: #121212;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 0;
	clear: both;
	margin: 0 0 15px 0;
	padding: 5px 0;
	font-size: .9em;
}
.workRowList_alt {
	background: #000;
	border: 0;
}
.workRowList .formatList, .workRowList_alt .formatList {
	display: block;
	padding: 0 5px;
	margin: 0;
}
.thumb, .thumb_vert {
	width: 152px;
	height: 102px;
	display: block;
	float: left;
	margin: 0 8px 0 0;
}
.thumb_vert {
	width: 102px;
	height: 152px;
}
.thumb a, .thumb_vert a {
	display: block;
	padding: 1px;
	margin: 0;
	background: #666;
	border: 0;
}
.thumb a:hover, .thumb_vert a:hover {
	background: #ade537;
}
.thumb img, .thumb_vert img {
	width: 150px;
	height: 100px;
	padding: 0;
	margin: 0;
	border: 0;
}
.thumb_vert img {
	width: 100px;
	height: 150px;
}
#nameBlockList {
	display: block;
	color: #719b15;
	text-transform: uppercase;
}
#nameBlockList a {
	color: #719b15;
	text-decoration: none;
}
#nameBlockList a:hover {
	color: #ade537;
	text-decoration: underline;
}
.summaryBlockList {
	color: #ccc;
}







#photoGallery {
	display: block;
	width: 650px; /* 705px */
	height: 100%;
	overflow: auto;
	border: 0;
	padding: 0 auto;
	margin: 30px auto;
}
#photoGallery #pic-box {
	display: block;
	width: 650px;
	height: 434px;
	padding: 0;
	margin: 0 auto 5px auto;
}
#photoGallery img {
	/*height: 432px;*/
	border: 1px solid #333;
	padding: 0;
	margin: 0 auto 0 auto;
	display: block;
}

#photoGallery #galleryControls {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #666;
}
#galleryControls a {
	text-decoration: none;
	color: #709b15;
}
#galleryControls a:hover {
	color: #a2d537;
}
#galleryControls .leftCell {
	float: left;
	width: 20px;
}
#galleryControls .middleCell {
	float: left;
	width: 608px;
	display: block;	
	text-align: center;
}
#galleryControls .animateControls {
	width: 100%;
	display: block;	
	text-align: center;
}
#galleryControls .rightCell {
	float: left;
	width: 20px;
}

.textArea, #textArea {
	display: block;
	line-height: 1.45em;
	color: #ccc;
	font-size: 1em;
	margin: 0 auto;
	width: 705px;
}
#textArea p {
	text-indent: 20px;
}

.float_right, .float_rightBox {
	display: block;
	float: right;
	padding: 0;
	border: 0;
	margin: 0 0 5px 10px;
	font-size: .85em;
	text-align: right;
}
.float_rightBox {
	font-size: 1em;
	color: #709b15;
	margin: 0 0 5px 20px;
	padding: 10px 10px;
	text-align: center;
	line-height: 250%;
	border: 1px solid #333;
}
.float_rightBox .tagit {
	text-transform: uppercase;
	font-size: 1.25em;
	text-align: center;
	display: block;
	padding: 0 0 4px 0;
}


.float_right img {
	border: 1px solid #454545;
	display: block;
	margin: 0;
	padding: 0;
}



.triptych { 
	width: 705px; 
} 

.triptych .left { 
	width: 221px; 
	float: left; 
	padding: 7px; 
	background: rgb(18, 18, 18);
} 

.triptych .center { 
	width: 213px; 
	float: left; 
	padding: 7px 11px 7px 11px; 
} 

.triptych .right { 
	width: 221px; 
	float: left; 
	padding: 7px; 
	background: rgb(18, 18, 18);
} 

.triptych .clear-all { 
	clear: both; 
} 
















