/*
Theme Name: Grant.lt v1
Theme URI: http://grant.lt/
Description: Tema sukurta Grant.lt.
Version: 1.0
Author: Steponas Kazakevičius
Author URI: http://itworks.lt/
*/

html, body {
  height: 100%;
}

body {
  margin: 0;
  background-color: #F7F7F7;
  /*font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;*/
  font-family: Arial,Helvetica,sans-serif;
  font-size: 62.5%;
  color: #444444;
}

.clear {
    clear: both;
}

#wrapper{
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

p {
  margin: 0px 0px 10px 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}

a {
  border: 0px;
  color: #B05734;
  text-decoration: none;
}

a:hover {
  color: #4477bb;
  text-decoration: underline;
}

img {
 margin: 5px 0;
 border: 0px;
}

hr {
  color: #FFF;
  height: 0px;
  border: 1px dotted #ccc;
  margin-top: 3px;
  margin-bottom: 3px;
}

/*code {
  font: 12px Monaco, "Lucida Console", "Courier New", "Courier", monospace;
  padding: 15px;
  border: #cde9a7 1px solid;
  background: #e9ffcb;
  display: block;
}*/

code, pre {
  font-family: 'Courier New', Courier, Fixed;
  font-size: 110%;
  border: #cde9a7 1px solid;
  background: #e9ffcb;
  overflow: auto;
  padding: 5px;
	display: block;
  width: 100%; /* Important for IE6 */
}

#header {
  clear: both;
  height: 100px;
  margin-bottom: 15px;
  height: 96px;
  position: relative;
}
a#header_logo {
    background: transparent url('img/logo.png') no-repeat bottom left;
    width:334px;
    height:107px;
    display: block;
    float: left;
}

#header h1 {
  font-family: "Trebuchet MS", "Myriad Pro", Verdana, Tahoma, Arial, Helvetica;
  letter-spacing: -1px;
  font-size: 350%;
  padding: 12px 0px 0px 0px;
  margin: 0;
  line-height: 90%;
}

#header h2, #header_h2 {
  font-family: "Trebuchet MS", "Myriad Pro", Verdana, Tahoma, Arial, Helvetica;
  font-size: 160%;
  padding: 1px 0px 0px 0px;
  margin: 0px;
}
#header_h2 a {
  color: #444444 !important;
  margin-left: 16px;
}

#header a, #header a:hover, #header a:active, #header a:visited {
  color: #000000;
  text-decoration: none;
  border: 0;
}

#header a:focus {
  outline:none;    /* kills dotted border around the link */
}

#header a img {
  border: 0;
}

#header ul {
  margin: 0;
  padding: 0;
  float: left;
}

#header-logo {
  float: left;
  width: 111px;
  height: 100px;
  background: #7AA055 url(img/left_logo.png) left no-repeat;
  border: 0;
}

#header-logo-gravatar {
  margin: 11px 0 0 27px;
}

#header-title {
  margin: 0 0 0 126px;
  text-align: left;
  height: 65px;
  border: 0;
  display: none;
}

#header-navi {
  border: 0px;
  height: 24px;
  font-size: 130%;
  padding: 0;
  vertical-align: middle;
  background-color:#455A67;
  margin-bottom: 1px;
  position: relative;
}

#header-navi ul li {
  line-height: 24px;
  text-align: center;
  float: left;
  list-style: none;
}

#header-navi li a {
  padding: 0px 9px;
  color: #C3C3C3;
}

#header-navi li a:hover {
  color: black;
}

#header-navi .current_page_item a {
    color: #D8A01E;
    font-weight: bold;
}

#rss_link {
    position: absolute;
    bottom: 0;
    right: 5px;
}

#content {
    width: 588px;
    float: left;
    font-size: 120%;
    line-height: 150%;
    display: inline;
    color: #444444;
    margin: 0;
    font-family:georgia,'palatino linotype',palatino,'times new roman',times,serif;
    overflow: hidden;
}

