/* @override 
	http://talsubioen.udrishost.net/wp-content/themes/bioen/style.css
	http://talsubioen.lv/wp-content/themes/bioen/style.css */

/*
Version: 0.1 - Bioen WP theme
Theme Name: Bioen
Theme URI: http://talsubioen.lv
Description: Talsubioen wordpress theme
Author: Aldis Udris
*/






/* @group Reset */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark

More info: http://html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
text-align: center;
padding: 3px;
}
table td, table th {
    border: 1px solid black;
}
table tr:first-child th {
    border-top: 0;
}
table tr:last-child td {
    border-bottom: 0;
}
table tr td:first-child,
table tr th:first-child {
    border-left: 0;
}
table tr td:last-child,
table tr th:last-child {
    border-right: 0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
sub { 
    vertical-align: sub;
    font-size: smaller;
}
sup { 
    vertical-align: super;
    font-size: smaller;
}
input, select {
	vertical-align:middle;
}
/* @end */

a:link { color: #3c4347;}
a:visited {	color: #3c4347;}
a:hover { color: #6f7a80;}
a:active { color: #6f7a80;}




/** Body
==============================================================================*/
html{
	height: 100% !important;
}
body {
	color: #444;
	margin: 0 auto;
	background: url(images/fons_pelekais_pareja.png) repeat-x 0 150px #b8c1c2;
	min-height: 100%!important;
	height: 100%!important;
	font: 14px/20px Arial, Helvetica, sans-serif;
}

/** Floats
==============================================================================*/

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/** Images
==============================================================================*/

.imgwrapsm, .imgwraplrg {
	background: url(images/loader.gif) no-repeat center center;
	border: 1px solid #ccc;
}

.imgwrapsm {
	height: 106px;
	width: 220px;
}

.imgwraplrg {
	height: 220px;
	width: 220px;
}

.imgwrapgallery {
	height: 223px;
	width: 223px;
	background: url(images/loader.gif) no-repeat center center #fff;
}

.imgfade {
	display: none;
}

#single img.left,
#page img.left,
#single img.alignleft,
#page img.alignleft {
	margin: 0 15px 8px 0;
}

#single img.imgfade.left {
	margin-bottom: 0;
}


#single img.alignleft,
#page img.alignleft {
	float: left;
}

#single img.right,
#page img.right,
#single img.alignright,
#page img.alignright {
	margin: 0 0 8px 15px;
}

#single img.alignright,
#page img.alignright {
	float: right;
}

#single img.centered,
#page img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.gallery {
	margin: 0px 15px 0px 0px;
}

a img {
	border: none;
	display: block;
}
/** pa_labi pa_kreisi
==============================================================================*/

.pa_labi{
	float: right;
	margin-left: 15px;
}
.pa_kreisi{
	float: left;
	margin-right: 10px;
}

/*
.attels_tekstaa_pa_kreisi{
	margin: 15px 15px 0px 15px;
	padding: 5px;
	background-color: #fbfbfb;
}

.attels_tekstaa_pa_labi{
	margin: 0 15px 0px 0 !important;
	padding: 5px;
	background-color: #fbfbfb;
	float: left;
}
*/
.wp-caption-text{
	text-indent: 5px!important;
	font-size: 12px;
	font-style: italic;
	color: #8e0000!important;
}


/** H Tags
==============================================================================*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 25px;
	line-height: 20px;
	margin: 0 0 10px 0;
}

h1.withsubhead {
	margin: 0;
}

h2 {
	font-size: 19px;
	line-height: 30px;
	color: #777;
	text-transform: uppercase;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 9px 0;
}

h4 {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 15px 0;
}

.widget h4 {
	padding: 0 0 4px 0;
	text-transform: uppercase;
	background: url(images/widget_divider.png) repeat-x bottom;
}

h5 {
	font-size: 14px;
	line-height: 20px;
}

h6 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

/** Links
==============================================================================*/

a:link {
	color: #365689;
	text-decoration: none;
}

