﻿
/* CSS Document */

#container
{
	color: #000000;
	width: 805px;
	height: 454px;
	margin: auto;
	margin-top: 10%;
}

#topbar
{
	background-image:url(../images/vklogo.png);
	background-color: #000000;
	background-repeat: no-repeat;
	color: #000000;
	width: 805px;
	height: 72px;
	float: left;
}

#contentbox
{
	background-color: #1e1e1e;
	color: #000000;
	width: 660px;
	height:370px;
	float: left;
	margin-top: 78px;
}

#menubox
{
	background-color: #0C0C0C;
	width: 139px;
	height:230px;
	float: right;
	margin-top: 78px;
}


#footer {
	position:relative;
	height:12px;
	z-index:1;
	color: #333333;
	text-align: center;
	font-size: 0.6em;
	margin: 0px auto;
	top: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#page {
	background-color:#000000;
	width:500px;
	margin:auto;
	text-align:justify;
	height: 350px;
	margin-top: 10px;
	color: #CCCCCC;
	font-family: Georgia;
	font-size: 0.85em;
	line-height: 1.4em;
}


#pagegal {
	background-color:#000000;
	width:640px;
	margin:auto;
	text-align:left;
	height: 350px;
	margin-top: 10px;
	color: #CCCCCC;
	font-family: Georgia;
}


h1, h2 {
	letter-spacing:-1px;
	color:#2D5AC3;
	font-weight:normal;		
	margin-bottom:-10px;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

.less {
	color:#999;
	font-size:12px;
}

a {
	color:#295c72;		
}



.style1 {
	font-size: 1.2em
}


.photo {
	padding:0px 8px 8px 0px;
	background-color: #1E1E1E;
	float: left;
	clear: both;
	margin-right: 0.6em;
}

 .thumbnail
{
	float: right;
	margin: 0px 10px 20px 10px;
	padding: 2px 2px 9px 2px;
	background-color: #313840;
	text-align: center;
}


.ttlbar {

	color:#999999; 
	margin-left:20px; 
	margin-bottom:2em; 
	display:block; 
	background-color:#080808; 
	padding-left:0.1em;
}


.cmntxt {
	float: none;
	font-size: 0.9em;
	line-height: 1.35em;
	text-align: justify;
	margin-right: 9px;
	margin-left: 6px;
	color: #7C7E82;
}

.galmenu {
	float: none;
	font-size: 0.9em;
	line-height: 1.35em;
	text-align: justify;
	color: #666666;
	margin: 0px 5px 7px 73px;
	padding-top: 5px;
}


/* # MENU STYLE SHEET */
/* #slide height = (number of top level links - 1) * height of links + inner div height */
#slide {
	padding:0;
	margin:0;
	list-style:none;
	width:139px;
	height:230px;
	position:relative;
	overflow:hidden;
	font-family: verdana, sans-serif;
	font-size:11px;
}

#slide li.sub,
#slide li.top
{
	display:block;
	float:left;
	height:24px;
	line-height:24px;
	width:139px;
	color:#eee;
	background:#333;
	text-decoration:none;
	border-bottom:1px solid #222;
	text-indent:20px;
	overflow:hidden;
	cursor:pointer;
}

#slide li.sub {background:#eee url(images/out.gif) no-repeat 5px 8px;}

#slide li.top a {text-decoration:none; color:#888; display:block; background:url(images/out.gif) no-repeat 5px 8px;}
#slide li.top a:hover {color:#069; background:#111 url(scripts/out-over.gif) no-repeat 5px 8px;}

#slide li.clicked {color:#888; background:#ddd url(scripts/down.gif) no-repeat 5px 8px;}

/* #slide li.sub div height = (maximum sub lines * sub line height) + top level link height(variable fY in jQuery) */
#slide li.sub div {
	background:#444;
	height:140px;
	width:123px;
	padding:0 15px;
	line-height:1.2em;
	font-family: verdana, sans-serif;
	text-indent:0;
}

#slide li div ul {padding:0; margin:0; list-style:none;}
#slide li div ul li {float:left; height:20px; width:100%;}
#slide li div ul li a {padding:0; margin:0;color:#888; text-decoration:none; background:#444 url(scripts/out.gif) no-repeat 5px 6px; font-size:10px; display:block; border-bottom:1px solid #666; height:19px; line-height:19px; width:100%; text-indent:20px;}
#slide li div ul li a:hover {color:#fff; background:#444 url(scripts/out-over.gif) no-repeat 5px 6px;}

#gallery {
	
	float: left;
	
	margin-left: 0px;
	}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 4px solid #3e3e3e;
	border-width: 3px 3px 9px;
	margin: 3px;
	}
#gallery ul a:hover img {
	border: 3px solid #fff;
	border-width: 3px 3px 9px;
	color: #FFFFFF;
	}
	
#gallery ul a:hover {
	color: #FFFFFF;
}

