/*------------------------------------
Theme Name: Kathryna Hancock
Description: Custom theme created for photography portfolio site.
Author: Wyatt Kirby
Author URI: www.perihelion.org
Version: 1.0
------------------------------------*/

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

* {
	margin: 0px;
	padding: 0px;
}

/*------------------------------------
UNIVERSAL
------------------------------------*/

body {
	background: white;
	color: #323232;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}

a {
	text-decoration: none;
	color: #7a7a7a;
}

a:hover {
	color: #097091;
}

hr {
	border: 0;
	color: #7a7a7a;
	background-color: #7a7a7a;
	height: 1px;
	width: 100%;
}

/*------------------------------------
CONTAINER
------------------------------------*/

/*
 Container is centered horizontally and vertically.
 and set to a static width of 960px, with a static
 height of 600px to accomodate all screen sizes.
*/

div#wrapper, div#container {
	max-width: 960px;
	max-height: 620px;
	width: 960px;
	height: 620px;
	padding: 0px;
}

div#wrapper {
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	bottom: 50%;
	right: 50%;
}

div#container {
	overflow: hidden;
	text-align: center;
	/*position*/
	position: relative;
	top: 50%;
	left: 50%;

}

/*------------------------------------
NAVIGATION
------------------------------------*/
	
/*
 Navigation is positioned relatively to the bottom
 of the container.
*/

div#nav {
	background: transparent url(images/khancock.jpg) 84px 0px no-repeat;
	width: 950px;
	height: 40px;
	text-align: right;
	padding: 0px 10px 0px 0px;
	
	/*position*/
	position: absolute;
	bottom: 0px;
	left: 0px;
}

a#logo {
	display: block;
	background: transparent;
	color: transparent;
	width: 300px;
	height: 0px;
	padding-top: 50px;
	overflow: hidden;
	float: left;
	margin: -10px 0px 0px 84px;
}

#nav ul {
	margin-top: 6px;
	margin-right: 58px;
	float: right;
}

#nav ul li {
	float: left;
	list-style-type: none;
	display: block;
	margin: 0px 12px 0px 13px;
	text-align: center;
}


/*------------------------------------
CONTENT
------------------------------------*/

div#content {
	width: 800px;
	height: 560px;
	margin: 0px auto;
	overflow: hidden;
	/*border: 1px solid blue;*/
	text-align: center;
}


/*------------------------------------
SLIDESHOW
------------------------------------*/

a.left, a.right {
	color: transparent;
	cursor: pointer;
	display: block;
	float: left;
	position: absolute;
	z-index: 20;
	height: 570px;
	width: 60px;
}

a.left {
	background: white url(images/prev.gif) center 240px no-repeat;
	top: 0px;
	left: 0px;
}

a.right {
	background: white url(images/next.gif) center 240px no-repeat;
	top: 0px;
	right: 0px;
}


/*------------------------------------
GALLERY
------------------------------------*/

.ngg-navigation {
	height: 20px !important;
}