a:visited {
	color: #1b3968;
	text-decoration: none;
}

a:hover {
	color: #4770b1;
	text-decoration: none;
}

a:active {
	color: #365689;
	text-decoration: none;
}

/** Buttons
==============================================================================*/

a.btn,
#tags a,
input.btn,
.readmore a,
#postnav .btn a {
	text-transform: uppercase;
	padding: 5px 15px;
	background: #fafafa;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

a.btn:hover,
#tags a:hover,
input.btn:hover,
.readmore a:hover,
#postnav .btn a:hover {
	color: #fff;
	background-color: #333;
	border-color: #000;
}

#tags a,
.readmore a,
a#tweetit.btn,
a#sendfacebook.btn {
	font-size: 10px;
	padding: 3px 8px;
	margin: 0 0 0 8px;
}

/** Paragraphs
==============================================================================*/
/*#page p img {
	margin-left: -35px;	
}*/

#page p {
	color: black;
	text-align: justify;
	text-indent: 35px;
}

#page p:last-child {margin-bottom: 23px;
}

.biobilde {
	margin: 20px;;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;

}

#page{
	padding-bottom: 30px!important;
	margin-bottom: 50px!important;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
#page img {
	border: 1px solid #bc5300;
}
#page ul li {
	list-style: none;
	margin-left: 20px;
}

.lasittalak{
	display: block;
	width: 120px;
	margin-top: 3px;
	text-indent: 20px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-style: dotted;
	border-width: 1px;
}

.datums{
	display: block;
	margin-bottom: 7px;
}


#postcontent p + p,
.page p + p {
	text-indent: 30px;
}

/** Dropcap
==============================================================================*/

.dropcap {
	float: left;
	font-size: 40px;
	line-height: 40px;
	margin: 0 5px 0 0;
}

.dropcap2 {
	float: left;
	font-size: 22px;
	padding: 8px 8px;
	color: #fff;
	background-color: #444;
	line-height: 40px;
	margin: 0 5px 0 0;
}

/** Divider
==============================================================================*/

.divider {
	display: block;
	margin: 30px 0;
	height: 1px;
	clear: both;
	background: url(images/widget_divider.png) repeat-x;
}

.divider.home {
	margin-top: 0px;
}
	

/** Lists
==============================================================================*/

#single dl,
#single ol,
#single ul {
	margin: 0 0 30px 30px;
}

#single ol li,
#single ul li,
#sidebar ul li {
	line-height: 18px;
}

#sidebar ul li,
#related ul li {
	padding: 4px 0;
}

#single dl {
	padding-left: 0;
}

#single dl dt {
	font-weight: bold;
}

#single ol li {
	list-style-type: decimal;
}

#single ul li {
	list-style-type: disc;
}

/** Tables
==============================================================================*/

#single table {
	border-spacing: 2px;
	margin: 0 0 30px 0;
}

#single th {
	font-weight: bold;
	border-top: 1px solid #b2ceed;
	border-bottom: 1px solid #91a8c3;
	background-color: #a3bdda;
}

#single th,
#single td {
	padding: 5px 10px;
}

#single tr.even {
	background-color: #cdcdcd;
}

/** Notifications
==============================================================================*/

.info, .warning, .error, .success, .note, .download {
	padding: 15px 15px 15px 48px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-weight: bold;
}

.info {
	border: 1px solid #64a6cc;
	background: url(images/icons/info_button_32.png) no-repeat 5px 10px #9dd7f9;
}

.warning {
	border: 1px solid #d0bc81;
	background: url(images/icons/warning_32.png) no-repeat 5px 10px #f9e29d;
}

.error {
	border: 1px solid #d3847a;
	background: url(images/icons/error_32.png) no-repeat 5px 10px #f9a89d;
}

.success {
	border: 1px solid #98cf70;
	background: url(images/icons/check_32.png) no-repeat 5px 10px #c5f99e;
}

.note {
	border: 1px solid #ccb577;
	background: url(images/icons/pencil_32.png) no-repeat 5px 10px #e9d49b;
}

