/* Mystery Me LIGHT */




body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif, Trebuchet MS;
	font-size: 76%; /*62.5%;*/
	background-color: #f5f5f5; /*#131313;*/
	
	background-image:  url("../../images/dark/header_bk.gif");
	background-repeat: repeat-x;
	background-position: top;
	
	
	/*background-image: url(../../images/body_bk_mm3.gif);
	background-repeat: no-repeat;
	background-position: center 25px;*/
}

img {
	border: 0;
}

/* Top Banner
 #################################### */
 
div#top {
	height: 24px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: .9em;
	background-image:  url(../../images/light/top_bk.gif);
	background-repeat: repeat-x;
	background-color: #2c3244;
	border-bottom: 1px solid #262b3a;
	background-position: bottom;
	color: #b3b5bc;
}

div#top a {
	display: block;
	margin: 0;
	padding: 0px;
	text-decoration: none;
	color: #cbd1e3; 
}

div#top a:hover {
	display: block;
	margin: 0;
	padding: 0px;
	text-decoration: none;
	background-image:  url(../../images/light/top_bk_h.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #373f55;
	color: #cbd1e3;
}

div#top span {
	font-weight: bold;
	color: #cbd1e3; 
}

div#top img {
	vertical-align: middle;
}



/* Header
 #################################### */
 
div#header {
	
	width: 100%;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	width: 780px;
	/*background-image:  url("../../images/dark/header_bk.gif");
	background-repeat: repeat-x;
	background-position: right;	
	border: 0px solid cyan;
	background-color: #000;*/
}

div#header h1 {
	float: left;
	width:150px;
	height:36px;
	margin: 0;
	padding:0;
	text-indent:-9999px;
	/*background-image: url(../../images/h1_bk.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	
	
}

div#header h1 a {
	width:141px;
	display:block;
	height:36px;
	padding:0;
	margin: 0;
	background-image:  url(../../images/dark/h1_bk.gif);
	
}

div#header h1 a:hover {
	width:141px;
	height:36px;
	padding:0;
	margin: 0;
	background-image:  url(../../images/dark/h1_bk.gif);
	background-position: 0px -36px;
}



/* THUMBNAILS BUY ABOUT */

div#navMain {
	float: right;
	width: 143px;
	height: 36px;
	margin: 0;
	padding: 0;
	
}

div#navMain ul {
	width: 143px;
	height: 36px;
	margin: 0 auto; /* !!!!!!!!!!!!!!!!!!!!!!!!!!auto  */ 
	padding: 0;
	border: 0px solid cyan;
	
	
}

div#navMain ul li {
	display: inline;
	padding: 0;
	border: 0px solid green;
	
	
}


/*  TOP HEADER NAV - Buttons
---------------------------------------------------------------------------*/

div#navMain ul li a.navthumbs {
	float: left;
	width: 88px;
	height: 36px;
	margin: 0;
	padding: 0px; 
	text-decoration: none;
	background-image:  url(../../images/dark/thumbnailsmm.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #000;
}

div#navMain ul li a.buy {
	float: left;
	width: 41px;
	height: 36px;
	margin: 0;
	padding: 0px; 
	text-decoration: none;
	background-image:  url(../../images/dark/buymm.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #fff;
}


div#navMain ul li a.about {
	float: left;
	width: 48px;
	height: 36px;
	margin: 0;
	padding: 0px; 
	text-decoration: none;
	background-image:  url(../../images/dark/aboutmm.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #fff;
}



/*  TOP HEADER NAV - Active button
---------------------------------------------------------------------------*/

div#navMain ul li a.navthumbs:hover, div#navMain li a#navthumbsActive {
	float: left;
	width: 88px;
	margin: 0;
	padding: 0px;
	text-decoration: none;
	background-image:  url(../../images/dark/thumbnailsmm.gif);
	background-repeat: no-repeat;
	background-position: 0px -36px;
	color: #fff;
}

div#navMain ul li a.buy:hover, div#navMain li a#buyActive {
	float: left;
	width: 41px;
	margin: 0;
	padding: 0px; 
	text-decoration: none;
	background-image:  url(../../images/dark/buymm.gif);
	background-repeat: no-repeat;
	background-position: 0px -36px;
	color: #fff;
}


div#navMain ul li a.about:hover, div#navMain li a#aboutActive {
	float: left;
	width: 55px;
	margin: 0;
	padding: 0px; 
	text-decoration: none;
	background-image:  url(../../images/dark/aboutmm.gif);
	background-repeat: no-repeat;
	background-position: 0px -36px;
	color: #fff;
	
}

