/*  
CSS Theme: Maria Tacke Photography
Theme URI: --
Description: CSS for Photography Portfolio
Author: Jason Reed
Author URI: http://www.design72.net
Date: February 11, 2008
*/

/*///////////////////////////////////////////////////////
	GLOBAL PARAMETERS
///////////////////////////////////////////////////////*/

body {
	background: #666;
	height: 100.01%;
}

/*///////////////////////////////////////////////////////
	NAVIGATION PARAMETERS
///////////////////////////////////////////////////////*/

#navigation {
	position: relative;
	top: 70px;
	left: 60px;
	height: 20px;
	width: 300px;
}

#navigation li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
}

li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: 600;
	color: #fff;
	text-decoration: none;	
}

li a:hover {
	color: #ccc;
}

/*///////////////////////////////////////////////////////
	POSITIONING PARAMETERS
///////////////////////////////////////////////////////*/

#wrapper {
	margin: 50px auto;
	width: 800px;
	height: 485px;
	border: 5px solid #fff;
	background: #666 url("../images/background.gif") top left no-repeat;
}

#content {
	margin: 75px 0 8px 60px;
	height: 349px;
	width: 700px;
	background: #141414;
	border: 3px solid #bdbdbd;
}

#left {
	float: left;
	width: 49%;
	height: 98%;
}

#right {
	float: left;
	height: 98%;
	width: 49%;
}

#image {
	float: right;
	margin: 50px 20px;
}

#summary {
	margin-top: 135px;
	width: auto;
	height: auto;
}

#product {
	margin: 65px 0 10px 75px;
}

#people {
	margin: 65px 20px 10px 40px;
}

#footer {
	clear: both;
	margin: 0 0 0 7px;
	padding-top: 3px;
	width: 759px;
	height: 50px;
	border-top: 1px solid #ccc;
}

#copyright {
	float: left;
}

#contact {
	float: right;
}

/*///////////////////////////////////////////////////////
	TEXT PARAMETERS
///////////////////////////////////////////////////////*/

h1 {
	font-family: verdana,sans-serif;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	word-spacing: -0.08pt;
	line-height: 1.49;
}

p {
	font-family: verdana,sans-serif;
	color: #fff;
	font-size: .6em;
	letter-spacing: .8pt;
	line-height: 1.35;
	padding-bottom: 8px;
}

p a {
	text-decoration: none;
	color: #fff;
}

p a:hover {
	color: #ccc;
}

/*///////////////////////////////////////////////////////
	IMAGE PARAMETERS
///////////////////////////////////////////////////////*/

#content a img {
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

#content a img:hover {
	border-color: #ccc;
}