.download {
	border: 1px solid #64c5e1;
	background: url(images/icons/blue_arrow_down_32.png) no-repeat 5px 10px #cce9f4;
}

/** Misc Elements
==============================================================================*/

code, pre {
	display: block;
	font-size: 10px;
	padding: 15px;
	margin: 0 0 30px 0;
	border: 1px solid #ccc;
	border-left: 5px solid #ccc;
	background-color: #fff;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	font-family: monaco,"Lucida Console",courier,mono-space;
}

blockquote {
	margin: 0 0 18px 36px;
	padding: 0 0 0 15px;
	font-style: italic;
	border-left: 3px solid #ccc;
}

.highlight {
	background: #f2db19;
}

/** Columns
==============================================================================*/

.singlecol {
	width: 225px;
	margin: 0 15px 0 0;
}

.onethirdcol {
	width: 305px;
	margin: 0 15px 0 0;
}

.twocol {
	width: 465px;
	margin: 0 15px 0 0;
}

.twothirdcol {
	width: 610px;
	margin: 0 15px 0 0;
}

.threecol {
	width: 705px;
	margin: 0 15px 0 0;
}

.fourcol {
	width: 945px;
}



/** Header
==============================================================================*/

#headerwrap {
	background: #212121;
	min-height: 49px;
	height: 166px;
	margin: 0 0 0 0;
	background: url(images/dumi3.png) no-repeat right -29px;  
	border-bottom: 3px solid #141617;
}

#fons_galvai {
	background: url(images/uguns_fons2.png) repeat-x 0 -107px;
}
#headerwrap.piecemaker {
	margin: 0 0 19px 0;
}

#headerinner {
	width: 945px;
	margin: 0 auto;
}

/** Container
==============================================================================*/

#container {
	width: 960px;
	padding:  10px 20px 20px 20px;
	margin: 0 auto;
}

/** Logo
==============================================================================*/

#logo {
	margin: 7px 0 2px;
	width: 90px;
}

#textlogo h1 {
	font-size: 24px;
	line-height: 24px;
	margin: 15px 0 0 0;
}

#textlogo h1 a {
	color: #efefef;
}


/** Nav
==============================================================================*/

.menu-bio_menu-container {
	text-transform: uppercase;
	position: relative;
	z-index: 999;
	padding-top: 136px;
	margin-left: 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin-top: 0;
}

.menu-bio_menu-container ul,
.menu-bio_menu-container ul ul {
	list-style: none;
	position: relative;
	z-index: 999;

}

.menu-bio_menu-container li ul li,
.menu-bio_menu-container li ul li ul a {
	background-image: none!important;
}

.menu-bio_menu-container li.menu-item {
	float: left;
	position: relative;
	z-index: 9999;
	line-height: 30px;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: url(images/uguns_fons2.png) repeat-x 0 -263px;
}

.menu-bio_menu-container li{
	margin: 0 1px 0 1px;
}
.menu-bio_menu-container li a {
	display: block;
	position: relative;
	float: left;
	padding: 0 16px;
	z-index: 99999;
	color: #fff;
}