#post {
    margin: 5px 15px;
}
#post h1 {
    margin-bottom: 1px;
}
#post div.p_content  {
    font-size: 130%;
    overflow: hidden;
}
#related_posts {
    border-top: 1px dotted #688848;
    font-size: 14px;
}
div#cat_newest_posts h3, #related_posts h3 {
    margin-top: 2px;
    margin-bottom: 0;
}
div#cat_newest_posts small, #related_posts small {
    font-size: 10px;
}

div#cat_newest_posts ol,  #related_posts ol {
    margin: 0 0 0 3px;
}

div#cat_newest_posts {
    margin-bottom: 7px;
    font-size: 14px;
}
div#cat_newest_posts ol {
}
div#cat_newest_posts ol li {
}
div#cat_newest_posts ol li a {
}
div#cat_newest_posts .cat_newset_title {

}

div#cat_newest_posts ol li img, #related_posts img {
    vertical-align: middle;
    margin: 0;
}


#archive {
    margin: 5px;
}

#content.single {
    width: 586px;
    background-color: #fff;
    border: 1px solid #E9E9E9;
}

#content a {
  text-decoration: underline;
  color: #115588;
}

#content a:hover {
  color: #4477bb;
}


#content h1 {
  margin-top: 0;
  font-size:30px;
  line-height: 115%;
}

#content h2 {
  font-size: 160%;
  line-height: 120%;
}

#content h3 {
  font-size: 16px;
  line-height: 120%;
  font-weight: bold;
}

#content blockquote {
  background-color: #e9ffcc;
  border-left: 3px solid #cde9a7;
  margin: 0 0 5px 15px;
  padding: 5px 10px 1px 8px;
}

#content h1 a, #content a h1,
#content h2 a, #content a h2,
#content h3 a, #content a h3 {
  text-decoration: none;
}

#content h1 a:visited, #content a:visited h1,
#content h2 a:visited, #content a:visited h2,
#content h3 a:visited, #content a:visited h3 {
  color: #115588;
  text-decoration: none;
}

#content h1 a:hover, #content a:hover h1,
#content h2 a:hover, #content a:hover h2,
#content h3 a:hover, #content a:hover h3 {
  color: #4477bb;
  border-bottom: 1px dotted;
  text-decoration: none;
}

#content .pagetitle {
  margin-bottom: 20px;
  border-bottom: 1px dotted #688848;
}

#content ul, #content ol {
  padding: 0 0 0 20px;
}

#content ul {
  list-style: square;
}

#content ul li, #content ol li {
  margin: 3px 0 3px 0;
  padding: 0;
}

#sidebar-left, #sidebar-right {
    background-color: white;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    font-family: Tahoma;
}

#sidebar-left {
  list-style: none;
  float: left;
  width: 230px;
  display: inline;
  line-height: 125%;
  border-left: 1px solid #D6D6D6;
  overflow: hidden;
}

#sidebar-right {
  list-style: none;
  float: left;
  width: 180px;
  display: inline;
  line-height: 125%;
  overflow: hidden;
  border-right: 1px solid #D6D6D6;
}

#sidebar-left h2, #sidebar-right h2 {
  margin-top: 0px;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 1px;
  line-height: 110%;
  margin: 5px 0;
  font-family: Verdana,Arial,Tahoma;
}

#sidebar-left h2 a, #sidebar-right h2 a{
  color: #2D2D2D;
  text-decoration: none;
}

#sidebar-left ul, #sidebar-right ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 8px;
  font-size: 110%;
}

#sidebar-left ul li, #sidebar-right ul li,
#sidebar-left ul ul li, #sidebar-right ul ul li {
  margin: 5px 0;
}

.widget_tag_cloud {
  line-height: 200%;
}

.widget {
    padding: 5px;
    /*background: #FFF url('img/widget_bottom.gif') repeat-x bottom;
    margin-bottom: 15px; */
    color: #2D2D2D;
    font-size:12px;
}

.widget_rss ul li {
    color: #444444;
}


#postmeta {
  font-size: 80%;
  margin-bottom: 5px;
  padding-bottom: 3px;
  color: #688848;
  clear: both;
  line-height: 100%;
}

#postmeta a {
  text-decoration: none;
}

