/* =============== */
/* ! GALLERY CSS   */
/* =============== */

#thumbs-container {
	height: auto;
	margin: -2px 0px 0px 0px;
	width: 100%;
}

.thumbs-row {
	background: transparent url(../images/thumbs-row-bg.png) no-repeat top;
	clear: both;
	min-height: 220px;
	position: relative;
	width: 100%;
}

/* ========= */
/* ! ITEMS   */
/* ========= */

.fp-info-header {
	height: 30px;
	margin: 0px 0px 20px 16px;
	position: relative;
	text-align: center;
	width: 208px;
}

.fp-info-header a {
	text-decoration: none;
}

.fp-title, .fp-title a {	
	color: #222222;	
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 7px 0px;
	text-decoration: none;
	text-shadow: 0px 1px 1px #FFFFFF;
}

.fp-title a:hover {
	color: #006F84;
	text-decoration: none;
}

.fp-author, .fp-author a {
	color: #222222;	
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-shadow: 0px 1px 1px #FFFFFF;
}

.fp-author a:hover {
	color: #006F84;
	text-decoration: none;
}

.fp-item-top {
	background: transparent url(../images/fp-item-top.png) no-repeat top;
	clear: both;
	height: 10px;
	width: 240px;
}

.fp-item-middle {
	background: transparent url(../images/fp-item-middle.png) repeat-y;
	height: auto;
	margin: 0px 0px 0px 0px;
	min-height: 120px;
	padding: 0px 0px 0px 22px;
	position: relative;
	width: 100%;
	max-height: 200px;	
	overflow: hidden;

}

.fp-item-bottom {
	background: transparent url(../images/fp-item-bottom.png) no-repeat bottom;
	height: 21px;
	margin: -1px 0px 0px 0px;
	width: 240px;
}

.fp-item-middle-image {
	height: auto;
	margin: 0 0 -2px 0;
	min-height: 60px;
	width: 196px;
}

/* ============================= */
/* ! ACTUAL FLIPICZ CONTAINERS   */
/* ============================= */


.fp-thumb-container {	
	background: url(../images/fp-thumb-container-bg.png) no-repeat;
	float: left;
	height: auto;
	margin: 20px 0px 10px 0px;
	position: relative;
	width: 240px;
}

.fp-thumb-container:hover {	
	background: url(../images/fp-thumb-container-bg-hover.png) no-repeat;
}

/* ========= */
/* ! Where you are   */
/* ========= */

.friends-icon {
	background: url(../images/friends-btn.png) no-repeat top;
	float: left;
	height: 25px;
	margin: -2px 10px 0px 0px;
	width: 25px;
}

.friends-icon:hover {
	background: url(../images/friends-btn-hov.png) no-repeat top;
}

.world-icon {
	background: url(../images/world-btn.png) no-repeat top;
	float: left;
	height: 25px;
	margin: -2px 10px 0px 0px;
	width: 25px;
}

.world-icon:hover {
	background: url(../images/world-btn-hov.png) no-repeat top;
}

h2.browse-title {
	float: left;
	font-size: 20px;
}

input[name="title"] {
	font-size: 20px;
}

/* ============== */
/* ! FP ACTIONS   */
/* ============== */

.thumber {
	position: relative;
}

.fp-gallery-actions {
	background: url(../images/) repeat-x top;
	left: 22px;
	opacity: .0;
	-moz-opacity: .0;
	filter:alpha(opacity=0);
	padding: 2px 0 0 19px;
	position: absolute;
	top: 10px;
	width: 177px;
	z-index: 99;
}

.fp-gallery-actions:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
}

/* ================ */
/* ! User-actions   */
/* ================ */

.owner-user-actions {
	float: left;
	margin: 0 5px 0 4px;
}

.remove-from-favs {
	float: left;
}

/* ===================== */
/* ! EDIT/ALIGN/DELETE   */
/* ===================== */

.gallery-user-actions {
	margin: 0px 46px 0px 0px;
}

/* ================ */
/* ! SUBNAV RIGHT   */
/* ================ */

.subnavright {
	margin: 0px 0px 0px 0px;
}

/* ================ */
/* ! SORT   */
/* ================ */

.sort-container {
	margin: -4px 0px 0px 0px;
	text-align: right;
}

.sort-container span {
	color: #494949;
	font-size: 11px;
	left: 29px;
	position: absolute;
	text-align: center;
	text-shadow: 0px 1px 1px #FFF;
	text-transform: uppercase;
	top: 16px;
	width: 154px;
}

/* ============== */
/* ! PAGINATION   */
/* ============== */

.pagination {
	float: right;
	margin: 20px 0px 20px 0px;	
}

.pagination-left {
	float: left;
}

span.page-count {
	color: #4B4B4B;
	float: left;
	font-size: 18px;
	line-height: 27px;
	margin: 5px 10px 0px 10px;
}

.pagination-right {
	float: left;
}

/* =========================== */
/* ! GO TO WORLDS/FRIENDS FP   */
/* =========================== */

.worlds-friends-fp {
	float: left;
	margin: 20px 0 0 0;
}

/* =============== */
/* ! AJAX ALERTS   */
/* =============== */

.fp-notice {
	left: 15px;
	position: absolute;
	top: 75px;	
}

/* ============== */
/* ! USER PAGES   */
/* ============== */

#user-profile {
	background: url(../images/user-profile-bg.png) repeat-x top;
	min-height: 190px;
	margin: 20px 0 0 0;
	padding: 25px 0 0 0;
	width: 100%;
}

#user-left {
	float: left;
	margin: 0 0 0 10px;
	width: 270px;
}

#user-right {
	float: left;
	padding: 15px 0 0 0;
	width: 650px;
}

#user-stats {
	margin: 0 0 10px 15px;
}