/*  TOP HEADER NAV - hides text
--------------------------------------------------------------------------*/

div#navMain a i { display: none;}



/* Photo Nav (previous next)
 #################################### */

div#navPhoto {
	margin: 50px auto 0px;
	padding: 0;
	color: #b2b2b2;
	border: 0px solid yellow;
}

div#navPhoto ul {
	margin: 0;
	padding: 0;
	font-size: .9em;
	font-weight: normal;
	/*border: 1px solid orange;*/
}

div#navPhoto ul li {
	display: inline;
	margin: 0;
	padding: 0 4px 0 4px;
	border-right: 1px solid #b2b2b2;
}

div#navPhoto ul li.last {
	display: inline;
	margin: 0;
	padding: 0 4px 0 4px;
	border-right: 0px solid #666;
}

div#navPhoto a {
	margin: 0;
	padding:0 2px 0 1px;
	text-decoration: none;
	color: #49545e;
	/*color: #0066CC;*/
}

div#navPhoto a:hover {
	margin: 0;
	padding:0 2px 0 1px;
	text-decoration: none;
	color: #000;
	/*color: #6699CC;*/
}


/* Photo
 #################################### */

.bodypic {
	margin-top: 20px;
	padding: 12px;
    background-color: #fff; /*F2F2F2 white#e8e8e8 #181818 ededed */
    border: 0px solid #d1d1d1; /*  light#D1D1D1 */
}	
	
	
/* Photo Info/Comments
 #################################### */	
 
div#infoPhoto {
	/*width: 200px;*/
	padding: 5px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 1.3em; 
	font-weight: normal;
	color: #49545e;
	margin: 10px 0 0 0;
}

div#infoComments {
	display: block;
	padding-top: 10px;
	font-size: .9em;
	font-weight: normal;
	color: #666;
}

div#infoComments a {
	text-decoration: none;
	color: #666;
}

div#infoComments a:hover {
	text-decoration: none;
	color: #1c1f29;
}

div#infoComments span  {
	display: inline;
	vertical-align: middle;
	width: 26px;
	height: 26px;
	margin: 0;
	padding: 7px 8px 8px 8px;
	/*font-size: .9em;*/
	color: #666; /*#adadad*/
	background-image:  url(../../images/light/comment.gif);
	background-repeat: no-repeat;
	background-position: center center;
	/*
	border: 1px solid red;
	background-color: #CFA546;
	*/
}

div#infoComments img {
	vertical-align: middle;
}



/* Browse Thumbnails Page
 #################################### */

div#browseWrapper {
	width: 900px /*725px*/;
	margin: 0 auto;
	text-align: center;
	border: 0px solid red;
	/*clear: right;*/
}


/* Categories
 ------------------------------------ */
div#categories {
	float: left;
	text-align: right;
	margin-top: 70px;
	/*margin-left: -55px;*/
	padding-left: 38px;
	padding-right: 0;
	color: #606f7c;
	/*border: 0px solid green;
	background-color: cyan
	width: 120px;*/
}



div#categories h2 {
	margin: 0;
	padding: 10px 15px 5px 0;
	font-size: .9em;
	text-align: right;
	color: #49545e; /*#cfa546;*/
	border-top: 0px solid #666;
	border-bottom: 0px solid #666;
	
}
/*
div#categories h3 {
	font-size: 1em;
	color: #FFF;
}
*/
div#categories ul {
	list-style-type: none;
	margin: 0;
	padding: 0 15px 0 0;
	font-size: .9em;
	
}

div#categories ul li {
	padding: 1px;
}

div#categories a {
	color:#0066CC;
	font-weight: normal;
	text-decoration: none;
}
/*
div#categories a:visited {
	color: #666;
}
*/

div#categories a:hover {
	color:#6699CC;
	font-weight: normal;
	/*border-bottom: 1px dotted #999;
	_border-bottom: 1px solid #999;*/
	
}

div#categories select {
	margin: 0 15px 0px 15px;
	color: #49545e;
	font-size: .9em;
	background-color:#fff;
	border: 1px solid #49545e;
}


/* Thumbs
 ------------------------------------ */
div#thumbsTitle {
	float: left;
	width: 623px;
	height: 20px;
	margin: 40px 0 0 10px;
	padding: 0;
	/*background-color: red;*/
	text-align: right;
	display: block;
	color: #49545e;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 1.3em;
	font-weight: normal;
	
	
	
} 
 
