/**********************************************************************
	MAIN BLOCK LEVEL STYLES
**********************************************************************/
#playerWrapper {
	width: 940px;
	margin: 10px auto 0;
	color: #7d7d7d;

	font-family: arial, sans-serif;
	font-size: 8px;
}

div#playerWrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html div#playerWrapper {height: 1%;}


#headerImageContainer {
	background-image: url(header.png);
	height: 146px;
	width: 940px;
	text-align: center;
	margin: 0px auto;
	padding: 0px auto;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 0;
	padding: 0;
}

/**********************************************************************
	TAG DISPLAY
**********************************************************************/
#sortSearch {
	font: bold 10px/11px Arial,sans-serif;
	color: #226F00;
	text-transform: uppercase;
}

#searchTerms {
	padding-bottom: 3px;
	margin-bottom: 4px;
	clear: both;
}

ul#searchTerms:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html ul#searchTerms {height: 1%;}

	#searchTerms li {
		float: left;
		width: 114px;
		padding: 3px 7px;
		cursor: pointer;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}

		#searchTerms li:hover, #searchTerms li.selected {
			background-color: #B6AD92;
		}

	#searchTerms #search_all {
		display: block;
		width: 100%;
		float: none;
		padding: 6px 11px;
		width: 618px;
		margin-bottom: 5px;
	}

#tagDisplay 
{
	width: 940px;
	height: 90px;
	background-color: #0b0d10;
	margin-top: 5px;
}

#tagDisplayMask 
{
	width: 940px;
	height: 2px;
	overflow: hidden;
}

.stripeTitle 
{
	background-color: #0b0d10;
	background-image: url(stripe_tile.gif);
	width: 940px;
	height: 16px;
	border-bottom: 1px dashed #383A34;
	font-size: 8pt;
	padding-top: 3px;
	text-align: center;
}

.stripeTitleText 
{
	text-align: left;
	width: 920px;
	margin: 0px auto;
	padding: 0px auto;
}

#chooseCategoryTags 
{
	text-align: left;
	width: 920px;
	margin: 0px auto;
	padding: 0px auto;
	padding-top: 0px;
}

.tagColumn 
{
	margin: 0px auto;
	padding:  0px auto;
	margin-top: 5px;
}

.tagColumn ul 
{

	margin-left:0px;
	list-style-position:outside;
	padding:0px;
	margin:0px;
	position: absolute; /*this could be sketchy but it works for now*/
}

.tagColumn ul li 
{
	font-size: 8pt;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1pt;
	color: #7d7d7d;
	list-style-type: none;
	/*padding-bottom: 3px;*/
}

.tagColumn ul li a 
{
	color: #727272;
	text-decoration: none;
}

.tagColumn ul li a:hover 
{
	color: #7a262b;
}

#chooseCategory 
{

	letter-spacing:1;
	text-align: left;
	width: 940px;
	padding-left: 10px;
}

#chooseCategoryText 
{
	float:left;
}

#chooseCategoryClose 
{
	float: right;
	padding-right: 18px;
}

/**********************************************************************
	MEDIA PLAYER AREA
**********************************************************************/
#playerHolder {
	width: 940px;
	
	margin-top: 5px;
	padding:0px;
	
	color: #000000;
}

* html div#playerHolder {width: 942px;}

div#playerHolder:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html div#playerHolder {height: 1%;}


#playerLeftColumn {
	width: 640px;
	float: left;
	position: relative;
}

#playerRightColumn {
	position: relative;
	width: 300px;
	float: left;
	min-height: 549px;
}

	* html div#playerRightColumn {
		width: 299px;
		overflow: hidden;
	}

#slideshow {
	width: 640px;
	height: 480px;
	background-color: #000;
	overflow: hidden;
/*
	position: absolute;
	top: 31px;
	left: 0;
*/}

	#slideshow img {
		display: block;
		margin: auto;
	}	

/**********************************************************************
	SLIDESHOW CONTROLS
**********************************************************************/

#slideshowControls  {
	height: 36px;
	width: 640px;
	background: #fff url(slideshow_controls_bg.png) repeat-x;
	margin: 0px auto;
	padding:  0px auto;
	text-align: center;
}

* html #slideshowControls {position: relative;}
* + html #slideshowControls {position: relative;}

#slideshowControls button {
	margin: 0 12px;
	height: 36px;
	width: 36px;
	background: transparent url('slideshow_controls.gif') no-repeat;
	text-indent: -9999em;
	border: 0;
	outline: none;
	cursor: pointer;
}

