/* Kenneth W. Cantley 2008 - Imaging Sample Styles */

body 		{margin: 10px 40px; background-color: #000; font-family: tahoma, arial, sans-serif; letter-spacing: .1em; 			font-size: 14px; text-align: center; color: #fff; }
a 			{text-decoration: none;}

#banner 	{margin-bottom: 5px; border-bottom: 2px solid #fff;}
#banner img {width: 600px; height: 150px; vertical-align: top; }

#nav a	 	{color: #fff;
			background-color: #342f2e;
			width: 9em; 
			padding: .2em 1em;
			text-decoration: none;
			border-top: 2px solid #fff;
			border-left: 2px solid #fff;
			border-right: 2px solid black;
			border-bottom: 2px solid black; }

#nav a:hover, a:active {color: #000;
			border-top: 2px solid black;
			border-left: 2px solid black;
			border-right: 2px solid #fff;
			border-bottom: 2px solid #fff; }

#nav 		{margin-bottom: 5px; border-bottom: 2px solid #fff;}

#links 		{margin-right: 10px; float: left;}

#links a 	{display: block;
			color: #fff;
			background-color: #342f2e;
			width: 9em; 
			margin: 2px 0px; 
			padding: .5em .8em;
			text-decoration: none;
			border-top: 2px solid #fff;
			border-left: 2px solid #fff;
			border-right: 2px solid black;
			border-bottom: 2px solid black; }
			
#links a:hover {background-color: #342f2e;
			color: #000;
			border-top: 2px solid black;
			border-left: 2px solid black;
			border-right: 2px solid #fff;
			border-bottom: 2px solid #fff; }
				
#text {text-align: left; margin: 0px 85px; }
.exp:first-line {font: bold 1.2em sans-serif; text-decoration: none; }
#text h1 {font-weight: bold; text-align: center; color: #342f2e; }

#resume a		{color: #342f2e; }
#resume a:hover	{color: #fff; }

.sub	{
	font-family: tahoma, arial, sans-serif; 
	text-align: center;
	color: #aaa;
	}

/* Gallery containing box */
#container		{text-align:left; 
	font-family: tahoma, arial, sans-serif; 
	font-size:76%; 
	letter-spacing: .1em;
	position:relative;
	width:700px;
	height:620px;
	margin-left:85px;
	border:1px solid #aaa;
	}
				
#container ul	{padding:0; 
	margin:0; 
	list-style-type:none; 
	}

/* Remove the images */
#container a.gallery span {
	position:absolute; 
	width:1px; 
	height:1px; 
	top:5px; 
	left:5px; 
	overflow:hidden; 
	background:#fff;
	}

/* Thumbnail Images */
#container a.gallery, #container a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:1px 2px 1px 10px; 
    text-align:left; 
    cursor:default;
    }
#container a.slidea {
    background:url(ChiliManHomeSM.jpg) no-repeat; 
    height:93px; 
    width:74px;
    }
#container a.slideb {
    background:url(SalsaMontageSM.jpg) no-repeat; 
    height:93px; 
    width:74px;
    }
#container a.slidec {
    background:url(HawkOriginalSM.jpg) no-repeat; 
    height:93px; 
    width:74px;
    }
#container a.slided {
    background:url(HawkRetouchSM.jpg) no-repeat; 
    height:93px; 
    width:74px;
    }
* html #container a.slided {
    width:91px; 
    w\idth:93px;
    }
#container a.slidee {
    background:url(WildtownPosterSM.jpg) no-repeat; 
    height:93px; 
    width:74px;
    }
#container a.slidef {
    background:url(dopeySM.jpg) no-repeat; 
    height:93px; 
    width:74px;
    }
* html #container a.slidef {
    width:91px; 
    w\idth:93px;
    }
#container a.slideg {
    background:url(MomSM.jpg) no-repeat; 
    height:93px; 
    width:74px;
    }
#container a.slideh {
    background:url(CBDlogoSM.gif) no-repeat; 
    height:93px; 
    width:74px;
    }
#container a.slidei {
    background:url(owldiscoverylogoSM.png) no-repeat; 
    height:93px; 
    width:74px;
    }
#container a.slidej {
    background:url(blackbearlogoSM.gif) no-repeat; 
    height:93px; 
    width:74px;
    }
#container a.slidek {
    background:url(cubspanSM.png) no-repeat; 
    height:93px; 
    width:74px;
    }

/* size of unordered list housing thumbnails */
#container ul {
    width:198px; 
    height:386px;
    margin:5px; 
    float:right;
    }
#container li {
    float:left;
    }

/* thumbnail border color */
#container a.gallery:hover {
    border-top: 1px solid #fff; 
    }

/* styling of :hover span */
#container a.gallery:hover span {
    position:absolute; 
    width:480px; 
    height:600px; 
    top:10px; 
    left:10px; 
    color:#000; 
    background:#000;
	text-shadow: #aaa 1px 1px;
    }

#container a.gallery:hover img {
    float:left; 
    margin-right:5px;
    }

#container span {font-family: tahoma, arial, sans-serif; 
				text-align: center;
				font-size: 120%;
				font-weight: bold;
				line-height: 250%;
				}

/* no hover image */
#container {
    background:#000 url(ChiliManHome.jpg) 10px 10px no-repeat;
    }

#footer a		{color: #342f2e; }
#footer a:hover	{color: #fff; }

@media print {
body {color: #000; }
#banner {display: none; }
#links {display: none; }
}