html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#000;
	background-image : url(/img/bg.gif);
	background-repeat : repeat;
	background-attachment : fixed;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
a{
	color : #000;
}
img{
	border : 0;
	padding : 0;
	margin : 0;
}
h1{
	font-size : 18px;
	color : #666;
	text-align:center;
	margin-bottom:18px;
	margin-top : 8px;
	font-weight : bold;
	text-shadow : 1px 1px 1px #C0C0C0;
}
.h1album{
	color : #333;
	font-weight : normal;
}
.h1album a{
	color : #333;
	text-decoration : none;
}
div#th-main{
	height:100%;
	position : relative;
}
div#th-container {
	width:600px;
	height:450px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-225px;
	margin-left:-300px;
	padding-top : 75px;
	background-image : url(img/th-top.png);
	background-repeat : no-repeat;
}
div#th-content {
	width:370px;
	height:200px;
	padding-right : 200px;
	padding-left : 30px;
	padding-top : 40px;
	background-image : url(img/th-bg.png);
	background-repeat : repeat;
}
*html #th-content {
	width:380px;
	height:200px;
	padding-right : 200px;
	padding-left : 30px;
	padding-top : 40px;
	background-image : url(img/th-bg.png);
	background-repeat : repeat;
}
div#th-bottom {
	width:600px;
	height:63px;
	text-align : center;
	padding-top : 147px;
	background-image : url(img/th-bottom.png);
	background-repeat : no-repeat;
}
div#th-footer{
	position:relative;
	height:50px;
	margin-top:-50px;
	text-align:center;
}

#right{
	float : right;
	width : 185px;
	position : relative;
	margin : 130px -197px 0 0px;
	
}
#th-right{
	float : right;
	width : 200px;
	position : relative;
	margin : 5px -200px 0 0;
	
}
#right a,#th-right a{
	display : block;
}
#right #icon a{
	display : inline;
}
#right #icon a img{
	border:1px solid #fff;
}
#right a:hover span{
color:#3b75b4;
}
#right #icon a:hover img{
	border:1px solid #f00;
}
.up{
	text-align : right;
	padding : 0;
	margin : 0;
}
.up a{
	color : #000;
	font-size : 11px;
}
#travel{
	padding-left :380px;
	background-repeat : no-repeat;
	padding-bottom:50px;
}
.year{
	font-size : 25px;
	color : #555
}
.info{
	font-size : 18px;
	color : #555
}
#footer{
	height : 35px;
	padding-top : 15px;
	text-align : center;
	color : #333;
	font-size : 10px;
	position:relative;
	margin-top:-50px;
	clear:both;
}
.date{
	color : #666;
	font-size : 10px;
}
#warning{
	font-size : 9px;
	color : #666;
	text-align:center;
	margin-top:18px;
	text-shadow : 1px 1px 1px #C0C0C0;
}
#main{
	width:800px;
	margin:auto;
	background-color:#fff;
	padding-right:197px;
	padding-left:7px;
	position:relative;
	background-image : url(img/bg.png);
	background-repeat : repeat-y;
	min-height:100%;
}
#mm a{
	font-size : 13px;
	text-decoration : none;
	padding-left:10px;
}
#th-content div a{
	text-decoration : none;
}
#wikimapia{
	width : 300px;
	height : 22px;
	padding-left : 100px;
	padding-top : 8px;
	text-align : center;
	background-image : url(/img/wikimapia.png);
	background-repeat : no-repeat;
	margin : auto;
	border : 1px solid #444;
}
#links_add{
	margin : 20px;
	border : 1px solid #666;
	padding : 10px;
}
#links_add p{
	font-size : 10px;
	color : #333;
}
#links_add .input{
	width : 350px;
}
#links_add label{
	display : block;
}
.warning{
	color : #000;
	background-color : #fc0;
	padding : 3px;
	font-size : 12px;
	font-weight : bold;
}
.error{
	font-size : 8px;
	color : #c00;
}
.lens{
	width:800px;
	height:600px;
	position:absolute;
	float:left;
	left:0px;
	visibility : hidden;
	background:url(/img/zoom.png) no-repeat 50% 50%;	
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;	
}
.zoom:hover >.lens{
	visibility: visible;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
