/* style.css */

@font-face {
    font-family: 'Archer Book';
    src: url('Archer-Book.eot');
    src: url('Archer-Book.eot?#iefix') format('embedded-opentype'),
        url('Archer-Book.woff2') format('woff2'),
        url('Archer-Book.woff') format('woff'),
        url('Archer-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Archer Semibold';
    src: url('Archer-Semibold.eot');
    src: url('Archer-Semibold.eot?#iefix') format('embedded-opentype'),
        url('Archer-Semibold.woff2') format('woff2'),
        url('Archer-Semibold.woff') format('woff'),
        url('Archer-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
body {	
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	text-rendering: optimizeLegibility !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);

}
#pagecontainer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#ifi-grove {
	position: relative;
    width: 506px;
    height: 677px;
    background-image: url("../images/ifi-grove.png");
    margin:0;
}
#kat-grove {
	position: relative;
    width: 506px;
    height: 552px;
    background-image: url("../images/kat-grove.png");
    margin:0;
}

.tree-marker {
	font-family: "Archer Semibold", "Archer Semibold Pro", "Archer Book", "Archer", Broadway, Parisian, Helvetica, Arial, Sans-Serif !important;
	color: #fff;
	z-index: 100;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* no-faceface fallback */
.no-fontface .tree-marker {
	font-family: "Archer Book", Broadway, Parisian, Helvetica, Arial, Sans-Serif;
}

.tree.available {
    background-color: #85901e;
}

.tree.adopted, .tree.reserved {
    background-color: #748885;
}

.hidden {
	color: transparent;
}

.sm, .med, .lg, .xl  {
    display: table-cell; 
	vertical-align: middle;
	line-height: normal !important;
    position: absolute;
	text-align: center;
	cursor: pointer;
	z-index: 0;
}
.tree {
	display: block;
}
.tree.available:hover  {
    background-color: #a0b81b;
}

.tree.adopted:hover, .tree .reserved:hover  {
    background-color: #000;
}

/* for rollover positioning */
.bottom-right, .bottom-left, .top-right, .top-left {
	position: absolute;
}

.xl {
    height: 45px;
    width: 45px;
    -moz-border-radius: 33px;
    -webkit-border-radius: 33px;
    border-radius: 33px;
	/*line-height: 33px;*/
	font-size: 32px;
}

.xl .tree-marker {	
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 45px;
}

/* for rollover positioning */
.xl .top-right {
	top: -170px;
	left: 20px;
}

.xl .top-left {
	top: -170px;
	left: -110px;
}
.xl .bottom-right {
	top: 35px;
	left: 20px;
}

.xl .bottom-left {
	top: 34px;
	left: -115px;
}

.lg {
    height: 33px;
    width: 33px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
	/*line-height: 25px;*/  
	font-size: 24px;
}

.lg .tree-marker {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 33px;
}

/* for rollover positioning */
.lg  .top-right {
	top: -170px;
	left: 15px;
}

.lg  .top-left {
	top: -170px;
	left: -117px;
}
.lg .bottom-right {
	top: 30px;
	left: 12px;
}

.lg .bottom-left {
	top: 24px;
	left: -115px;
}

.med {
    height: 25px;
    width: 25px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
	/*line-height: 18px;*/
	font-size: 18px;
}
.med .tree-marker {	
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 25px;
}

/* for rollover positioning */
.med .top-right {
	top: -170px;
	left: 10px;
}

.med  .top-left {
	top: -170px;
	left: -115px;
}
.med .bottom-right {
	top: 22px;
	left: 10px;
}

.med .bottom-left {
	top: 24px;
	left: -112px;
}

.sm {
    height: 20px;
    width: 20px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
	/*line-height: 15px;*/
	font-size: 12px;
}
.sm .tree-marker {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 20px;
}

/* for rollover positioning */
.sm .top-right {
	top: -170px;
	left: 10px;
}

.sm .top-left {
	top: -170px;
	left: -118px;
}
.sm .bottom-right {
	top: 16px;
	left: 7px;
}

.sm .bottom-left {
	top: 18px;
	left: -118px;
}

/* tree-rollovers */
.hidden {
	display: none;
}
.hover {
	display: inline-block;
}
.tree-rollover {
	color: #fff;
	width: 132px;
    height: 176px;
    margin:0;
	z-index:102;
}
.tree-image {
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 2;
}
.tree-info {
	margin-top: 126px;
	width: 120px;
	padding: 3px;
	color: #fff;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 8px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: right;
	line-height: 12px;
	z-index: 2;
}
.tree a, .tree-rollover a, .tree_info a {
	text-decoration: none;
}
.available .tree-rollover {
    background-image: url("../images/available-bg.png");
}

.adopted .tree-rollover, .reserved .tree-rollover {
    background-image: url("../images/adopted-bg.png");
}

/* NEW SPONSOR BUTTONS */
.new-sponsor {
	width: 93px;
	height: 38px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 101;
	/*border: 1px solid blue;*/
}
.new-sponsor.bl {
    background-image: url("../images/NYfadder_right_over.png");
}
.new-sponsor.br {
    background-image: url("../images/NYfadder_left_over.png");
}
.new-sponsor.tr {
    background-image: url("../images/NYfadder_left_under.png");
}
.new-sponsor.tl {
    background-image: url("../images/NYfadder_right_under.png");
}
.xl .new-sponsor.bl {
	top: 35px;
	left: -45px;
}
.xl .new-sponsor.br {
	top: 35px;
	left: 0px;
}
.xl .new-sponsor.tr {
	top: -30px;
	left: 0;
}
.xl .new-sponsor.tl {
	top: -30px;
	left: -50px;
}

.lg .new-sponsor.bl {
	top: 30px;
	left: -50px;
}
.lg .new-sponsor.br {
	top: 30px;
	left: 0px;
}
.lg .new-sponsor.tr {
	top: -30px;
	left: 0;
}
.lg .new-sponsor.tl {
	top: -30px;
	left: -50px;
}
.med .new-sponsor.bl {
	top: 20px;
	left: -54px;
}
.med .new-sponsor.br {
	top: 20px;
	left: 0px;
}
.med .new-sponsor.tr {
	top: -30px;
	left: 0;
}
.med .new-sponsor.tl {
	top: -30px;
	left: -50px;
}
.sm .new-sponsor.bl {
	top: 15px;
	left: -56px;
}
.sm .new-sponsor.br {
	top: 15px;
	left: 0px;
}
.sm .new-sponsor.tr {
	top: -30px;
	left: 0;
}
.sm .new-sponsor.tl {
	top: -30px;
	left: -50px;
}
.show-on-not-quite-top {
	z-index: 1400;
}
.show-on-almost-top {
	z-index: 1450;
}
.show-on-top {
	z-index: 1500;
}
.show-on-very-top {
	z-index: 1600;
}

/*p {
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;	
}
p a {
	color: #666;
}
*/
.cff-wrapper {
	margin-top: 10px;
}
#cff .cff-author .cff-page-name.cff-author-date {
	font-size: 12px !important;
}

/* POPUP */
.pum-theme-4459, .pum-theme-content-only {
    background-color: rgba( 0, 0, 0, 0.30 ) !important;
}
.pum-theme-4459 .pum-content, .pum-theme-content-only .pum-content {
    background: white;
    padding: 30px 10px;
    font-style: italic;
    border-color:  #333;
    border-style: double;
    border-width: 10px;
}
.pum-theme-4459 p {
    font-size: 16px;
    line-height: 150%;
}
