/*
	REC TEC LIVE, Inc.
	
	designer: Nathan Edwards
	type: CSS
	file: gallery.css
	purpose: Gallery pages CSS
*/



/*
	REC TEC YELLOW: #f5c123
*/



/*---------------|IMAGE GALLERY ELEMENTS */

.pGallery
{
	float: left;
	border: solid 1px #f5c123;
	padding: 10px;
	margin: 5px;
	background: url(../imgs/background.png) repeat;
	overflow: hidden;
	cursor: pointer;
	width: 360px !important;
	width: 355px;
	height: 100px;
}

.pGallery img
{
	float: none;
	border: 1px solid white;
	padding: 2px;
}

.pGallery p
{
	text-align: left;
	margin-left: 10px;
	font-size: 120%;
	color: white;
}

.pGallery h3
{
	text-align: left;
	margin-left: 2px;
	color: #f5c123;
}

#images td
{
	vertical-align: middle;
	width: 140px;
	text-align: center;
}

#images .image
{
	cursor: pointer;
	margin: 3px;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid white;
}

#images .image img
{
	border: none;
}

#imageLarge
{
	width: 10px;
	height: 10px;
	background: url(../imgs/background.png) repeat #000;
	border: 1px solid white;
	position: absolute;
	left: 200px;
	top: 0;
	visibility: hidden;
	color: white;
	padding: 2px;
	cursor: pointer;
	z-index: 89;
	text-align: center;
}

#imageLarge .largeImage 
{
	position: absolute;
	margin: auto;
	padding: 4px;
	padding-bottom: 0;
	float:left;
	top: 0;
	left: 0;
	z-index: 170;
	border-bottom: 1px solid #fff;
}

#close
{
	width: 75px;
	height: 21px;
	background: url(../imgs/close.png);
	position: absolute;
	z-index: 99;
	cursor: pointer;
	margin-top: 5px;
	margin-left: 7px;
	float:left;
	left: 0;
	z-index: 190;
}

.galleryName
{
	width: auto;
	height: 15px;
	border-bottom: solid 2px #f5c123; 
	font-size: 120%;
	float: right;
	position: relative;
	top: 0;
	right: 0;
	text-align: right;
	margin: 5px;
	z-index: 190;
	text-shadow: #000 1px -1px 2px;
}

.galleryCaptionBg
{
	width: 100%;
	text-align: center;
	font-size: 120%;
	position: absolute;
	bottom: 60px;
	color: #f5c123;
	left: 0;
	z-index: 190;
	background: url(../imgs/background.png) repeat #000;
	opacity: 0.50;
	-moz-opacity: 0.50;	
	border-bottom: 1px solid #111;
	border-top: 1px solid #111;
}

.galleryCaptionTxt
{
	width: 100%;
	text-align: center;
	font-size: 120%;
	position: absolute;
	bottom: 60px;
	left: 0;
	z-index: 191;
	color: #f5c123;
	opacity: 1;
	-moz-opacity: 1;
	border-bottom: 1px solid #111;
	border-top: 1px solid #111;
}

.galleryInstuctions
{
	width: 100%;
	height: 15px; 
	z-index: 99;
	font-size: 80%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	margin: 2px;
	z-index: 190;
}

.galleryTags
{
	width: 100%;
	height: 15px; 
	z-index: 99;
	position: absolute;
	bottom: 30px;
	left: 0;
	text-align: center;
	margin: 5px;
	z-index: 190;
}



/*---------------|VIDEO GALLERY ELEMENTS */

.vGallery
{
	float: left;
	width: 340px !important;
	width: 345px;
	height: 220px;
	border: solid 1px #f5c123;
	padding: 2px;
	margin-left: 30px !important;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: url(../imgs/background.png) repeat;
	cursor: pointer;
	overflow: hidden;
}

.vGallery img
{
	border: 1px solid white;
}

.vGallery p
{
	text-align: left;
	margin-left: 10px;
	font-size: 110%;
	color: white;	
}

.vGallery h3
{
	text-align: left;
	margin-left: 2px;
	color: #f5c123;	
}

#media_player
{
	border: 2px solid #f5c123;
	width: 720px;
	margin: auto;
	margin-top: 15px;
	z-index: 3;
}

#videoTopBar
{
	width: 710px;
	height: 60px;
	margin: auto;
	border: 2px solid #333333;
	padding: 5px;
	overflow: hidden;
}


/*---------------|ADDITION ELEMENTS */
#imageEdits table
{
	background: url(../imgs/background.png) repeat;
	border: 0;
	padding: 0;
}

#imageEdits td
{
	vertical-align: top;
	border: 1px solid #333333;
}

#imageEdits .imageTag
{
	cursor: pointer;
	cursor: crosshair;
	border: 1px solid #f5c123;
	padding: 1px;
}

#tagOptions
{
	position: absolute;
	width: 175px;
	padding: 2px;
	background: url(../imgs/background.png) repeat;
	top: 0;
	left: 0;
	border: 3px solid #fff;
	visibility: hidden;
}

#tagBox
{
	background: url(../imgs/tagBox.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 190;
	width: 75px;
	height: 75px;
	visibility: hidden;
	padding: 0;
	margin: 0;
	behavior: url(http://new.recteclive.com/css/iepngfix.htc);
	cursor: pointer;
}

.tagText
{
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	cursor: pointer;
}