* html #slideshowControls button {
	position: absolute;
	top: 0;
}
* + html #slideshowControls button {
	position: absolute;
	top: 0;
}


#slideshowControls button#prev {background-position: 0 3px;}

* html #slideshowControls button#prev {left: 40%;}
* + html #slideshowControls button#prev {left: 40%;}


#slideshowControls button#next {background-position: -60px 3px;}

* html #slideshowControls button#next {right: 40%;}
* + html #slideshowControls button#next {right: 40%;}



/**********************************************************************
	THUMBNAILS AREA
**********************************************************************/
#thumbWrapper {
	height: 465px;
	overflow: hidden;
	width: 300px;
	position: relative;
  top: 130px;
}

#thumbnails {
	z-index: 999;
	position: relative;
	top: 0;
}

#thumbnails li {
	width: 204px;
	height: 78px;
	position: relative;
	margin: 0 0 3px 3px;
	padding: 6px 6px 6px 87px;
	
	background: transparent url(slideshow_thumb_bg.gif);
	
	font-size: 11px;
	cursor: pointer;
	overflow: hidden;
}

	#thumbnails li img {
		border: 1px solid #14191d;
		overflow: hidden;
		position: absolute;
		top: 6px;
		left: 6px;
		width: 75px;
		height: 75px;
	}

	#thumbnails li h6 {
		font-weight: bold;
		letter-spacing: 0.5px;
		line-height: 16px;
		text-transform: uppercase;
		font-size: inherit;
		max-height: 32px;
		overflow: hidden;
	}
	
	#thumbnails li p.description {
		height: 40px;
		max-height: 40px;
		height: auto;
		overflow: hidden;
	}
	
	#thumbnails li a {
		color: #226F00;
	}

/* old thumb css */
#flickr_thumbnails {
	display: none;
	
	width: 300px;
	overflow: none;
	z-index: 999;
}

#vimeo_thumbnails {
	display: none;
	
	width: 300px;
	
	z-index: 999;
}

.thumb_param_id {
	display: none;
}

div.playerThumbnail {
	float: left;
	
	width: 297px;
	height: 90px;
	
	margin-bottom: 3px;
	margin-left: 3px;
}

* html div.playerThumbnail 
{
	margin-left: 0;
}

div.playerThumbnailContent
{
	width: 297px;
	height: 90px;
	
	background-image: url(slideshow_thumb_bg.gif);
}

.thumbnailImage 
{
	width: 75px;
	height: 75px;
	margin-top: 6px;
	margin-left: 6px;
	float: left;
	border: 1px solid #14191d;
	overflow: hidden;
}

.thumbnailText {
	float: right;
	text-align: left;
	padding-top: 6px;
	margin-right: 6px;
	width: 200px;
	font-size: 8pt;
}

.thumbnailText a 
{
	color: #71714c;
	text-decoration: none;
}

.thumbnailText b 
{
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 16px;
	text-transform: uppercase;
}

.thumbnailText p {
	max-height: 40px;
	overflow: hidden;
}

/**********************************************************************
	THUMBNAIL PAGINATION
**********************************************************************/
#explore_thumbnail_pagination {
	width: 300px;
	text-align: center;
	
	font-size: 9px;
		
	color: #71714c;
	position: absolute;
	bottom: -90px;
}

#explore_thumbnail_pagination li {
	display: inline;
	padding: 0 4px;
}

#explore_thumbnail_pagination #thumbsPagBack, #explore_thumbnail_pagination #thumbsPagForward {
	color: #226F00;
	text-decoration: underline;
	cursor: pointer;
}

/**********************************************************************
	LOADERS
**********************************************************************/
#slideshow_loaders {
	position: absolute;
	left: 0;
	bottom: 38px;
	width: 640px;
	height: 480px;
	
	margin: 0;
	padding: 0;
	
	text-align: center;
}

#flickrSlideLoader {
	display: block;
	width: 638px;
	padding: 185px 0;
	background-color: #fff;
	
	
	border: 1px solid #5d7977;
}

#slideshow_loaders img {
	margin: 10px auto;
	display: block;
}

#slideshow_loaders .vimeo_logo {
	margin-top: 5px;
	margin-left: 4px;
}

#flickr_loader {
	position: absolute;
	display: none;
	
	width: 295px;
	top: 184px;
	left: 0;
	
	background-color: #fff;
}

#vimeo_loader {
	position: absolute;
	display: none;

	width: 295px;
	top: 50%;
	left: 0;
	
	background-color: #000000;
}

