﻿.main_icon {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid white;
	border-bottom: 1px solid black;
	margin-right: 15px;
	float: left;
	box-shadow: 2px 2px 2px #000000;
	margin-left: 0px;
	margin-top: 6px;
	margin-bottom: 4px;
	border-radius: 15px;
}
.neutra_small_text {
	font-family:"neutra";
	font-size:medium;
	color:white;
	text-shadow: 2px 2px 2px #000000;

}

.neutra_body_text {
	font-family:"neutra";
	font-size:large;
	color:white;
	text-shadow: 2px 2px 2px #000000;

}

.main_icon:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	box-shadow: 5px 5px 5px #202020;
}
.video_table {
	border-style: none;
	border-width: 5px;
	margin: 5px;
	background-image: url('../../../images/graphics/blue_grad_50trans_512.png');
	background-image: url('../../images/graphics/blue_grad_50trans_512.png');
	background-image: url('../images/graphics/blue_grad_50trans_512.png');
	background-image: url('images/graphics/blue_grad_50trans_512.png');
	background-size:contain;
}
.youtube-player {
	border-style:double;
	border-width: 3px;
	border-top-color: white;
	border-bottom-color: black;
	border-left-color: gray;
	border-right-color: gray;
	box-shadow: 5px 5px 5px #000000;
	margin:8px;
}
.colored_border {
	border-style: solid;
	border-width: 1px;
	border-top-color: white;
	border-bottom-color: black;
	border-left-color: gray;
	border-right-color: gray;
	box-shadow: 3px 3px 3px #000000;
	margin:8px;
}
.colored_border_curved {
	border-style: solid;
	border-width: 1px;
	border-top-color: white;
	border-bottom-color: black;
	border-left-color: gray;
	border-right-color: gray;
	box-shadow: 5px 5px 5px #00000;
	margin:8px;
}
.title {
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	text-transform: capitalize;
	color: #ffffff;
	line-height: normal;
	text-align: center;
	float:none;
	text-shadow: 3px 3px 5px #050510;
}
.long_title {
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 3px 3px 5px #050510;
}
.thumbnail_title {
	color: #FFFFFF;
	font-size: medium;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant:normal;
	text-transform:uppercase;
	text-align: center;
	text-shadow: 3px 3px 2px #050510;
}
.thumbnail_caption {
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #ffffff;
	text-align: center;
	text-shadow: 2px 2px 2px #050510;
}
.rounded_header {
	background-color: #2B89B7;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: xx-large;
	font-variant: normal;
	border: .1em #003366 solid;
	color: white;
	text-align: center;
	text-shadow: 2px 2px 2px #050510;
	box-shadow: 5px 5px 5px #202040;
}
.gallery_icon {
	border: 2px #ff5151 solid;
	border-radius: 15px;
	background-color: #000000;
	float: none;
	box-shadow: 5px 5px 5px #000000;
	margin-top:8px;
	margin-bottom:3px;
	margin-left: 10px;
	margin-right: 10px;
	float:none;
}
.gallery_icon_interior {
	border: 2px #101050 solid;
	border-radius: 15px;
	background-color: #000000;
	float: none;
	box-shadow: 5px 5px 5px #202020;
	margin-top:8px;
	margin-bottom:3px;
	margin-left: 10px;
	margin-right: 10px;
	float:none;
}
.body_box {
	float: none;
	border-top: 1px #FFFFFF solid;
	border-bottom: 2px #202020 solid;
	border-left:1px #666666 solid;
	border-right:1px #666666 solid;
	box-shadow: 5px 5px 5px #000000;
	padding:8px;
	margin:8px;
}
.body_text {
	margin:8px;
	padding:8px;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color:white;
	font-variant: normal;
	text-align: left;
	line-height: 1.25em;
	text-shadow: 2px 2px 2px #000000;
}
.teasers {
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	color: #fafaff;
	text-shadow: 3px 3px 3px #202040;
}
.red {
	font-size: medium;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	color: #ff5959;
}
.gallery_table {
	border-style: solid;
	border-width: 0;
	width: 75%;
	margin-left: auto; 
	margin-right: auto;
	padding:5px;
	}
.navigation_table {
	background-image:url('../../../images/graphics/grey_grad_50percent_512.png');
	background-image:url('../../images/graphics/grey_grad_50percent_512.png');
	background-image:url('../images/graphics/grey_grad_50percent_512.png');
	background-image:url('images/graphics/grey_grad_50percent_512.png');
	border:.75px black solid;
	padding:5px;
	margin:0px;
	box-shadow: 5px 5px 5px #202040;
	background-size: contain;
	}
