@font-face {
    font-family: "Ms_Sans_Serif"; 
    src: url("https://cawsmicentity.neocities.org/Fonts/ms_sans_serif.woff") format("WOFF");
}

@font-face {
    font-family: "Ms_Sans_Serif"; 
    src: url("https://cawsmicentity.neocities.org/Fonts/ms_sans_serif_bold.woff") format("WOFF");
  font-weight: bold;
}

@font-face {
  font-family: 'Bodge';
  src:  url('BodgeR.ttf') format('truetype');
}

@font-face {
  font-family: 'Bodge';
  src:  url('BodgeB.ttf') format('truetype');
  font-weight: bold;
}


/* IMGS IN DIV IDS */

.abcd img {
  
}







html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent
}

body {
	line-height: 1;
	font-family: "Bodge";
}

h1 {
	font-size: 12px;
	margin-bottom: 10px;
  color: #FC1000;
}

p {
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 10px;
  color: #FC1000; /*red */
}

b, strong {
  color:#fc1000;
  font-style:normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
    
}

nav ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
    
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}

mark {
	background-color: #ff9;
	color: #000;
	font-weight: bold
}

del {
	text-decoration: line-through
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

input, select {
	vertical-align: middle
}

#desktop {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #CCC;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
  background-color: #f7f7f7;
  /*background: url("https://cawsmicentity.neocities.org/roingus.png");*/
  
  background-size: cover;
}

.window {
	position: absolute;
	border: 1px solid #fc1000;
	background: #fecfcc;
	/*border-radius: 5px;*/
	z-index: 100;
}

.window.closed {
	display: none;
}

.window.minimizedWindow {
	display: none;
}

.window.fullSizeWindow {
	top: 0 !important;
	right: 0 !important;
	left: 0 !important;
	border-radius: 0;
	bottom: 32px !important;
}

.fullSizeWindow .ui-resizable-handle {
	display: none;
}

.windowHeader {
	background-color: #fd9f99;
	color: #fc1000;
	text-align: right;
	border: 3px solid #4B0400;
	padding: 2px;
	cursor: move;
	height: 18px;
}

.activeWindow .windowHeader {
	background-color: #FD9F99;
	border:1px solid #FC1000;
}

.activeWindow .windowHeader h1 {
  color:#fc1000;
}

.windowHeader>span {
	display: inline-block;
	cursor: pointer;
	/*border: 1px solid #000;*/
	margin-left: 2px;
	font-size: 12px;
	/*padding: 2px 10px;*/
	font-family: "Bodge", Gadget, sans-serif;
	color:white;
	/*border-radius: 5px;
	line-height: 20px;*/
	width: 16px;
	height: 16px;
	position: relative;fo
	overflow: hidden;
}

/* .windowHeader>span:hover {	background: rgba(255, 255, 255, 0.3);} */

.winclose {
  margin-right:1px;
}
  
.windowHeader>span.winclose {
  background: url('close_ico.png') no-repeat center;
}

.windowHeader>span.winclose:hover {
	background: url('close_ico_hover.png') no-repeat center;
}

.windowHeader>span.winclose:active {
	background: url('close_ico_active.png') no-repeat center;
}

.windowHeader>span.winmaximize {
  background: url('max_ico.png') no-repeat center;
}

.windowHeader>span.winmaximize:hover {
	background: url('max_ico_hover.png') no-repeat center;
}

.windowHeader>span.winmaximize:active {
	background: url('max_ico_active.png') no-repeat center;
}

.windowHeader>span.winminimize {
  background: url('min_ico.png') no-repeat center;
}

.windowHeader>span.winminimize:hover {
	background: url('min_ico_hover.png') no-repeat center;
}

.windowHeader>span.winminimize:active {
	background: url('min_ico_active.png') no-repeat center;
}

.windowHeader>span>span {
	display: inline-block;
	height: 8px;
	width: 10px;
	position: absolute;
	top: 6px;
	left: 10px;
}

