@charset "UTF-8";

/*****************************************************************************
 *
 *****************************************************************************/
#page-container {
	position: absolute;
	overflow: visible;
	width: 960px;
	margin: 0 0 0 40px;
}

#page-container.wide {
	width: 1286px;
}

#page-header {
	position: absolute;
	left: 0;
	top: 0;
	height: 25px;
	padding: 13px 0 6px 0;
	width: 100%;
	color: #b3b3b3;
	border-bottom: 1px solid #c0c0c4;
}



#page-content {
	margin-top: 90px;
}

#page-footer {
	clear: both;
	overflow: visible;
	width: 100%;
	padding-top: 10px;
	border-top: 1px solid #c0c0c4;
	font-size: 0.875em;
}

#page-footer #footer-content {
	position: relative;
	width: 970px;
	height: 159px;
	margin-left: -6px;
	background: transparent url("../images/footer.png") left bottom no-repeat;
	color: #fff;
}

#page-container.wide #page-footer #footer-content {
	width: 1295px;
	background-image: url("../images/footer_wide.png");
}

#page-footer h2 {
	border: 0;
	padding: 0;
	margin: 0;
}

#page-footer a,
#page-footer a:link,
#page-footer a:visited {
	color: #667c0b;
	text-decoration: none;
}

#page-footer a:hover,
#page-footer a:active {
	text-decoration: none;
}

#page-footer span.link-label {
	display: block;
	float: left;
	padding-right: 4px;
}



#page-footer #footer-address strong {
	font-weight: bold;
	font-size: 1.143em;
}

#page-footer #footer-social {
	position: absolute;
	right: 18px;
	bottom: 114px;
	height: 25px;
	text-align: left;
}

#page-footer #footer-social span.link-label {
	line-height: 25px;
	padding-right: 6px;
}

#page-footer #footer-social ul {
	float: left;
	height: 25px;
	text-align: left;
	line-height: 1.786;
}




/*****************************************************************************
 * Content
 *****************************************************************************/

#portfolio {
	overflow: visible;
	margin-left: -12px;
	margin-right: -12px;
	margin-bottom: 44px;
}
.referans_ara_cizgi{margin:0 0 0 15px; padding:0; width:1px; height:330px; background:#ccc; float:left;}
.portfolio-item {
	position: relative;
	float: left;
	width: 288px;
	height: 308px;
	margin: 0 0px 6px 10px;
	padding: 16px;
	background: transparent url("../images/portfolio_frame.png") left top no-repeat;
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1.25;
	overflow: visible;

}

.portfolio-item.clickable {
	cursor: pointer;
}

.portfolio-item .zoom {
	display: none;
	position: absolute;
	left: -23px;
	top: -23px;
	z-index: 10;
	width: 36px;
	height: 36px;
	background: transparent url("../images/icon_zoom.png") left top no-repeat;
}

.portfolio-item .hover .zoom {
	display: block;
}

.portfolio-item .portfolio-link {
	position: absolute;
	top: 16px;
	display: block;
	width: 267px;
	height: 192px;
}

.portfolio-item .portfolio-link img {
	width: 287px;
	height: 192px;
}

.portfolio-item .portfolio-link:hover,
.portfolio-item .portfolio-link:active {
	background-color: transparent;
	background-repeat: no-repeat;
}

.portfolio-item p {
	color: #b3b3b3;
}

.portfolio-item .description {
	position: absolute;
	top: 216px;
	width: 288px;
}


/*****************************************************************************
 * Lightbox
 *****************************************************************************/
div.overlay {
	display: none;
	width: 797px;
	height: 685px;
	padding: 28px 29px 33px 29px;
	background: transparent  url("../images/overlay_frame.png") left top no-repeat;
}

div.overlay div.close {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	height: 40px;
	width: 40px;
	background: transparent url("../images/icon_close.png") left top no-repeat;
}

#overlay-wrapper {
	position: relative;
	width: 776px;
	height: 672px;
	padding: 0 10px 10px 10px;
	background: #fff url("../images/striped_background.gif") repeat;
}

#overlay-wrapper .ajax-spinner {
	position: absolute;
	left: 383px;
	top: 321px;
	z-index: 10;
}

#overlay-wrapper img.screenshot {
	position: absolute;
	top: 34px;
	z-index: 20;
	text-indent: -9999px;
}

#overlay-wrapper .project-info {
	height: 27px;
	line-height: 27px;
	margin: 0;
	text-align: right;
	font-size: 0.875em;
	border-bottom: 1px solid #c0c0c4;
}

#overlay-wrapper .project-info a {
	padding: 2px;
}