body {
  background: #f0f0f0 url("../images/noise-f1.gif") repeat -70% 0;
}
a,
a:hover {
  text-decoration: none;
  color: inherit;
}
.left_menu {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 200px;
  background: url("../images/faux_col.png") repeat-y top left;
  border: 2px solid #383838;
  clear: right;
  position: relative;
  float: left;
  margin-right: 12px;
}
.left_menu li {
  line-height: 15px;
  background: url("../images/border.png") repeat-x;
  padding: 10px 0 12px 10px;
  font-size: 15px;
  font-weight: bold;
  list-style-type: none;
}
.left_menu a {
  text-decoration: none;
  color: #cfcdcd;
}
.left_menu a:hover {
  text-decoration: none;
  color: #f0f0f0;
}
.right_menu {
  width: 300px;
  height: auto;
  float: right;
  margin-right: 30px;
}
.middle_container {
  width: 1400px;
  height: auto;
  padding-top: 50px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 20px;
}
.middle_container .main_container {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px #aaa;
  -moz-box-shadow: 0 1px 2px #aaa;
  box-shadow: 0 1px 2px #aaa;
  width: 840px;
  height: auto;
  margin: 0 auto;
  float: left;
  min-height: 1221px;
  overflow: auto;
}
.middle_container .main_container .header {
  width: 100%;
  height: 50px;
  text-align: center;
  margin-top: 10px;
}
.middle_container .main_container .header .title {
  width: 700px;
  display: inline-block;
}
.middle_container .main_container .header .actions {
  width: 100px;
  display: inline-block;
}
.middle_container .main_container .userform {
  width: 300px;
  height: 300px;
}
.middle_container .main_container .favorites_container {
  margin: 0 auto;
}
.middle_container .main_container .favorites_container .favorite_container {
  margin-top: 5px;
  width: 100%;
  text-align: center;
}
.middle_container .main_container .favorites_container .favorite_container .favorite_image {
  display: inline-block;
  width: 100px;
}
.middle_container .main_container .favorites_container .favorite_container .favorite_image img {
  width: 60px;
  height: 60px;
}
.middle_container .main_container .favorites_container .favorite_container .favorite_yazi {
  display: inline-block;
}
.middle_container .main_container .favorites_container .favorite_container .favorite_yazi .name {
  display: inline-block;
  width: 200px;
}
.middle_container .main_container .favorites_container .favorite_container .favorite_yazi .actions {
  display: inline-block;
  width: 300px;
}
.middle_container .main_container .yazilar {
  padding: 12px 20px 15px 20px;
}
.middle_container .main_container .yazilar .yazi_container {
  display: inline-block;
  background-color: #fff;
  height: 100px;
  width: 200px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px rgba(51,51,51,0.51);
  -moz-box-shadow: 0 0 2px rgba(51,51,51,0.51);
  box-shadow: 0 0 2px rgba(51,51,51,0.51);
  font-size: 12px;
}
.middle_container .main_container .yazilar .yazi_container a:hover {
  text-decoration: none;
}
.middle_container .main_container .yazilar .yazi_container .image {
  float: left;
  text-align: center;
  margin-top: 5px;
  margin-left: 4px;
  width: 50px;
  height: 50px;
}
.middle_container .main_container .yazilar .yazi_container .image img {
  vertical-align: bottom;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
  box-shadow: 0 1px 2px rgba(0,0,0,0.4);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.middle_container .main_container .yazilar .yazi_container .icerik {
  float: right;
  width: 140px;
  height: 100px;
}
.middle_container .main_container .yazilar .yazi_container .icerik .yazi {
  width: 140px;
  height: 70px;
  overflow: hidden;
}
.middle_container .main_container .yazilar .yazi_container .icerik .detay {
  display: inline-block;
  font-size: 10px;
  width: 140px;
  height: 20px;
  bottom: 0;
  left: 0;
}
.middle_container .main_container .yazilar .yazi_container .icerik .detay .gazete {
  width: 50px;
  float: left;
}
.middle_container .main_container .yazilar .yazi_container .icerik .detay .tarih {
  width: 80px;
  float: right;
  text-align: right;
  margin-right: 5px;
}
.middle_container .main_container .categories {
  width: 100%;
  margin-top: 5px;
  text-align: center;
}
.middle_container .main_container .categories #category-button {
  margin-left: 1px;
}
.middle_container .main_container .categories a {
  text-decoration: none;
}
.middle_container .main_container .top_container {
  height: 50px;
}
.middle_container .main_container .top_container .social_container {
  float: left;
  width: 500px;
  margin-left: 10px;
  margin-top: 10px;
}
.middle_container .main_container .top_container .actions {
  float: right;
  width: 100px;
}
.middle_container .main_container .populer_container {
  width: 800px;
  height: 200px;
  float: left;
  overflow: auto;
}
.middle_container .main_container .populer_container .populer_yazi {
  width: 150px;
  height: 100px;
  display: inline-block;
}
.middle_container .main_container .yazioku_container {
  text-align: center;
  width: 600px;
  margin: 0 auto;
}
.middle_container .main_container .yazioku_container h1 {
  font-size: 24px;
}
.middle_container .main_container .yazioku_container .image {
  display: inline-block;
}
.middle_container .main_container .yazioku_container .image img {
  display: inline-block;
  width: 100px;
  height: 100px;
}
.middle_container .main_container .yazioku_container .yazi_detail {
  display: inline-block;
  width: 400px;
  margin: 0 0 0 10px;
}
.ui-menu-item a {
  z-index: 9999 !important;
}
.top_menu {
  top: 0;
  height: 40px;
  width: 100%;
  display: block;
  background: #f4f4f4;
  padding-top: 2px;
  font-style: normal;
  font-weight: 700;
  margin: 0 auto;
  position: fixed;
  -webkit-box-shadow: 0 0 2px rgba(51,51,51,0.51);
  -moz-box-shadow: 0 0 2px rgba(51,51,51,0.51);
  box-shadow: 0 0 2px rgba(51,51,51,0.51);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 9999;
}
.top_menu a:hover {
  text-decoration: none;
}
.top_menu input {
  height: 30px;
}
.top_menu .center {
  position: relative;
  margin: 0 auto;
  width: 1024px;
  text-align: center;
  height: 50px;
}
.top_menu .center .logo {
  float: left;
  width: 20%;
  height: 50px;
  margin-top: 5px;
}
.top_menu .center .top_menusearch {
  position: relative;
  width: 80%;
  height: 50px;
  float: right;
}
.top_menu .center .top_menusearch .actions {
  width: 35%;
  height: 50px;
  float: right;
}
.top_menu .center .top_menusearch .search_container {
  width: 65%;
  height: 50px;
  float: left;
}
.top_menu .center .top_menusearch .search_container #yazar_icon {
  margin-right: 5px;
}
.yazi_menu {
  top: 0;
  height: 40px;
  width: 100%;
  display: block;
  background: #f4f4f4;
  padding-top: 2px;
  font-style: normal;
  font-weight: 700;
  margin: 0 auto;
  position: fixed;
  -webkit-box-shadow: 0 0 2px rgba(51,51,51,0.51);
  -moz-box-shadow: 0 0 2px rgba(51,51,51,0.51);
  box-shadow: 0 0 2px rgba(51,51,51,0.51);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 9999;
}
.yazi_menu a:hover {
  text-decoration: none;
}
.yazi_menu input {
  height: 30px;
}
.yazi_menu .center {
  position: relative;
  margin: 0 auto;
  width: 1024px;
  text-align: center;
  height: 50px;
}
.yazi_menu .center .logo {
  float: left;
  width: 20%;
  height: 50px;
  margin-top: 5px;
}
.yazi_menu .center .actions {
  width: 80%;
  height: 50px;
  float: right;
}
.yazi_menu .center .actions .yazi {
  float: left;
  width: 60%;
}
.yazi_menu .center .actions .yazi .prev {
  margin-right: 5px;
  display: inline-block;
}
.yazi_menu .center .actions .yazi .next {
  margin-left: 5px;
  display: inline-block;
}
.yazi_menu .center .actions .user {
  float: right;
  width: 40%;
}
.content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  padding-top: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.application-box {
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 230px;
  height: 100px;
  background: url("../images/faux_col.png") repeat-y top left;
  border: 2px solid #383838;
  clear: right;
  position: relative;
}
.form-signin {
  padding: 12px 20px 15px 20px;
}
.userloginregister {
  margin-top: 5px;
}
.userloginregister img {
  width: 73% !important;
  margin-left: 5px;
}
.userfb {
  margin-top: 5px;
  text-align: center;
}
#favorite_remove_link_fav {
  margin-right: 5px;
}
.user_container {
  margin: 0 auto;
  width: 840px;
  height: 400px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px #aaa;
  -moz-box-shadow: 0 1px 2px #aaa;
  box-shadow: 0 1px 2px #aaa;
}
.user_container .form_area {
  width: 350px;
  height: 250px;
  height: auto;
  margin: 0 auto;
}
.user_container .facebook {
  width: 350px;
  height: 75px;
  margin: 0 auto;
}
.yorum_text {
  text-align: center;
  margin-top: 50px;
}
.yazar_yazis {
  text-align: left;
  width: 800px;
  margin-top: 20px;
}
.yazar_yazis .yazar_yazi {
  height: 55px;
  width: 800px;
}
.yazar_yazis .yazar_yazi .text {
  float: left;
  width: 700px;
  margin-left: 20px;
}
.yazar_yazis .yazar_yazi .text .tarih {
  width: 60px;
  display: inline-block;
  font-size: 10px;
}
.yazar_yazis .yazar_yazi .text .yazi {
  width: 600px;
  display: inline-block;
}
.yazar_yazis .yazar_yazi .read_button {
  float: right;
  margin-left: 20px;
  width: 60px;
}
#disqus_thread {
  width: 550px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
