/* Photo of the Week Block */
.photo-of-the-week {
	position: relative;
	z-index: 1;
    width: 100%;
}

/* Photo of the Week Image Formatting */
img.week-photo {
	display: block;
    width: 100%;
    height: auto;
}

/* Photo of the Week Title Block */
.week-title {
	position: absolute;
	z-index: 2;
	top: 40%;
	width: 100%;
	text-align: center;
}

/* Photo of the Week Title Header */
.week-h2 {
	font-weight: normal;
}

/* Photo of the Week Title Link */
.week-title-url {
	color: #ffffff;
	font-size: 2.1em;
	text-shadow: 0px 0px 15px #262626;
	text-decoration: none;
}

/* Photo of the Week Title Link on Hover */
.week-title-url:hover {
	font-size: 2.15em;
}

/* Photo of the Week Title Active Link */
.week-title-url:active {
	color: #a9a9a9;
	font-size: 2.15em;
}

/* Photo of the Week Button */
.week-button {
	position: absolute;
	z-index: 2;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 230px;
	text-align: center;
	color: #ffffff;
	font-size: 1.8em;
}

/* Photo of the Week Button Link */
.week-button-url {
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 0px 15px #262626;
    border-style: solid;
    border-width: 2px;
    padding: 5px;
}

/* Photo of the Week Button Hover Link */
.week-button-url:hover {
	color: #262626;
	text-shadow: none;
	background: #ffffff;
	border-color: #ffffff;
}

/* Photo of the Week Button Active Link */
.week-button-url:active {
	color: #a9a9a9;
	text-shadow: none;
	background: #ffffff;
	border-color: #ffffff;
}

/* Photo of the Week Date */
.week-date {
	position: absolute;
	z-index: 2;
	top: 95%;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 1.4em;
	text-shadow: 0px 0px 10px #262626;
}


/* Central Blocks */
.central-blocks {
	position: relative;
	z-index: 1;
}

/* Left Block */
.left-block {
	position: relative;
	float: left;
    width: 50%;
}

/* Right Block */
.right-block {
	position: relative;
	float: right;
    width: 50%;
}


/* Remaining Photos Title Block */
.photo-title {
	position: absolute;
	z-index: 2;
	top: 40%;
	width: 100%;
	text-align: center;
}

/* Remaining Photos Title Header */
.photo-h3 {
	font-weight: normal;
	font-size: 1em;
}

/* Remaining Photos Title Link */
.photo-title-url {
	color: #ffffff;
	font-size: 2.1em;
	text-shadow: 0px 0px 15px #262626;
	text-decoration: none;
}

/* Photo of the Week Title Link on Hover */
.photo-title-url:hover {
	font-size: 2.15em;
}

/* Photo of the Week Title Active Link */
.photo-title-url:active {
	color: #a9a9a9;
	font-size: 2.15em;
}

/* Remaining Photos Button */
.photo-button {
	position: absolute;
	z-index: 2;
    top: 83%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 230px;
	text-align: center;
	color: #ffffff;
	font-size: 1.4em;
}

/* Remaining Photos Button Link */
.photo-button-url {
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 0px 15px #262626;
	display: block;
    border-style: solid;
    border-width: 2px;
    padding: 5px;
}

/* Remaining Photos Button Hover Link */
.photo-button-url:hover {
	color: #262626;
	background: #ffffff;
	border-color: #ffffff;
	text-shadow: none;
}

/* Remaining Photos Button Active Link */
.photo-button-url:active {
	color: #a9a9a9;
	background: #ffffff;
	border-color: #ffffff;
	text-shadow: none;
}

/* Remaining Photos Date */
.photo-date {
	position: absolute;
	z-index: 2;
	top: 91%;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 1.2em;
	text-shadow: 0px 0px 10px #262626;
}

/* Unique styles for screen resolution of 1024px and below */
@media screen and (max-width: 1024px) {
	.week-title-url {
		font-size: 1.3em;
	}

	.week-title-url:hover {
		font-size: 1.33em;
	}

	.week-title-url:active {
		font-size: 1.33em;
	}

	.week-button {
    	top: 85%;
		width: 200px;
		font-size: 1.3em;
		text-shadow: 0px 0px 10px #262626;
	}

	.photo-button {
	    top: 85%;
		width: 200px;
		font-size: 1.3em;
		text-shadow: 0px 0px 10px #262626;
	}

	.week-date {
		top: 92%;
		font-size: 1.1em;
	}

	.photo-date {
		top: 92%;
		font-size: 1.1em;
	}

	.left-block {
    	width: 100%;
	}

	.right-block {
    	width: 100%;
	}

/* Hide additional comments */
	.additional-comment-page {
		display: none;
	}
}


/* Unique styles for screen resolution of 640px and below */
@media screen and (max-width: 640px) {
	.week-title-url {
		font-size: 0.8em;
		text-shadow: 0px 0px 8px #262626;
	}

	.week-title-url:hover {
		font-size: 0.82em;
	}

	.week-title-url:active {
		font-size: 0.82em;
	}

	.photo-title-url {
		font-size: 1.3em;
	}

	.photo-title-url:hover {
		font-size: 1.33em;
	}

	.photo-title-url:active {
		font-size: 1.33em;
	}

	.week-button {
    	top: 79%;
		width: 170px;
		font-size: 1.1em;
		text-shadow: 0px 0px 10px #262626;
		padding: 4px;
	}

	.photo-button {
	    top: 79%;
		width: 170px;
		font-size: 1.1em;
		text-shadow: 0px 0px 10px #262626;
		padding: 4px;
	}

	.week-date {
		top: 88%;
		font-size: 0.9em;
	}

	.photo-date {
		top: 88%;
		font-size: 0.9em;
	}
}


/* Unique styles for screen resolution of 320px and below */
@media screen and (max-width: 320px) {
	.week-title-url {
		font-size: 0.7em;
		text-shadow: 0px 0px 5px #262626;
	}

	.week-title-url:hover {
		font-size: 0.71em;
	}

	.week-title-url:active {
		font-size: 0.71em;
	}

	.week-button {
    	top: 75%;
		width: 150px;
		font-size: 1em;
		text-shadow: 0px 0px 10px #262626;
		padding: 3px;
	}

	.photo-button {
	    top: 75%;
		width: 150px;
		font-size: 1em;
		text-shadow: 0px 0px 10px #262626;
		padding: 3px;
	}

	.week-date {
		top: 84%;
		font-size: 0.8em;
	}

	.photo-date {
		top: 84%;
		font-size: 0.8em;
	}
}