/* Bugimus - New Moon 2023 */ 

BODY  {
	font: normal 0.9em Verdana, sans-serif;
	color: #c60;
    background-color: rgba(88,25,25,1.0);
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	/*background-image : url(gfx/bugback-hope2012-2.jpg);
	background-position: 0px 30px;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
}
* {
	box-sizing: border-box;
}

A,
A:Visited  {
	color: #f60;
	text-decoration : none;
}
A:Hover  {
	color: #f60;
	text-decoration: underline;
}

A.block,
A.block:Visited  {
	width: 225px;
	padding-left: 5px;
	color: #679;
	background-color: transparent;
	border-style: solid;
	border-width: 0px;
	border-color: #bcf;
	text-decoration : none;
	display: block;
}
A.block:Hover  {
	color: #226;
	background-color: #ccf;
	text-decoration : none;
}

#contentDiv {
	width: 1008px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0px 0px 0px;
    background-color: #524b6cbf;
}

#statusDiv {
	position: relative;
	z-index: 5005;
	width: 1008px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
}
#statusBarDiv {
	position: fixed;
	z-index: 5000;
	top: 0px;
	width: 100%;
	height: 30px;
	color: #fff;
	background-color: #333;
	background-image : url(gfx/bugbar-hope2012.jpg);
}

.basicBox {
	background-color: transparent;
	padding: 0px;
	margin: 20px 20px 0px 20px;
	overflow: hidden;
}

#welcomeBox {
	width: 968px;
	background-color: transparent;
	background-image: url(gfx/bugimus_com_header_2023_1.jpg);
	background-position: 0px -175px;
	margin: 0px 0px 0px 20px;
}

#welcomeBox img.icon {
	margin: 3px 3px 3px 4px;
}

#bioBox {
	color: #fff;
	background-color: transparent; /*rgba(255, 124, 1, 0.5);*/
	padding: 15px 30px 15px 15px;
	line-height: 1.5em;
}

.boxHeader {
	color: #fff;
	background-color: #f60;
	line-height: 32px;
	height: 32px;
	padding-left: 20px;
	background-color: transparent;
	background-image: url(gfx/bugimus_com_box_header_2023_1.jpg);
	background-position-x: right;
	background-position-y: center;
}

#tweeteryBox {
	background-color: #ccc;
	line-height: 0px;
}

#imageryBox {
	width: 498px;
	height: 600px;
	line-height: 0px;
}
#imageryScroller {
	overflow-y: scroll;
	max-height: 571px;;
}

#linkeryBox {
	background-color: #3c1a00;
	line-height: 1.5em;
}
#linkeryBox b {
	color: white; 
}
#linkeryBox .left,
#linkeryBox .right,
#linkeryBox .center {
	float: left;
	width: 33%;
	color: white;
	padding: 15px;
	text-align: center;
}
#linkeryBox .left {
	background-color: transparent;
}
#linkeryBox .left a, a:Visited  {
	color: #f60;
	text-decoration : none;
}
#linkeryBox .left a:Hover  {
	color: #f60;
	text-decoration: underline;
}
#linkeryBox .center {
	width: 34%;
	background-color: transparent;
}
#linkeryBox .center a, a:Visited  {
	color: #f60;
	text-decoration : none;
}
#linkeryBox .center a:Hover  {
	color: #f60;
	text-decoration: underline;
}
#linkeryBox .right {
	background-color: transparent;
}
#linkeryBox .right a, a:Visited  {
	color: #f60;
	text-decoration : none;
}
#linkeryBox .right a:Hover  {
	color: #f60;
	text-decoration: underline;
}
#linkeryBox .container:after {
	clear: both;
}



