/* = = = IsleDesign v2020 Stylesheet = = = */
/* - - - - - Text Styles - - - - - */
p, ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #000;
	list-style: square;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #36F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	display: block;
	height: 120px;
	background-image: url(images/tmp_H1graphic.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

h1 p.mainText {
	font-family: "Oswald", "Futura-CondensedMedium", "Futura", Verdana, Geneva, sans-serif;
	font-size: 40px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 110px;
	line-height: 55px;
}

h1 p.subText {
	display: block;
	width: 240px;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	margin-left: 145px;
}

h1 img {
	width: 80px;
	height: 80px;
	float: left;
	margin-top: 10px;
	margin-left: 25px;
}

h2 {
	display: block;
	height: 44px;
	font-family: "Oswald", "Futura-CondensedMedium", "Futura", Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: normal;
	padding-left: 8px;
	margin: 0px 0px 5px 0px;
	background-image: url(images/tmp_H2graphic.png);
	background-position: 0% 100%;
	background-repeat: no-repeat;
}

hr {
	display: block;
	height: 2px;
	border: none;
	margin: 20px 0px;
	background-color: #656565;
}

a:hover {
	text-decoration: underline;
}

/* - - - - - Thumbnail Styles - - - - - */
.thumbNewArt {
	display: inline-block;
	height: 300px;
	width: 150px;
	position: relative;
	border: none;
	outline: solid;
	outline-width: 4px;
	outline-offset: -4px;
	outline-color: rgba(1, 1, 1, 0.5);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	box-shadow: 5px 5px 6px rgba(1, 1, 1, 0.5);
	transition: transform 0.2s;
}

.thumbNewArt:hover {
	transform: scale(1.1);
}

.thumbNewArt #icon {
	position: absolute;
	top: -20px;
	right: -15px;
	height: 50px;
	width: auto;
}

.thumbArt {
	display: inline-block;
	height: 200px;
	width: 125px;
	position: relative;
	border: none;
	outline: solid;
	outline-width: 4px;
	outline-offset: -4px;
	outline-color: rgba(1, 1, 1, 0.5);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	box-shadow: 5px 5px 6px rgba(1, 1, 1, 0.5);
	transition: transform 0.2s;
}

.thumbArt:hover {
	transform: scale(1.1);
}

.thumbArt #icon {
	position: absolute;
	top: -20px;
	right: -15px;
	height: 50px;
	width: auto;
}

.thumbVideo {
	display: block;
	height: 100px;
	width: 200px;
	position: relative;
	border: none;
	outline: solid;
	outline-width: 4px;
	outline-offset: -4px;
	outline-color: rgba(1, 1, 1, 0.5);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	box-shadow: 5px 5px 6px rgba(1, 1, 1, 0.5);
	transition: transform 0.2s;
}

.thumbVideo:hover {
	transform: scale(1.1);
}

.thumbVideo #icon {
	position: absolute;
	top: -20px;
	right: -15px;
	height: 50px;
	width: auto;
}

.thumbMusic {
	display: inline-block;
	height: 150px;
	width: 150px;
	position: relative;
	border: none;
	margin: 0;
	padding: 0;
	outline: solid;
	outline-width: 4px;
	outline-offset: -4px;
	outline-color: rgba(1, 1, 1, 0.5);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	box-shadow: 5px 5px 6px rgba(1, 1, 1, 0.5);
	transition: transform 0.2s;
}

.thumbMusic:hover {
	transform: scale(1.1);
}

.thumbMusic #icon {
	position: absolute;
	top: -20px;
	right: -15px;
	height: 50px;
	width: auto;
}

.thumbGame {
	display: inline-block;
	height: 175px;
	width: 125px;
	position: relative;
	border: none;
	outline: solid;
	outline-width: 4px;
	outline-offset: -4px;
	outline-color: rgba(1, 1, 1, 0.5);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	box-shadow: 5px 5px 6px rgba(1, 1, 1, 0.5);
	transition: transform 0.2s;
}

.thumbGame:hover {
	transform: scale(1.1);
}

.thumbGame #icon {
	position: absolute;
	top: -20px;
	right: -15px;
	height: 50px;
	width: auto;
}