/* ---------------------------------------------------------------------- */
/*	Import Fonts and Styles
/* ---------------------------------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Play:400,700|Telex:);
@import url(camera.css);
@import url(supersized.css);
@import url(supersized.shutter.css);
@import url(prettyPhoto.css);

:focus {outline:0} 

/* ---------------------------------------------------------------------- */
/*	Reset & Clearfix (http://meyerweb.com/eric/tools/css/reset/)
/* ---------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearfix */
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0
}
* html .clearfix,:first-child+html .clearfix { zoom: 1; }



/* ---------------------------------------------------------------------- */
/*	Main & Basic Elements Styles
/* ---------------------------------------------------------------------- */

html, body { height: 100%; }
body {
	position: relative;
	line-height: 19px;
	font-size: 12px;
	color: #ddd;
	background: #000;
}
body, input, textarea, button, #header nav ul ul { font-family: "Telex", Arial, Helvetica, sans-serif; }
#header nav, h1, h2, h3, h4, h5, h6, .post-title { font-family: "Play", Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6, p, ul, ol { margin-bottom: 14px; }

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
h1 { color: #fff600; margin-bottom: 20px; text-align:center; text-transform:uppercase; margin-top:3px;  font-weight:normal; }
h2 { font-size: 17px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

a { color: #fff600; text-decoration: none; }
a:hover { text-decoration: underline; color: #fff600; }

.content ul { list-style-type: square; list-style-position: inside; }
.content ol { list-style-type: upper-alpha; list-style-position: inside; }

#page {
	z-index: 2;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -66px;
}
#push { height: 66px; clear: both; }

#page-background {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 1;
}
#page-background img {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	margin: auto;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
}

.clear { clear: both; height: 1px; font-size: 1px; line-height: 1px; }

.alignleft { float: left; margin: 5px 14px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 14px; }
.aligncenter { display: block; margin: 0 auto 10px; }



/* ---------------------------------------------------------------------- */
/*	Header, Footer, Main Navigation
/* ---------------------------------------------------------------------- */

#header, #footer { background: url("../img/header-bg.png"); margin-top:-80px }

#header {
	padding-top: 12px;
	height: 53px;
	border-bottom: #fff600 1px solid;
}

#logo img {
	display: block;
	margin-left: 15px;
	float: left;
}

#header nav {
	float: right;
	text-transform: uppercase;
	padding: 22px 5px 0 0;
	font-size: 11px;
}
#header a { color: #fff; font-weight: bold; }
#header a:hover { text-decoration: none; }
#header ul > li {
	float: left;
	z-index: 1000;
	margin-left: 10px;
	position: relative;
}
#header ul > li.dd { min-height: 34px; }
#header ul > li > a { padding: 0 10px 1px; float: left; display: block; }
#header ul > li:hover > a, #header nav > ul > li.current-menu-item > a { background-color: #fff600; color: #000; }
#header ul ul {
	position: absolute;
	text-transform: none;
	font-size: 12px;
	display: none;
	top: 31px;
	left: 0;
	padding: 5px 14px 5px 10px;
	background: #fff600;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 1px 2px rgba(0, 0, 0, 0.5);
}
#header ul li:hover ul { display: block; }
#header ul ul li {
	line-height: 26px;
	white-space: nowrap;
	padding-bottom: 1px;
	margin: 0;
	display: block;
	width: 100%;
	border-top: #888 1px dotted;
}
#header ul ul li:first-child { border: none; }
#header ul ul a {
	color: #000;
	font-weight: normal;
	padding: 0;
}
#header ul ul a:hover { text-decoration: none; }

#header li.dd > a { padding-right: 20px; background: url("../img/dd.png") 100% 7px no-repeat; }
#header li.dd:hover > a, #header li.current-menu-item > a { background-position: 100% -37px; }

#header .select-menu {
	display: none;
	float: right;
	margin: 6px 14px 0;
}

#footer {
	height: 65px;
	clear: both;
	font-size: 12px;
	position: relative;
	z-index: 2;
	color: #818181;
	border-top: #fff600 1px solid;
}
#footer a { color: #b2b2b2; }
#footer aside { padding-top: 22px; text-indent: 14px; }

