
@import url('http://x-f.lv/css/common.css');

body {
  background-image: none;
}
a {
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s;
}
#header {
  border-width: 0px;
  position: fixed;
  width: 100%;
  height: 80px;
  background-image: url('http://x-f.lv/i/header-bg-transp.png');
  background-repeat: repeat-x;
}
#sidebar {
  float: none;
  position: fixed;
}
#page {
  padding: 100px 20px 20px 20px;
}

blockquote {
  border-left: 5px solid #7EAF10;
  padding-left: 10px;
}

#content {
  min-width: 60%;
}
#topmenu a img {
  vertical-align: bottom;
  margin-top: 5px;
  padding-bottom: 3px;
}

.item h1 img {
  vertical-align: middle;
}

.item p {
  line-height: 130%;
}
.item, .comment {
  margin-bottom: 15px;
  clear: both;
}
.item .text,
.comment .text {
  padding-top: 10px;
}
.item .text img {
  max-width: 100%;
}
.comment h2, .comment .text, .comment .meta {
  border-left: 5px solid #ddd;
  padding-left: 7px;
  margin-left: 2px;
  -webkit-transition: border-color .3s;
  -moz-transition: border-color .3s;
  transition: border-color .3s;
}
.comment:hover h2, .comment:hover .text , .comment:hover .meta {
  border-color: #7EAF10;
}

#r {
  padding-top: 20px;
  border-top: 1px dotted silver;
}

.userpic {
  float: right;
  margin: 0px 0px 5px 5px;
}
.userpic {
  border: 1px solid silver;
  padding: 2px;
}
.userpic-x_f, .userpic-kemune, .userpic-sursurs, .userpic-antikrists {
  border-width: 0px;
  padding: 0px;
}
.pic {
  text-align: center;
}
div.video {
  text-align: center;
}
#tag-cloud {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: x-small;
  font-weight: bold;
  text-align: center;
}

.comments {
  text-align: right;
  margin-bottom: 15px;
}

.meta {
  color: gray;
  font-size: .9em;
  margin: 10px 0;
}

.frozen { border: 1px solid #d4edff; background-color: #f8fbfd; }
.screened { border: 1px solid #d1fdd4; background-color: #f8fdf8; }
.justposted { border: 1px solid orange; }

.nocomments {
  color: #666;
}
.ljtaglist span {
  color: #777;
}

input, select, textarea {background: #fbfbfb; border: 1px solid #dfdfdf; color: #555; font: 12px 'trebuchet ms', 'verdana', sans-serif; margin-right: 2px; padding-right: 2px; padding-left: 2px;}
textarea {padding: 5px; overflow: auto;}
input:hover, select:hover, textarea:hover {background: #ffffff; border: 1px solid #bfbfbf;}
input:focus, select:focus, textarea:focus {background: #ffffff; border: 1px solid #ed7b00;}
input[type=radio], input[type=checkbox] {border: 0px; background-color: transparent;}
textarea#commenttext {width: 98% !important;}
input.textbox[name=subject] {width: 85%;}
#username {background: transparent url('http://x-f.lv/v3/s2/andreas01/replyform-ljuser.gif') no-repeat scroll 0px 3px; padding-left: 17px; font-weight: bold;}
#postform, #postform td { font: 12px 'trebuchet ms', 'verdana', sans-serif; }
#p { border-top: 1px solid #ddd; }

form table {text-align: left; font-size: 12px;}
#talkpostfromanon, #talkpostfromremote, #talkpostfromlj, #logincheck {border: 0px; background: none;}
.ljcomsel {border: 0px; margin: 0px 0px -1px 0px; padding: 0px;}

#mass_forma {border: 1px solid #ddd; background-color: #fafafa; padding: 2px; font-size: smaller;}

code, tt {
  font-size: 1.1em;
}

.kalendars {
  border-collapse: collapse;
  margin: 15px;
}
.kalendars th, .kalendars td {
  padding: 3px 10px;
  border: 1px solid silver;
}
.kalendars td:first-child, .kalendars th:first-child {
  border-left-width: 0px;
}
.kalendars td:last-child, .kalendars th:last-child {
  border-right-width: 0px;
}
.kalendars td:first-child, .kalendars th:first-child {
  border-left-width: 0px;
}
.kalendars tr:first-child th {
  border-top-width: 0px;
}
.kalendars tr:last-child td {
  border-bottom-width: 0px;
}

/* -------------- quickreply --------------- */
#qrform #body {
	width: 97% !important;
}
#qrform table {
	border: 1px solid #eee !important;
}
#qrform table:hover {
  background-color: #fbfbfb !important;
  border: 1px solid #ccc !important;
}
#qrform table, #qrform table td { font: 12px 'trebuchet ms', 'verdana', sans-serif; }

