body {
    color: #777;
}

h1,h2,h3,h4,h5,h6 {
    color: #111;
}

.l-box {
    padding: 2em;
}

.header .pure-menu {
    border-bottom-color: black;
    border-radius: 0;
}

.pure-menu-link {
    padding: 1em .7em;
}

.starbg {
    overflow: hidden;
    position: relative;
    width: 120px;
    height: 20px;
	display:block;
	background: #fff url('../../../Theme/01/images/dstars.jpg') no-repeat 0 0 !important;
	background-size: 120px 20px;
}
.stars {
    overflow: hidden;
    float: left;
	top:0;
	left:0;
    width: 120px;
    height: 20px;
	display:inline;
	background: #fff url('../../../Theme/01/images/ystars.jpg') no-repeat 0 0 !important;
	background-position: 0 0;
}
.star1 {
    float:left;
	width: 24px !important;
	text-align:center;
    height: 20px !important;
	display:inline-block;
	background: transparent !important;
	margin:0;
	padding:0;
}
.star {
    float:left;
	width: 22px !important;
	text-align:center;
    height: 20px !important;
	display:inline-block;
	background: transparent !important;
	margin:0;
	padding:0;
}
.photo-box, .text-box, .img-thumb {
    overflow: hidden;
    position: relative;
    height: 250px;
    text-align: center;
	margin-bottom:5px;
}
.img-thumb {
    height: 280px;
    width: 100%;
	padding:auto;
}
.small-thumb {
    height: 200px;
}
.photo-box-thin {
    height: 120px;
}
.photo-box-tall {
    height: 300px;
}
.unmarked{
    list-style-type: none !important;
    padding-inline-start: 0 !important;
	text-decoration: none !important;
}
.lg-only{
    display:none;
}
	.borded{
		border:1px solid #ddd;
	}
    .photo-box img {
        max-width: 98%;
        margin: 1%;
		width:auto;
        height: auto;
    }
    .small-thumb img {
		width:100%;
        height: auto;
    }
    .img-thumb img {
        max-width: 100%;
        max-height: 260px;
		width:auto;
        height: auto;
    }
    .photo-box aside {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 1.5em 0.5em 0.5em 0.5em;
        color: white;
        width: 100%;
        font-size: 1em;
		font-weight: bold;
        text-align: right;
        background: linear-gradient(to bottom,  rgba(16,27,30,0) 0%,rgba(12,2,2,1) 90%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00101b1e', endColorstr='#0c0202',GradientType=0 ); /* IE6-9 */

    }
    .small-thumb aside {
        width: 96%;
		margin: 2%;
    }
    .photo-box-caption {
    }

    .photo-box aside span {
        color: #aaa;
    }

	.photo-box aside span a {
		color: #ccc;
		text-decoration: none;
	}
	.enlarger {
		position:absolute;
		margin-left:-30px !important;
		margin-top:15px !important;
		width:20px;
		z-index:99;
	}
	.zonal {
		position:absolute;
		left:5px;
		margin-top:-70px;
		width:70px;
		display:inline-block;
	}
	.zonal img{
		margin-right:2px;
	}

.text-box {
    background: rgb(49, 49, 49); /* bluish grey */
    color: rgb(255, 190, 94); /* steel blue */
}

    .text-box-head {
        color: #fff;
        padding-bottom: 0.2em;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        font-size: 24px;
    }

    .text-box-subhead {
        font-weight: normal;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

.form-box {
    text-align: center;
    font-size: 120%;
    border-bottom: 1px solid #eee;
}

    .form-box .pure-button {
        background-color: #61B842;
        color: white;
        vertical-align: top;
        font-size: 85%;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        border-radius: 4px;
        margin: 0.3em;
    }
    .pure-form input[type] {
        margin: 0.3em auto;
        text-align: center;
    }

.footer {
    background: #111 url('../../../images/Polynesian-motifs.jpg') no-repeat 0 0;
    background-size:100% 1;
	color: #666;
    text-align: center;
    padding: 1em;
    font-size: 80%;
}

@media (min-width: 30em) {
    .photo-box, .text-box {
        text-align: left;
    }
	.small-thumb {
		height: 300px;
	}
    .photo-box-thin {
        height: 250px;
    }
}
@media (min-width: 48em) {
	.enlarger {
		margin-left:100px !important;
		margin-top:-250px !important;
	}
}
@media (min-width: 1000px) {
	.lg-only {
		display:inline-block;
	}
}
@media (max-width: 300px) {
	.photo-box,.photo-box-tall{
		height:200px;
	}
	.footer {
		font-size: .6em;
	}
}
