/* Basic stylesheet for Pat Gericke & Associates
 * URL: http://www.patgetricke.com/
 * CSS: pat-gericke-style.css
 */

body {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	text-align: center;
}

h1 {
	font-size: 12px;
	color: #6E332B;
}

img {
	border: none;
}

.first {
	margin-top: 0;
	clear: both;
}

.cb:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#mainContainer {
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

p a {
	color: #6E332B;
	text-decoration: none;
}
	
	p a:hover {
		border-bottom: 1px dotted;
	}


/* ---- Top Section ---- */

#topSection {
	position: relative;
	margin: 90px 0 10px 0;
	border-bottom: 1px solid #999691;
	padding-bottom: 3px;
}

.logoPatGericke {
	background: url('../images/logo-pat-gericke.png');
	width: 237px;
	height: 76px;
	cursor: pointer;
}

.navigation {
	position: absolute;
	right: 0;
	bottom: 3px;
	font-family: "Arial Narrow", "Arial Condensed", "Arial cn", "Arial", sans-serif;
	letter-spacing: 3px;
}

	.navigation a {
		font-size: 15px;
		color: #999691;
		text-decoration: none;
		text-transform: uppercase;
		margin-left: 15px;
	}

	.navigation a:hover {
		color: #6E332B;
	}


/* ---- Middle Section ---- */

#midSection {
	position: relative;
	display: none;
}

.objectArea {
	position: relative;
	float: left;
	width: 460px;
	height: 283px;
	margin-right: 10px;
}

.contentArea {
	float: left;
	width: 330px;
}

	.contentArea p {
		text-align: justify;
		line-height: 16px;
	}


/* ---- Bottom Section ---- */

#botSection {
	position: absolute;
	bottom: -15px;
	font-size: 10px;
	color: #6E332B;
	text-transform: uppercase;
}


/* ---- Contact Page ---- */

table.contactForm td {
	vertical-align: top;
	text-align: left;
}

input, textarea {
	border: 1px solid #999691;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
}

input {
	height: 18px;
}


/* -- Breadcrumbs include -- */

#breadcrumbs {
	float: right;
	color: #999691; 
	margin-bottom: 10px;
}

#breadcrumbs a {
	color: #999691; 
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #6E332B; 
}

.galleria_container {
	width: 460px; 
	height: 283px;
}


/* -- portfolio landing page -- */

.portfolioLanding a {
	float: left;
	border: none;
	text-align: center;
	color: #999691;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.portfolioLanding a:hover {
	color: #6E332B;
}

