/*
Theme Name: MiestoIQ anonsai
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/

@import url(reset.css);
@import url(960_custom.css);

body {
  background: url('img/bg.jpg') repeat fixed center;
  font-family: Georgia, serif;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #eb297b;
  text-decoration: underline;
}

/* header nuorodos */

#header-links {
  text-align: right;
  font-size: 11px;
  font-weight: bold;
  margin-top: 10px;
}

#header-links a {
  padding: 2px 0px 2px 20px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: left center;
}

#header-links a:hover {
  color: #eb297b;
}

.link-facebook {
  background-image: url('img/facebook.gif');
}

.link-rss {
  background-image: url('img/rss.gif');
}

.link-twitter {
  background-image: url('img/twitter.gif');
}

/* header logo */

#header-logo {
  margin-top: 10px;
  height: 100px;
}

#header-logo h1{
  margin-top: 20px;
  padding-left: 10px;
  width: auto;
  height: auto;
}

#header-logo a {
  display: block;
  width: 200px;
}

/* banner top */

#banner-top {
/*  background-image: url('img/banner_top_bg.gif');
  background-repeat: no-repeat;
  background-position: right top;
*/
  height: 100px;
  margin-top: 10px;
  text-align: right;
  position: relative;
}

#banner-top .banner {
  height: 100px;
  width: 750px;
  position: absolute;
  right: 0px;
  top: 0px;
}

/* main navigation */

#navigation-box {
  height: 54px; 
  margin-top: 10px;
  background-color: #b2afaf;
}


/* search */

#search-box {
  height: 54px; 
  margin-top: 10px;
  background-color: #b2afaf;
}

/* content */

#content {
  min-height: 400px;
  margin-top: 10px;
}

/* single */
#single-content {
  margin-top: 10px;
}

#single-content .post h2.title{
  font-size: 20px;
  margin-bottom: 10px;
}

#single-content .post {
  background-color: #fff;
  padding: 10px;
}

#single-content .post .entry div.post-image-holder{
  width: 300px;
  float: left;
  margin: 0px 10px 10px 0px;
}

#single-content .post .entry div.post-image-holder span.post-image-note{
  font-size: 11px;
}

#single-content .post .entry div.post-image-holder span.post-image-author{
  font-style: italic; 
}

#single-content .post .entry p {
  font-size: 13px;
  margin: 0 0 10px 0;
  line-height: 120%;
  text-align: justify;
}

#single-content .post .entry p a {
  color: #eb297b;
  text-decoration: none;
}

#single-content .post .entry p strong{
  font-weight: bold;
}

#single-content .post .entry p.back-button {
  text-align: right;
  font-weight: bold;
}

#single-content .post .entry p.back-button a {
  background-image: url('img/back.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
  color: #000;
}
#single-content .post .entry p.back-button a:hover {
  color: #eb297b;
}

#single-content .post .entry p.postmetadata {
  clear: both;
  font-size: 10px;
  color: #aaa;
}

#single-content .post .entry p.postmetadata a{
  color: #ccc;
}

#single-content .post .entry p.postmetadata a:hover{
  color: #eb297b;
}

#single-content .post .entry p.postmetadata span {
  display: block;
}

#single-content div.event-single {
  padding: 10px;
  margin-top: 10px;
  line-height: 20px;
  font-size: 12px;
}

#single-content div.event-single strong{
  font-weight: bold;
}
/* tag */

.archive {
  margin-top: 10px;
}

.archive h2.title {
  background-color: #b2afaf;
  height: 50px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
}

.archive div.back-link {
  background-color: #b2afaf;
  text-align: center;
  height: 50px;
  color: #fff;
  line-height: 45px;
  font-size: 12px;
  margin-bottom: 10px;
}

.archive div.back-link a{
  padding-right: 15px;
  background-image: url('img/back-white.png');
  background-repeat: no-repeat;
  background-position: right center;
  color: #fff;
}

.archive div.back-link a:hover{
  text-decoration: none;
}

.archive-content {
  margin-top: 10px;
  clear: left;
}

.archive div.event-archive {
  padding: 10px;
  margin-top: 10px;
  line-height: 20px;
  font-size: 12px;
  height: 115px;
}

.archive div.event-archive a {
  display: block;
  height: 100%;
  width: 100%;
}

.archive div.event-archive a:hover {
  color: #000;
  text-decoration: none;
}

.archive div.event-archive strong {
  font-weight: bold;
}

.archive div.event-archive img {
  float: left;
  margin: 0px 10px 10px 0px;
}

.archive .te_day_date span.date{
  display: block;
  position: absolute;
  top: 8px;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
}

.archive .te_day_date span.dow{
  font-size: 11px;
}


/* footer */

#footer-box {
  height: 48px; 
  margin-top: 10px;
  margin-bottom: 20px;
  color: #000;
  font-size: 12px;
  background-color: #b2afaf;
}

#footer-box p {
  margin-top: 5px;
}
#footer-box span.footer-links {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

#footer-box .footer-links a {
  color: #000;
}

#footer-logo {
  float: left;
  margin-right:5px;
  padding: 5px 10px 5px 10px;
}

/* searchform*/
#searchform {
  margin: 18px 0px 0px 10px;
}

#searchform input#s{
  width: 205px;
  border: none;
  background-color: #fff;
  margin-right: 10px;
  font-family: Georgia, serif;
  font-size: 12px;
}

#searchsubmit {
  width: 70px;
  background-color: #eb297b;
  border: none;
  color: #fff; 
  font-family: Georgia, serif;
  font-size: 12px;
}

/* pranesk-pats */

#event_form {
  background-color: #b2afaf;
  margin-top: 10px;
}

#event_form form {
  margin: 10px;
}

#event_form label {
  display: block;
  float: left;
  clear: left;
  width: 240px;
  margin-bottom: 5px;
  margin-right: 10px;
  text-align: right;
}

#event_form .inText {
  border: none;
  background-color: #fff;
  width: 350px;
  display: block;
  float: left;
  padding: 2px 5px;
  margin-bottom: 5px;
  font-family: Georgia, serif;
  font-size: 12px;
}

#event_form .inDate {
  border: 1px solid #b2afaf;
  background-color: #fff;
  width: 100px;  
}

#event_form .inTime {
  border: 1px solid #b2afaf;
  background-color: #fff;
  width: 70px;  
}


#event_form span.remark {
  float:left;
  clear:left;
  padding-bottom: 10px
  padding-top: 5px;
  padding-left: 250px;
  margin-bottom: 10px;
  width: 350px;
  display: block;
  font-size: 12px;
}

#event_form h2 {
  margin-bottom: 15px;
  font-size: 24px;
}

/* sidebar */

#sidebar {
  margin-top: 10px;
}

#sidebar div.banner{
  background-color: #fff;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

/* navigation */

ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 100%;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 12px;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
ul#topnav li a {
	padding: 10px 10px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
	text-transform: uppercase;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

ul#topnav li:hover,ul#topnav li.hover  { background: #eb297b; }

ul#topnav li span {
	float: left;
	font-size: 11px;
	padding: 5px 10px;
	position: absolute;
	left: 0; top:32px;
	display: none; /*--Hide by default--*/
	width: auto;
	background: #eb297b;
	color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li.hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; 
	text-transform: none;
} /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}

ul#topnav li.mimoza {
  background-color: #fcdc1b;
}

ul#topnav li.white, ul#topnav li.white a, ul#topnav li.white span, ul#topnav li.white span a{
  background-color: #fff;
  color: #000;
}

/* apvalus kampai */

.rounded {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}  

.margin-top {
  margin-top: 10px;
}

em {
  font-style: italic; 
}