#postmeta a:visited {
  color: #115588;
}

#postmeta a:hover {
  text-decoration: underline;
}

#postmeta p {
  line-height: 100%;
}

#postmeta img {
  vertical-align: middle;
  margin: 0 4px 0 0;
}

#postmeta .editlink {
  float: right;
  margin-top: 5px;
}

#post .postnav, .postnav {
  width: 86%;
  float: left;
  list-style: none;
  line-height: 110%;
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 0;
}

#post .postnav li.left, .postnav li.left {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

#post .postnav li.right, .postnav li.right {
  display: block;
  float: right;
  padding: 0;
  margin: 0;
}

#comments {
  clear: both;
  float: none;
  margin-top: 10px;
  border-top:1px dotted #688848;
}

#comments h1 {
    font-size: 18px;
    margin-top: 10px;
}

#comments ul li, #comments ol li {
  margin-bottom: 5px;
  border-bottom: 1px dotted #688848;
}

#comment-area {

}
#comment-area p {
    margin: 0;
}

#comment-form {

}

.commenter {
  color: #688848;
}

.comment-moderation {
  color: red;
}

.comment-info {

}

#footer {
  position: relative;
  margin: 5px 0 0 0;
  clear: both;
  line-height: 17px;
  color: #444444;
  padding: 0 15px 0 15px;
  font-size: 110%;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #989898;
  background-color: #F0F0F0;
}

#footer a {
  color: black;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer p {
  margin: 0;
}

p#footer-copy {
  text-align: center;
  margin: 0 auto;
  width: 900px;
}

#footer-itworks {
  text-align: right;
}

.hasFloat:after {
  content: "";
  display: block;
  clear: both;
}

#searchform input {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size:12px;
  background-color:#D1B463;
  margin: 0 0 3px 0;
  padding: 2px 4px 2px 4px;
  border:#A2702E 1px solid;
  color:#FDF3CD;
}

#searchform input:hover {
  cursor:pointer;
  background-color:#688848;
  border:#567635 1px solid;
  color:#fff;
}

#searchform #s {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size:12px;
  margin: 0 0 3px 0;
  background-color:#FBFECE;
  padding: 3px 4px 3px 4px;
  border:#8E7042 1px solid;
  color:#222;
}

#searchform #s:hover {
  background-color:#e9ffcb;
  color:#222;
}

img#wpstats {
  width: 0px;
  height: 0px;
  padding: 0px;
  border: none;
  overflow: hidden;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.alignnone {
   float: none;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding: 7px;
   margin: 5px 10px 5px 0px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 90%;
   line-height: 120%;
   padding: 0;
   margin: 5px 0 0 0;
}

#wp-calendar {
  margin: 0 auto;
  line-height: 150%;
}

table#wp-calendar{
  width: 90%;
}

#wp-calendar a {
	text-decoration: underline;
  font-weight: bold;
}

table#wp-calendar tfoot td a{
  border: 0;
  font-weight: normal;
}

table#wp-calendar th, table#wp-calendar td {
  text-align: center;
}

/* Pradinis puslapis */
div#cat_lists a {
    color: #7C3412;
}
div#cat_lists div.index_cat {
    clear: both;
    float: left;
    padding-top: 7px;
    width: 598px;
    background-color: #EEEDDC;
}
div#cat_lists div.index_cat:first-child {
    border-top: 1px solid #D6D6D6;
}
div#cat_lists div.index_cat_title {
    padding: 5px 5px 5px 19px;
    margin-left:11px;
    margin-right:8px;
    position: relative;
    line-height: 25px;
}
div#cat_lists div.index_cat_title a {
    font-size: 170%;
    font-weight: bold;
    text-decoration: none;
    color: #D8D8D8;
}
/*
div#cat_lists div.index_cat_other div.index_cat_title {
    background-color: #455A67;
}
div#cat_lists div.index_cat_other div.index_cat_title a {
    color: #D8D8D8;
}
*/
div#cat_lists div.index_cat_title {
    background-color: #455A67;
}

