body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,button,input,textarea,p,blockquote,th,td 
{   
	margin: 0;
    padding: 0;
}

.iconbox 
{
	width: 650px;
	height: 100px;
	margin-left:20px;
}

.setbox .glossflat 
{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.2)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2));
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2));
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2));
	background: linear-gradient(top, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2));

	height: 45px;
	width: 88px;
	position: relative;
	
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 0px 0px;
	-webkit-border-bottom-left-radius: 0px 0px;
	
	z-index: 5;
}
	.icon 
{
	width: 88px;
	height: 88px;

	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

	float: left;
	margin: 1px;
	line-height: 100%;
	
	-webkit-box-reflect: below 2px -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.01)),
color-stop(0.6, transparent), to(rgba(255,255,255,.15)));

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.icon:hover 
{
	margin-top: -20px;
	
	-webkit-box-reflect: below 18px -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.01)),
color-stop(0.6, transparent), to(rgba(255,255,255,.15)));

		line-height: 0%;
		
		background: -webkit-gradient(linear 88 90, 100, 88 90, 0, from(#FF05E6), to(#FAB8FF));
		background: -webkit-linear-gradient( #FF05E6, #FAB8FF);
		background: -moz-linear-gradient( #FF05E6, #FAB8FF);
		background: -o-linear-gradient( #FF05E6, #FAB8FF);
		background: -ms-linear-gradient( #FF05E6, #FAB8FF);
		background: linear-gradient( #FF05E6, #FAB8FF);
}

.icon:active {
	background: -webkit-gradient(linear, 88 90, 100, 88 90, 0, from(blue), to(cyan));
	background: -webkit-linear-gradient( blue, cyan);
	background: -moz-linear-gradient( blue, cyan);
	background: -o-linear-gradient( blue, cyan);
	background: -ms-linear-gradient( blue, cyan);
	background: linear-gradient(blue, cyan);
}

body
{
	height:100%;
	width:100%;
	margin:0;
	padding:20px;
	background-size: 100% 100%;
	-webkit-user-select:none;
	font: 12px/20px Arial, Sans-Serif;
	text-align: center;
}

.iconbox
{
	margin-left:-60px;
	margin-bottom:30px;
}

.holder
{
	width:500px;
	height:600px;
	margin: auto;
	padding-top:10px;
}

#accordian
{
	padding:0;
	margin:0;
	position:absolute;
}

.accordbox
{
	width:500px;
}

p
{
	margin:0px;
	padding-left:15px;
	margin-top:5px;	
	letter-spacing:.2em;
	text-align:left;
	font: italic 12px/14px Georgia, Serif;
	color: #666;
}

h3 a
{
	font:white;
}

a 
{
	text-decoration:none;
	
}

h1
{
	padding-top:10px;
	padding-bottom:5px;
	letter-spacing:.4em;
	font-size:2.2em;
	border-right:1px solid rgba(100,100,100,.1);
	border-left:1px solid rgba(200,200,200,.1);
	border-bottom:1px solid rgba(100,100,100,.1);
	color:#666;
}

ul, li
{
	list-style:none;
	font: normal 12px/14px Georgia, Serif;
	color: #555;
	text-align:left;
	margin-left:10px;
	padding:3px;
}

h3 > b
{
	letter-spacing:.3em;
}

h3
{
	padding: 5px 6px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eee;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	font: italic 18px/20px Georgia, Serif;
	color: #888;
}

h3:hover 
{
	background: rgba(100,100,250,.1);
}

.superstyle
{
	box-shadow: inset -5px -5px 100px rgba(222, 184, 135,.4),
						inset 0px 5px 2px rgba(221, 160, 221,.2),
						inset 1px 1px 1px rgba(0, 0, 0,.2);
	text-shadow: .5px .5px 1px black;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	background:white;
	padding:5px;
}

.edufix
{
	padding-top:40px;
	padding-bottom:5px;
	letter-spacing:.4em;
	font-size:2.2em;
}

.edufix a
{
	color:powderblue;
}

.simplegrey {color:#888}