.menu-bio_menu-container li a:hover,
.menu-bio_menu-container li:hover > a, 
.menu-bio_menu-container li.current-home, 
.menu-bio_menu-container li.current_page_item, 
.menu-bio_menu-container li.current-cat,
.menu-bio_menu-container li.current-menu-ancestor{
	background: url(images/uguns_fons2.png) repeat-x 0 -191px;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.menu-bio_menu-container ul ul {
	display: none;
	left: 0;
	position: absolute;
	top: 30px;
	width: 231px;
	padding: 0!important;
	background-color: #ff9700;
}

.menu-bio_menu-container li ul li {
	line-height: 20px;
}

.menu-bio_menu-container li ul a {
	width: 200px;
	height: auto;
	float: left;
	text-align: left;
	padding: 0 15px;
	border-top: 1px solid #333;
}

/*.menu-bio_menu-container li ul a:hover {
	text-decoration: none;
	background-color: #000000!important;
}*/

.menu-bio_menu-container ul ul ul {
	top: auto;
	border-top: none!important;
	border-bottom: none!important;
/*	background: #212121;*/
}	

.menu-bio_menu-container ul li ul li:last-child a{
	-webkit-border-bottom-right-radius: 5px!important;
	-webkit-border-bottom-left-radius: 5px!important;
	-moz-border-radius-bottomright: 5px!important;
	-moz-border-radius-bottomleft: 5px!important;
	border-bottom-right-radius: 5px!important;
	border-bottom-left-radius: 5px!important;
}



.menu-bio_menu-container li ul ul {
	left: 230px;
}

.menu-bio_menu-container li:hover ul ul,
.menu-bio_menu-container li:hover ul ul ul,
.menu-bio_menu-container li:hover ul ul ul ul {
	display: none;	
}

.menu-bio_menu-container li:hover ul,
.menu-bio_menu-container li li:hover ul,
.menu-bio_menu-container li li li:hover ul,
.menu-bio_menu-container li li li li:hover ul {
	display: block;
}


/** Search
==============================================================================*/

#s {
	height: 14px;
	width: 184px;
	font-size: 10px;
	text-transform: uppercase;
	margin: 7px 0 0 0;
	padding: 3px 8px 2px 8px;
	border: 1px solid #6a6a6a;
	background: #fff;
}

/** Slider
==============================================================================*/

#featured {
	height: 352px;
	width: 943px;
	margin: 0 0 15px 0;
	overflow: hidden;
	border: 1px solid #dadada;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: rgba(0, 0, 0, 0.07);
}

#featured.piecemaker {
	width: 945px;
	height: 450px;
	padding: 0;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	background: url(images/piecemaker_shadow.png) no-repeat bottom;
}

#featured img {
	margin: 0 30px 0 0;
}

.featured-text {
	width: 341px;
	height: 279px;
	padding: 30px 30px 30px 0;
	overflow: hidden;
}

#featurednav {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
}

#featurednavinner {
	width: 34px;
}

#featurednav a#prevarrow,
#featurednav a#nextarrow {
	display: block;
	height: 16px;
	width: 14px;
	background: url(images/slider_arrows.png) no-repeat;
}

#featurednav a#prevarrow {
	background-position: 0 0;
}

#featurednav a#nextarrow {
	background-position: -20px 0;
}

#featurednav a#prevarrow:hover {
	background-position: 0 -16px;
}

#featurednav a#nextarrow:hover {
	background-position: -20px -16px;
}

#featurednav a#prevarrow span,
#featurednav a#nextarrow span {
	display: none;
}

#slides {
	height: 354px;
	width: 945px;
	overflow: hidden;
}

/** Welcome Bar
==============================================================================*/

#welcome {
	margin: 15px 0;
	padding-top: 15px;
	text-align: center;
	background: url(images/widget_divider.png) repeat-x top;
}

#welcome.jslider {
	background: none;
	margin-top: 0;
	padding-top: 0;
}

#welcome h3 {
	margin: 0;
}

/** Article
==============================================================================*/

#adminedit {
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	padding: 8px;
	border: 1px solid #cdcdcd;
	background: #ffffe5;
}

#latestarticles, #homegallery {
	margin-bottom: 30px;
}

.article img, #single img  {
	padding: 5px;
	background: #fff;
}

.imgpeel {
	float: right;
	width: 100%;
	height: 8px;
	margin: 0 0 2px 0;
	background: url(images/img_peel.png) no-repeat right;
}

.twothirdcol .article img {
	margin: 0;
}

.meta {
	margin: 0;
	font-size: 10px;
	color: #777;
	text-transform: uppercase;
}

.videoplayer {
	margin: 0 0 15px 0;
}

span.datums {
	font-size: 10px;
	margin-top: -10px;
}

.aktual p{
	margin-top: -10px;
	margin-bottom: 15px;
}

.video p {
	margin: 0;
}

