/* CSS Document 
css for the JetPhoto Lightbox images
used in each index.html page
*/

<style type="text/css">

	* {
		margin: 0;
		padding:0;
	}

	body{
		background: #1A1A1A;
		color: #606060;
		font-family: Verdana, sans-serif;
		font-size: 12px;
		line-height: 150%;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 30px;
		word-wrap: break-word;	/* IE */
	}

	img {
		border: 0;
	}

	a:link {
		color: #808080;
	}
	a:visited {
		color: #808080;
	}
	a:hover {
		color: #808080;
	}
	a:active {
		color: #808080;
	}

	#sidebar{
		position:fixed;
		top: 38px;
		left:30px;
		width: 235px;
	}

	* html div#sidebar{
		position:absolute;
		top: 38px;
		left:30px;
		width: 235px;
	}

	#content{
		margin-top: 38px;
		margin-left: 300px;
	}

	#topbar{
		margin-top: 30px;
		margin-left: 30px;
	}

	#content_wide{
		margin-top: 30px;
		margin-left: 30px;
	}

	#album_title{
		color: #FFFFFF;
		font-family: "Trebuchet MS", Verdana, Sans-Serif;
		font-size: 18px;
	}

	#album_description{
		color: #C0C0C0;
		font-family: "Trebuchet MS", Verdana, Sans-Serif;
		font-size: 12px;
	}

	a.back-link{
	    color: #FFFFFF;
		font-family: "Trebuchet MS", Verdana, Sans-Serif;
		font-size: 12px;
	}

	.thumbnail{
		height: 128px;
		width: 128px;
		text-align: center;
		padding:8px;
		background-color: #303030;
		border: 1px solid #404040;
		float: left;
		margin-right: 15px;
		margin-bottom: 15px;
	}

	.thumbnail_text{
		height: 145px;
		width: 128px;
		text-align: center;
		padding:8px;
		background-color: #303030;
		border: 1px solid #404040;
		float: left;
		margin-right: 15px;
		margin-bottom: 15px;
		overflow: hidden;
 		font-family: "Trebuchet MS", Verdana, Sans-Serif;
		font-size: 11px;
	}

	</style>


