/*  
	Theme Name: Chris Klus Photography Website
	Theme URI: http://www.ckphoto.ca
	Description: Web design for Chris Klus Photography. Designed by <a href="http://www.xldstudios.com/" title="XLD Studios">XLD Studios</a>.
	Version: 1.0
	Author: Erik Bernskiold, XLD Studios
	Author URI: http://www.xldstudios.com/
	Tags: portfolio, minimalistic, professional, simple
*/

/* Main Styles */

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #292929;
	font-family: Arial, Verdana, sans-serif;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
	height: 100%;
}

#wrapper {
	min-height:100%;
	position:relative;
}

/* Frontpage Style */

#frontpage-wrapper {
	margin: 20px auto 0 auto;
	text-align: center;
	width: 813px;
}

#photo-container {
	text-align: center;
	width: 813px;
	height: 619px;
	background: url(images/frontpage-photo.jpg);
}

#navigation {
	background: url(images/navigation-bar.jpg);
	width: 800px;
	height: 37px;
	position: absolute;
	margin: 430px 8px 0 8px;
}

#navigation ul {
		list-style: none;
		padding: 0;
		margin: 0 10px 0 330px;
    }
    
	#navigation li {
		float: left;
		margin: 0;
    }
    
	#navigation a {
		text-decoration: none;
		display: block;
		background: none;
		padding: 10px 10px 0 10px;
		height: 23px;
		margin-right: 20px;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
		font-size: 15px;
		font-family: Arial, Verdana, sans-serif;
		font-style: normal;
    }
	
	#navigation a:hover {
		background: url(images/nav-hover.jpg);
		height: 27px;
	}
	
	#navigation .selected {
		position: relative;
		height: 27px;
		background: url(images/nav-hover.jpg);
	}

/* Pages Styles */

#navigation-bar {
	background: url(images/nav-bar-bg.jpg) repeat-x;
	width: 100%;
	height: 37px;
}

#navigation-bar ul {
		list-style: none;
		padding: 0;
		margin: 0 10px 0 330px;
    }
    
	#navigation-bar li {
		float: left;
		margin: 0;
    }
    
	#navigation-bar a {
		text-decoration: none;
		display: block;
		background: none;
		padding: 10px 10px 0 10px;
		height: 23px;
		margin-right: 20px;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
		font-size: 15px;
		font-family: Arial, Verdana, sans-serif;
		font-style: normal;
    }
	
	#navigation-bar a:hover {
		background: #2e2e2e; /*url(images/nav-hover.jpg)*/;
		height: 25px;
	}
	
	#navigation-bar .selected {
		position: relative;
		height: 27px;
		background: url(images/nav-hover.jpg);
	}

	#navigation-bar a.logo {
		margin: 0;
		padding: 0;
		text-decoration: none;
		display: block;
		background: none;
		height: 25px;
	}

	#navigation-bar a.logo:hover {
		margin: 0;
		padding: 0;
		background: none;
	}

#content-wrapper {
	width: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 5px 5px 55px 5px;
}

	#content-wrapper p {
		font-size: 12px;
		margin: 5px;
		padding: 0;
		text-indent: 10px;
		line-height: 17px;
	}

#footer {
	background: url(images/footer-bg.jpg);
	width: 100%;
	height: 52px;
	position: absolute;
	bottom: 0;
}
	#footer p { margin: 0; padding: 0; }

	#footer-wrapper {
		width: 796px;
		height: 46px;
		padding: 3px;
		font-family: Georgia, serif, Verdana;
		font-size: 11px;
		text-transform: lowercase;
		color: #aaaaaa;
		margin: 0 auto 0 auto;
	}

/* BASIC CLASSES */

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.center { text-align: center; }

/* H* STYLES */

h1 {
	font-family: Georgia, Times, serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 32px;
	font-style: italic;
	letter-spacing: 5px;
	color: #bdcab0;
	margin: 30px 0 10px 20px;
}

h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 3px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	margin: 10px 0 2px 10px;
}

h3 {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	font-style: italic;
	letter-spacing: 5px;
	color: #bdcab0;
	margin: 15px 0 10px 20px;
}

/* LINKS */

a, a:visited, a:active {
	color: #95bc58;
	text-decoration: none;
	font-style: italic;
	font-family: Georgia, serif, Tahoma;
}

a:hover {
	color: #b4e469;
	text-decoration: none;
	font-style: italic;
	font-family: Georgia, serif, Tahoma;
}