div#cat_lists div.index_cat_title a.index_cat_link {
    float: left;
    position: relative;
}
div#cat_lists div.index_cat_title a.index_full_list {
    float: right;
    font-size: 12px;
    font-weight:normal;
    margin-right: 20px;
    position: relative;
}

div#cat_lists div.index_cat_other {
    background-color: #ECF2F4;
    border-bottom: 1px solid #B5CAD0;
    border-top: 1px solid #B5CAD0;
}
/*
div#cat_lists div.index_cat_other a {
    color: #7C3412;
}
*/
div#cat_lists div.index_newest_container {
    float: left;
    width: 265px;
    text-align: justify;
    padding: 2px 2px 2px 10px;
}
div#cat_lists div.index_newest_title {
    font-size: 130%;
}
div#cat_lists div.index_newest_title a {
    color: #653F27;
    text-decoration: none;
}
div#cat_lists div.index_newest_date {
    font-size: 75%;
    margin-top: -3px;
    margin-bottom: 5px;
}
div#cat_lists div.index_newest_img {
    text-align: center;
    margin-bottom: 3px;
}
div#cat_lists div.index_newest_img img {
}
div#cat_lists div.index_titles {
    float:left;
    font-size:130%;
    width:290px;
    margin-left:13px;
}
div#cat_lists div.index_titles ul {
    margin-top: 0;
}
div#cat_lists li.index_last_title {
    padding-top: 7px;
}
div#cat_lists ul li a {
    color: #54543A;
}
div#cat_lists .index_titles ul {
    line-height:85%;
}

div#cat_lists ul li a:hover {
    color: #C08C14;
}
span.index_date {
    font-size: 65%;
}
div#cat_lists div.i_t_container {
    clear: both;
    padding-top:5px;
    margin-top: 5px;
    border-top: 1px solid #B7B7B7;
}
div#cat_lists div.first {
    border-top: none;
    padding-top:7px;
    margin-top: 0;
}
div#cat_lists .index_titles .index_small_img {
    float: left;
    margin: 0 5px 3px 0;
}
div#cat_lists .index_titles .titles_text {
    font-size: 80%;
    text-align: justify;
    line-height: 115%
}
span.comment_count {
    padding-left:18px;
    padding-top:4px;
    font-size: 14px;
    background: transparent url(img/comments.gif) no-repeat scroll 0 7px;
    text-decoration: none;
}

/* Blogas LT simboliu rodymas - keiciame fonta */
/*
div#cat_lists div.index_cat_title, div#cat_lists div.index_newest_title a, div#cat_lists div.index_titles a,
    div#archive h1 {
    font-family: "Times New Roman";
}
*/

div#short_cats {
    font-size: 150%;
    clear: both;
    margin-bottom: 3px;
    background-color: #FFF8F5;
    border-bottom: 1px dotted #c0c0c0;
    border-top: 1px dotted #c0c0c0;
    padding: 5px;
    font-size: 12px;
}
div#short_cats ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
div#short_cats ul li {
    display: block;
    float: left;
    margin: 0 15px 5px 0;
    padding: 0;
    width: 314px;
}
div#short_cats p.smallpost {
    text-align: justify;
    margin: 0;
}
div#short_cats img {
    float: left;
    margin-right: 4px;
}
div#short_cats a {
}
div#short_cats div#short_cats_more {
    clear: both;
    text-align: right;
    font-size: 10px;
    margin-right: 20px;
}
div#short_cats div.short_post_date {
    font-size: 9px;
    color: #969696;
}

a#show_comments {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}

/* Reklama tituliniame */
.reklama_index {
    text-align: center;
    clear: both;
    border: 1px dashed #c0c0c0;
    margin: 3px 5px;
}
.reklama_irase {
    clear:both;
    margin: 6px 0px;
    text-align: center;
}
.reklama_index img, .reklama_irase img {
    margin: 0;
}

#header .reklama_logo {
    width: 670px;
    height: 96px;
    float: left;
    margin-left: -12px;
    overflow: hidden;
}

img.archive-img {
    float: left;
    margin: 2px 5px 5px 2px;
}
