﻿body {
	background-color:purple;
	color:black;
	text-align:center;
}
div#ContainerInvisible {
	position:relative;
	width:800px;
	height:600px;
	padding:0px;
	border:0px #FF00FF dotted;
	margin:20px auto 90px;
	margin-bottom:90px;
}
div#Screen {
	position:absolute;
	left:0px;
	top:25px;
	width:800px;
	height:550px;
	background-color:#FFCCFF;
	border:5px black solid;
	border-radius:50px;
	box-shadow: 7px 10px 6px 5px rgba(3, 3, 3, .7);
}
div#Screen p{
	font-family:"Arial Rounded MT Bold";
	font-size:20px;
	color:black;
	margin:20px;
}
div#Screen p:first-child {
	margin-top:160px;
}

div#TitlePlaque {
	position:absolute;
	left:260px;
	top:0px;
	width:320px;
	height:60px;
	background-color:#FFCCFF;
	border:5px black solid;
	border-radius:50px;
	box-shadow: 7px 10px 6px 5px rgba(3, 3, 3, .7);
}
div#TitlePlaque h1{
	margin-top:-5px;
	font-family:"Comic Sans MS";
	font-size:38px;
	font-weight:bold;
	font-style:italic;
	letter-spacing:4px;
	color:black;
	text-shadow: 3px 3px 3px #dbafdb;
 	
}
div.Weekday {
	position:absolute;
	width:150px;
	height:50px;
	background-color:#FFCCFF;
	border:5px black solid;
	border-radius:50px;
	box-shadow: 7px 10px 6px 5px rgba(3, 3, 3, .7);
}
div.Weekday p{
	font-family:"Courier New", Courier, monospace;
	font-size:30px;
	font-weight:bold;
	margin-top:8px;
}
div#Monday {
	top:530px;
	left:31px;
}
div#Tuesday {
	top:550px;
	left:178px;
}
div#Wednesday {
	top:525px;
	left:325px;
}
div#Thursday {
	top:545px;
	right:178px;
}
div#Friday {
	top:530px;
	right:31px;
}
div.Hats {
	position:absolute;
	width:150px;
	height:150px;
	border:0px black solid;
}
div.HatA {
	top:60px;
	left:220px;
}
div.HatB {
	top:60px;
	left:30px;
}
div.HatB img{margin-top:-50px; margin-left:-11px;}
div.HatC {
	top:60px;
	left:440px;
}
div.HatC img{margin-top:15px; margin-left:-11px;}
div.HatD {
	top:40px;
	left:620px;
}
div.HatD img{margin-left:30px;}
img.Face {
	position:absolute;
}
p.Answers {
	font-size:28px;
}
.comment_title {
	background-color:#E084E0;
	background-image:none;
	background: linear-gradient(to bottom, #E084E0 0%, #FFFFFF 8%, #E084E0 16%, #E084E0 100%);
	border-top:2px black solid;
	border-left:2px black solid;
	border-right:2px black solid;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	font-weight:bold;
	color:white;
	margin-bottom:0px;
	box-shadow:3px 0px 1px 1px rgba(0,0,0,0.13);
}
.comment_date {
	display:none;
}
.comment_body {
	color:#660066;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:18px;
	padding-left:30px;
	padding-top:15px;
	padding-bottom:10px;
	border-left:2px black solid;
	border-right:2px black solid;
	border-bottom:2px black solid;
	margin-right:0px;
	margin-top:0px;
	margin-left:0px;
	box-shadow:3px 3px 3px 1px rgba(0,0,0,0.26);
}


