BODY {
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	color: #fff;
}

.ahcheader {
font-weight: bold;
color: #fd0;

}
PRE {
background-color: #000;
color: #33DD33;	
overflow: auto;
	
}




select, input[type=select], input[type=button], input[type=submit], input[type=reset] {
background-color: #000;
color: #fd0;	
font-weight: bold;
padding: .25em;
border: 1px solid #ccc;
margin-left: .25em;
cursor: pointer;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
background-color: #fd0;
color: #000;	

}


.gallery_tag_container {
padding-left: .5em;
padding-right: .5em;
width: 14em;
background-color: rgb(0,0,0,.5);
color: #ccccff;
}



.gt_image_count {
	color: #fff;
	font-size: 80%;
}


@media (orientation: portrait) {

.inline_post_image {
clear: both;
width:100vw;
margin-left: -1em;
padding-bottom: 1em;
margin: none;

}
.inline_post_image img {
object-fit: contain;
width: 100%;
max-height: 60vh;
background-color:rgba(0,0,0,0.7);
}


.ahc_video {
clear: both;
padding-bottom: 1em;
width:100vw;
margin-left: -1em;
}

.ahc_video video {
width:100%;
height: 100%;
max-height: 60vh;
background-color:rgba(0,0,0,0.7);
}

}

@media (orientation: landscape) {

.inline_post_image {
clear: both;
width:100%;
padding-bottom: 1em;
margin: none;

}
.inline_post_image img {
object-fit: contain;
width: 100%;
max-height: 60vh;
background-color:rgba(0,0,0,0.7);
}


.ahc_video {
clear: both;
padding-bottom: 1em;
width:100%;
}

.ahc_video video {
width:100%;
height: 100%;
max-height: 60vh;
background-color:rgba(0,0,0,0.7);
}

}


 



.video_title {
color: #eee;	
font-weight: bold;
font-size:  90%;
background-color: rgba(0,0,0,.2);
padding: .5em;
}


/* This is stuff to implement a paste page so images can be pasted */
.paste_pad_container {
height: 25vh; width: 25vw;position:relative;	
}
.paste_pad_capture {
z-index: -80; 
position:absolute;
width:100%;
height:100%	
}
.paste_pad_display {
background-color:red; 
position:absolute;
width:100%;
height:100%
}






.loading_div {
	background-image: url('../images/loading.gif');
	background-size: 128px 128px;
	background-height: 128px;
	background-width: 128px;
	position: fixed;
	width:128px;
	height:128px;
	z-index: 90000;
  	left: 50%;
  	top: 50%;
  	transform: translate(-50%, -50%);
}



.nav_next_page {
  position: absolute;
  z-index: 30;
  left: 98%;
  top: 50%;
  transform: translate(-98%, -50%);
  color: rgba(255,255,255,.12);
  background-color: rgba(0,0,0,.2);
  font-size: 6vh;
  cursor: pointer;
}




.nav_prev_page {
  position: absolute;
  z-index: 30;
  left: 2%;
  top: 50%;
  transform: translate(-2%, -50%);
  color: rgba(255,255,255,.12);
  background-color: rgba(0,0,0,.2);
  font-size: 6vh;
  cursor: pointer;
}

.gallery_category_title_header {
	font-size: 110%;
	color: yellow;
}

.gallery_view_nav_left img, .gallery_view_nav_right img,.nav_next_page img, .nav_prev_page img {
	margin-top: .25em;
	opacity: 0.45;
}

@media (hover) {
.gallery_view_nav_left img:hover, .gallery_view_nav_right img:hover,.nav_next_page img:hover, .nav_prev_page img:hover{
	margin-top: .25em;
	opacity: 1;
}
}


.gallery_view_nav_left {
  position: absolute;
  z-index: 30;
  left: 2%;
  top: 50%;
  transform: translate(-2%, -50%);
  color: rgba(255,255,255,.4);
  background-color: rgba(0,0,0,.2);
  font-size: 10vh;
  cursor: pointer;
}


.gallery_view_nav_right {
  position: absolute;
  z-index: 30;
  left: 98%;
  top: 50%;
  color: #fff;
  transform: translate(-98%, -50%);
  color: rgba(255,255,255,.4);
  background-color: rgba(0,0,0,.2);
  font-size: 10vh;
  cursor: pointer;
}

.gallery_view { 
position: absolute;
cursor:pointer; 
top: 0px;
left: 0px;
z-index: 25;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
margin: 0 auto;
display: flex;
}


@media (orientation: landscape) {
.gallery_view {
	flex-direction: row;

}
.gallery_image_scale {
	height:8096px;max-height:95vh;
}
.gallery_video_scale {
	height:8096px;max-height:88vh;
}
.gallery_view_description {
  color: #fff;
  background-color: #000;
  font-size:80%;
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: 95vh;
  width: 25vw;
}
}


