/*  
Theme Name: dpad
Theme URI: http://www.directionalpad.com
Description: directionalpad.com's custom theme
Version: 1.0.0
Author: Jeff 'inpheaux' George
Author URI: http://www.skizzers.org
*/

a, a:visited {
	color: #555555;
	text-decoration: underline;
	}

a:hover	{
	color: #FF0000;
	text-decoration: none;
	}

div#middle {
	position: absolute; 
	left: 10%; 
	width: 88%; 
	margin: 0px;
	border-width: 0px 3px 3px 3px; 
	border-style: solid; 
	border-color: #000000; 
	padding: 0px 10px 0px 10px;
	}

div#padleft {
	position: relative;
	left: -89px;
	height: 204px;
	width: 79px;
	}

div#padright {
	display: none;
	}

h1#logo {
	display: none;
	}


hr	{
	border: 0;
	margin: 15px 0;
	color: #000;
	background-color: #000;
	height: 3px;
	}

h2	{
	margin: 0;
	}

h2, h2 a, h2 a:visited	{
	color: #000000;
	text-decoration: none;
	}

h2 a:hover {
	color: #CCCCCC;
	}


ul#sections {
	text-align: right;
	font-size: 14pt;
	margin: 0;
	list-style: none;
	}

ul#sections li{
	margin: 0px 0px 10px 0px;
	}

ul#sections a {
	color: #000000;
	text-decoration: none;
	}

ul#sections a:hover {
	color: #FF0000;
	text-decoration: none;
	}

div.navhead {
	text-align: right;
	font-size: 12pt;
	margin: 10px 0px 0px 0px;
	}

ul.nav {
	text-align: right;
	margin: 0;
	list-style: none;
	font-size: 8pt;
	}

ul.nav li {
	padding: 0 0 0 5px;
	}

ul.nav a, ul.nav a:visited {
	text-decoration: none;
	}

ul.nav ul {
margin:0; padding:0;
	text-align: right;
	list-style: none;
	font-size: 8pt;
	}

div.post {
	padding: 0px 0px 0px 5px;
	}

div.post img {
	float:right;
	margin: 0 0 5px 10px;
	}
	
div#content {
	position: relative;
	top: -55px;
	width: 79%;
	}

div.tiny { 
	position: relative;
	bottom: 35px;
	z-index: 1;
	font-size: 8pt;
	color: #BBB;
	text-align: center;
	}

div.tiny a, div.tiny a:visited {
	color: #BBB;
	}

div.navcon {
	float: right;
	background-color: #FFFFFF;
	position: relative;
	z-index: 2;
	top: -55px;
	width: 20%;
	}

div.sidebartext {
	text-align: right;
	font-size: 7pt;
	margin: 0 0 15px 0;
	}
	
body {	background: #C0C0C0;
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	}
	
/* stuff stolen from elsewhere */
.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.postmetadata {
	text-align: center;
	color: #777;
	padding-top: 5px;
	margin: 30px 0;
	}
	
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

div#main {
	position:absolute;
	left:48%;
	width:500px;
	margin-top: 18%;
	margin-left:-266px;
	border:3px solid #000;
	background-color: #FFF;
	padding: 15px 15px 15px 100px;
	font-size: 12pt;
	z-index: 1;
	}

div#pad {
	position: absolute;
	width: 188px;
	height: 244px;
	top: -90px;
	left: -90px;
	z-index: 2;
	}
	
div#img-main {
	position:absolute;
	top: 52px;
	left: 30px;
	margin-right: 30px;
	border:3px solid #000;
	background-color: #FFF;
	padding: 15px 15px 15px 15px;
	font-size: 12pt;
	z-index: 1;
	}

div#pad-tiny {
	position: absolute;
	width: 94px;
	height: 125px;
	top: -55px;
	left: -28px;
	z-index: 2;
	}

div#img-back {
	position:absolute;
	top: -40px;
	left: 60px;
	font-size: 14pt;
	}
	
table#results {
	border: 2px solid #000;
	width: 500px;
	background: #FFFFFF;
	}
	
div#reviewtitle {
	font-size: 12pt;
	float: right;
	margin: 8px 10px 0 0;
	font-weight: bold;
	font-style: italic;
	}

h4 {
	margin: 0;
	padding: 0;
	}
	
td.pad {
	padding: 10px;
	}
	
td.score {
	font-size: 24pt;
	text-align: center;
	align: center;
	width: 60px;
	}
	
td.overall {
	color: #F00;
	border-top: 2px solid #000;
	}

div.screens img {
	margin: 5px;
	float: none;
	}