/*familycp.css*/

/* FAMILY STATISTICS */

.family_numbers {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 3px;
	margin: 2px auto;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

/* FORMATE FAMILY MEMBERS PICTURE */

.family-picture {
 	width: 200px;
}

.taken-img {
	position: relative;
	box-sizing: border-box;
	width: 250px;
}

.taken-img img {
	opacity: 1;
}

.free-img {
	position: relative;
	box-sizing: border-box;
	width: 200px;
	height: 176px;
	/* padding: 1px; */
	background-image: url(/images/rayofsunlight/default_avatar.png);
}

.free-img img {
	/* opacity: 1; */
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	/* margin: 1px auto; */
}

/* TEXTAREAS */ 

.family-fullname {
box-sizing: border-box;
width: 200px;
padding: 2px;
text-align: center;
font-size: 13pt;
background-color: #474740;
color: #d0d8dc;
margin: 1px;}

.family-fullname a{
color: #d0d8dc;
}

.family-fullname a:hover{
}

.edit-fammember {
	/* box-sizing: border-box; */
	width: 200px;
	height: 20px;
	/* margin: 0px auto; */
	padding: 2px;
	text-align: center;
}

.claim-fammember {
	padding: 2px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	font-size: 10pt;
	width: 200px;
	height: 21px;
	background-color: #474740;
	margin: 1px;
}

/* FAMILY DESCRIPTION POPUP */
.family-pop {
 	position: fixed; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0; 
	background: hsla(0, 0%, 0%, 0.5);
	z-index: 1; opacity:0; 
	-webkit-transition: .5s ease-in-out; 
	-moz-transition: .5s ease-in-out; 
	transition: .5s ease-in-out; pointer-events: none;
}

.family-pop:target {
 
	opacity:1; 
	pointer-events: auto;
}

.family-pop > .pop {
 	width: 300px; 
	position: relative; 
	margin: 10% auto; 
	padding: 25px; 
	z-index: 3;
}

.family-pop > .pop > .description {
	margin: 10px auto;
	max-height: 130px;
	overflow: auto;
	line-height: 1.3em;
}

.closepop {
 
	position: absolute; 
	right: -5px; 
	top:-5px; 
	width: 100%; 
	height: 100%; 
	z-index: 2;
}

.famhead1{font-size: 26px;
    font-family: 'Oswald';
    text-align: center;
    color: #81b487;
    border-bottom: 1px solid #81b487;
    text-transform: uppercase;
    display: block;
    line-height: 30px;
	width:900px;
}

.fambox0{width:900px;}

.fambox1{
width: 100%;
height: 550px;
font-family: 'Anaheim';
display: block;
	}

.fambox2{
	width: 262px;
	height: 620px;
	float:left;
	margin:1px;
	}

.fambox3{
	width: 250px;
	height: 160px;
	overflow:auto;
	text-align:justify;
	padding:5px;
	}

.fambox4{
	width: 262px;
	height: 297px;
}


/* FAMILY DESCRIPTION POPUP */
.family-pop { 
	position: fixed; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0; 
	background: hsla(0, 0%, 0%, 0.5);
	z-index: 1; opacity:0; 
	-webkit-transition: .5s ease-in-out; 
	-moz-transition: .5s ease-in-out; 
	transition: .5s ease-in-out; pointer-events: none; 
} 

.family-pop:target { 
	opacity:1; 
	pointer-events: auto; 
} 

.family-pop > .pop { 
	width: 300px; 
	position: relative; 
	margin: 10% auto; 
	padding: 25px; 
	z-index: 3; 
} 

.family-pop > .pop > .description {
	margin: 10px auto;
	max-height: 130px;
	overflow: auto;
	line-height: 1.3em;
}

.closepop { 
	position: absolute; 
	right: -5px; 
	top:-5px; 
	width: 100%; 
	height: 100%; 
	z-index: 2; 
}
		