
	
	
	body {
		font-family: Helvetica, Verdana, sans-serif;
		font-size:12px;
		line-height: 1.4em;
		background-color:white;		
	}

	h2 { font-size:150%; margin:5px; padding:0px; font-weight:200;}

		
a, a:visited, a:active, a:link { /*non Nav links */
		border-bottom:none;
		color:#39c; /*good old link blue*/
		text-decoration:none;
	}
		
	hr {
		background-color:#CCCCCC; /*grey lines*/
		border:0 none;
		color:#CCCCCC;
		height:1px;
	}

	#container {
		margin-top:-8px;
		margin-right:auto;
		margin-left:auto;
		width:1024px;
		height:768px;
		text-align:left;
	}
		
	#container img{ float: left;}
		
	#header {
		background-image:url("../images/bassheader3.jpg");
		padding:0px;
		width:1024px;
		height:100px;
		background-color:gray;
		float:left;
		border:none;
		clear: none;
	}
		
	#header h2{ /* if I want to add text, right now the text is in the jpg */
		color: magenta;
		margin:20px 0px 0px 20px;
		font-size: 20px;
	}
	#twitter_update_list {list-style-type: none;
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:2px;

	}

	#blog {
		width: 259px;
		height: 1000px;
		float:left;
		border-right:1px solid lightgrey;
		background-color: white;
		clear: none;
		padding: 20px;
		margin-top:20px;
	}
	#blog h2 { margin:4px 0px 10px 0px; font-color: black;}
	#blog h3 {
		margin:0px;
		font-size:13px;
		line-height: 1.4em;
		}
	#blog h4 {
		font-size:11px; 
		margin: 2px 0px 2px 0px}
	.meta {font-size:9px;
	margin-bottom:4px;
	color:#CCCCCC;
			margin-top:4px;
			}

	#blog h5 {color:grey; font-size: 14px; margin-top: 0px; line-height:2em;}
	
	
	
	
	#blog p{
		margin-top: 2px;
		margin-bottom:2px;
	}

	
	#codaslider {
		margin-top:-22px;
		width: 724px;
		float: left;
		background-color: transparent;
		border:none;
	}
		
	#item {
		border-bottom:1px solid lightgrey;
		padding-top: 10px;
		padding-bottom: 20px;
		height: 100%;
	}
		
	#item img{ /* each entry to the categories goes in one of these*/
		height: 178px;
		width: 288px;
		border:1px solid lightgrey;
		padding: 5px;
		margin-right:20px;
		margin-bottom:20px;
		float: left;
	}
		
	#item ul{
		list-style: none;
		padding:0px;
		margin:0px;
		line-height: 1.4em;
	}
		
	#resume {
		padding-top: 10px;
		padding-bottom: 4px;
		border:none;
		clear: none;
		}
	#resume ul{
		list-style: none;
		padding:0px;
		margin:0px;
		line-height: 1.4em;
		}
	#resume p {margin:0px 0px 12px 0px}
	#resume h2 { margin:20px 0px 4px 0px;}
	#resume h3 {
		margin:0px;
		font-size:13px;
		line-height: 1.4em;}
	#resume h4 {
		font-size:11px; color:#CCCCCC;
		line-height:1em;
		margin: 2px 0px 2px 0px}

	#resume h5 {color:grey; font-size: 14px; margin-top: 0px; line-height:2em;}
	#resumeColL {width:150px; height: 1000px; float:left; padding-right: 20px;}
	#resumeColR {width:500px;float:left; padding-right:13px}

	

	
	#resume img{ padding-right: 0px;}
	
	#gallery{width:711px;}
	
	#gallery img{height:100px; width 100px; padding: 0px;}
	
	
	fakeLink{color:blue; font-size:14px; font-weight: bold;} /* gives js link some color */
	
	ADAA {font-style: italic; font-weight:bolder; color: gold;}
	
	a:focus { outline:none ;} /*gets rid of the dots around stuff */
		
	
	small {font-size: 9px;}
	
	time {font-size: 10px;}
	
	/* __________begin coda slider style___________*/
		
				
		p a, li a { color: #39c; text-decoration: none }
		
		
		p#cross-links { /* I cut these, but might add them back later */
			text-align: center;
			margin-bottom: 0px;
			padding-bottom: 0px;
			color: white;
		}
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 100%; background: #fff; overflow: scroll;}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; /*Change this to scroll later!!!!!! */
			border: 1px solid #FFF; /* this is the border. should have the same value for the links */
			margin: 10px;
			width: 703px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 100%;
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			height: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 703px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			background-color:transparent;
			font-size: 12px;
			color:white;
			float:left;
			font-family: Helvetica, Verdana, Arial, sans-serif;
			margin:0;
			padding:0px;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 0px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
			padding-bottom: 10px;
		}
		
		.stripNav a { /* The nav links -------------------------- */
			background-color:transparent;
			border-bottom:0 none;
			border-right:1px solid white;
			border-top:1px solid white;
			color:white;
			float:left;
			padding:2px 10px;
			text-decoration:none;
		}
		
		
		.stripNav li a:hover { 
			background: #333333; /*dark grey*/
		}
		
		.stripNav li a.current {
			background: #FFFFFF;
			color: #000000;
		}
		.stripNav .tab1 {
		border-left:1px solid white;
			height:12px;
		}
		.stripNav .tab1a {
		border-left:1px solid white;
		height: 21px;
		}
		
		#stripNav1 {margin: 0px 0px 0px 188px}


/*-------------for work popups-----------*/

		#workContainer {
		margin: -8px 0px 0px -8px; 
		width:700px;
		height:768px;
		text-align:left;
	}
		
		#workHeader {
		background-image:url("images/bassheader3.jpg");
		padding-left:10px;
		width:690px;
		height:100px;
		background-color:gray;
		clear: right;
		float:left;
		border:none;
		clear: none;
	}
		#workHeader h2{
		color: #ff0099;
		font-weight:lighter;
	}
	
	#workMain {
		width: 537px;
		height: 668px;
		float: left;
		background-color: white;
		border:none;
		padding:10px 20px 10px 20px;
	}

	
	#workDetail {
		border-bottom:1px solid lightgrey;
		padding-top: 10px;
		padding-bottom: 4px;
	}
		
	#workDetail img{
		height: 178px;
		width: 288px;
		border:1px solid lightgrey;
		padding: 5px;
		margin-right:20px;
		margin-bottom:20px;
		float: left;
	}
		
	small {font-size: 9px;}
		
	#bottomNav ul{
		text-align:left;
		float:left;
		display: inline;
		width: 517px;
		height: 30px;
		float:left;
		border:none;
		background-color: white;
		clear: none;
		padding: 20px;
		font-size: 14px;
		line-height: 2em;
		margin:0px;
		list-style:none;
		clear:none;
	}
	
	#bottomNav ul li{display: inline;}

	 current{color: magenta; } /*_____keeps current page Lit_______*/
