﻿@charset "UTF-8";
/* CSS Document */


/* HTML selectors */

body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 0.85em;
}

body.site {
	background-color: #000;
	margin-top: 40px;
	font-size: 1em;
}

body.site h2 {
	font-weight: bold;
	color: #E2007A;
}

address {
	font-style: normal;
}


p {
	text-align: left;
	margin: 8px 0px 8px 0px;
}

.leftCol img {
	float: right;
} 

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #E2007A;
}

h2 {
	font-size: 1.6em;
}

a {
	color: #333;
}

a:hover {
	color: #E2007A;
}


.quote {
	display: none;
}



/* container divs */
#wrapper {
	width: 780px;
	margin: auto;
}


.red {
	color: red;
}




/* Top Navigation  */
ul.topNav {
	display: block;
	clear: left;
	margin-left: 36px;
}


ul.topNav li {
	display: block;
	float: left;
	height: 38px;
	margin-bottom: 25px;
	margin-right: 75px;
}

ul.topNav li.home {
	width: 150px;
	background: url(/images/nav/home.gif) no-repeat;
}

ul.topNav li.work {
	width: 214px;
	background: url(/images/nav/our_work.gif) no-repeat;
}

ul.topNav li.blog {
	width: 186px;
	background: url(/images/nav/big_blog.gif) no-repeat;
	margin-right: 0px;
}


ul.topNav li a {
	display: block;
	width: 100%;
	height: 38px;
	overflow: hidden;
	text-indent: -9999px;
	background-color: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

ul.topNav li a:hover {
	background: none;
}

ul.topNav li.sel a {
	opacity: 0;
	filter: alpha(opacity=0);
}



/* Main content body divs */
#bodyBlock {
	clear: left;
	background: url(/images/misc/block_top.gif) no-repeat #FFF -2px -10px;
	min-height: 582px;
	line-height: 1.2em;
	font-size: 0.8em;
	position: relative;
}

.mainContent {
	position: relative;
	font-size: 0.95em;
}

.mainContent h1, .mainContent h2 {
	color: #E2007A;
}

.biogBlock h2, .goodStuffCol h2 {
	margin: 5px 0px 10px 0px;
	color: #333;
}

.goodStuffCol p, .rightBar p {
	margin: 2px 0px 2px 0px;
}


.leftCol {
	width: 475px;
	float: left;
	background: url(/images/misc/rule_dot.gif) repeat-y 495px 0px;
	padding-right: 25px;
	min-height: 500px;
}

.rightBar {
	width: 175px;
	float: left;
	margin-left: 25px;
}

.rightBar h2 {
	margin-top: 5px;
	font-size: 2.1em;
	line-height: 1.2em;
}

.rightBar .quote {
	margin-top: 15px;
	margin-bottom: 3px;
	font-weight: bold;
}

.rightBar .quoteBy {
	font-style: italic;
}

.rightBar .linkBlock {
	margin-top: 20px;
}



