<!--

/******** LAYOUT ******/

.colLeft{
	float:left;
	width:298px;
}
.colRight{
	margin-left:306px;
}
#photoindex .colLeft{
	width:256px;
}
#photoindex .colRight{
	margin-left:264px;
}

/******** HEADERS *****/

h2.bar {
	margin:0;
}
.indexHeader {
	border: 1px solid #333;
	background: #99cccc url(/img/th.png) no-repeat left top;
	background-position:-2px -2px;
	font-size: 22px;
	text-align:center;
	padding:6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom:6px;
}
table .indexHeader {
	margin-bottom:0;
}
.indexHeader > span.tiny{
	font-size:9px;
}
.indexHeader a, .indexHeader a:link, .indexHeader a:visited, .indexHeader a:hover, .indexHeader a:active{
    text-decoration:none;
    color:black;
}
/******** BOXES *******/

.indexList{
	font-size: 11px;
	text-align: left;
	padding:2px 1px 2px 3px;
}
.category .indexList{
	font-size: 13px;
}
.category{
	margin-bottom:5px;
}
.indexList a:link{
	color:#222;
}
.indexList a:hover{
	text-decoration:underline;
	color:#222;
}
.indexList a:hover span{
	text-decoration:underline;
	color:#222;
}
.indexList span.move{
	float:right;
	width:34px;
	text-align:right;
	padding:0 2px 0 0;
	color:#666;
	overflow:hidden;
}
.indexList span.up{
	background: url(/img/zzbgground/move_small.png) no-repeat left top;
	background-position:-1px 1px;
}

.indexList span.down{
	background: url(/img/zzbgground/move_small.png) no-repeat left top;
	background-position:-1px -19px;
}

.indexList span.new{
	background: url(/img/zzbgground/move_small.png) no-repeat left top;
	background-position:-1px -53px;
}
.indexBox {
	border: 1px solid #666;
	margin-top:4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.indexBox:hover {
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
 	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
 	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

/****** BUTTONS ******/

.indexButton a, .indexTable > a{
	border:1px solid #999;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	height:44px;
	display:block;
	clear:both;
	color:#333;
	text-decoration:none;
	margin-top:4px;
	text-align:left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#photoindex .indexTable > a{
	height:40px;
}
.indexButton a:hover, .indexTable > a:hover{
	background: #99cccc url(/img/th.png) no-repeat left top;
	background-position:-1px -10px;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
 	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
 	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
.indexButton img, .indexTable > a img{
	float:left;
	padding:2px 6px 2px 2px;
	width:60px;
	height:40px;
	display:block;
}
#photoindex  .indexTable > a img{
	padding:0 6px 0 0;
}
.indexButton span, .indexTable > a span{
	display:block;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 22px;
	padding-top:10px;
}
#photoindex .indexButton span, #photoindex .indexTable > a span{
	font-size: 20px;
	padding-top:8px;
}

.indexTable div.move{
	float:right;
	width:62px;
	text-align:right;
	padding:0 5px 3px 0;
	color:#666;
}
.indexTable div.up{
	background: url(/img/zzbgground/move.png) no-repeat left top;
	background-position:-1px -3px;
}

.indexTable div.down{
	background: url(/img/zzbgground/move.png) no-repeat left top;
	background-position:-1px -40px;
}

.indexTable div.new{
	background: url(/img/zzbgground/move.png) no-repeat left top;
	background-position:-1px -103px;
}

/****** FOOTER ******/

.indexFooter {
	border: 1px solid #bbb;
	background: #eee no-repeat left top;
	background-position:-2px -2px;
	font-size: 14px;
	text-align:center;
	margin:20px 2px 2px 2px;
	padding:6px;
	color:#888;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/****** PHOTO THUMBS ****/

ul.indexThumbs {
	padding:0;
	list-style:none;
	margin:0;
}
ul.indexThumbs li{
	border:1px solid #999;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	float:left;
	margin:5px;
	padding:5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#photoindex ul.indexThumbs li{
	margin:2px;
	padding:4px;
}
#photoindex ul.recent li{
	margin:4px 3px;
	padding:5px;
}

ul.indexThumbs li.th a img{
	position:relative;
	left:-20px;
}
ul.indexThumbs li.tv a img{
	position:relative;
	top:-20px;
}
ul.indexThumbs li a{
	border:1px solid #000;
	display:block;
	width:80px;
	height:80px;
	overflow:hidden;
}
#photoindex ul.indexThumbs li a{
	width:100px;
	height:100px;
}
ul.indexThumbs li:hover{
	background: #99cccc url(/img/th.png) no-repeat left top;
	background-position:-1px -10px;
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
 	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
 	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
ul.indexThumbs li span.thumb{
	margin:4px 0 0 0;
	padding-left:30px;
	display:block;
}

ul.posters li.th a img{
	height:80px;
}
ul.posters li.tv a img{
	width:80px;
}
ul.buildings li a{
	height:120px !important;
}

/***** MORE LINKS *****/

a.more{
	display:block;
	margin:0 0 12px 4px;
}

/***** IE :( *****/

.ie67{
	border:1px solid red;
	color:red;
}

-->
