/* Default aOS styling */
body{
    margin:0;
}
div{
    position:absolute;
    overflow:hidden;
}
#monitor{
    width:1050px;
    max-width:1050px;
    height:600px;
    background-color:#AAE;
    /*
    original = url(http://upload.wikimedia.org/wikipedia/commons/d/d2/Campania_Capri1_tango7174.jpg)
    second   = url(http://golfunfiltered.com/wp-content/uploads/2014/10/moutains-golf-course.jpg)
    third    = url(https://grapevineonline.files.wordpress.com/2014/12/x6vezahrpqd8lczpaogc_2014-08-27-02-46-52-1.jpg)
    */
    background-image:url(placeholder_background.jpg); /* this is not the same background as was originally in pre-alpha */
    background-repeat:no-repeat;
    background-position:center;
    transform-origin:0 0;
    transition: 1s;
}
	#desktop{
		top:0;
		left:0;
		width:1050px;
		height:570px;
		overflow:visible;
    }
        #timesUpdated{
            display:block;
            position:absolute;
            width:1042px;
            text-align:right;
            top:-3px;
            right:8px;
            font-family:monospace;
            font-size:20px;
            color:#0FA;
            transition:3s;
            z-index: 101;
            pointer-events: none;
        }
        #timesUpdated::selection{
            background: none;
        }
        .window{
            width:525px;
            height:300px;
            left:100px;
            top:50px;
            background-color:#005;
            /*Aero theme if supported*/
            background-color:rgba(190, 190, 255, .6);
            display:none;
            z-index:50;
            box-shadow: 0 0 10px #000;
            border-radius: 5px;
        }
            .winCap{
                font-family:Courier;
                font-size:16px;
                top:1px;
                left:3px;
                width:519px;
                height:20px;
                text-shadow:0px 0px 2px #000;
                color:#FFF;
                cursor:default;
            }
            .winHTML{
                width:519px;
                height:276px;
                bottom:3px;
                left:3px;
                background-color:#FFF;
                border-bottom-left-radius: 5px;
                border-bottom-right-radius: 5px;
            }
                #FILtbl td{
                    border-top:1px solid #000;
                    cursor:pointer;
                }
                #FILtbl tr:hover{
                    background-color:#AAA;
                }
            .winExit{
                height:16px;
                right:3px;
                width:18px;
                border:1px solid #C00;
                border-top:none;
                border-radius:5px;
                border-top-right-radius:0;
                border-top-left-radius:0;
                color:#C00;
                font-family:Courier;
                font-size:16px;
                text-align:center;
                background-color:#E55;
                cursor:pointer;
            }
            .winShrink{
                height:16px;
                right:26px;
                width:18px;
                border:1px solid #090;
                border-top:none;
                border-radius:5px;
                border-top-right-radius:0;
                border-top-left-radius:0;
                color:#090;
                font-family:Courier;
                font-size:16px;
                text-align:center;
                background-color:#4C4;
                cursor:pointer;
            }
        .app{
            width:100px;
            height:75px;
            border-radius:5px;
            text-align:center;
            cursor:pointer;
        }
        .app:hover{
            background-color:#BBE;
            /*Aero theme if supported*/
            background-color:rgba(190, 190, 255, .6);
        }
        .app:active{
            background-color:#99F;
            /*Aero theme if supported*/
            background-color:rgba(150, 150, 255, .6);
        }
            .appIcon{
                font-family:Courier;
                text-shadow:0px 0px 5px #FFF;
                width:100px;
                font-size:50px;
                top:-6px;
            }
            .appDesc{
                bottom:0;
                text-shadow:0px 0px 5px #FFF;
                text-align:center;
                width:100px;
            }
#taskbar{
	bottom:0;
	left:0;
	width:1050px;
	height:30px;
	background-color:#00A;
	/*Aero theme if supported*/
	background-color:rgba(190, 190, 255, .6);
	color:#FFF;
	text-shadow:0px 0px 2px #000;
	font-family:Courier;
	font-size: 21px;
    box-shadow: 0 0 10px #000;
    z-index:101;
}
	#icons{
		height:30px;
		width:600px;
	}
        .icon{
            height:30px;
            width:45px;
            /*border-right:2px solid rgba(100, 100, 155, .6);*/
            border-radius:2px;
            display:none;
            cursor:pointer;
            /*display:inline-block;*/
            position:static;
        }
        .icon:hover{
            background:radial-gradient(25px at 50% 100%, rgba(220, 220, 255, .8) 0px, rgba(220, 220, 255, 0) 25px);
        }
            .iconImg{
                margin-top:3px;
                position:static;
                text-align:center;
            }
	#time{
		height:26px;
		right:3px;
		top:3px;
		text-align:right;
		width:600px;
		pointer-events: none;
	}