div#thumbsContainer {
	float: left;
	width: 650px;
	margin: 20px 0 0 0;
	padding: 0;
	
	
}

div#thumbsContainer a {
	/*padding: 3px;
	background-color: #ededed;*/
	display: block;
	float: left;
	margin: 1px;
	
}

div#thumbsContainer a:hover {
	/*padding: 3px;*/
	background-color: #99CCFF;
	display: block;
	float: left;
	margin: 1px;
}

.thumbnails {
	margin: 2px;
	padding: 0;
	border: 0px solid #ededed; /*#505050*/
	height: 75px;
}











/* About Page
 #################################### */

div#aboutContainer {
	width: 650px;
	margin: 0 auto;
	font-size: .9em;
	clear: right;
}

div#aboutLeft {
	float: left;
	width: 400px;
	margin-top: 50px;
	padding: 10px;
	text-align: left;
	border-right: 1px solid #CCC;
	color:#666;
}

div#aboutRight {
	float: left;
	width: 200px;
	padding: 10px;
	margin-top: 50px;
	text-align: left;
	border: 0px solid cyan;
	color:#666;
	/*background-color: #000;*/
}

div#aboutLeft a {
	color:#0066CC; 
	font-weight: normal;
	text-decoration: none;
	
}

div#aboutRight a {
	color:#0066CC; /*#777;*/
	font-weight: bold;
	text-decoration: none;
	display: block;
	
}

div#aboutLeft a:hover {
	text-decoration: none;
	color:#6699cc; 
	font-weight: normal;
}

div#aboutRight a:hover {
	text-decoration: none;
	color:#6699cc; /*cfa546;*/
	font-weight: bold;
}


/*
div#aboutLeft h2, div#aboutRight h2 {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}
*/

div#aboutLeft h3, div#aboutRight h3 {
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #49545e;
}

div#aboutLeft h4, div#aboutRight h4 {
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	font-size: 1em;
	font-weight: bold;
	color: #606f7c;
}

div#aboutLeft ul {
	margin: 0 1.1em 1.1em 1.1em;
	padding: 0;
	list-style-position: outside;
	list-style-type: circle;
}

div#aboutRight ul {
	margin: 0 1.1em 1.1em 0;
	padding: 0;
	/*list-style-position: outside;*/
	list-style-type: none;
	
	/*color: red;
	margin-left: 1em;
	
	background-color: #999;*/
}

div#aboutLeft li {
	margin: 0;
	padding: 2px 0 2px 0;
	/*
	background-image: url(../../images/exif/aperture.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	
	text-indent: 10px;
	border: 1px solid red;*/
}

div#aboutRight li {
	margin: 0 0 10px 0;
	padding: 2px 0 2px 0;
}


.unavailable {
	color: #E1E1E1;
	text-decoration: line-through;
}





/* JPG Mag
 #################################### */

div#photoboxexp {
	background-color: #2a2a2a;
	border: 0px solid #000;
	display: inline;
	float: left;
	margin: 0 0 10px 0;
	position: relative;
	text-align: left;
	width: 200px;
	color: #fff;
}

div#photoboxexp p a.boxp {
	color: #fff;
	font-size: 11px;
	text-align: left;
}




.aboutPhoto {
	margin-bottom: 10px;
}




/* Buy Page
 #################################### */
 
 div#buyContainer {
	width: 640px;
	margin: 0 auto;
	font-size: .9em;
	clear: right;
}

div#buyLeft {
	float: left;
	width: 400px;
	margin-top: 50px;
	padding: 10px;
	text-align: left;
	border: 0px solid cyan;
	color:#666;
	
}

div#buyRight {
	float: right;
	width: 200px;
	padding: 10px;
	margin-top: 65px;
	text-align: left;
	border: 0px solid cyan;
	color:#666;
	/*background-color: #000;*/
}

div#buyRight h2 {
	width: 190px;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	background-color: #252525;
	text-align: center;
}
div#buyLeft a {
	color:#888; 
	font-weight: bold;
	text-decoration: none;
	
}

div#buyRight a {
	color:#888; /*#777;*/
	font-weight: bold;
	text-decoration: none;
	display: block;
	
}

div#buyLeft a:hover {
	text-decoration: none;
	color: #49545e; 
	font-weight: bold;
}

div#buyRight a:hover {
	text-decoration: none;
	color:#fff; /*cfa546;*/
	font-weight: bold;
}

div#buyLeft h3, div#buyRight h3 {
	margin: 0 0 0 0;
	padding: 0 0 2px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #49545e;
}


