/* Stephonce R. Morris | 2014 */

body {
	background: #B0DBF1;
	color: black;
	/*font-family: serif;*/
	font-family: 'Raleway', sans-serif;
	width: 100%;
	margin: 0 auto;
}

code {
	font-family: 'Source Code Pro';
	font-size: 0.8em;
}

#blkBar {
	width: 100%;
	height: 20px;
	margin: auto;
	background: black;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
}

header {
	width: 80%;/*850px*/
	margin: auto;
}

h1 {
	font-family: 'Lobster', cursive;
	font-size: 4em;
	text-align: center;
	margin: 10px;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

abbr {
	border-bottom: none;
	/*font-variant: none*/
}

p {
	font-family: 'Raleway', sans-serif;
	font-size: 0.9em;
	line-height: 1.2
}

strong {
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

li {
	display: inline;
	padding-right: 10px;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	font-weight: bold;
	color: black;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

ul {
	font-size: 1em;
	border-bottom: solid black 1px;
	padding-bottom: 5px;
	margin: 1em auto;
}

#content {
	width: 90%;
	margin: auto;
}

table {
	font: 0.8em Monaco;
	/*display: block;*/
	/*width: 1045px;*/
	margin: 0 auto;
	clear: both;
	text-align:center;
}

tr {
	display: inline-block;
	text-align: center;
	width: 15em;
	height: 15em;
	margin: .5em;
	padding: 1px;
	position: relative;
	border: solid black 1px;
	border: solid rgba(0, 0, 0, 0.3) 1px;
box-shadow: inset 2px 5px 10px rgba(0, 0, 0, 0.3);
	/*border-radius: 5%;*/
}

tr:hover .hex, tr:hover .desc, tr:hover .rgb {
	visibility: visible;
	background: black;
	background: rgba(0, 0, 0, 0.5);
}

td {
	display: block;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
	font-family: 'Raleway', sans-serif;
	color: white;
transition:background 1s ease-out;
	/*font-size: 1em;*/
}

.desc {
	visibility: hidden;
	text-align: center;
	font-size: 1.3em;
	padding: 10% 0;
}

.hex, .rgb {
	visibility: hidden;
	font-size: 1.3em;
	padding: 10% 0;
}

.top{
	text-align: center;
}

footer {
	width: 80%;
	margin: auto;
	text-align: center;
	border-top: solid black 1px;
}

.article {
	padding: 0 12% 0;
}

.article a {
	color:blue;
}