
h1 {
  font-size: 1.5em;
  line-height: 1.7em;
  margin-bottom: 10px;
  vertical-align:baseline;
  }
  
p{
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 10px;
  }
  
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; 
  }

a:hover {
  cursor: url(http://www.zingerbug.com/cursors/cursors/blazingsun.gif), 
  url(http://www.zingerbug.com/cursors/cursors/blazingsun.gif), progress !important;}
  
ins{
  background-color:#ff9;
  color:#000;
  text-decoration:none;
  }
  
mark{
  background-color:#ff9;
  color:#000;
  font-style:italic;
  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 {
	font-family: TIMES, serif;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color:rgb(0,0,0);
    background-image:url('http://www.zingerbugimages.com/backgrounds/starry_sky_glitter_background_seamless.gif');
    background-position:top left;
    background-repeat:repeat;
    background-attachment:fixed;
	  overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.window {
    position: absolute;
    border: 3px solid blue;
    background: #EEE;
	  border-radius: 5px;
	  z-index: 1000;
}

.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:#9eabff;
    text-align: right;
    border-bottom: 1px solid #000;
    padding: 4px 4px 4px 4px;
    cursor: url('http://www.zingerbug.com/cursors/cursors/blazingsun.gif');
    color:white;
    padding-bottom:4px;
}

.activeWindow .windowHeader {
    background-color: #9eabff;
    color:white;
}

.windowHeader > span {
    display: inline-block;
    background-color: #c4cbff;
    border: 1.8px solid #000;
    margin-left: 4px;
    font-size: 17px;
    padding: 5px;
    border-radius: 5px;
    line-height: 20px;
    width: 12px;
    height: 20px;
    position: relative;
    overflow: hidden;
}

.windowHeader > span:hover {
	background: white;
}

.windowHeader > span.winclose:hover {
	background: blue;
}

.windowHeader > span > span {
    display: inline-block;
    height: 18px;
    width: 20px;
    position: absolute;
    top: 6px;
    left: 10px;
}

.winminimize > span {
	border-bottom: 2px solid #000;
}

.winmaximize > span {
	border: 1.8px solid #000;
	border-top: 2px solid #000;
}

.winmaximize > span:nth-child(2) {
	display: none;
}

.fullSizeWindow .winmaximize > span:nth-child(1) {
	margin: 0px 0 0 -4px;
}

.fullSizeWindow .winmaximize > span:nth-child(2) {
    display: inline-block;
    top: 3px;
    left: 12px;
}

.wincontent {
    padding: 0px;
    min-width: 200px;
    min-height: 140px;
    border: 1.8px solid #000;
    margin: 2px;
	  border-radius: 0 0 5px 5px;
}

.windowHeader > strong {
    float: left;
    margin: 5px 5px 5px 5px;
    line-height: 25px;
    font-size: 16px;
}

.taskbarPanel {
    display: inline-block;
    border: 1px solid #000;
    border-radius: 5px;
    line-height: 24px;
    margin: 2px 0 0 10px;
    font-size: 17px;
    padding: 0 10px;
    background: #E0E0E0;
    font-weight: bold;
	  cursor: pointer;
}
.taskbarPanel.activeTab {
	  background: #EEEEFF;
}
.taskbarPanel.minimizedTab {
	  background: #EF8A17;	
}
.taskbarPanel.minimizedTab:hover {
	  background: #DDD;
}
.taskbarPanel.closed {
	  display: none;
}

#taskbar {
	position: absolute;
	height: 32px;
	border-top: 1.8px solid #000;
	bottom: 0;
	left: 0;
	right: 0;
	background: #EEE;
}

#icons {
	position: absolute;
	z-index: 10;
	top: 20px;
	left: 20px;
}
 
#icons a {
    display: block;
    cursor: url('https://keysklubhouse.neocities.org/goodies/pixels/star2%20teal.gif');
    padding: 2px 10px;
}


#icons a:hover {
	background: #000;
	color: #FFF;
}

#templateLink {
    position: absolute;
    display: inline-block;
    bottom: 10px;
    right: 20px;
    font-weight: bold;
    font-size: 15px;
    color: #30478c;
}

/*scrollbar styles */
::-webkit-scrollbar {
  box-shadow: inset 0 1 1px black; 
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 1 1px black; 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: silver; 
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: gray; 
}

/*WINDOW STYLES*/
  #window0 {	
    top: 20px;	
    left: 240px;
  }

  #window1 {	
    top: 400px; 
    left: 120px;
    }

  #window2 {	
    top: 70%; 
    left: 40%;
    }

  #window3 {	
    top: 125px; 
    left: 420px;
    }

/*WINDOWS CONTENT*/
  #window0 .wincontent {	
    width: 560px; 
    background-color:white;
    height: 300px;
    overflow: scroll;
    }

  #window1 .wincontent {	
    width: 500px; 
    background-color: pink;
    height: 200px;	
    overflow: scroll;
    }

  #window2 .wincontent {	
    width: 300px; 
    height: 250px;
    overflow: scroll;
  }

  #window3 .wincontent {	
    width: 300px; 
    height: 250px;	
    overflow: scroll;
    }

@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;	
     }
}