div#buyLeft h4 {
	margin: 20px 0 0 0;
	padding: 0 0 2px 0;
	font-size: 1em;
	font-weight: bold;
	color: #606f7c;
}

















/* Buy Page costs
 #################################### */



table.prints {
	width: 190px;
	border: 0;
	padding: 0px; 
	margin-bottom: 10px;
	background-color: #3b3b3b;
	font-size: 1em;
	/*float: right;
	clear: left;*/
}

table.prints td.tableHeader {
	background-color: #3b3b3b;
	color: #fff;
	font-weight: bold;
}

table.prints td.tableSubHeader {
	background-color: #999;
	color: #000;
	font-weight: normal;
}

table.prints td {
	padding: 3px;
	background-color: #ccc;
	color: #000;
	font-weight: normal;
	text-align: center;
}

table.postage {
	width: 190px;
	border: 0;
	padding: 0px; 
	margin-bottom: 10px;
	background-color: #cfa546;
	font-size: 1em;
	/*float: right;
	clear: left;*/
}

table.postage td.tableHeader {
	background-color: #cfa546;
	color: #fff;
	font-weight: bold;
}

table.postage td.tableSubHeader {
	background-color: #e7d2a2;
	color: #000;
	font-weight: normal;
}

table.postage td {
	background-color: #fff;
	color: #000;
	font-weight: normal;
	text-align: center;
}





/* COMMENTS POPUP ##################################################
#################################################################### */



#commentsBody {
	font-family: Tahoma, Arial, Helvetica, sans-serif, Trebuchet MS;
	font-size: .7em;
	background-color: #fff; /*#f5f4ef*/
	margin: 0;
	width: 100%;
	color: #666;
}

#commentsBody h1 {
	font-size: 1.1em;
	color: #FFF;
	padding: 5px 10px 5px 10px;
	margin: 5px 0 0 0;
	text-align: left;
	/*background-color: #000;
	background-image: url(../../images/light/header_bk.gif);
	background-repeat: no-repeat;
	background-position: right top;
	*/
}

/* main wrapper after body */
#commentsWrapper {
	
	margin: 0;
	padding: 0 0 0 0;
	text-align: left;
}

/* text description of image */

#commentsImageInfo {
	line-height: 1.4em;
	padding-bottom: 10px;
}

#commentsImageInfo span {
	float: right;
}


#commentsImageInfo p {
	margin: 10px 10px 0 10px;
	padding-top: 0px;
	/*padding-bottom: 10px;*/
}

#commentsImageInfo a {
    color:#999;
	font-weight: bold;
	text-decoration: none;
}
	
#commentsImageInfo a:hover {
	text-decoration: none;
	color:#49545e;
	font-weight: bold;
}

#commentsImageInfo p em {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
}


#exif {
	margin: 15px 5px 0 5px;
	padding: 0px;
	font-weight: normal;
	color: #666;
	font-size: 1em;
}

.exifIcon {
	vertical-align: middle;
	padding: 2px 0 2px 5px;
}

#exif h2 {
	font-size: 1.1em;
	color: #49545e;
	border-bottom: 0px solid #999;
	border-top: 0px solid #e1e1e1;
	padding: 10px 5px 2px 5px;
	margin: 0;
	text-align: left;
}

#exif span.camera {
	display: block;
	height: 1em;
	margin: 0;
	padding: 4px 4px 4px 22px;
	background-image: url(../../images/light/model.gif);
	background-repeat: no-repeat;
	background-position: left 4px;		
	color: #666;

}

#exif span.aperture {
	display: block;
	height: 1em;
	margin: 0;
	padding: 4px 4px 4px 22px;
	background-image: url(../../images/light/aperture.gif);
	background-repeat: no-repeat;
	background-position: left 4px;		
	color: #666;
}

#exif span.date {
	display: block;
	height: 1em;
	margin: 0;
	padding: 4px 4px 4px 22px;
	background-image: url(../../images/light/date.gif);
	background-repeat: no-repeat;
	background-position: left 4px;		
	color: #666;
}

#exif span.aperture {
	display: block;
	height: 1em;
	margin: 0;
	padding: 4px 4px 4px 22px;
	background-image: url(../../images/light/aperture.gif);
	background-repeat: no-repeat;
	background-position: left 4px;	
	color: #666;
}

#exif span.shutter {
	display: block;
	height: 1em;
	margin: 0;
	padding: 4px 4px 4px 22px;
	background-image: url(../../images/light/shutter.gif);
	background-repeat: no-repeat;
	background-position: left 4px;	
	color: #666;
}

