/* incollector 1.0 CSS style */
/*   by Pawel Krupski 2007   */
/*  http://krupski.linux.pl  */

body {
 background-color: #141414;
 background-image: url(img/back.gif);
 font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
 font-size: 11px;
 text-align: left;
 margin: 0;
 margin-left: auto;
 margin-right: auto;
 color: #BEBECE;
 width: 650px;
 height: 350px; 
}

img {
  border: none;
}

a:link {
 color: #bb8dff;
 text-decoration: none;
}

a:active {
 color: #bb8dff;
 text-decoration: none;

}

a:visited {
 color: #916cce;
 text-decoration: none;
}

a:hover {
 color: #e3e0f1;
}

h1 {
 color: #fff;
 font-size: 17px;
 padding-bottom: 10px;
}

#site {
 width: 100%;
 float: left;
 margin-top: 80px;
 margin-left: auto;
 margin-right: auto;
}

#menu {
 width: 120px;
 height: 350px;
 margin: 0;
 margin-top: 60px;
 float: left;
}

#menu a:link, a:active, a:visited {
 color: #fff;
 text-decoration: none;
}

#menu a:hover {
 color: #fff;
}

#menu_list {
 margin: 0 ;
 margin-left: auto;
 padding: 0;
}
 
#menu_list li {
 padding: 5px;
 margin: 5px;
 margin-left: 40px;
 width: 75px;
 height: auto;
 color: #69ade1;
 font-size: 12px;
 background-color: #0D0D14;
 list-style-type: none;
 border-right: solid 5px #07070A;
 border-left: solid 5px #29ABE2;
}

#menu_list2 {
 margin: 0 ;
 margin-left: auto;
 padding: 0;
}


#menu_list2 li {
 padding: 5px;
 margin: 5px;
 margin-left: 40px;
 width: 75px;
 height: auto;
 color: #69ade1;
 font-size: 12px;
 background-color: #09090D;
 list-style-type: none;
 border-right: solid 5px #060609;
 border-left: solid 5px #BC5C9F;
}

#head {
 width: 441px;
 height: 276px;
}

#head img {
 margin: 0px;
}

#container {
 margin-left: 120px;
 width: 441px;
}

#content {
 background-image: url(img/bgg.png);
 background-repeat: repeat-y;
}

.content1 {
 background-image: url(img/bgj.png);
 background-repeat: repeat-y;
}

.content2 {
 background-image: url(img/bgh.png);
 background-repeat: no-repeat;
}

.info {
 padding-left: 50px;
 padding-right: 50px;
 padding-bottom: 20px;
 padding-top: 20px;
 width: 340px;
 margin-right: 20px;
 color: #C2CDE6;
 text-align: justify;
}

.info-h1 {
 background-image: url(img/bgi.png);
 background-repeat: no-repeat;
 padding-top: 5px;
 height: 20px;
 text-align: center;
}

.info-h2 {
 background-image: url(img/bgi2.png);
 background-repeat: no-repeat;
 padding-top: 5px;
 height: 20px;
 text-align: center;
}

.info-h3 {
 font-size: 20px;
 color: #29ABE2;
 padding-top: 5px;
 height: 20px;
 text-align: center;
}

.info-h4 {
 font-size: 18px;
 color: #29ABE2;
 padding-top: 5px;
 padding-bottom: 5px;
 text-align: left;
}

#features {
 text-align: center;
}

.prise {
 float: right;
 font-size: 30px;
}

.author-img{
 float:  left;
 padding-right: 10px;
 padding-bottom: 180px;
}

.author_contact {
 color: #45495f;
 padding-bottom: 20px;
}

#foot {
 background-image: url(img/foot.png);
 height: 156px;
}

#foot-text {
 color: #45495f;
 background-image: url(img/bgh.png);
 background-repeat: no-repeat;
 padding-top: 15px;
 height: 50px;
 text-align: center;
}

#rss {
 padding-top: 20px;
 text-align: center;
}

#under-construction {
 background-image: url(img/under-construction.png);
 width: 388px;
 height: 184px;
 margin: auto;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(img/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
