/* Kenneth W. Cantley 2008 - Print 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: underline; }
#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:650px;
	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 10px 10px; 
    text-align:left; 
    cursor:default;
    }
#container a.slidea {
    background:url(DDVCIDsm.jpg) no-repeat; 
    height:93px; 
    width:74px;
    }
#container a.slideb {
    background:url(DDVmailersm.jpg) no-repeat; 
    height:93px; 
    width:74px;
    }
#container a.slidec {
    background:url(XYFlyerftsm.jpg) no-repeat; 
    height:93px; 
    width:74px;
    }
#container a.slided {
    background:url(XYFlyerbksm.jpg) no-repeat; 
    height:93px; 
    width:74px;
    }
* html #container a.slided {
    width:91px; 
    w\idth:93px;
    }
#container a.slidee {
    background:url(PCSLHBCsm.jpg) no-repeat; 
    height:93px; 
    width:74px;
    }
#container a.slidef {
    background:url(HawaiiSM.jpg) no-repeat; 
    height:93px; 
    width:74px;
    }
* html #container a.slidef {
    width:91px; 
    w\idth:93px;
    }
#container a.slideg {
    background:url(NevadaSM.jpg) no-repeat; 
    height:93px; 
    width:74px;
    }
#container a.slideh {
    background:url(SkiTGsm.jpg) no-repeat; 
    height:93px; 
    width:74px;
    }
#container a.slidei {
    background:url(SkiGVsm.jpg) no-repeat; 
    height:93px; 
    width:74px;
    }
#container a.slidej {
    background:url(VegasSM.jpg) no-repeat; 
    height:93px; 
    width:74px;
    }
#container a.slidek {
    background:url(artshowSM.jpg) no-repeat; 
    height:93px; 
    width:74px;
    }
* html #container a.slidek {
    width:91px; 
    w\idth:93px;
    }
#container a.slidel {
    background:url(vdaySM.jpg) 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;
    }

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

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

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

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

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