/*
	Author Name		: 	kino fest
	Author Site		: 	http://iqads.ro
	Style Name		: 	kino
	Style URI		  :	  http://getk2.com
	Header Height	:	  200
*/

/* basic */

body {
  color: #FFF;
  background: #111;
}

#page {
  padding-top: 0;
  background: #333;
  border-style: none;
}

#header {
  background: #444;
  height: 250px;
}

a {
  color: #AC2;
}

h2, h2 a, h2 a:hover, h3, h3 a, h4 {
  color: #FFF !important;
}

.secondary {
  color: #888;
}

p {
  color: #DDD;
}

/* custom header */

body.home #header {
  background-image: url(/wp-content/themes/K2/images/headers/header_blog.jpg) ;
}

body.single #header {
  background-image: url(/wp-content/themes/K2/images/headers/header_blog.jpg) ;
}

body.page-slug-about #header {
  background-image: url(/wp-content/themes/K2/images/headers/header_about.jpg) ;
}

body.page-slug-submission #header {
  background-image: url(/wp-content/themes/K2/images/headers/header_submission.jpg) ;
}

body.page-slug-daily-films #header {
  background-image: url(/wp-content/themes/K2/images/headers/header_daily_films.jpg) ;
}

body.page-slug-press #header {
  background-image: url(/wp-content/themes/K2/images/headers/header_press.jpg) ;
}

body.page-slug-avon-movie-for-life #header {
  background-image: url(/wp-content/themes/K2/images/headers/header_avon.jpg) ;
}

/* menu */

ul.menu li a {
  font-size: 12px;
  color: #000;
  background: #AC2;
}

ul.menu li.page-item-4 a{
  /*background: #FD0;*/
}

ul.menu li.page-item-232 a{
  background: #FFF;
}

ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover, ul.menu li a:hover {
  color: #FFF;
  background: #333;
}

ul.menu li a{
  padding: 5px 10px 6px;
}

body.single ul.menu li.blogtab a {
  color: #FFF;
  background: #333;
}

body.single ul.menu li.blogtab a:hover {
  color: #FFF;
  background: #333;
}

/* post meta */

.entry-meta a {
  color: #AAA;
}

.entry-meta, .entry-date abbr {
  color: #888;
}

/* comments */

#comment-author-info input, #comment {
  padding: 3px 0 !important;
  color: #DDD !important;
  background-color: #444 !important;
  border-style: none !important;
}

#comment-author-info input:hover, #comment:hover {
  background-color: #505050 !important;
}

#comment-author-info input:focus, #comment:focus {
  color: #000 !important;
  background-color: #FFF !important;
}

/* IE */
textarea {
	overflow: auto;
}
/* non-IE */
teatarea[name] {
	overflow: inherit;
}

/* comment submit*/

#submit {
  padding: 3px 30px;
  color: #000;
  background: #AC2;
  border-style: none !important;
  cursor: pointer;
}

#submit:hover {
  color: #FFF;
  background: #D00;
}

/* comment by admin */

.byuser {
  background-color: transparent !important;
  border-left: 2px solid #D00
}

/* comment moderation alert, comment error, comments closed */

.alert {
  background: transparent;
  border-style: none;
  border-top: 1px solid #F00;
  color: #F00;
}

#commenterror {
  background: transparent !important;
  color: #F00;
}

#comments-closed-msg, #leavecomment {
  color: #444;
}

/* footer */

#footer p.footerstyledwith {
  display: none;
}

#footer p, #footer a {
  color: #666
}

#footer a {
  border-bottom-style: none;
  text-decoration: underline;
  font-weight: normal;
}

#footer a:hover {
  color: #AAA;
}

/* search */

#search-label.overlabel-apply{
  color: #DDD !important;
}

#search-label.overlabel-apply.fade {
  color: #444 !important;
}

#s {
  color: #FFF !important;
}

#search-label.overlabel-apply {
  background: #333 !important;
}

/* rolling archives */

div.trimmed .hentry {
  background-color: #444;
}

div.trimmed .hentry.alt {
  background-color: transparent;
}

#pagetrackwrap, #pagetrack {
  background: #222 none repeat scroll 0 0;
  height: 6px;
}

#pagehandle {
  background: #AC2 none repeat scroll 0 0;
  height: 8px;
  width: 8px;
  top: -1px;
}

#rollhover {
  display: none !important;
}

body.smartposition #rollingarchives {
  background-color: #333 !important;
  border-bottom: 1px solid #AC2;
}

body.smartposition #nav-above {
  background-color: #333;
  border-bottom: none;
}

.gallery-caption {
  color: #FFF;
}
.image-caption {
  color: #FFF;
}

.additional-info {
  display: none;
}

h1.entry-title a {
  color: #FFF !important;
}

#nav-above {
  line-height: 12px !important;
  margin: 10px 0px !important;
}

#nav-above a {
  font-weight: normal !important;
  color: #999 !important;
}

#pinglist {
  background: #333;
}

#search-label.overlabel-apply {
  background: #333;
}