/*
Theme Name: Katie Eischen Exclusive
Theme URI: http://antikaiserdesign.com/
Description: Exclusive WordPress theme for Katie Eischen, developed by AntiKaiser Design.
Version: 1.0
Author: Aaron Matthew Kaiser
Author URI: http://antikaiserdesign.com/
Tags: katie, stunt, black

	This theme was designed and built by Aaron Matthew Kaiser,
	whose blog you will find at http://aaronkaiser.com/

*/


/* RESET STYLES */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* SITE STYLES */

#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/header_bg.jpg) no-repeat;
	height: 95px;
	position: relative;
}
#header h1 a{
	background: url(images/katieeischen_logo.png) no-repeat;
	height: 66px;
	width: 296px;
	position: absolute;
	left: 15px;
	top: 15px;
	text-indent: -1000em;
	display: block;
}
h2 {
	margin-bottom: 5px;
}
h2 a {
	text-decoration: none;
	color: #000;
}
p { margin-bottom: 5px; }
#header #nav {
	position: absolute;
	right: 12px;
	bottom: 2px;
	height: 38px;
}
#header #nav li {
	float: left;
}
#header #nav li a {
	background: url(images/nav_bg.png) no-repeat;
	text-indent: -1000em;
	display: block;
	height: 38px;
}
#header #nav #home a {
	width: 56px;
}
#header #nav #news a {
	width: 75px;
	background-position: -56px 0px;
}
#header #nav #reel a {
	width: 65px;
	background-position: -131px 0px;
}
#header #nav #photos a {
	width: 79px;
	background-position: -196px 0px;
}
#header #nav #resume a {
	width: 76px;
	background-position: -275px 0px;
}
#header #nav #contact a {
	width: 62px;
	background-position: -351px 0px;
}
#main {
	background: #000;
	width: 896px;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
}
#content {
	background: #e6e6e6;
	float: right;
	width: 640px;
	min-height: 430px;
	font: 11px Verdana, Geneva, sans-serif;
	padding: 10px;
}
#content table {
	margin: 10px auto;
}
#content table h3 {
	font-size: 14px;
	margin: 15px 0px 2px;
}
#content table h4 {
	margin-top: 5px;
	font-style: italic;
}
#content .contact {
	width: 320px;
	text-align: center;
	float: left;
	padding: 30px 0pt;
}
#content .contact_bill {
	width: 640px;
	text-align: center;
	clear: left;
	padding: 20px 0pt 75px;
}
#footer {
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	font: 10px/28px Verdana, Geneva, sans-serif;
	color: #000;
}
#footer img {
	position: relative;
	top: 2px;
}
.post { margin-bottom: 25px; }
.edit {
	position: absolute;
	top: 0px;
	right: 0px;
}

.piclenselink { display: none; }
.sidebar { float: left; }
.ngg-gallery-thumbnail img {
	height: 65px;
	width: 100px;
}