@media (orientation: portrait) {
.gallery_view {
	flex-direction: column;
}
.gallery_video_scale {
	width:8096px;max-width: 80vw;
}
		
.gallery_image_scale {
	width:8096px;max-width: 80vw;
}
.gallery_view_description {
  color: #fff;
  background-color: #000;
  font-size:80%;
  display: flex;
  flex-direction: column;
  max-height: 30vh;
  overflow: auto;
}
}




@media (orientation: portrait) {

	.monitor4x3div {
		height: 98vw;
		width: 98vw;
		display:inlink-block;
		position:relative;

	}
	.monitor4x3overlayimage {
		height: 98vw;
		width: 98vw;
		z-index: 40000;	
		top: 0;
		left: 0;
		position:absolute; 
	}
	.monitor4x3image {
		position:absolute; 
		top: 11.34vw; 
		left: 13.1vw; 
		height: 54vw; 
		width:72vw; 
		image-rendering: pixelated;	
	}

}

@media (orientation: landscape) {
	.monitor4x3div {

		height: 98vh;
		width: 98vh;
		display:inlink-block;
		position:relative;
	}
	.monitor4x3overlayimage {
		height: 98vh;
		width: 98vh;
		z-index: 40000;	
		top: 0;
		left: 0;
		position:absolute; 
	}
	.monitor4x3image {
		position:absolute; 
		top: 11.34vh; 
		left: 13.1vh; 
		height: 54vh; 
		width:72vh; 
		image-rendering: pixelated;	
	}
}


.gallery_comment_user {
	font-weight: bold;
	color: #ee3;
}

.gallery_comment_time {
	font-size:90%;
	color: #00ffff;
	
}



.gallery_category  {
cursor:pointer; 
margin: .5em; 
border-radius:1em; 
text-align:left;
width:180px;
height:180px;
border: 1px solid #066;
} 

.gallery_comment_container  {
cursor:pointer; 
margin: .5em; 
border-radius:1em; 
text-align:left;
border: 1px solid #066;
max-width:200px;
}


.gallery_comment_image {
max-width:200px;

}



.gallery_category_title {
	font-size: 75%;
    background-color: rgba(0,0,0,.76);
    padding: 1em;
    border-top-left-radius:1em; 
    border-top-right-radius:1em;
}





.gallery_category_image {
max-width: 100px;
max-height: 100px;	
}

.folder_container {
-webkit-column-break-inside: avoid;
border-radius: .5em;
margin-right: .25em;
margin-bottom: 3px;
}


.content_box {
border-top: 1px solid #666; 
padding: 1em; 
border-radius: 1em; 
width: 1024px; 
max-width: 80%; 
margin: 0 auto; 
background-color: rgba(0,0,0,.76)
}


#topnav, .message_nav, .gallery_nav,.bottomnav {
border-top: 1px solid #555;
background-color: rgba(12,12,12,0.8);
padding: .4em;
font-size: 80%;
font-weight: bold;
border-radius: .5em;
text-align: center;
max-width: 90%;
margin: 0 auto;
position: relative;
}

.image_view_links {
border-top: 1px solid #555;
background-color: rgba(66,66,66,0.8);
padding: .4em;
font-weight: bold;
border-radius: .5em;
text-align: center;
max-width: 90%;
margin: 0 auto;
position: relative;
}




.gallery_tag_inactive {
	color:white;
	background-color: rgba(0,0,0,0.8);
	border-radius: .5em;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .2em;
    padding-right: .2em;
    line-height: 1.8em;
    cursor: pointer;
}

.gallery_tag_inactive:hover {
    background-color:green;
    color:#fff;
}



.gallery_tag_active {
	cursor: pointer;
	background-color: rgba(0,0,0,0.8);
    border-radius: .5em;	
    padding-top: .2em;
	padding-bottom: .2em;
    padding-left: .2em;
    padding-right: .2em;
    line-height: 1.8em;
    background-color:yellow;
	color: black;
}

.gallery_tag_active:hover {
	cursor: pointer;
    background-color:red;
	color: white;
}


.gallery_category_descr_header {
font-weight: normal;
margin-top: .5em;
text-align:left;
}

.gallery_display_nav {
z-index: 300;
border-top: 1px solid #555;
background-color: rgba(12,12,12,0.8);
padding: .5em;
font-size: 80%;
font-weight: bold;
border-radius: .5em;
text-align: center;
max-width: 90%;
margin: 0 auto;
}

#topnav {
width: 400px;
}

.message_nav {
width:750px;
}
.gallery_nav {
	width: 700px;
}

#topnav a, .message_nav a,.gallery_nav a,.image_view_links a {
color: #fff;
}
#topnav a:hover, .message_nav a:hover, .gallery_nav a:hover,.image_view_links a:hover{
color: #fc0;
}

.site_logo {
	width: 500px;
	max-width: 80%;
	cursor: pointer;
	margin-top: .75em;
        margin-bottom: .1em;
	image-rendering: pixelated;
}


