/* @group basics */

body, td {
    font: 10pt Georgia, "Times New Roman", Times, serif;
}

body {
    background-color: #333;
/*	background: #333 url(/img/333.jpg) repeat; */    
    color: #999;
}

body.about, body.contact, body.galleries {
    color: #fff;
    margin: 20px;
}

body.about p, body.galleries p {
    width: 75%;
}

img {
	vertical-align: baseline;
}

h1 {
	padding: 0;
	margin: 0;
	font-style: italic;
	color: #fff;
	font-weight: normal;
	font-size: 16pt;
}

h2 {
  padding: 0;
  margin: 0;
  font-size: 12pt;
}

a {
    color: #999;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #fff;
}

img.icon {
    vertical-align: middle;
}

a img {
    border: 0;
}

label {
	display: block;
}

/* @end */

/* @group index */

body.index {
	text-align: center;
	background-color: #333;
/*	background: #333 url(/img/333.jpg) repeat; */
}

body.index h1 {
    position: absolute;
    top: -200px;
}
/*
body.index a#globe {
    position: absolute;
    top: 80px;
    left: 140px;
}

body.index a#weddings {
    position: absolute;
    top: 350px;
    left: 140px;
}
*/
/* @end */

/* @group photo */

body.photo {
    text-align: center;
    width: 90%;
    background-color:#000;
}

body.photo div#content {
	margin: 0 auto;
	padding-top: 40px;
	text-align: left;
}

/* @end */


/* @group filmstrip */
/*
div#canister {
    padding-left: 100px;
    background: url(/img/canister.png) no-repeat left center;
}
*/

table#filmstrip tr td#canister {
    width: 68px;
    height: 90px;
}

div#canisterSpacer{
    position:absolute;
    top:10px;
    left:0;
    width:20px;
    height:90px;
	background: #333 url(/img/333.jpg) repeat;
    z-index:100;
    }
div#canisterFloat {
    position:absolute;
    top:20px;
    left:20px;
    width: 48px;
    height: 90px;
	overflow: visible;
    text-align: right;
	background: url(/img/canister.png) no-repeat center center;
	z-index:100;
}

table#filmstrip tr td#canister a {
    font-weight: bold;
}

table#filmstrip tr td#canister a:hover {
    color: #333;
}

strong#photoCount {
	font-weight: bold;
	color: #333;
    padding-right: 10px;
}

table#filmstrip tr td {
    white-space: nowrap;
    padding: 0;
    margin: 0;
    font-size: 9pt;
}

div#strip {
    position:absolute;
    top:35px;
    left:-1838px;
    width:1895px;
    height:62px;
    overflow:hidden;
    z-index:1;
    }
    
table.filmstrip {
    position:absolute;
    top:0;
    }   
    
div#filmCap {
    position:absolute;    
    top:0px;
    left:1848px;
	background: #333 url(/img/333.jpg) repeat;
    z-index:500;
    }
    
table#filmnegatives tr td {
    padding: 0;
    margin: 0;
}

td.spooltop {
    background: url(/img/filmstrip_tile.png) repeat-x 0 bottom;
}

td.spoolbottom {
    background: url(/img/filmstrip_tile.png) repeat-x 0 top;
}

table.groups tr td {
    padding: 0;
    margin: 0;
}

table#filmstrip td.negatives {
    overflow: hidden;
    background-color: #333;
    width: 932px;
    min-width: 932px;
}

div.thumbs {
/*    max-width: 858px; */
    overflow: hidden;
    height: 40px;
    background-color:#000;
}


a#previousStrip {
    padding-right: 10px;
}

a#nextStrip {
	padding-right: 10px;
}

/* @group groups */
ul.special, ul.groups {
	color: #999;
	padding: 2px 0 2px 8px;
	margin: 0;
}

ul.special {
    margin: 0 0 11px 0;
}

ul.groups {
    margin: 11px 0 0 0;
}

ul.special li, ul.groups li {
	display: inline;
}

/* @end */

/* @end */

/* @group about */

table#contact tr td p {
    margin: 0;
    padding: 0;
}

table#contact tr td {
    vertical-align: top;
}


/* @end */

/* @group misc */

span.pnp {
    font-style: italic;
}

div#infoContainer {
    position: absolute;
    top: 10px;
    left: 20px;
    text-align: left;
}

div#info {
	text-align: left;
    border: 1px solid #666;
    width: 175px;
    padding: 8px;
    background-color: #444;
}

div#info p {
    margin: 0;
    padding: 0;
}

div.notify {
    border: 1px solid #666;
    background-color: #444;
    margin: 8px 0;
}

div.notify p {
    margin: 0;
    padding: 4px;
}

div#digital {
    position: absolute;
    left:30px;
    bottom: 5px;
}

div#digitalInfo img {
	vertical-align: middle;
}

div.meta {
    position:absolute;
    text-align:right;
    margin-right:20px;
    right:20px;
    top: 15px;
}
div#back {
    text-align:right;
    }

span.current {
	color: #fff;
	font-weight: bold;
}

/* @end */