html {
	margin:auto;
	text-align:center;
}
body {
	background-color:black;
	color: #999999;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size:8px;

	width:975px;
	margin:auto;
	text-align:center;

}

A {
	color:#999999;
	text-decoration: none;
}
A:hover {
	color:white;
	text-decoration: underline;
}

IMG {
	border:0;
}

.title {
	float:left;
}

.menu {
	float:right;
	height:50px;
	margin-top:12px;
	font-size:14pt;
	font-family: "KozGoPro-Medium", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color:#EEE;
}

#navigation {
	margin-top:15px;
	clear:both;
}


#image-main {
	clear:both;
	position:relative;
}

#image-main img {
	border:6px #666 solid;
}

#bottom-info {
	text-align:left;
	background-color:#292929;
	color:#999999;
	padding:5px;
	margin-top:15px;
	clear:both;
}

#bottom-info h3 {
	display:inline;
	font-size:12pt;
	text-align:left;
	padding-left:18px;
	margin-left:2px;
	background-image:url("/templates/literoom/images/sideBoxShrink.gif");
	background-repeat:no-repeat;
	background-position:left center;
}
#bottom-info h3:hover {
	color:white;
}
.sideBox {
	border:1px solid black;
	text-align:left;
	background-color:#474747;
	color:#D8D8D8;
	font-size:8pt;
	padding:5px;
}

.sideBoxShadow {
	border:0;
	border-right:1px solid #484848;
	border-bottom:1px solid #484848;
	margin-left:10px;
	width:98%;
}

#imageTitle {
	font-size:12pt;
	font-weight:bold;
	letter-spacing:-1px;
}


.tool-tip {
	color: #fff;
	width: 400px;
	z-index: 13000;
	text-align:left;
	font-family: "KozGoPro-Medium", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
}
 
.tool-title {
	font-weight: bold;
	font-size: 24px;
	margin: 0;
	padding: 4px;
}
 
.tool-text {
	font-size: 16px;
	padding: 4px;
	padding-top:0;
}
.tool-text-shadow {
	color:#222;

	position:absolute;
	top:38px;
	left:5px;
	z-index:-13005;
}

#imageDescription {
	float:left;
	width:500px;
}

#imageDescription P {
	margin:0;
	padding:0;
	padding-bottom:10px;
}

#imageMetaDataWrapper {
	float:right;
	width:425px;
}
#toggleExif {
	float:left;
}
#imageMetaData {
	width:420px;
	float:right;
	margin-right:10px;
}
#histogram {
	border:2px solid #333;
}

.commentform {
	margin-bottom:0;
}

.comments LABEL {
	font-weight: bold;
	float: left;
	text-align:right;
	width: 65px; 
	clear: left;
	padding-right:8px;
}
.comments INPUT {
	width:205px;
	border:0;
	background-color:#414141;
	color:white;
	font-size:8pt;
	margin:2px;
	padding:1px;
}
.comments TEXTAREA {
	width:275px;
	height:60px;
	border:0;
	background-color:#414141;
	color:white;
	font-size:8pt;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	padding:3px;
}
.comments INPUT:hover {
	background-color:#575757;
}
.comments TEXTAREA:hover {
	background-color:#575757;
}
.comments INPUT:focus {
	background-color:white;
	color:black;
}
.comments TEXTAREA:focus {
	background-color:white;
	color:black;
}
SELECT {
	width:205px;
	border:0;
	background-color:#414141;
	color:white;
	font-size:8pt;
	margin:2px;
	padding:1px;
}
#comment-button {
	text-align:center;
	font-size:11pt;
	background-image:url('/templates/literoom/images/buttonBackground.png');
	border:1px solid black;
	color:#A6A6A6;
}
#comment-button:hover {
	color:white;
}

#imageComments {
	float:left;
	width:310px;
}

#imageComments UL {
	/*list-style: decimal-leading-zero;
	list-style-position:inside; */
	counter-reset: item;
	list-style:none;
	margin-top:3px;

	float:left;
	width:620px;

	margin:0;
	padding:0;

}
#imageComments LI {
	border-bottom:1px solid #505050;

	margin:7px;
	text-align:justify;

	float:left;
	width:290px;
}
#imageComments UL LI:before  {
	content: counter(item) ". ";
	counter-increment: item;
	color:#666;

	font-size: 25px;
	line-height: 18px;
}

#comment-add {
	float:right;
	width:290px;
	margin-top:5px;
}


#thumbnailsRow {
	text-align:left;
	background-color:#262626;
	vertical-align:middle;
	/* height:84px;*/
	padding:4px 0;
	padding-left:4px;

	overflow : auto;
	overflow-y:hidden;
	white-space : nowrap;
}
.thumbnails {
	border:2px solid black;
	background-color:#505050;
	margin-right:6px;
}

.thumbnails:hover {
	border:2px solid #ccc;
}

.current-thumbnail {
	border:2px solid #E5E5E5;
	background-color:#BFBFBF;
	margin-right:12px;
}

#thumbnailsRow {
	text-align:center;
}
#thumbnailsRow A:hover {
	border-color:white;
}

#about-info {
	clear:both;
}

#bataclan-info {
	clear:both;
}

.text {
	text-align:justify;
	color: #CCC;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size:13px;
}

.firstLetter {
	float:left;
	padding-right:16px; 
	padding-left:8px;
	padding-bottom:3px;
}

.badges {
	/*float:right;*/
	text-align:center;
	border:0;
	height:40px;
	margin-top:5px;
	margin-right:8px;
}

img#imgBanner {
	display:none;
}
