@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../images/bg.png); 
	margin-top: 0px;
}

.sol {
	position: fixed;
	width: 300px;
	margin-left: 30px;
	margin-top: 0px;
	height: 100%;
	box-shadow: 4px 3px 20px #000;
	-moz-box-shadow: 4px 3px 20px #000;
	-webkit-box-shadow: 4px 3px 20px #000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
	background-image: url(../images/sol_bg.png);
}

.sag {
	width: 600px; 
	margin: 0px 40px 40px 370px;
}

#nav {
	list-style: none;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin-top: 3em;
	margin-right: 0em;
	margin-bottom: 5em;
	margin-left: -2.85em;
}
#nav a {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	display: block;
	height: 2em;
	padding: 0.9em 0.2em 0.1em 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	background-color: #494e54;
}
#nav a:hover {
  font-size: 14px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  background-color: #364d8c;
}

.sol_alt {
	margin-top: 100px;
	margin-bottom: 20px;
}
.giris {

	margin-left: 30px;    
} 

.baslik {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #494e54;
	margin-left: 35px;
	margin-bottom: 50px;
	padding-top: 30px;
	padding-right: 20px;
	text-align:right;
}
.giris_yazi {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	color: #CCC;
	margin-top: 150px;
	margin-left: 35px;
	margin-bottom: 50px;
}

#gallery ul { list-style: none; }
#gallery {
	
	width: 600px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #FFF;
}
#gallery ul a:hover img {
	border: 5px solid #364d8c;
	opacity:0.3;
}
#gallery ul a:hover {
	color: #364d8c;
}
.lightbox {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.copyright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #364d8c;
	text-align:center;
}
.altunterim {
	text-align:center;
	margin-top: 10px;
}
.altunterim a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.altunterim a:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #364d8c;
	text-decoration: none
}
