/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxINDEX PAGE */
/* -------------- generic ------------------*/
#index-header {
		color: #949393;
		/*Whitney: 7.2em | Museo: 6.5*/
		font-size: 6.5em;
		line-height: 1.2em;
		padding: 22px 0 30px 0;
		width: 950px;
		float: left;
		}

	
/* ------------ thumbnails -------------*/
#featured-work li,
#fresh-stuff li {
		background: #333333;
		width: 165px;
		height: 105px;
		list-style: none;
		float: left;
		border: 5px solid #4d4d4d;
		margin: 0 36px 0 0;
		position: relative;
		}
		
#featured-work li:hover,
#fresh-stuff li:hover { border: 5px solid #c8e12f; }
		
#featured-work-list li.last,
#fresh-stuff-list li.last { margin: 0 0 0 0; }
		
ol#featured-work-list li span {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		}
		
ol#featured-work-list li a img { border: none; }
		
#fresh-stuff img { border: none; }

#resume-icon { 
		border: none;
		}

/*also has same link style of ind. works under ID #work-data a:link*/
#featured-work a:link ,
#featured-work a:visited,
#small-business-solutions a:link,
#small-business-solutions a:visited,
#work-data a:link,
#work-data a:visited{
		font-weight: bold;
		color: #c8e12f;
		text-decoration: none;
		}
		
/* --------------- sidebar ----------------*/

#who-i-am a:link, 
#who-i-am a:visited {
		text-decoration: none;
		color: #c8e12f;
		}
		
#who-i-am a:focus, 
#who-i-am a:hover { border-bottom: 1px dotted #c8e12f; }		

		