/*
Site Name: Mr. Diggles
Site URL: http://www.benjamindiggles.com/generalization
Description: A site designed to show off my dorky skills. 
Version: 1.0
Author: Mr. Diggles
Author URI: http://www.mrdiggles.com/
*/


/******      GLOBAL COMMAND CENTRAL     ******/

*{
	margin:0;
	padding:0;
}

img{
	border:none;
}

body {
	overflow:hidden;/*Needed to eliminate scrollbars*/
	position: relative;
	font-size: small;
}

div.nav {
	position: absolute;
	left: 20px;
	top: 20px;
	height: 284px;
	width: 284px;
}

div.nav h1 {
	position: absolute;
	top: 18px;
	font-size: 165%;
	color: #333;
	left: 15px;
	font-weight: 100;
	text-transform: uppercase;
	font-family: 'TinosRegular', Helvetica Nueu, Arial, sans-serif !important;
}


div.nav ul {
	position: absolute;
	top: 60px;
	right: 65px;
	list-style: none;
}

div.nav ul li {
	font-size: 165%;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-family: 'TinosRegular', Helvetica Nueu, Arial, sans-serif !important;
}

div.nav ul li a{
	text-decoration: none;
	color: #cc3333;
	display: block;
	text-align: right;
	background: #fff;
	padding: 4px 4px 2px 4px;
	width: 220px;
}

div.nav p {
	position: absolute;
	top: 206px;
	left: 0px;
	font-family: 'TinosRegular', Helvetica Nueu, Arial, sans-serif !important;
}

div.nav p a{
	background: #cc3333;
	text-decoration: none;
	color: #fff;
	padding: 4px 4px 4px 30px;
}

div.nav p a:hover{
	border-right: 2px solid #fff;
}

div.nav p2 {
	position: absolute;
	top: 230px;
	left: 0px;
	font-family: 'TinosRegular', Helvetica Nueu, Arial, sans-serif !important;
}

div.nav p2 a{
	background: #cc3333;
	text-decoration: none;
	color: #fff;
	padding: 4px 4px 4px 4px;
}

div.nav p2 a:hover{
	border-right: 2px solid #fff;
}

div.nav p3 {
	position: absolute;
	top: 254px;
	left: 0px;
	font-family: 'TinosRegular', Helvetica Nueu, Arial, sans-serif !important;
}

div.nav p3 a{
	background: #cc3333;
	text-decoration: none;
	color: #fff;
	padding: 4px 4px 4px 35px;
}

div.nav p3 a:hover{
	border-right: 2px solid #fff;
}

div.nav ul li a:hover {
	color: #333;
}


#content{
	margin:0px auto;
	height:100px;
	width:100%;
	bottom:5%;
	background-color:#262626;
	border-top:3px solid #4F4F4F;
	border-bottom:3px solid #4F4F4F;
	position:absolute;
}

#contentframe{
	text-align:center;
}
		
/*Supersize Plugin Styles*/
#supersize img, #supersize a{
	height:100%;
	width:100%;
	display:none;
}

#supersize .activeslide, #supersize .activeslide img{
	display:inline;
}