.social-profiles { padding-top: 11px; }
.social-profiles ul { float: right; }
.social-profiles li { float: left; }
.social-profiles li a {
	width: 40px;
	height: 40px;
	float: left;
	display: block;
	text-indent: -999px;
	overflow: hidden;	
	margin-right: 15px;
	opacity: 0.40;
}
.social-profiles li a:hover { opacity: 1; }
.social-profiles li.facebook a { background: url("../img/social/Facebook.png"); }
.social-profiles li.twitter a { background: url("../img/social/Twitter.png"); }
.social-profiles li.lastfm a { background: url("../img/social/LastFM.png"); }
.social-profiles li.youtube a { background: url("../img/social/Youtube.png"); }
.social-profiles li.linkedin a { background: url("../img/social/LinkedIn.png"); }



/* ---------------------------------------------------------------------- */
/*	Slideshow Plugins (Camera and Supersized)
/* ---------------------------------------------------------------------- */

#pie_1, #pie_0 {
	background: #fff600 !important;
	opacity: 1 !important;
	top: 3px !important;
	bottom: 3px !important;
}
#camera > div { background: url("../img/camera-control-bg.png"); }
.camera_bar { height: 11px !important; }
.camera_bar_cont { background: url("../img/timeline-bg.png"); opacity: 1 !important; }
.camera_caption > div { padding-bottom: 20px; }
.camera_thumbs_cont { border-radius: 0 !important; background: none; }
.camera_thumbs { width: 646px; margin: 0 auto; }

.hideNav { display: block !important; opacity: 0.3; }

.camera_nextThumbs, .camera_prevThumbs {
	width: 40px;
	background: url("../img/slider-arrows.png") 0 0 no-repeat;
	left: -56px;
}
.camera_nextThumbs { left: auto; right: -56px; background-position: 0 -91px; }
.camera_nextThumbs div, .camera_prevThumbs div { display: none; }

#controls-wrapper { height: 65px; display: none !important; }
#progress-back { bottom: 65px; }
#progress-back, #progress-bar { height: 4px; }
#prevslide, #nextslide { display: none !important; }


/* ---------------------------------------------------------------------- */
/*	Page Content
/* ---------------------------------------------------------------------- */

#body { margin: 20px auto; overflow: hidden; }

.content {
	padding: 14px 0;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.86);
}
#homepage .content .inner { margin: 0 14px; }

.post { padding: 0 14px; }

.one-half { width: 48%; }
.one-third { width: 30.66%; }
.two-third { width: 65.33%; }
.one-fourth { width: 22%; }
.three-fourth { width: 74%; }
.one-fifth { width: 16.8%; }
.two-fifth { width: 37.6%; }
.three-fifth { width: 58.4%; }
.four-fifth { width: 67.2%; }
.one-sixth { width: 13.33%; }
.five-sixth { width: 82.67%; }
.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {
    float: left;
    margin-right: 4%;
    position: relative;
}
.column-last { clear: right; margin-right: 0 !important; }

.divider-dotted {
	height: 22px;
	clear: both;
	background: url("../img/dotted.png") 0 5px repeat-x;
}

.table { background: #222; border-color: #111; }
.table td, .table th { border-color: #111; }
.table tbody tr:hover th, .table tbody tr:hover td { background: #FFF600; color: #000; }

/* ---------------------------------------------------------------------- */
/*	Portfolio
/* ---------------------------------------------------------------------- */

#filter, #filter ul {
	float: right;
	list-style-type: none;
	margin: 0;
}
#filter li {
	float: left;
	padding-left: 30px;
	background: url("../img/filter-sep.png") 12px 3px no-repeat;
}
#filter li:first-child { background: none; padding-left: 15px; }
#filter a { color: #fff; }
#filter a.active { color: #fff600; }

#portfolio-view { margin-bottom: 30px; padding: 0; }
#portfolio-view .inner { padding: 14px; margin: 0 !important; overflow: hidden; }

#portfolio h1 { margin-bottom: 10px; }
#portfolio dl { margin-bottom: 25px; }
#portfolio dt {
	position: relative;
	overflow: hidden;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#portfolio dt img { display: block; width: 100%; }
#portfolio dt span {
	position: absolute;
	display: none;
	background: url("../img/loop.png") 100% center no-repeat;
	width: 600px;
	height: 100%;
	top: 0;
	right: 0;
}
#portfolio dd {
	background: #111;
	border: #222 1px solid;
	border-top: none;
	text-align: center;
	padding: 12px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#portfolio dd div { font-weight: bold; }
