*{
	margin: 0;
	padding: 0;
}

img
{
	border: none;
}

html, body
{
	min-width: 1125px;
#	height: 100%;
	
	font-family: Georgia, Times;
}

body
{
	background-color: rgb(240,240,235); # alternatively #f0f0eb
}

h3
{
	display: block;
	color: rgba(0,0,0,0.7);
	font: bold 15px "Sentinel";
	text-transform: uppercase;
}

a
{
	margin: none;
	text-decoration: none;
	border: none;
}

div#masthead
{
	position: absolute;
	top: 24px;
	display: block;
	background-color: rgba(0, 0, 0, 0.02);
	height: 100px;
	width: 100%;
	
	min-width: 700px;
	
	padding-top: 0px;
}

div#strapNavigation
{
	position: fixed;
	display: block;
	top: 0;
	height: 24px;
	background-color: rgb(50, 50, 50);
	width: 100%;
	min-width: 700px;
	margin: 0;
	padding: 0;
	
	z-index: 10;
}

#strapNavigation img
{
	padding: 0px;
}

#masthead img
{
	display: block;
	position: absolute;
	top: 15px;
	left: 25px;
	
	z-index: 9;
}

div#theme
{
	display: block;
	position: absolute;
	right: 10px;
	float: right;
	z-index: 8;
}	

#strapNavigation ul
{
	margin-top: -6px;
	float: right;
}

#strapNavigation li
{
	left: 20px;
	float: left;
	
	list-style: none;
	margin-left: 15px;
	margin-right: 18px;
}

#strapNavigation li a
{
	display: block;
	
	height: 24px;
	letter-spacing: 2px;
	
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	text-align: center;

	color: rgba(255,255,255,0.9);
	background-color: rgb(50, 50, 50);
	-webkit-transition: background-color .2s linear;
}

#strapNavigation li a:hover
{
	background-color: rgba(230, 60, 110, 1.0);
	-webkit-transition: background-color .2s linear;
}

#strapNavigation li a:active
{
	background-color: rgba(255,255,255,0.95);
	-webkit-transition: background-color .2s linear;
}

div#content
{
	position: relative;
	width: 800px;
	top: 173px;
	
	margin-left: 175px;
	padding-bottom: 145px;
}

div#submit
{
	position: relative;
	width: 800px;
	top: 173px;
	
	margin-left: 175px;
	padding-bottom: 145px;
}

div#TOC
{
	position: relative;
	float: right;
	top: 202px;
	right: 5px;
	width: 725px;
#	padding-bottom: 300px;
}

#TOC h3
{
	font: bold 18px/25px "Sentinel";
	text-align: center;
	margin-bottom: 28px;
}

#TOC p a
{
	font: bold 18px/25px "Georgia";
	color: rgba(0, 0, 0, 0.9);
	-webkit-transition: color .3s linear;
	margin-left: 100px;
}

#TOC p a:hover
{
	color: rgba(210, 9, 56, 1.0);
	-webkit-transition: color .3s linear;
}

#TOC i
{
	font: italic 16px/25px "Georgia";
	margin-left: 120px;
}

div#footer
{
	background-color: rgb(32, 32, 32);
	position: relative;
	margin-top: 60px; /* negative value of footer height */
	clear:both;
}

#content p
{
	font: 16px/25px Georgia;
    margin: 20px 0 25px 0;
}

#content p + p
{
	text-indent: 2em;
}

#content h1
{
	position: relative;
	top: 24px;
	padding-bottom: 32px;
	font: bold 24px/25px "Georgia";
	color: rgba(0, 0, 0, 0.9);
}

#content a
{
	font: bold 14px/14px Helvetica, Georgia;
	color: rgba(0, 0, 0, 0.9);
	-webkit-transition: color .3s linear;
	vertical-align: super;
}

#content a:hover
{
	color: rgba(210, 9, 56, 1.0);
	-webkit-transition: color .3s linear;
}

#submit p
{
	font: 16px/25px Georgia;
    margin: 20px 0 25px 0;
}

#submit p + p
{
	text-indent: 2em;
}

#submit h1
{
	position: relative;
	top: 24px;
	padding-bottom: 32px;
	font: bold 24px/25px "Georgia";
	color: rgba(0, 0, 0, 0.9);
}

#submit a
{
	color: rgba(0, 0, 0, 0.9);
	-webkit-transition: color .3s linear;
}

#submit a:hover
{
	color: rgba(210, 9, 56, 1.0);
	-webkit-transition: color .3s linear;
}

#submit li
{
	list-style-type: disc;
	list-style-position: outside;
}

#submit ul
{
	font: 16px/25px Georgia;
}

#tweet a {
	font: bold 10pt Georgia, "Times New Roman";
}

div#dinkus
{
	position:relative;
	text-align: center;
}

div#bio
{
	position:absolute;
	display: block;

	float: left;

	padding-top: 12px;
	margin-bottom: 0px;
	padding-bottom: 22px;
	
	clear: none;
	
	font: 15px/25px Georgia, "Times New Roman";
	color: rgba(255,255,255,0.95);
	
	background-color: rgb(32, 32, 32);
	width: 100%;
}

#bio p
{
	display: block;
	width: 350px;
	margin-left: 25px;
}

#bio p a
{
	font:  15px/25px "Georgia", "Times New Roman";
	color: rgba(255, 255, 255, 0.95);
	-webkit-transition: color .3s linear;
}

#bio p a:hover
{
	color: rgba(210, 9, 56, 1.0);
	-webkit-transition: color .3s linear;
}

#bio img
{
	margin-left: 25px;
	padding-bottom: 12px;
}

div#footNav
{
	float: right;

	width: 650px;
	display: block;
	padding-top: 12px;
	clear: none;
	
	background-color: rgba(64,64,64, 1.0);
}

#footNav a
{
	position: relative;
	font: italic 24px/24px Georgia;
	
	top: -8px;

	text-decoration: none;
	color: #fff;
	-webkit-transition: color 0.2s linear;
}

#footNav img
{
	position: relative;
}
