@charset "utf-8";
/* CSS Document */

html, body {
	background-color: white;
	height: 620px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content {
	position: relative;
	margin: auto;
	width: 800px;
	height: 600px;
	border: 1px solid #666666;
}

.aboutUs { background-image:url(/images/aboutUs.jpg); }
.services { background-image:url(/images/services.jpg); }
.portfolio { background-image:url(/images/portfolio.jpg); }
.contact { background-image:url(/images/contact.jpg); }

#logo {
	margin-top: 30px;
	width: 100%;
	text-align: center;
	line-height: 0.75;
}

#logo #naked {
	font-size: 44px;
	color: #a96885;
}

#logo #hubris {
	font-size: 44px;
	font-weight: bold;
	color: #666666;
}

#logo #tagline {
	margin-top: 3px;
	font-size: 15px;
	color: #999999;
}

#nav {
	margin-top: 50px;
	text-align: center;
	color: #999999;
	font-size: 16px;
}

#nav a {
	color: #999999;
	text-decoration: none;
	outline: none;
}

#nav a:hover {
	color: #a96685;
	text-decoration: underline;
}

#nav a.current {
	color: #a96685;
}

a {
	color: #a96885;
	text-decoration: none;
	outline: none;
}

a:hover, a.current {
	text-decoration: underline;
}

#aboutBox, #servicesBox {
	position:absolute;
	top: 241px;
	left: 353px;
	width: 412px;
	height: 237px;
}

#aboutText, #servicesText {
	border: 1px solid #666666;
	background-color: #dddddd;
	color: #333333;
	margin: 30px;
	padding: 30px;
	width: 292px;
	height: 117px;
	font-size: 15px;
	line-height: 1.1;
	overflow: auto;
}

#portfolioBox {
	position:absolute;
	top: 242px;
	left: 36px;
	width: 688px;
	height: 195px;
	padding: 20px;
}

#portfolioImage {
	float: left;
	margin: 0;
	width: 270px;
	height: 195px;
}

#portfolioImage img {
	border: none;
}

#portfolioText {
	float: right;
	border: 1px solid #666666;
	background-color: #dddddd;
	color: #333333;
	padding: 10px;
	width: 372px;
	height: 174px;
	font-size: 15px;
	line-height: 1;
	overflow: auto;
}

#portfolioText p {
  margin: 0;
  padding: 0 0 5px 0;
}

#portfolioText #title {
	font-size: 18px;
	text-align: center;
}

#portfolioText a.client {
	font-style: italic;
}

#portfolioText ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#portfolioText li {
	margin-bottom: 4px;
}

#contactBox {
	position:absolute;
	top: 216px;
	left: 38px;
	width: 729px;
	height: 350px;
}

#contactAddress {
	float: left;
	border: 1px solid #666666;
	background-color: #dddddd;
	color: #333333;
	margin: 20px;
	padding: 10px;
	font-size: 15px;

	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}

#contactAddress * {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

#contactForm {
	float: right;
	margin: 20px;
}

#contactForm form {
	margin: 0;
	padding: 0;
}

#contactForm table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

#contactForm caption {
	padding-bottom: 5px;
}

#contactForm td {
  padding-top: 3px;
}

#contactForm label {
	font-size: 15px;
	font-weight: bold;
	color: black;
}

#contactForm input, #contactForm textarea {
	border: 1px solid #999999;
	background-color: #dddddd;
	padding: 1px;
	width: 100%;
}

#contactForm input:focus, #contactForm textarea:focus {
  border: 1px solid #a96885;
}

#contactForm textarea {
	height: 90px;
	margin-bottom: 5px;
	overflow: auto;
}

#contactForm #send {
	width: 60px;
	border: 2px outset #999999;
	outline: 1px solid black;
}

#contactForm #send:hover {
	background-color: white;
}

#copyright {
	position: absolute;
	bottom: 15px;
	width: 100%;
	color: #999999;
	font-size: 12px;
	text-align: center;
}

.clear {
	clear:both;
}
	