.navigation_caption {
	font-size: xx-large;
	font-family: "neutra-bold","Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	padding:5px;
}
.main_menu_title {
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: xx-large;
	font-weight: normal;
	text-transform: capitalize;
	color: #000000;
	line-height:normal;
	text-align: center;
	float:none;
	text-shadow: 2px 2px 1px #101010;
}
.main_menu_subhead {
	font-size: x-large;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	padding:5px;
	line-height: normal;
	color: #ffffff;
	text-transform: capitalize;
	text-shadow: 1px 1px 1px #050510;
}
.ninety_trans_black {
	background-color: rgba(0,0,0,.1);
}
.seventyfive_trans_black {
	background-color: rgba(0,0,0,.25);
}
.fifty_trans_black {
	background-color: rgba(0,0,0,.5);
}
.twentyfive_trans_black {
	background-color: rgba(0,0,0,.75);
}
.fifty_trans_blue {
	background-color: rgba(0,0,255,.5);
}
.fifty_trans_red {
	background-color: rgba(255,0,0,.5);
}


.transgrad_white_vert {
	background-image: url('../../../images/graphics/trans_grad_white_vert.png');
	background-image: url('../../images/graphics/trans_grad_white_vert.png');
	background-image: url('../images/graphics/trans_grad_white_vert.png');
	background-image: url('images/graphics/trans_grad_white_vert.png');
	background-size:contain;
}

.aqua_grad_rot_1024 {
	background-image: url('../../../images/graphics/aqua_grad_rot_1024.png');
	background-image: url('../../images/graphics/aqua_grad_rot_1024.png');
	background-image: url('../images/graphics/aqua_grad_rot_1024.png');
	background-image: url('images/graphics/aqua_grad_rot_1024.png');
	background-size:contain;
}

.blue_grad_50trans_rot_512 {
	background-image: url('../../../images/graphics/blue_grad_50trans_rot_512.png');
	background-image: url('../../images/graphics/blue_grad_50trans_rot_512.png');
	background-image: url('../images/graphics/blue_grad_50trans_rot_512.png');
	background-image: url('images/graphics/blue_grad_50trans_rot_512.png');
	background-size:contain;
}
.blue_grad_50trans_512 {
	background-image: url('../../../images/graphics/blue_grad_50trans_512');
	background-image: url('../../images/graphics/blue_grad_50trans_512');
	background-image: url('../images/graphics/blue_grad_50trans_512');
	background-image: url('images/graphics/blue_grad_50trans_512');
	background-size:contain;
}
.seventyfive_trans_red {
	background-image: url('../../../images/graphics/75-trans-red.png');
	background-image: url('../../images/graphics/75-trans-red.png');
	background-image: url('../images/graphics/75-trans-red.png');
	background-image: url('images/graphics/75-trans-red.png');
}
.seventyfive_trans_blue {
	background-image: url('../../../images/graphics/75_trans_blue.png');
	background-image: url('../../images/graphics/75_trans_blue.png');
	background-image: url('../images/graphics/75_trans_blue.png');
	background-image: url('images/graphics/75_trans_blue.png');
}
.seventyfive_trans_white {
	background-image: url('../../../images/graphics/75-trans-white.png');
	background-image: url('../../images/graphics/75-trans-white.png');
	background-image: url('../images/graphics/75-trans-white.png');
	background-image: url('images/graphics/75-trans-white.png');
}
.seventyfive_trans_yellow {
	background-image: url('../../../images/graphics/75-trans-yellow.png');
	background-image: url('../../images/graphics/75-trans-yellow.png');
	background-image: url('../images/graphics/75-trans-yellow.png');
	background-image: url('images/graphics/75-trans-yellow.png');
}
.grey_grad_50_512 {
	background-image:url('../../../images/graphics/grey_grad_50percent_512.png');
	background-image:url('../../images/graphics/grey_grad_50percent_512.png');
	background-image:url('../images/graphics/grey_grad_50percent_512.png');
	background-image:url('images/graphics/grey_grad_50percent_512.png');
}
.gallery_icon:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	box-shadow: 5px 5px 5px #000000;
}
.gallery_icon_interior:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	box-shadow: 5px 5px 5px #000000;
}

.hr { 
    display: block;
    margin-before: 0.5em;
    margin-after: 0.5em;
    margin-start: auto;
    margin-end: auto;
    overflow: hidden;
    border-style:  outset;
    border-width: 3px;
    height:3px;
    background-color:white;
}