#blog.twothirdcol .article {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	background: url(images/widget_divider.png) repeat-x bottom;
}

#blog .articlecontent {
	width: 372px;
}

/** Hybrid
==============================================================================*/

#welcome.articlesoff {
	padding-bottom: 15px;
}

#featured.welcomeoff, #welcome.articlesoff {
	margin: 0 0 30px 0;
}

#featurednav.welcomeoff {
	border-bottom: none;
}

/** Gallery
==============================================================================*/

#gallery .image.singlecol.left {
	width: 223px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: url(images/widget_bg.png) repeat-x top rgb(240, 240, 240); /* The Fallback */
	background: url(images/widget_bg.png) repeat-x top rgba(0, 0, 0, 0.07);
	margin-bottom: 15px;
}

#gallery .image.singlecol.left:hover {
	background: url(images/widget_bg.png) repeat-x top rgb(247, 247, 247); /* The Fallback */
	background: url(images/widget_bg.png) repeat-x top rgba(0, 0, 0, 0.09);
}

#gallery p.meta {
	padding: 5px 15px;
}

h4.imgtitle {
	padding: 5px 15px 15px 15px;
}

/** Post Nav
==============================================================================*/

#postnav {
	float: left;
	margin: 0 0 30px 0;
}

#gallery #postnav {
	width: 945px;
}

/** Single
==============================================================================*/

#single .imgpeel {
	margin: 0 0 15px 0;
}

#tags {
	margin: 0 0 30px 0;
}

#authorinfo {
	padding: 15px 15px 0 15px;
	border: 1px solid #dadada;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: rgba(0, 0, 0, 0.07);
}

#authorinfo img.avatar {
	float: left;
	margin: 0 24px 24px 0;
	border: 1px solid #dadada;
}

#social {
	width: 578px;
	margin: 15px 0 0 0;
	padding: 15px;
	border: 1px solid #dadada;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: rgba(0, 0, 0, 0.07);
}

#social p {
	position: relative;
	top: 5px;
	margin: 0;
	font-weight: bold;
}

#related {
	padding: 15px 0 0 0;
	margin: 0 0 30px 0;
	border-top: 1px solid #ccc;
}

img.relatedtn {
	margin: 0 5px 0 0;
	border: 1px solid #dadada;
}

/** Page
==============================================================================*/

#page img .pa_labi {
	margin: 0 0 0px 15px;
	float: right;
}
#page img .pa_kreisi {
	margin: 0 20px0 0px 0px;
	float: left;
}

#page {
	padding: 15px;
	background-color: white;
}

#page .neindent {
	text-indent: 0;
}
#page .pabidit{
	margin-left: 30px;
}
/** Read More
==============================================================================*/

.articlecontent .readmore, .nophoto .readmore {
	margin: 0;
}


/** Widgets
==============================================================================*/

.widget {
	padding: 15px;
	width: 273px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: url(images/widget_bg.png) repeat-x top rgb(240, 240, 240); /* The Fallback */
	background: url(images/widget_bg.png) repeat-x top rgba(0, 0, 0, 0.07);
	margin: 0 0 15px 0;
}

.widget ul li {
	border-bottom: 1px solid #efefef;
}

#sidebar img {
	border: 1px solid #ccc;
}

.smsqad {
	margin: 0 15px 15px 0;
}

.smsqad.last {
	margin-right: 0;
}

#advertise {
	font-size: 10px;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}

#sidebar #flickr img {
	float: left;
	margin: 0 8px 8px 0;
	height: 58px;
	width: 58px;
}

.popWidget img.left {
	margin: 0 0 0 8px;
}

.popWidget span {
	position: relative;
	top: 5px;
}


/** Twitter Widget
==============================================================================*/

.tweet .tweet_text {
	font-size: 10px;
	color: #d0d0d0;
	line-height: 12px;
}

#twitter ul {
	margin: 0;
	padding: 0;
}

#twitter ul li {
	list-style-type: none;
	line-height: 18px;
	padding: 0 0 6px 0;
	margin: 0 0 6px 0;
	border-bottom: 1px solid #dadada;
}

