﻿* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	text-align: center;
	background:url('../img/bgfooter.jpg') transparent repeat fixed left center;
	background-repeat: repeat-x;
	font-family: Tahoma;
	color: #fff;
	font-size: 70.5%;
}
#new {
	color: lime;
}
a:link, a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover, a:visited:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#Masthead {
	background-position: right center;
	height: 70px;
	padding: 5px;
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	position: absolute;
	width: 160px;
	z-index: 2;
	top: 0px;
	left: 10px;
	cursor: pointer;
}
#OuterContainer {
	padding: 0;
	padding-top: 50px;
	margin: 0 auto;
}
#Container {
	background-position: 0% 0%;
	position: relative;
	z-index: 5;
	height: 200px;
	width: 400px;
	margin: -5px auto;
	background-color: #202020;
	border: 15px solid #000;
	font-size: 0px;
	background-image: url('../img/pixel_bg.gif');
	background-repeat: repeat;
}
#Photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}
#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
    /* filter:alpha(opacity:80); /* Specify opacity for IE */
}
#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(../img/c.gif) no-repeat;
/* Trick IE into showing hover */	display: block;
}
#PrevLink span, #NextLink span {
	display: none;
}
#PrevLink {
	left: 0;
	float: left;
}
#NextLink {
	right: 0;
	float: right;
}
/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover {
	background: url('../img/prev_chevron.png') 20% 50% no-repeat;
}
#NextLink:hover, #NextLink:visited:hover {
	background: url(../img/next_chevron.png) 80% 50% no-repeat;
}
/* backgroudn image for compliant browsers */
#LinkContainer > #PrevLink:hover, #LinkContainer > #PrevLink:visited:hover {
	background: url(../img/prev_chevron.png) 20% 50% no-repeat;
}
#LinkContainer > #NextLink:hover, #LinkContainer > #NextLink:visited:hover {
	background: url(../img/next_chevron.png) 80% 50% no-repeat;
}
#CaptionContainer {
	margin: 0 auto;
	width: 430px;
	text-align: left;
	background-color: #000;
}
#CaptionContainer p {
	padding: 0px 10px 15px 10px;
	font-size: 11px;
	direction: rtl;
	text-align: center;
	border: 10px solid #000;
}
#Counter {
	font-weight: bold;
	color: #CCCCCC;
	float: right;
}
#Commenticon {
	margin-top: -1px;
	margin-left: -6px;
	float: left;
	cursor: pointer;
	cursor: hand;
	direction: ltr;
}
#Comment-icon {
	font-family: verdana;
	font-size: 11px;
	color: #999999;
}
#Comment-icon:hover {
	color: #fff;
}
* html #Commenticon {
	padding-top: 3px;
}

#footerBox {
	background:#131313 url('../img/bg.jpg') repeat-x scroll center top;
	border-top: 1px solid #333333;
	margin-top: 20px;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-top: 50px;
	padding-bottom: 20px;
}
#footerBox div.clear {
	clear: both;
	float: none;
}
#footerBox div {
	margin: 0pt auto;
	width: 980px;
}
#Gallerytext {
	Color: #666666;
	font-size: 14pt;
	font-weight: bold;
	font-family: arial;
}

#footerBox .title {
	Color: #49d000;
}

.timedate {
	Color: #333333;
	font-size: 9px;
	font-family: arial;
}
#footerBox p.copyright {
	border-top: 1px solid #41464A;
	color: #878A8C;
	margin: 40px 0pt 10px;
	padding-top: 10px;
}
#footerBox p {
	color: #9B9EA0;
	line-height: 16px;
	padding: 10px 5px;
}
#recBox ul {
	float: left;
	width: 100%;
}
#footerBox div div div {
	float: none;
	margin: 0pt;
	padding: 0pt 20px;
	width: auto;
}
#footerBox li {
	line-height: 16px;
	padding: 5px;
	color:#666666;
}
#footerBox li:hover {
	background:transparent url('../img/pxb.png') repeat scroll left top;
	cursor: pointer;
}
#footerBox ul {
	padding-top: 5px;
}
ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
#footerBox div div {
	float: left;
	margin: 0pt;
	text-align: left;
	width: 300px;
}
/*-----------------*/
#Comment-grid {
	background-color: black;
	padding: 20px;
	width: 450px;
	height: auto;
	margin: 0 auto;
}
#Comment-grid #text {
	background-color: #333333;
	padding: 20px;
	margin: 10px;
	color: #000;
}
#Comment-show1 {
	background-color: #333333;
	padding: 20px;
	margin: 10px;
	color: #fff;
}
#Comment-show2 {
	background-color: #494949;
	padding: 20px;
	margin: 10px;
	color: #000;
}
#Comment-show1:hover {
	background-color: #2E2E2E;
}
#Comment-show2:hover {
	background-color: #333333;
}
#Comment-form input[type="text"] {
	background-color: #333333;
	color: #fff;
	padding: 5px;
	margin: 5px;
	border-color: #666666;
	border: 1px solid #666666;
	font-family: tahoma;
	font-size: 11px;
	text-align: right;
	direction: rtl;
	width: 250px;
}
* html #Comment-form input {
	background-color: #333333;
	color: #fff;
	padding: 5px;
	margin: 5px;
	border-color: #666666;
	border: 1px solid #666666;
	font-family: tahoma;
	font-size: 11px;
	text-align: right;
	direction: rtl;
	width: 250px;
}
#Comment-form #submit {
	background-color: #333333;
	color: #808080;
	padding: 5px;
	margin: 5px;
	border-color: #666666;
	border: 1px solid #666666;
	font-family: tahoma;
	font-size: 11px;
	text-align: center;
	direction: rtl;
	width: 80px;
}
#Comment-form {
	text-align: right;
	direction: rtl;
}
#Comment-form textarea {
	background-color: #333333;
	color: #fff;
	padding: 5px;
	margin: 5px;
	border-color: #666666;
	border: 1px solid #666666;
	font-family: tahoma;
	font-size: 11px;
	text-align: right;
	direction: rtl;
	width: 250px;
	height: 150px;
}
#Comment-form input[type="text"]:focus, #Comment-form textarea:focus {
	background-color: #808080;
	color: #000;
	border: 1px dotted #666666;
}
#pre-load {
	visibility: hidden;
}
#pre-load .but-next {
	background-image: url('../img/next.gif');
}
#pre-load .but-prev {
	background-image: url('../img/prev.gif');
}
