/* eric meyer's reset reloaded, minus table elements, minus blockquote */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend/*, table, caption, tbody, tfoot, thead, tr, th, td */ {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
}
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 1px dotted #9d9d9b; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* =ELEMENT SELECTORS */

body {
	margin: 11px 0;
	background: #000;
	color: #b2b2af;
	text-align: center;
}
body, table, td, div, input {
	line-height: normal;
	font-size: 10pt;
	font-family: verdana, helvetica, arial, sans-serif;
}
a:link, a:visited {	
	color:#9d9d9b;
	text-decoration: underline;
	}
a:visited {
	color: #b2b2af;
	}
a:hover, a:active {
	color:#fff;
	text-decoration: none;
	}
	
h1 {
	margin: 60px 0 20px 20px;
	color: #6291ac;
	font-family: garamond, georgia, "times new roman", times, serif;
	font-size: 16pt;
	text-transform: uppercase;
}
h2 {
	margin: 0 0 8px 0;
	color: #fff;
	font-size: 11pt;
}
h3 {
	margin: 0 0 6px 0;
	color: #fff;
	font-size: 11pt;
}

p {
	padding: 0 0 12px 0;
}
hr {
	background: #612a2f;
  	border: 0;
  	color: #612a2f;
  	height: 1px;
	margin: 15px 0;
	}

ol li {/* set this back to numerals after the reset */
	list-style-type: decimal;
	}
table {	font-size: 100%; /* IE font-size inheritance fix */ }
	
/* =CUSTOM CLASSES */

/* =table appearance */
.tableheader {
	background: #eee;
	color: #000;
	font-weight: bold;
	}
	
th {
	border-bottom: 2px solid #333;
	color:#000;
	text-align: left;
}
	
td {
	border-bottom: 0px solid #999;
}
/* classes for alt row td background color, alt td color across rows, respectively */
tr.alt td, td.alt {
	border-bottom: 0px solid #666;
	background-color:#ccc;
}
.align_r { text-align: right; }


/****** =LAYOUT *******/


/* various methods to =clear floats */

/* clearfloat and clear0 require 'junk markup' element with this class */
.clearfloat {
	clear: both;
	height: 1px;
	}
.clear0 {
	height: 0;
	clear: both;
	}
/* 'self-clearing float' method, as seen at position is everything . net ; */
/* class="clearfix" is applied to parent of floated children, e.g. class="content clearfix", when .content contains floating columns */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}/* have misgivings about telling this to FF, but doesn't seem to hurt */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;} /* give old IE 'hasLayout'. Using zoom: 1; may be better? haven't tested. *//* if zoom works, may eliminate need to filter to IE lt7, hide from IEmac */
.clearfix {display: block;}
/* End hide from IE-mac */
/* end float kludges. begin page layout */

.wrap {
	position: relative;
	width: 755px;
	margin: 0 auto;
	}

/* =masthead */
.logo {
	height: 130px;
	margin-left: 5px;
	background: url(images/logo.png) no-repeat left center;
	text-align: right;
	}
.logo a {
	display: block;
}
#home .logo {
	margin: -20px -28px 0 0;
	background-position: center center;
}
#home .header { 
	height: 40px;
	background: url(images/ttl_what_people_are_saying.gif) no-repeat center;}
/****** MAIN =NAVIGATION *******/
#home .nav {
	top: 513px;
}
.nav {
	position: absolute;
	top: 134px;
	left: 0;
	width: 755px;
	background: url(images/bg_nav.png) repeat-x;
}
.nav ul {
	text-align: center;
	}
.nav li {
	display: inline;
	font-weight: bold;
}

.nav a:link, .nav a:visited, .nav a:hover {
	padding: 10px;
	color: #000;
	text-decoration: none;
	line-height: 38px;
}
.nav a:hover {
	color: #fff;
}

/* indicated states by body id */
#bio .bio a:link, #bio .bio a:visited,
#contact .contact a:link, #contact .contact a:visited,
#clients .clients a:link, #clients .clients a:visited,
#photos .photos a:link, #photos .photos a:visited,
#appearances .appearances a:link, #appearances .appearances a:visited,
#testimonials .testimonials a:link, #testimonials .testimonials a:visited,
#links .links a:link, #links .links a:visited,
#videos .videos a:link, #videos .videos a:visited {
	color:#fff;
}

/****** =CONTENT *******/
.contentWrap {
	width: 714px;
	margin: 0 auto;
	padding: 1px 0;
	background: #28343e;
}
.contentBg { /* gradient */
	min-height: 575px; /* height of home page area */
	margin: 0 1px;
	background: #040405 url(images/bg_content.png) repeat-x bottom;
	text-align: left;
	}
.content {
	padding: 0px 30px 30px 40px;
}
#home .content {
	min-height: 525px; /* this + padding top and bottom = height of home page area */
	padding: 20px 354px 30px 0;
	background: url(images/img_michaelcasey.jpg) no-repeat right top;
	text-align: center;
}

.floatleft, .floatleft2
{
float: left;
width: 160px;
margin: 0 20px;
}

.content_left {
float: left;
width: 220px;
margin: 0 20px;
}
.content_right {
float: right;
width: 300px;
margin: 0 10px;
}

/***** WHAT PEOPLE ARE SAYING *****/
blockquote {
padding: 7px 0;
text-align: center;
}
blockquote span {
	display: block;
	color: #66808f;
	font-style: italic;
}

/* BACK PAGE PHOTO */
.contentImg {
	float: right;
	margin: 0 0 18px 20px;
}

.content ul, .content ol { /* put back some uniform spacing for both list types */
	margin: 0 0 0 8px;
	padding: 0 0 6px 0;
	}
/* styling both list types so the inner list text aligns, regardless of whether unordered or ordered */
.content ul li { /* use padding here due to rendering of ul bullets (we're replacing with background images) */
	padding: 0 0 6px 12px;
	}
.content ol li {/* use margin here due to rendering decimal numbers outside the list item */
	margin: 0 0 6px 12px;
	}
/* now we're adjusting the extra space when lists are nested in other lists */
.content ul ul, .content ol ol {
	margin-bottom: -6px;
	padding: 6px 0 0 0;
	}
/* reset has removed the stock bullets. now we're adding a background image instead, more consistent than list-style-image */
/* 0 is horizontal coordinate. .5 is vertical. We want the image to be .5em down, to hit the middle of the first line of text. Note this is different from using 50% or center, which would drop the image to the middle of a multiline list item.   */
.content ul li {
	background: url(images/li.gif) no-repeat 0 .5em; 
}

/* =kludges for =ie6 */
* html .nav {background: url(images/bg_nav.gif) repeat-x;}
* html .contentBg {background: #040405 url(images/bg_content.gif) repeat-x bottom;}


.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid white;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #666666;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
font-size: 8pt;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