#exif span.focal {
	display: block;
	height: 1em;
	margin: 0;
	padding: 4px 4px 4px 22px;
	background-image: url(../../images/light/focal.gif);
	background-repeat: no-repeat;
	background-position: left 4px;	
	color: #666;
}

#exif span.iso {
	display: block;
	height: 1em;
	margin: 0;
	padding: 4px 4px 4px 22px;
	background-image: url(../../images/light/iso.gif);
	background-repeat: no-repeat;
	background-position: left 4px;	
	color: #666;
}

#exif span.flash {
	display: block;
	height: 1em;
	margin: 0;
	padding: 4px 4px 4px 22px;
	background-image: url(../../images/light/flash.gif);
	background-repeat: no-repeat;
	background-position: left 4px;	
	color: #666;
}

#exif span.category {
	display: block;
	margin: 0;
	padding: 4px 4px 4px 22px;
	background-image: url(../../images/light/category.gif);
	background-repeat: no-repeat;
	background-position: left 4px;	
	color: #666;
	vertical-align: top;
}




#exif a {
	color:#606f7c;
	font-weight: bold;
	text-decoration: none;
	margin: 0 3px 0 3px;
	font-size: 1em;
}

#exif a:hover {
	text-decoration: none;
	color:#49545e;
	font-weight: bold;
	font-size: 1em;
}

#commentsHeader {
	/*font-size: 1em;*/
	color: #333;
	/*border-top: 0px solid #e1e1e1;
	border-bottom: 0px solid #999;*/
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
	text-align: left;
	background-color: #ededed;
	background-image: url(../../images/light/h2_comment_bk_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	
}

#commentsHeader h2 {
	background-image: url(../../images/light/h2_comment_bk_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 30px 10px 0px 10px;
	margin: 0 0 20px 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #49545e;
}

#commentsList  {
}

/* Individual commentF2F2F2 */
#commentsList ul {
	/*font-size: 1.1em;
	font-size: x-small;*/
	list-style-type:none;
	margin:0px;
	padding:5px 0px 5px 0px;
	background-color: #ededed;
}
	
#commentsList li {
	display:block;
	margin: 2px;
	color:#666;
	text-decoration:none;
	padding: 13px 8px 13px 8px;
	border-bottom: 1px solid #d6d6d6;
	overflow: hidden;
	/*background-color: #999;*/
}

#commentsList li a {
	color: #49545e;
	font-weight: bold;
	text-decoration: none;
	
	/*
	color:#900;
	font-weight: bold;
	text-decoration:none;*/
}

#commentsList li a:hover {
	text-decoration: none;
	color:#000; 
	font-weight: bold;
	/*background:#900;
	color:#900;
	text-decoration: underline;*/
}

/* bounding box for all of comment form*/
#addComment {
    padding: 10px;
    background-color: #ededed;/*#808080;*/
    font-size: 1em;
	margin: 0px;
	color: #666;
	font-weight:bold;
}

#addComment em {
	font-size: 1em;
	color: #666;
	font-weight:normal;
	font-style: normal;
}

#addComment h2 {
	/*background-image: url(../images/h2_comment_bk02.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
	padding: 0px 10px 0px 0;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 1.3em;
	color: #49545e;
}

#addComment .textarea { 
	font-family: Tahoma, Arial, Helvetica, sans-serif, Trebuchet MS;
	font-size: 1em;
	font-weight: normal;
	
	height: 100px;
	border: 1px solid #d6d6d6;
	background-color: #fff;
	color: #000;
	margin: 2px 0 2px 0;
	padding: 1px;
	width: 250px;

}
	
#addComment .input {
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #d6d6d6;
	background-color: #fff;
	color: #000;
	margin: 2px 0 2px 0;
	padding: 1px;
	width: 250px;
}

#addComment .checkbox {
	margin-left: -3px;
}



.commentThumb {
	margin: 2px;
	padding: 5px;
	border: 1px solid #d1d1d1;
	background-color: #ededed; 
}














/* Footer
 #################################### */

div#footer {
	left: 0;
	bottom: 0;
	clear: both;
	padding: 50px 0;
	font-size: .8em;
	color: #9f9f9f;
	border: 0px solid #d1d1d1;
	

}

div#footer a {
	text-decoration: none;
	font-weight:normal;
	color:#9f9f9f;
}

div#footer a:hover {
	text-decoration: none;
	font-weight:normal;
	color: #505050; /*#CFA546;
}
