/* Post */
article {
  border-bottom: 1px solid #a67c6a;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

h1 { font-size: 160%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }

#content h1, #content h1 a,
#content h2, #content h2 a,
#content h3, #content h3 a {
  color: #663300;
  /*border-bottom: 1px solid #a67c6a;*/
  margin: 0;
  text-decoration: none;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover {
  color: #95a3c0;
}

/*.postmeta {
  font-size: 86%;
}*/

/*.widget-content h1,
.widget-content h2,
.widget-content h3
{
  margin-top: 0;
}
*/


.post-date, .author {
  font-size: 80%;
}
.post-date a, .author a {
  text-decoration: bold;
  color: #663300;
}
.post-tags {
	font-size: 80%;
}
.post-tags a {
    color: #663300;
		text-decoration: none;
		border-bottom: 1px dotted #663300;
}
.post-tags a:hover {
		border-bottom: 1px dashed #663300;
}
/* Navigation */
#navigation ul
{
  list-style-type:none;
  width: 200px;
  padding:0px;
  margin:0px;
  margin-left: auto;
  margin-right: auto;
}
#navigation ul li
{
  border-bottom: 1px solid #a67c6a;
  padding: 0;
  margin: 0;
}
/* Navigation links */
#navigation a
{
  color: #663300;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
#navigation a:hover,
#navigation .current-cat a
{
  color: #95a3c0;
}
.kitas
{
    background: url('../img/kitas.png') no-repeat;
    display: block;
    width: 105px;
    height: 29px;
}
.simple-button
{
		border: 0;
		font-family: Arial,Helvetica,sans-serif;
    background: url('../img/button.png') no-repeat;
    display: block;
    width: 105px;
    height: 29px;
    text-align: center;
}
input.simple-button
{
	padding-bottom: 3px;
}
a.simple-button, input.simple-button
{
    color: #663300;
    font-weight: bold;
    font-size: 90%;
    text-decoration: none;
    line-height: 26px;
    margin: 0 2px 0 2px;
}
a.simple-button:hover, input.simple-button:hover
{
  color: #95a3c0;
	cursor: pointer;
}
.share
{
    margin: 10px;
    display: none;
}
input.shareurl
{
    float: right;
    font-size: 80%;
    width: 360px;
}

/* Footer styles */

#footer .left
{
    float: left;
    margin: 0 10px 0 10px;
}
#footer .right
{
    float: right;
    margin: 0 10px 0 10px;
}
#footer a
{
    color: #663300;
		text-decoration: none;
		border-bottom: 1px dotted #663300;
}
#footer a:hover
{
    text-decoration: none;
		border-bottom: 1px dashed #663300;
}
.smalltext {
	font-size: 80%;
}
.smalltext a {
    color: #663300;
		text-decoration: none;
		border-bottom: 1px dotted #663300;
}
.smalltext a:hover {
		border-bottom: 1px dashed #663300;
}
/* Tags */
.tag {
	font-size: 80%;
}
.tag a, .tagcloud a {
    color: #663300;
		text-decoration: none;
}
.tag a:hover, .tagcloud a:hover {
	text-decoration: underline;
}
.tagcloud {
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.vardas
{
  color: #663300;
}
.clear
{
   clear:both;
}
.left
{
    float: left;
}
.right {
    float: right;
}


/* Form */
.form label, form label
{
  display: block;
  color: #333333;
}

input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  display: block;
  background-color:#fff;
  border: 1px solid #bbb;
  height: 24px;
  margin-bottom: 10px;
  width: 80%;
	font-size: 100%;
	padding: 0 4px 0 4px;
  font-family: Arial,Helvetica,sans-serif;
}
input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border-color:#666;
}
input.small {
  width: 100px;
}
textarea {
  height: 150px;
}

.error, input.error
{
	border-color: red;
}

/* Tooltips */
	.tooltip {
		display:none;
		background-color:#ffa;
		border:1px solid #cc9;
		padding:3px;
		font-size:13px;
		-moz-box-shadow: 2px 2px 11px #666;
		-webkit-box-shadow: 2px 2px 11px #666;
	}

	/* style the trigger elements */
	#triggers img {
		border:0;
		cursor:pointer;
		margin-left:11px;
	}

/* Pagination */
.wp-pagenavi {
	clear: both;
  font-size: 85%;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	/*border: 1px solid #BFBFBF;*/
	padding: 3px 5px;
	margin: 2px;
  color: #a67c6a;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	/*border-color: #000;*/
  border: 1px solid #a67c6a;
  margin: 1px;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

