/*
Theme Name: Kickpow
Theme URI: http://www.kickpow.com/
Description: 
Version: 1.0
Author: Spiegel Design Group, Inc.
Author URI: http://www.spiegeldg.com

*/

/*-------------------------------------------------
GLOBAL RESET
-------------------------------------------------*/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {
	clear: both;
}
.hidden {
	display: none;
	visibility: hidden;
}

/*-------------------------------------------------
GLOBAL
-------------------------------------------------*/

body {
	background: #000;
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}
.wrapper {
	width: 900px;
	margin: 0 auto;
}

/*-------------------------------------------------
HEADER
-------------------------------------------------*/

.header {
	padding: 0 0 25px 0;
}
.header table {
	width: 100%;
}
.header td.left {
	width: 283px;
	padding: 10px 0;
	vertical-align: top;
}
.header .logo {
	background: url("images/kickpow.png") 0 0 no-repeat;
	width: 283px;
	height: 59px;
}
.header .logo span {
	display: block;
	visibility: hidden;
}
.header td.right {
	text-align: right;
	vertical-align: top;
}
.nav {
	height: 59px;
}
.nav li {
	float: right;
	margin: 0 0 0 15px;
}
.nav li a {
	display: block;
	height: 59px;
}
.nav li.nHome a { width: 65px; background: url("images/nHome.png") 0 -59px no-repeat; }
.nav li.nLinks a { width: 66px; background: url("images/nLinks.png") 0 -59px no-repeat; }
.nav li.nContact a { width: 91px; background: url("images/nContact.png") 0 -59px no-repeat; }
.nav li a:hover, .nav li.active a {
	background-position: 0 0;
}
.nav li span {
	display: block;
	visibility: hidden;
}
.splash {
	margin: 15px 0 0 0;
	background: url("images/splash.png") 50% 0 no-repeat;
	height: 97px;
}

/*-------------------------------------------------
HOME
-------------------------------------------------*/

table.tHome {
	width: 100%;
}
table.tHome td.homeLeft {
	vertical-align: top;
}
table.tHome td.homeRight {
	width: 270px;
	padding: 0 0 0 30px;
	text-align: left;
	vertical-align: top;
}
table.tHome td.homeRight p {
	line-height: 18px;
	font-family: Georgia; serif;
	font-size: 13px;
}

/* GRID */

table.tCell {
	width: 100%;
}
table.tCell td.grid {
	width: 100px;
	height: 100px;
}
table.tCell td.grid a:link,
table.tCell td.grid a:visited {
	display: block;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}
table.tCell td.grid a:hover {
	opacity: 1.0;
	filter: alpha(opacity = 100);
}

/*-------------------------------------------------
PAGE
-------------------------------------------------*/

.page {
	padding: 25px 0 50px 0;
}
.page p {
	line-height: 22px;
	font-size: 14px;
}
.page a:link, .page a:visited {
	color: #fff;
}
.page table {
	width: 100%;
}
.page td {
	vertical-align: top;
	width: 50%;
	text-align: center;
}

/*-------------------------------------------------
TWITTER
-------------------------------------------------*/

.twitter {
	padding: 15px 0;
}
.twitter li {
	margin: 7px 0;
	line-height: 16px;
	font-family: Georgia; serif;
	font-size: 13px;
}
.twitter a:link, .twitter a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	color: #ccc;
}
.twitter small {
	font-size: 11px;
	display: block;
	color: #ccc;
}

/*-------------------------------------------------
FOOTER
-------------------------------------------------*/

.footer {
	padding: 15px 0;
	font-size: 11px;
	text-align: left;
	color: #666;
}
.footer a:link, .footer a:visited {
	color: #666;
}