#thumbnail_loaders
{
	position: absolute;
	top: 137px;
	left: 0;
	
	width: 300px;
	height: 466px;
	text-align: center;	
	padding: 0 auto;
}

#thumbnail_loaders:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html #thumbnail_loaders {height: 1%;}

#thumbnails .spinner
{
	
}

#thumbnails .flickr_logo
{
	margin-top: 15px;
	margin-left: 12px;
}

#thumbnails .vimeo_logo
{
	margin-top: 5px;
	margin-left: 4px;
}

/**********************************************************************
	PHOTO VIDEO TOGGLE AREA
**********************************************************************/
#playerToggle {
	background: transparent;
	width: 271x;
	margin-left: 3px;
	position: relative;
	z-index: 5;
}

ul#playerToggle:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
* html ul#playerToggle {height: 1%;}


	#playerToggle li {
		width: 147px;
		font: 10px/11px Arial,Helvetica,sans-serif;
		color: #a7aaad;
		text-transform: uppercase;
		letter-spacing: .5px;
		background: transparent url('explore_tab_off.png') repeat-x;
		cursor: pointer;
		text-align: center;
		padding: 7px 0;
		margin-top: 27px;
	}
	
	#playerToggle li:hover {color: #ffffff;}
	
	#playerToggle li.active {
		color: #ffffff;
		background: #1a1f26 none;
		cursor: default;
	}
	
	#playerToggle li#togglePhoto {float: left;}
	
	#playerToggle li#toggleVideo {float: right;}

#playerToggleHolder {	
	width: 300px;
	height: 24px;
	text-align: left;
	
	background-color: #12151b;
}

#photoToggleButton {
	float: left;
	
	width: 50px;
	height: 24px;
}

#videoToggleButton {
	float: left;
	
	width: 50px;
	height: 24px;
	
	cursor:pointer;
}

/**********************************************************************
	SORT BY DROP DOWN
**********************************************************************/
#sort {
	float: right;
	position: relative;
	padding: 10px;
	width: 296px;
}

	#sort span {
		
	}
	
	#sortBy {
		position: absolute;
		top: 0;
		right: 0;
		padding: 7px 10px;
		color: #71714c;
	}
	
		#sortBy li {
			float: left;
			padding: 3px 7px;
			cursor: pointer;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
		}
		
		#sortBy li.selected, #sortBy li:hover {
			display: block;
			background: #1d2025;
			color: #A7AAAD;
		}
		
	
#sortBy #sortByOptions {
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 2000;
	background: #1d2025;
	width: 100%;
	display: none;
}

#sortByOptions li {
	padding: 8px 5px;
	cursor: pointer;
}

#sortByOptions li:hover {
	background: #12151b;
	color: #A7AAAD;
}

#sortbyDropDownHolder ul {
	margin-left:0px;
	list-style-position:outside;
	padding:0px;
	margin:0px;
	font-size:8pt;
	letter-spacing:0.5px;
}

#selectedSortByOption {
	padding-left: 12px;
	width: 125px;
	background: url(sortby_arrow.gif) no-repeat 110px -7px;
	color:#71714c;
}

#sortByDropDownOptionsList {
	padding:0px;
	margin:0px;
	margin-top:2px;
	background-color:#12151b;
	padding-top: 3px;
	display: none;
	width:125px;
	padding-bottom: 10px;
}

#sortByDropDownOptionsList ul {
	padding: 0px;
	width:125px;
	margin-left:0px;
	font-size:8pt;
	list-style-position:outside;
	padding:0px;
	margin:0px;
	color:#a7aaad;
	background-color:#12151b;
}

#sortByDropDownOptionsList ul li {
	padding: 0px;
	padding-top:3px;
	padding-left: 12px;
	text-transform: uppercase;
}

#sortByDropDownOptionsList ul li a {color:#a7aaad;}

#sortByDropDownOptionsList ul li a:hover {color:#7a262b;}



/**********************************************************************
	MEDIA DETIALS
**********************************************************************/
#userDescriptionContainer {
	font-family: arial, sans-serif;
	color: #000;
	font-size: 9pt;
	font-weight: 300;
	font-size-adjust: none;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	
	text-align: left;
	width: 642px;
	margin-top: 10px;
	
	height: 56px;
	min-height: 56px;
	height: auto;
}

#userDescriptionContainer a {
	color: #226F00;
	text-decoration: none;
	font-size: 8pt;
  font-weight: bold;
}

#userTitle {
	font-size: 9pt;
	text-transform: uppercase;
	font-weight: 500;
}

/**********************************************************************
	UTILITIES
**********************************************************************/
.clr 
{
	clear: both;
}