#portfolio dd a { color: #777; }

#portfolio-container { padding: 0 14px; }
#portfolio-container .one-half { width: 49%; margin-right: 2%; }
#portfolio-container .one-third { width: 32%; margin-right: 2%; }
#portfolio-container .one-fourth { width: 23.5%; margin-right: 2%; }

.details li {
	line-height: 28px;
	border-bottom: #444 1px dotted;
	text-align: right;
	color: #FFF600;
}
.details li strong { float: left; color: #ddd; }

.pagination { margin: 18px 14px 6px; }
.pagination a { color: #ddd; border-color: #222; background: #111; }
.pagination a:hover, .pagination .active a {
	background-color: #FFF600;
	color: #000;
	text-decoration: none;
}
#portfolio .pagination { margin: 8px 0 10px; }



/* ---------------------------------------------------------------------- */
/*	Blog
/* ---------------------------------------------------------------------- */

#category-title { margin: 0 14px 14px; }

#blog .post {
	padding: 20px 0 14px;
	margin: 0 14px;
	position: relative;
	overflow: hidden;
	background: url("../img/dotted.png") 0 0 repeat-x;
}

#blog .post footer.meta {
	width: 150px;
	float: right;
	line-height: 26px;
	padding-top: 39px;
}
#blog .type-quote footer.meta { padding-top: 10px; }
#blog .post footer.meta a { color: #ddd; }
footer.meta time, footer.meta .categories, footer.meta .comments { padding-left: 24px; }
footer.meta time { background: url("../img/meta-icons.png") 0 2px no-repeat; }
footer.meta .categories { background: url("../img/meta-icons.png") 0 -43px no-repeat; }
footer.meta .comments { display: block; background: url("../img/meta-icons.png") 0 -92px no-repeat; }

#blog .post-entry { padding-right: 170px; }
#blog .post-title {
	margin-bottom: 10px;
	line-height: 34px;
	text-indent: 40px;
	background: url("../img/post-formats.png") 0 0 no-repeat;
}

.thumbnail {
	display: block;
	border: none;
	padding: 0;
}
#blog .thumbnail { margin-bottom: 16px; }

.carousel { margin-bottom: 0; }
.carousel img { width: 100%; border-radius: 4px; }
.carousel-control { top: 50%; }

#blog .type-gallery .post-title { background-position: 0 -100px; }
#blog .type-post .post-title { background-position: 0 -200px; }
#blog .type-video .post-title { background-position: 0 -300px; }
#blog .type-link .post-title { background-position: 0 0; }
#blog .type-quote .post-title {
	width: 45px;
	height: 45px;
	text-indent: 0;
	float: left;
	background-position: 0 -398px;
}

#post-body { padding-bottom: 5px; }

#direct-nav { height: 20px; margin-bottom: 15px; }
#direct-nav a {
	float: right;
	color: #000;
	height: 20px;
	margin-right: -14px;
	line-height: 20px;
	padding: 0 24px 0 16px;
	background: url("../img/direct-nav.png") 100% 0 no-repeat;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#direct-nav a:first-child {
	background-position: 0 0;
	padding: 0 16px 0 24px;
	float: left;
	margin-left: -14px;
	margin-right: auto;
	border-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#comments { padding: 0 14px; }
.commentlist, .commentlist ul { list-style-type: none !important; }