.now_playing_div {
    background-color: rgba(0, 0, 0, 0.9);
	position: absolute; 
	z-index: 500;
	max_width: 50%;
	padding: 2em;
	display: block;
	float: right;
	right: 10%;
	top: 200px;
	border-radius: .5em;
	border: 1px solid #444;

}



.podcast_list_container_div {
  max-width: 80%;
  margin: 0 auto;

}


.podcast_display_container {
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
background-color: rgba(0, 0, 20, 0.6);
width: 800px; 
margin: 0 auto; 
padding: 1em;
max-width: 80%;
}


.inline_post_podcast_image {
width: 500px; 
margin: 0 auto; 
max-width: 80%;
padding: 1em;
clear: both;"	
image-rendering: pixelated;
clar: both;
cursor: pointer;
}


.podcast_display_ep_title {
background-color: rgba(0, 0, 0, 0.9);
border-top-left-radius: 1em;
border-top-right-radius: 1em;
border-top: 1px solid #555;
width: 800px; 
margin: 0 auto; 
max-width: 80%;
padding: 1em;
clear: both;"
}
.podcast_display_ep_title_text {
color: #fd0;
font-weight: bold;
font-size: 18px;
}




@media screen and (max-width: 300px) {
    .now_playing_div {
        display: none !important;
    }
}


.podcast_view_image {
	width: 500px;
	max-width: 60%;
	cursor: pointer;
	margin-top: .5em;
	image-rendering: pixelated;	
}

#content_pane {
border-top-left-radius: 1em;
border-top-right-radius: 1em;
}

.page_container {
	width: 100%;
}

.podcast_episode_info {
  margin: auto;
  width: 100%;
  text-align: center
}


.banner {
  margin: auto;
  width: 100%;
  text-align: center
}

.link {
	cursor: pointer;
	color: #8888dd;
}

.link:hover {
	cursor: pointer;
	color: #ccccff;
}

.link : hover {
	text-decoration: underline;
	color: #7777ff;
}



.message_user_image_div {
float: left;
}
.message_user_image {
height: 50px;
}

.message_category_blurb_image {

}

.message_edit {
width: 600px;
max-width: 100%;
height: 240px;	
}


@media (orientation: landscape) {
.message_subject_line {
padding: 5px;
border-top-left-radius: 1em;
border-top-right-radius: 1em;
background-color: rgba(204, 34, 221, 0.9);
}
}
@media (orientation: portrait) {
.message_subject_line {
padding: 5px;
background-color: rgba(204, 34, 221, 0.9);
}
}



.message_subject_right {
float: left;
padding-left: 1em;
}

.message_subject_right_bottom {
float: left;
font-size: 12px;
}

.message_subject_right_top {
float: left;
font-size:18px; 
font-weight: bold; 
color:#fd0;
}

@media (orientation: landscape) {
.message_post {
width: 1100px;
margin: 0 auto;
position: relative;
} 
}

@media (orientation: portrait) {
.message_post {
width: 100vw;
margin: 0 auto;
position: relative;
overflow:hidden;
} 
}


.message_display_reply_box {
height: 1em;	
}
 

.message_category_blurb {
float: right;
font-family: verdana;
font-weight: bold;
font-size: 60%;
border: 1px solid #fff;
background color: #000;
width: 10em;
height: 10em;	
margin: 0.5em;
text-align: center;
}

.message_message {
padding-left: 1em;
padding-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
background-color: rgba(85, 17, 119, 0.97);

}

.message_body {
float:none;	
min-height: 5em;
}

.message_body div {
float: left;	
padding-right: 1em;
}

#message_image_manager {
width: 100%;
height: 250px;
overflow-x: auto;	
white-space: nowrap;
}

#image_manage_iframe {
width: 900px;	
height: 720px;	
border: 0px;
}

.message_message_nofooter {
padding-left: .5em;
padding-right: .5em;
padding-top: .05em;
padding-bottom: .05em;
background-color: #224477;
background-color: rgba(34, 68, 119, 0.90);
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
}



.message_reply{
padding-left: .5em;
padding-right: .5em;
padding-top: .05em;
padding-bottom: .05em;
background-color: #224477;
background-color: rgba(54, 68, 99, 0.90);
}

.message_reply_nofooter{
padding-left: .5em;
padding-right: .5em;
padding-top: .05em;
padding-bottom: .05em;
background-color: #224477;
background-color: rgba(54, 68, 99, 0.90);
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
}

@media (orientation: landscape) {
.message_break {
	clear:both;
	padding-bottom: 1em;
}
}

@media (orientation: portrait) {
.message_break {
	clear:both;
}
}



@media (orientation: landscape) {
.message_footer {
padding: 5px;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
background-color: rgba(0, 0, 0, 0.6);
}
}

@media (orientation: portrait) {
.message_footer {
padding: 5px;
padding-bottom:1em;
background-color: rgba(0, 0, 0, 0.7);
}
}