.last-tweet {
	border: none;
}

.date, .author {
	text-transform: uppercase;
	font-size: 10px;
	color: #666;
}

/** Comment Form / Contact Form
==============================================================================*/

#commentform,
#contactform {
	width: 610px;
}

#formwrap,
#contactform {
	width: 354px;
	padding: 0 15px 0 0;
	border-right: 1px solid #ccc;
}

fieldset {
	border: none;
}

#commentform .text-input,
#contactform .text-input,
#commentform select,
#contactform select {
	width: 578px;
	font-size: 11px;
	margin: 0 5px 10px 0;
	border: 1px solid #dadada;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: #fafafa;
}

#contactform .text-input,
#contactform select {
	width: 322px;
}

#commentform input.text-input,
#contactform input.text-input {
	padding: 6px 15px;
}

#commentform select {
	padding: 5px 3px 5px 15px;
}

#commentform textarea.text-input,
#contactform textarea.text-input {
	height: 178px;
	padding: 6px 15px 0 15px;
}

#commentform input:focus,
#commentform select:focus,
#commentform textarea:focus,
#contactform input:focus,
#contactform select:focus,
#contactform textarea:focus{
	background: #efefef;
}

#submit {
	font-size: 10px;
	text-transform: uppercase;
}

#submit:hover {
	cursor: pointer;	
}

#comments {
	margin: 32px 0 32px 0;
}

.userinfo {
	border-top: 1px solid #cdcdcd;
	padding: 8px 0 0 0;
}

.userinfo p {
	margin: 0;
}

p.user {
	font-size: 16px;
}

p.comdate {
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
}

.useravatar {
	width: 42px;
}

#single .useravatar img.avatar {
	padding: 0;
	border: 1px solid #dadada;
}

div.rightcol p.comdate:last-child {
	margin: 0;
}

#comments .rightcol {
	margin-bottom: 24px;
}

.comcontent {
	width: 578px;
	margin: 0 0 24px 0;
	border: 1px solid #dadada;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: #fafafa;
}

.comcontent, #loggedin {
	padding: 15px;
	border: 1px solid #cdcdcd;
	background: #f7f7f7;
}

.authcomment {
	background: #ffffe5;
}

.editcom {
	font-size: 10px;
	margin: 0;
	text-align: right;
	text-transform: uppercase;
}

/** Footer
==============================================================================*/

#footer {
	font-size: 10px;
	text-transform: uppercase;
	padding: 10px 20px 10px;
	border-top: 2px solid #212121;
	clear: both;
	display: block;
	height: 20px;
width: 100%;
	background: #fff;
	position: fixed;
	bottom: 0;
	opacity: 0.9;
}
.viss_paltums{
	width: 960px;
	margin: 0 auto;
}

.viss_paltums p.left {	margin: 10px 0px 0px 10px;}
.viss_paltums p.right {margin: 10px 10px 0px 0px;}

#footerwidgets {
	width: 960px;
}

#footerdivider {
	margin:15px 0;
}

/** Remove Margin From Last Item
==============================================================================*/

.last, img.last {
	margin-right: 0;
}


/** Kontakti
==============================================================================*/
#kontakti{
	margin: 0!important;
	padding: 15px!important;
	background-color: white;
	
	padding-bottom: 30px!important;
	margin-bottom: 40px!important;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
#kontakti p{
	text-indent: 0;
	display: block;
	width: 240px;
}

span.kontaktu_hover {
	width: 230px!important;
}

div.kontaktu_lapa {
	width: 290px!important;
	float: left;
}

.kontaktu_lapa b{
	float: left;
}

.kontaktu_lapa i{
	display: block;
	width: 270px!important;
	margin-right	: 25px;
	text-align: right;
}

.pabidit_uz_leju{
	padding-bottom: 15px;
	display: block;
	height: 20px;
}

a.banneris_img img{
	margin: 0 auto;
}

.karte{
	float: right;
}