.articleBox {
	font: normal 1.1em Verdana, sans-serif;
	color: #35314c; 
	background-color: #fff;
	padding: 15px 100px 15px 100px; 
	margin: 0px 20px 0px 20px;
}
.articleBox h1 {
	color: #655e91; 
}
.articleBox h2 {
	color: #655e91; 
}
.articleBox h4 {
	color: #c2b8e8; 
}
.articleBox b.strong {
	color: #993300; 
}
.articleBox p {
	color: #35314c; 
	line-height: 2.0em;
}
.articleBox p.quotation {
	color: #655e91; 
	border-left: #c2b8e8 5px solid; 
	line-height: 2.5em;
	padding: 5px 0px 5px 10px; 
}
.articleBox li {
	padding: 10px 0px 0px 0px;
}
.articleBox .imgLeft {
	font: normal 0.9em Verdana, sans-serif;
	color: #55516c; 
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.articleBox .imgCenter {
	font: normal 0.9em Verdana, sans-serif;
	color: #55516c; 
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 50px;
}
.articleBox .imgRight {
	font: normal 0.9em Verdana, sans-serif;
	color: #55516c; 
	float: right;
	margin-left: 30px;
}

.sideMenuItem {
	width: 100%;
	text-align: left;
}

#copyrightBox {
	font-size: 0.8em;
	text-align: right;
	margin: 20px 20px 0px 20px; 
	padding: 10px;
	color: #b297b2; 
	background-color: #fff;
}
a.copyright,
a.copyright:Visited  {
	font-family: inherit;
	font-size: 1.0em;
	font-weight: inherit;
	color: #679;
	text-decoration : none;
}
a.copyright:Hover  {
	color: #226;
	background-color: #ccf;
	text-decoration : none;
}

#homeIconDiv {
    display: block;
	position: absolute;
	z-index:6000;
	top: 0px;
	left: 0px;
    width: 30px;  
    height: 30px;  
}  
  
a#status-home {
    display: block;
	position:absolute;
	z-index: 5010;
	top: 0px;
	left: 30px;
    width: 30px;  
    height: 30px;  
    text-indent: -10000px; 
}  
  
a.status-home { 
    background-image: url(gfx/bugimus-status-buttons-2018.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;  
}

a.status-home-hover { 
    background-image: url(gfx/bugimus-status-buttons-2018.jpg);
    background-repeat: no-repeat;
    background-position: 0px -30px;  
}

a.status-home-open {
    background-image: url(gfx/bugimus-status-buttons-2018.jpg);
    background-repeat: no-repeat;
    background-position: 0px -60px;
}


a#status-message {
    display: block;  
	position:absolute;
	z-index:5010;
	top:0px;
	right: 30px;
    width: 30px;  
    height: 30px;  
    text-indent: -10000px; 
}  

a.status-message { 
    background-image: url(gfx/bugimus-status-buttons-2018.jpg);
    background-repeat: no-repeat;
    background-position: -30px 0px;  
}

a.status-message-hover { 
    background-image: url(gfx/bugimus-status-buttons-2018.jpg);
    background-repeat: no-repeat;
    background-position: -30px -30px;  
}

a.status-message-open {
    background-image: url(gfx/bugimus-status-buttons-2018.jpg);
    background-repeat: no-repeat;
    background-position: -30px -60px;
}


a#status-new {
    display: block;  
	position:absolute;
	top:0px;
	right: 0px;
    width: 30px;  
    height: 30px;  
    background-image: url(gfx/bugimus-status-buttons-2018.jpg);
    background-repeat: no-repeat;
    background-position: -60px 0px;
    text-indent: -10000px;
}  
  
a#status-new:hover {  
    background-position: -60px -30px;  
}

	.demoHeaders {
		margin-top: 2em;
	}
	#dialog-link {
		padding: .4em 1em .4em 20px;
		text-decoration: none;
		position: relative;
	}
	#dialog-link span.ui-icon {
		margin: 0 5px 0 0;
		position: absolute;
		left: .2em;
		top: 50%;
		margin-top: -8px;
	}
	#icons {
		margin: 0;
		padding: 0;
	}
	#icons li {
		margin: 2px;
		position: relative;
		padding: 4px 0;
		cursor: pointer;
		float: left;
		list-style: none;
	}
	#icons span.ui-icon {
		float: left;
		margin: 0 4px;
	}

