body {
	font-family: Helvetica;
	position: relative;
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
}

::selection {
	color: white;
	background: #333;
}

::-moz-selection {
	color: white;
	background: #333;
}

#topbar {
	position: relative;
	top: 0;
	left: 0;
	height: 120px;
	background-color: rgba(0,0,0,0.85);
	z-index: 999;
	text-align: center;
	color: #fff; 
	vertical-align: middle;
	background-image: url('/mutfak/images/yazihane-mutfak.png');
	background-position: center center;
	background-repeat: no-repeat; 
	padding-left: 10px;
}

#topbar .bar-buttons {
	float: right;
	margin: 10px 16px;
}

#topbar ul {
	margin: 0;
	padding: 0;
}

#topbar ul li {
	width: 24px;
	height: 24px;
	float: left;
	margin: 0 4px;
}

#topbar ul li a {
	width: 100%;
	height: 100%;
}

#description {
	font-family: 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	width: 580px;
	margin: 20px auto;
	text-align: center;
}

hr {
	width: 160px;
	margin: 30px auto;
	background-color: #ddd;
	color: #ddd;
	height: 1px;
	border: none;
}

.spot {
	font-family: 'PT Serif', Georgia, serif;
	font-size: 28px;
	margin: 5px auto;
	font-style: italic;
}

.small {
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 60px;
}

.fullquote {
	position: relative;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100%;
	width: 100%;
}

.no-quote {
	display: block;
}

.article-1 {
	background-image: url('/mutfak/images/cristiano-mutfak.jpg');
	background-position: center right;
}

.article-2 {
	background-image: url('/mutfak/images/seattle-mutfak.jpg');
}

.fullquote a span {
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
}

.quote-text {
	width: 240px;
}

.lquote {
	margin-left: 40px;
	margin-right: auto;
}

.rquote {
	margin-right: 40px;
	margin-left: auto;
}

.quote-bar {
	overflow: auto;
	background-color: rgba(40,40,40,0.7);
	font-family: 'PT Serif', Georgia, serif;
	font-style: italic;
	color: #fff;
	text-align: center;
	margin: auto 0;
	padding: 10px 15% 30px 15%;
}

.quote-bar h3 {
	font-weight: normal;
	border-top: 1px solid #eee;
	padding-top: 10px;
	margin: 0;
	font-size: 24px;
}

.quote-bar h5 {
	font-weight: normal;
	font-size: 14px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin: 0;
	padding-top: 20px;
}

.quote-bar h4 {
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#footer {
	background-color: rgba(0,0,0,0.85);
	padding: 20px 0;
	width: 100%;
	text-align: center;
	-webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, .1);
}

#footer a {
	text-decoration: none;
	color: #eee;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	/*font-weight: bold;*/
}