h1.title {
	width: 260px;
	height: 45px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

h1.our-way {
	background: url(/images/titles/our_way.gif) no-repeat;
}

h1.about-us {
	background: url(/images/titles/about_us.gif) no-repeat;
}

h1.good-stuff {
	background: url(/images/titles/good_stuff.gif) no-repeat;
}

h1.location {
	background: url(/images/titles/location.gif) no-repeat;
}

h1.contact {
	background: url(/images/titles/contact.gif) no-repeat;
}


.wrapper ul {
	padding-left: 16px;
	padding-bottom: 10px;
}

.wrapper li {
	list-style-image: url(/images/misc/bullet.gif);
}

.bottomLogo {
	width: 184px;
	height: 61px;
	background: url(/images/misc/logo_medium.gif) no-repeat;
	position: absolute;
	left: 555px;
	top: 470px;
}

.greenLogo {
	background: url(/images/misc/logo_medium_green.gif) no-repeat;
}

.bottomLine {
	padding-bottom: 5px;
	margin-left: 38px;
	margin-right: 38px;
	height: 4px;
	background: url(/images/misc/rule_dot.gif) repeat-x;
}

.blockFoot {
	margin-top: 0px;
	font-size: 0.8em;
	text-align: center;
	height: 24px;
	font-size: 0.7em;
	background: url(/images/misc/block_foot.gif) no-repeat #FFF -2px 12px;
	color: #999;
}






/* Home page styles */
.homeLogo {
	width: 375px;
	height: 119px;
	background: url(/images/misc/logo_big.gif) no-repeat;
	text-indent: -9999px;
	float: left;
}

.homeLine {
	float: right;
	background: url(/images/misc/rule_dot.gif) repeat-x;
	height: 4px;
	margin-top: 90px;
	width: 310px;
}

.homeText {
	clear: left;
	float: left;
	margin-top: 25px;
	font-size: 1.35em;
	line-height: 1.25em;
	width: 268px;
}

.homeImage {
	float: right;
	margin-top: 10px;
	width: 425px;
	height: 370px;
}



/* About us styles */

.biogBlock {
	width: 340px;
	height: 180px;
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}


.biogBlock .biogPic {
	float: left;
	height: 100%;
	margin-right: 8px;
	
}

.aboutQuote {
	position: absolute;
	left: 35px;
	top: 455px;
}

.workQuote {
	clear: both;
	float: left;
	margin-left: 45px;
	margin-top: 40px;
}

.aboutQuote .quoteBy, .workQuote .quoteBy {
	margin-top: 3px;
	text-align: right;
	color: #999;
	font-style: italic;
	display: none;
}


/* good stuff styles */
.goodStuffCol {
	width: 25%;
	float: left;
	background: url(/images/misc/rule_dot.gif) repeat-y 160px 0px;
	margin-top: 14px;
	min-height: 180px;
}

.rightCol {
	background: none;
}

.goodStuffQuote {
	position: absolute;
	left: 310px;
	top: 380px;
	width: 440px;
	text-align: right;
}

.goodStuffQuote .quote, .aboutQuote .quote {
	color: #E2007A;
	font-weight: bold;
	font-size: 1.9em;
	line-height: 1.2em;
}

.workQuote .quote {
	color: #6AB700;
	font-weight: bold;
	font-size: 1.9em;
	line-height: 1.2em;
}

.goodStuffPic {
	float: left;
	margin-top: 18px;
}

/* Contact styles */
#contactForm p {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 4px;
}

#contactForm p label {
	float: left;
	margin-top: 5px;
}

.contactColumn p .textField {
	float: right;
	border: 1px solid #CCC;
	font-size: 1.2em;
	width: 200px;
}

#contactForm textarea {
	height: 100px;
}


.contactColumn {
	float: left;
	width: 280px;
	margin-bottom: 10px;
}

#contactForm .rightCol {
	margin-left: 100px;
}

#contactForm .radioList {
	margin: 5px 0px 5px 75px;
}

#contactForm .radioList label {
	margin-right: 20px;
}

.contactBlock {
	clear: left;
}

.contactBlock p .textField {
	border: 1px solid #CCC;
	font-size: 1.2em;
	margin-left: 29px;
	margin-right: 5px;
	width: 200px;
}



/* Work pages */
.workThumb {
	position: relative;
	float: left;
	margin-right: 10px;
	width: 166px;
	height: 166px;
}

.workThumb a {
	display: block;
	background: url(/images/misc/work-frame.png) no-repeat;
	height: 166px;
	text-indent: -9999px;
}

.workThumb a span {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	background-color: #FFF;
	width: 166px;
	height: 166px;
	opacity: 0;
	filter: alpha(opacity=0);
}


.workThumb a:hover span {
	opacity: 0.4;
	filter: alpha(opacity=40);
}



/* Lightbox overrides */
#outerImageContainer {
	border: 5px solid #61AE00;
}

#imageDataContainer {
	background: none;
}

#bottomNav {
	position: relative;
}

#imageData #bottomNavClose {
	position: absolute;
	left: 10px;
	top: -34px;
}