/*
.winminimize>span {
	border-bottom: 3px solid #000;
}


.winmaximize>span {
	border: 2px solid #000;
	border-top: 3px solid #000;
}*/

.winmaximize>span:nth-child(2) {
	display: none;
}

.fullSizeWindow .winmaximize>span:nth-child(1) {
	margin: 2px 0 0 -4px;
}

.fullSizeWindow .winmaximize>span:nth-child(2) {
	display: inline-block;
	top: 3px;
	left: 12px;
}

.wincontent {
	padding: 10px;
	min-width: 200px;
	min-height: 140px;
	border: none;
	margin: 2px;
	border-radius: 0 0 3px 3px;
  overflow: hidden;
}

.windowHeader>strong {
	float: left;
	margin:3px 5px;
	font-size: 12px;
	color:white;
}

.activeWindow .windowHeader>strong {
  color:#fd6f66;
}

.taskbarPanel {
	display: inline-block;
	/*border: 1px solid #e67ab7;*/
	line-height: 24px;
	margin: 4px 0 0 8px;
	font-size: 12px;
	color:white;
	padding: 0 10px;
	background: #FC1000;
	font-weight: bold;
	cursor: pointer;
}

.taskbarPanel.activeTab {
	background: #fc1000;
	color:#fff;
}

.taskbarPanel.minimizedTab {
	background: #fd6f66;
	color:#fff;
}

.taskbarPanel:hover{
  background: #fc3f32;
	color:#fff;
}

.taskbarPanel.minimizedTab:hover {
	background: #FEB7B2;
	color:#fff;
}

.taskbarPanel.activeTab:hover {
  background: #FEB7B2;
	color:#fff;
}

.taskbarPanel.closed {
	display: none;
}

#taskbar {
	position: absolute;
	height: 32px;
	border-top: 1px solid #fc1000;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fecfcc;
	z-index: 99;
}

#icons {
	position: absolute;
	z-index: 10;
}

.abcd {
 background: red; 
}

.img2 {
  background: green;
}

#icons a {
	display: block;
	cursor: pointer;
	padding: 2px 10px;
}

#templateLink {
	position: absolute;
	display: inline-block;
	bottom: 10px;
	right: 20px;
	font-weight: bold;
	font-size: 12px;
	color: #30478c;
}

#credit{
  right: 10px;
  top: 6px;
  position: absolute;
  display:block;
}

#credit a {
  text-decoration:none;
  color:#ccc;
  font-size:10px;
}

.preload {
  position:absolute;
  margin-left:-500px;
  display:block;
}

/*Demo styles BEGIN*/

#window0 {
	top: 20px;
	left: 240px;
  
}

#window1 {
	top: 400px;
	left: 120px;
}

#window2 {
	top: 250px;
	left: 300px;
}

#window3 {
	top: 125px;
	left: 420px;
}

#window0 .wincontent {
	width: 660px;
	height: 400px;
}

#window1 .wincontent {
	width: 500px;
	height: 300px;
}

#window2 .wincontent {
	width: 400px;
	height: 350px;
}

#window3 .wincontent {
	width: 400px;
	height: 350px;
}

@media screen and (max-width:960px) {
	#window0 {
		left: 10px;
	}
	#window3 {
		left: 50px;
	}
}

@media screen and (max-width:770px) {
	#window0 .wincontent {
		width: 460px;
	}
	#window2 {
		left: 100px;
	}
	#window1 {
		top: 190px;
		left: -5px;
	}
}

@media screen and (max-width:540px) {
	#window0 .wincontent {
		width: 230px;
		height: 200px;
	}
	#window3 .wincontent {
		width: 275px;
		height: auto;
	}
	#window3 {
		top: 9px;
		left: 10px;
	}
	#window2 {
		left: -118px;
	}
	#window1 .wincontent {
		width: auto;
		height: 300px;
	}
}