@charset "UTF-8";
/*

Theme Name: DataPerk Default
Theme URI: http://dataperk.com/
Description: A base theme for new WordPress installs.
Version: 1.0
Author: Robert Brodrecht
Author URI: http://dataperk.com/
Tags: blank, html5

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary { 
    display:block;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: circle;
}

nav ul {
    list-style:none;
    padding: 0px;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

a:focus {
	outline: 1px dotted silver;
	outline: 1px dotted rgba(0, 0, 0, .7);
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5em;
	font-weight: normal;
	line-height: 1;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.3em;
}

h6 {
	font-size: 1.2em;
}

p, li, blockquote, form, table {
	margin-bottom: 1em;
}

ol, ul, blockquote {
	padding-left: 2em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.only-ie6 {display: none;}

.only-print {display: none;}

.frontload {
	position: absolute !important;
	padding: 0px !important;
	margin: 0px !important;
	height: 1px !important;
	width: 1px !important;
	clip: auto !important;
	overflow: hidden  !important;
	border: 0px !important;
	outline: 0px !important;
	background: transparent !important;
	background-image: none !important;
	text-indent: 10px !important;
	font-size: 10px !important;
	color: transparent !important;
	line-height: 1 !important;
}

body {
	background: black url(images/background.jpg);
	font-family: tahoma, verdana, arial, sans-serif;
}

#main {
	width: 769px;
	margin: auto;
	padding-top: 20px;
}

#logo {
	width: 100%;
	height: 155px;
	position: relative;
	clip: auto;
	overflow: hidden;
}

#logo a {
	display: block;
	padding-top: 156px;
	background: url(images/header.jpg);
}

#nav {
	padding-left: 10px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	height: 27px;
}

#nav ul li {
	display: block;
	float: left;
	height: 27px;
	padding-left: 1px;
	padding-right: 1px;	
	background: black url(images/nav_li_bg.gif);
	margin-left: 3px;
	*position: relative;
}
#nav ul li a {
	padding-left: 9px;
	padding-right: 9px;
	text-decoration: none;
	display: block;
	_display: inline-block;
	height: 27px;
	line-height: 27px;
	color: #82999c;
	font-size: 14px;
	background: black url(images/nav_bg.gif);
}

#nav ul li a:hover {
	color: #617fff;
	background: black url(images/nav_bg_o.gif);
}

#nav ul li ul {
	position: absolute;
	display: none;
	padding: 0px;
	margin: 0px;
	background: #181C24;
	*top: 27px;
	*left: 0px;
	*width: 200px;
}

#nav ul li ul li {
	background: #181C24;
	padding: 0px;
	margin: 0px;
	float: none;
	*width: 200px;
	*height: auto;
}

#nav ul li ul li a {
	padding: 0px;
	margin: 0px;
	background: #181C24;
	display: block;
	width: 100%;
	*width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	*height: auto;
	*line-height: 1;
	*padding-top: 5px;
	*padding-bottom: 5px;	
}

#nav ul li ul li a:hover {
	background: #2F3661;
}

#nav ul li:hover ul {
	display: block;
}

#footer {
	padding-top: 10px;
	text-align: center;
	color: white;
}

#footer #dataperk {
	padding: 20px;
	font-size: 10px;
}

#footer #dataperk, #footer #dataperk a {
	display: block;
	text-align: center;
	color: #333;
}

#content {
	background: white;
	color: black;
	border: 3px double black;
	padding: 2px;
	line-height: 1.5;
}
#wrap {
	border: 1px solid black;
	padding: 20px;
	font-size: 13px;
}

address {
	font-style: normal;
}

.alignleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.alignright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