.comments-title {
	padding-top: 18px;
	background: url("../img/dotted.png") 0 0 repeat-x;
	margin: 10px 0 20px;
}
.comments-title span { color: #FFF600; }

#comment-form { margin: 0 14px; }

li.comment { overflow: hidden; padding-bottom: 24px; }
div.comment { width: 85px; float: left; }
div.comment-body {
	border: #262525 1px solid;
	background: #000;
	margin-left: 85px;
	min-height: 88px;
	padding: 12px 15px;
	color: #a9a9a9;
	border-radius: 4px;
}
img.avatar { border-radius: 4px; }
cite.fn { color: #fff600; text-transform: uppercase; }
.comment-meta a { font-size: 0.86em; color: #a9a9a9; }

ul.children { padding: 24px 0 0 85px; margin-bottom: 0; }
ul.children li:last-child { padding-bottom: 0; }



/* ---------------------------------------------------------------------- */
/*	Sidebars & Widgets
/* ---------------------------------------------------------------------- */

.sidebar { background: url("../img/sidebar-bg.png"); }
.sidebar .inner { padding: 14px 14px 0; overflow: hidden; }

body#contact .sidebar-right { min-height: 502px; }

.widget { margin-bottom: 25px; }
.widget:last-child *:last-child { margin-bottom: 0; padding-bottom: 0; }
.widget:last-child { margin-bottom: 20px; }
.w-title {
	margin-bottom: 20px;
	font-size:20px;
	font-weight:600;
	text-transform: uppercase;
	color: #FFF600;
	line-height:18px;
	padding-bottom:20px;
	border-bottom: #797500 1px dotted;
	text-align:Center;
}

.widget .aligncenter { display: block; margin: 0 auto 10px; }

.widget_search { margin-bottom: 34px; }

.widget_portfolio, .widget_flickr { margin-bottom: 20px; overflow: hidden; }
.widget_portfolio .w-title, .widget_flickr .w-title { margin-bottom: 14px; }
.widget_portfolio ul, .widget_flickr > div {
	padding-left: 1px;
	overflow: hidden;
	margin-bottom: 0;
	width: 105%;
}
.flickr_badge_image, .widget_portfolio li {
	float: left;
	width: 28%;
	margin: 0 5% 14px 0;
}
.widget_portfolio li img, .flickr_badge_image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.widget_twitter ul { margin-bottom: 0; overflow: hidden; }
.widget_twitter li { padding: 0 0 14px 46px; overflow: hidden; }
.widget_twitter li:last-child { padding-bottom: 0; }
.widget_twitter .tweet_time { display: block; }
.widget_twitter .tweet_time a { color: #777; font-size: 10px; }
.widget_twitter img { float: left; margin: 6px 14px 14px -46px; }

.widget_categories { margin-top:-5px; margin-bottom:15px }
.widget_categories li {
	line-height: 30px;
	border-bottom: #444 1px dotted;
	background: url("../img/arrow.png") 100% center no-repeat;
}
.widget_categories li a { color: #fff; display: block; }
.widget_categories li a:hover { text-decoration: none; color: #FFF600; }

.widget_contact li { color: #fff; }

.widget_recent_posts li {
	border-bottom: #444 1px dotted;
	overflow: hidden;
	padding: 12px 0 14px 89px;
	min-height: 75px;
}
.widget_recent_posts li:first-child { padding-top: 2px; }
.widget_recent_posts li:last-child { border-bottom: none; }
.widget_recent_posts img { margin: 2px 0 0 -89px }

.share_buttons { float: right; margin-top: -2px; }

.widget .post { padding: 0; }
.widget h3.post-title { font-size: 11px; }



/* ---------------------------------------------------------------------- */
/*	Forms
/* ---------------------------------------------------------------------- */

input, input[type="text"], textarea {
	background: #222;
	color: #777;
	border-color: #444;
	font-size: 12px;
}
select { background: #222; color: #ddd; }

.form-actions { background: none; border: none; }

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(255, 246, 0, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(210, 203, 1, 0.6);
    outline: 0 none;
	color: #fff;
}

#comment-form { margin-left:0px; }
#comment-form input { width:300px }
#comment-form textarea { width:300px; height: 120px; }
#comment-form p { height:49px; }

.form-search .search-query { width: 254px; margin-right: 8px; }



/* ---------------------------------------------------------------------- */
/*	Border Radius
/* ---------------------------------------------------------------------- */

.content, .sidebar { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.cameraCont, .cameraContents {
	-webkit-border-top-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
    -moz-border-radius-topleft: 4px !important;

	-webkit-border-top-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
    -moz-border-radius-topright: 4px !important;

	overflow: hidden;
}
#header nav > ul > li:hover > a, #header nav > ul > li.current-menu-item > a {
	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}
#header nav ul ul {
	-webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;

	-webkit-border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
}
img.alignleft, img.alignright, img.aligncenter {
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
}
.camera_commands {
	-webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}
.camera_black_skin .camera_prev {
	-webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}
#camera > div, .camera_commands {
	-webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
}
#camera > div, .camera_black_skin .camera_prev {
	-webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
}


.iletisimDurum { background-color:#fff; padding:20px 0; text-align:center; margin-top:-50px; margin-bottom:20px; width:350px; color:#000; font-size:13px; font-weight:bold; }