#pager_button {
  margin-top: 10px;
}
.info {
  border-bottom: 1px solid #ddd;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border-top: 1px solid #ddd;
  margin-top: 5px;
  overflow: hidden;
  padding: 10px 20px;
  text-align: center;
  text-shadow: 0 1px #fff;
}
.info h1 {
  font-weight: bold;
  font-size: 20px !important;
}
.info h2 {
  font-size: 18px !important;
}
.info p {
  text-align: left;
}
h1 {
  border-bottom: 1px solid #ddd;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border-top: 1px solid #ddd;
  margin-top: 5px;
  overflow: hidden;
  padding: 10px 20px;
  text-align: center;
  text-shadow: 0 1px #fff;
  font-size: 25px !important;
}
footer {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  background-color: #3a3a3a;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
footer nav {
  width: 300px;
  float: right;
}
footer nav a {
  display: inline-block;
  padding: 10px;
  background: #3c3b3b;
  text-decoration: none;
  color: #fff;
}
footer nav a:hover {
  color: #fff;
}
footer header {
  float: left;
  width: 300px;
  padding: 10px;
}
#commentModal h2 {
  text-align: center;
}
#commentModal .modal-body {
  width: 500px;
}
#commentModal .modal-body .details {
  width: 500px;
  height: 30px;
  background: #001f3f;
  color: #fff;
  padding: 5px;
}
#commentModal .modal-body .details .name {
  float: left;
  width: 240px;
  margin-left: 10px;
}
#commentModal .modal-body .details .other {
  float: right;
  width: 250px;
  text-align: right;
}
#commentModal .modal-body .details .other .tarih {
  margin-right: 10px;
  width: 200px;
  float: left;
}
#commentModal .modal-body .details .other .user_actions {
  width: 25px;
  float: right;
  padding-right: 5px;
}
#commentModal .modal-body .details .other .user_actions .remove_comment {
  width: 24px;
  height: 24px;
  background: url("/images/close.png");
}
#commentModal .modal-body .text {
  padding: 5px;
}
#commentModal .modal-footer input {
  float: left;
  width: 400px;
  padding: 5px;
}
