/* noscript */

#boxNoScr {
	text-align: center;
	margin-top: 20px;
}

#boxNoScr img {
	max-height: 400px;
	max-width: 400px;
}

/*--------------------------------*/
/* Header Styles*/
/*--------------------------------*/

/*--------------------------------*/


#barNavHelp {
	position: relative;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 0.8em;
	//width: 100%;
	
	color: #AAAAAA;
}

#barNavHelp .newer {
	position: absolute;
	left: 0;
}

#barNavHelp .older {
	position: absolute;
	right: 0;
}

#barNavHelp .older:hover {
	cursor:pointer;cursor:hand;
}

#barNavHelp .newer:hover {
	cursor:pointer;cursor:hand;
}


#boxDynContent {
	position: relative;
}

#boxDynContent > div {
	position: relative;
	
}

/*--------------------------------*/

/* --------------- */
/* COL1 ---------- */
/* --------------- */

#boxDetailMainContainer {
	position: relative;
	
	display: flex;
	
	align-items: flex-start;
}

/* --------------- */

#boxLmnuContainer {
	flex-basis: 20%;
	min-width: 13em;
	max-width: 20em;
}

#boxDetailMainContent {
	flex: auto;
	
	display: flex;
	
	flex-direction: column;
	justify-content: center;

	margin-left: 0.25em;
}

#usrInfo .usrHasAlbums {
	display: none;
}

/* User Info ----- */

#usrInfo{
	position: relative;
	overflow: hidden;
	
	display: flex;
	flex-direction: column;
	
	margin: 0.125em;
	margin-bottom: 0.5em;
	padding: 0.1250em;

	background-color: #f1f4ff;
	
	border: 1px solid #CCC;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;

	border-radius: 15px;
	
	font-size: 0.8em;
	
	text-align: center;
	cursor:pointer;
}

#usrInfo .usrThumbContainer {
	position: relative;
	min-height: 12em;
}

#usrUserName:hover {
	text-decoration: underline;
}

#usrUserName{
	font-size: 1.1em;
	font-weight: bold;
	background-color: #d8e2eb;
	
	font-variant: small-caps;
	text-transform:capitalize;
	
	border: 1px solid #CCC;
	border-top: 2px solid #CCC;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

#usrNumUploads{
	font-weight: bold;
	font-size: 0.9em;
}

/* --------------- */
/* Owner Controls  */
#usrOwner {
	position: relative;
	display: none;
	border: 3px solid #e8da7c;
	background-color: #f7f3c5;
	margin-bottom: 5px; 
	
	text-align: center;
	font-size: 0.8em;
}

#usrOwner span {margin: auto;}

#usrOwner .item {
	font-size: 0.85em;
	margin-bottom: 3px;
}
/* ----------------- */

/* --------------- */
.boxitem {
	position: relative;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	clear: both;
}
/* --------------- */
/* User Related -- */

#usrRelated{
	position: relative;
	//border: 1px solid #CCC;
	text-align: center;
}

#usrRelated .emptyrelated {
	font-size: 0.8em;
	color: #CCC;
}

#usrRelated .boxRelated {
	overflow:hidden;
	width: 98%;
	height: 95px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 3px;
	text-align: center;
	
	border: 1px solid #000;
}

#usrRelated .boxRelated:hover {
	border: 1px solid #fbf0a5;
	cursor:pointer;
	cursor:hand;
}

#usrRelated .accBtn:hover {	
	background-color: #dfd2ee;
}

#usrRelated .accBtn {	
	background: #d8e2eb;
	cursor: pointer;
	
	font-size: 0.85em;
	font-weight: bold;
		
	border: 1px solid #CCC;
	border-bottom: 2px solid #CCC !important;
	
	-webkit-border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}
 
#usrRelated .accHeader {
	font-size: 0.8em;
	font-weight: bold;
	
	background-color: #cce0f0;
	margin-bottom: 2px;
}
/*	
#usrRelated .accContent:hover {
	background-color: #e9dcf6;
}*/

#usrRelated .accContent {	
	background: #eaf0f5;
	/* display: none; */
}

/* --------------- */
/*  CENTER - */
/* --------------- */

/* Pic Info ------ */
#picInfo{
	position: relative;

	background-color: #d8e2eb;
	
	display: flex;
	justify-content: space-around;
	align-items: center;
	
	padding: 0.25em; 
	
	border-bottom: 0.25em solid #999;
	border-top-right-radius: 0.5em;
	border-top-left-radius: 0.5em;
}

#picInfo .item {
	position: relative;
	font-size: 0.7em;
	
	border-radius: 0.33em;
	padding: 0.125em 0.25em;
}

#picInfo .item:nth-child(even){
	background-color: #bbbad8;`
}

#picInfo .addYours {
	position: relative;
	left: 5px;
	
	font-weight: bold;
	font-size: 1em;
}

#boxFav {
	
}

#picInfo .favbox {
	display: flex;
	align-items: center;
}

/* --------------- */
/* Display Image - */
#imgDisplay {
	position: relative;
	
	flex-grow: 1;
	display: block;
	
	overflow: hidden;
	
	text-align: center;
}

#imgDisplay .curImg {
	z-index: 0;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.8);
}

#imgDisplay .curImg .caption {
	display: none;
	position: relative;
	z-index: 3;
	color: white;
	overflow: visible;
	padding: 0 0.25em;
	padding-top: 0.125em;
	
	background-color: rgba(43,43,43,0.6);
	border-bottom: 1px solid rgba(18,18,17,0.9);
	
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1em;
}

/* --------------- */
/* Caption Bar --- */
#captionBar {
	position: relative;
	
	color: white;
	display: none;
	overflow: visible;
	padding: 0 0.25em;
	padding-top: 0.125em;
	
	background-color: rgba(43,43,43,0.6);
	border-top: 3px solid rgba(18,18,17,0.9);
	
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
}

/* SocialMedia Links -- */
#boxSocial {
	position: relative;
	padding-left: 1em;
	padding-top: 2px;
	text-align: center;
	
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content:space-around;
}

#elSAlbum { display: none; } /* not used yet */


/* --------------- */
/* Rate Bar ------ */
#rateBar {
	position: relative;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
}

/* ----------------------- */

#lineContainer {
	position: relative;
	
	clear: both;
	height: auto;
	overflow: hidden;
}
/* end ------------------- */
/* ----------------------- */
/* ----------------------- */