#homeLinkMenu {
    z-index: 5004;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
	
	-khtml-border-top-right-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;

    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	
    display: none;
    background-color:#fed;
    position: absolute;
    width: 140px;
    border: 1px transparent;
    text-align: left;
    padding: 5px;
    top: 25px;
    left: 30px;
    margin-top: 5px;
    margin-left: 0px;
    color:#c60;
	
	/*height:500px;
	overflow-y:auto;*/
}


#contactBugsMenu {
    z-index:5002;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
	
	-khtml-border-top-left-radius:5px;
	-khtml-border-bottom-left-radius:5px;
	-khtml-border-bottom-right-radius:5px;

    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
	
    display:none;
    background-color:#fed;
    position:absolute;
    width:210px;
    border:1px transparent;
    text-align:left;
    padding:12px;
    top: 25px;
    right: 30px;
    margin-top:5px;
    margin-right: 0px;
    color:#c60;
}

#contactBugsMenu input[type=text], #contactBugsMenu textarea {
    display:block;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
    border:1px solid #fdb;
    margin:0px 0px 2px 0px;
    padding:5px;
    width:203px;
	color:#666;
	background-color:#fff;
	font: normal 0.9em Verdana, sans-serif;
}
#contactBugsMenu label {
    font: normal 0.8em Verdana, sans-serif;
}

#contactBugsMenu p {
    margin:0px;
}
#contactBugsMenu a {
    color:#6AC;
}
#contactBugsMenu label {
    font-weight:normal;
}
#contactBugsMenu p.remember {
    padding:10px 0px;
}
#contactBugsMenu p.forgot, #contactBugsMenu p.complete {
    clear:both;
    margin:5px 0px;
}
#contactBugsMenu p a {
    color:#27B!important;
}

#contactBugsSubmit {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
    background-color:#c0c;
    border:1px solid #c0c;
    color:#fff;
    text-shadow:0px -1px 0px #c0c;
    padding:4px 10px 5px 10px;
    margin:5px 0px 0px 0px;
	font: bold 0.9em Verdana, sans-serif;
}
#contactBugsSubmit::-moz-focus-inner {
	padding:0px;
	border:0px;
}
#contactBugsSubmit:hover, #contactBugsSubmit:focus {
    background-position:0px -5px;
    cursor:pointer;
}
#contactBugsSpinner {
	width:200px;
	height:200px;
	text-align:center;
	vertical-align:middle;
	color:#c60;
}
#contactBugsSpinnerText {
	float:left;
	width:198px;
	color:#c60;
	text-align:center;
	margin-top:60px;
}

.content-shadow {
	-moz-box-shadow:1px 1px 8px #000;
	-webkit-box-shadow:1px 1px 8px #000;
	box-shadow:1px 1px 8px #000;
}

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}
  
	.tooltip .tooltiptext {
		visibility: hidden;
		width: 100px;
		background-color: #3c1a00;
		color: #f60;
		border: solid #f60 1px;
		text-align: center;
		border-radius: 6px;
		padding: 5px 0;
		position: absolute;
		z-index: 1;
		/* top: 0%;
		left: 125%; */
		margin-top: -30px;
		margin-left: -15px;
		/* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
		/* opacity: 0;
		transition: opacity 0.5s; */
	}

	.tooltip:hover .tooltiptext {
		visibility: visible;
		/* opacity: 1; */
	}

	/* Optional arrow */
	.tooltip .tooltiptext::after {
		content: " ";
		position: absolute;
		top: 100%; /* At the bottom of the tooltip */
		left: 50%;
		margin-left: -45px;
		border-width: 5px;
		border-style: solid;
		border-color: #f60 transparent transparent transparent;
	}
