/*
Theme Name: LNB teema 
Theme URI: http://lnb.lv/
Description: LNB tēma
Version: 0.1 
Author: Gunta Kļaviņa
Author URI: http://lnb.lv/
*/

/* Globals 
=================================== */
a {color: #990022;}
a:hover {color: #066dae}

.alt { background-color: #fff; }

pre, code { font: 1.0em Monaco, 'Courier New', monospace; }

p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

.delete:hover {
	background-color: #c00;
	color: #fff;
}


fieldset {
	border-width: 0;
	padding: 0;
	margin: 0;
}

img.avatar { border: 1px solid #ddd; }

.bozo { background-color: #eeee88; }

.alt.bozo { background-color: #ffff99; }

.deleted { background-color: #ee8888; }

.alt.deleted { background-color: #ff9999; }

/* Structure
=================================== */




.bbcrumb {
	font-size: 0.9em;
}


.notice {
	border: 2px solid #4c9545;
	background-color: #abd8a2;
	color: #4c9545;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 1.1em;
}

.notice p { margin-bottom: 0; }

/* Login Form
=================================== */
/*
.login {
	font-weight: normal;
	color: #444;
	font-size: 12px;
}



.login p { padding: 0 0 4px; }

.login label {

	padding-right: 10px;
	line-height: 14px;
}

form.login input {
	border: 1px solid #999;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
}

form.login input#submit {

	margin-top: 14px;
	margin-bottom: -10px;

}

div.remember label {

	padding: 0;
	margin: 6px 0 0 0;
	line-height: 12px;
}

form.login input#remember {
	border-width: 0;
	padding: 0;
	margin: 0;

}*/

/* Front Page
=================================== */



.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
border: 1px solid #f1ecde;
background: #fff;
width: 900px;
padding: 15px;
}

#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register {
	color: #333;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { background-color: #a1d29a; }

/* Topic Page
=================================== */


.nav {
	margin: 0;
	padding: 1px 0;
}

.nav span { font-weight: bold; margin: 10px 0;}

.nav span, .nav a { padding: 6px; margin: 10px 0;}

#thread {
	list-style: none;
	margin: 0;
	padding: 0;
}

#thread li {
	line-height: 1.5em;
	clear: both;
	/* Hack to force padding on .threadauthor on IE */
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	float: left;
	width: 120px;
    overflow: hidden;
}

.threadauthor p { margin: 0; }

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.threadpost {
width: 750px; float: left;
}

#thread li.alt .threadpost { background-color: transparent; }

#thread li.deleted { background-color: transparent; }

#thread li.deleted .threadpost { background-color: #ee8888; }

#thread li.alt.deleted .threadpost { background-color: #ff9999; }

#thread .post {
	_height: 90px; /* Hack to fix broken .alt coloring in IE6 */
}

#thread .post blockquote {
	margin: 0 0 0 4ex;
	padding: 0 0 0 1ex;
	border-left: 5px solid #ccc;
}

.poststuff {
	clear:both;
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

.postform {
width: 930px;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 720px;
	display: block;
}

.postform label { display: block; }

#manage-tags {
	margin: 10px 0;
	list-style: none;
}

#manage-tags li {
	width: 200px;
	padding-bottom: 10px;
}


.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
}



#topic-move { margin-top: 1em; }

/* Other
=================================== */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }

#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: -8px;
}

#forumlist td, #favorites td { padding: 5px 10px; border-bottom: 1px solid #e3d9bd}

#forumlist tr td div.nest {
	padding-left: 2.5ex;
}

#forumlist tr:hover, #favorites tr:hover { background-color: #f6f1de; }

#forumlist th, #favorites th {
	padding: 5px 10px;
	background: #efe6ce;
	border-bottom: 1px solid #e5dcc6;
}

#forumlist, #favorites {

	margin-bottom: 2em;
}

/* Profile Page
=================================== */

#profile-menu {
	list-style: none;
	right: 0;
}

#profile-menu li {
	display: inline;
	margin-left: 3px;
}

#profile-menu li a {
	font-size: 1.1em;
	background-color: #ddd;
	padding: 4px 7px;
	border-top: 3px double #9e9e9e;
	position: relative;
	top: -10px;
}

#profile-menu li.current a {
	background-color: #bbb;
	border-top: 1px solid #9e9e9e;
}

#profile-menu li a:hover {
	background-color: #e4f3e1;
}

#useravatar { margin-bottom: 1em; }

#useravatar img { display: block; border-width: 3px; border-style: double; }

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; }

.user-recent ol { margin: 5px 0 0 0; }

.user-recent ol li { margin: 0 0 3px; font-size: 0.9em;}
.user-recent ol li a {display: block; font-size: 1.1em;}


/* Login, Register, Profile Edit
=================================== */

#login-page fieldset,
#register-page fieldset,
#profile-page fieldset {
background: #fff;
border: 1px solid #f1ecde;
width: 930px;
font-size: 1.2em;
}

#login-page legend,
#register-page legend,
#profile-page legend {
	padding: 0 15px;
    font-weight: normal;
}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: left;
	margin: 0 15px;
	width: 95%;
	border-collapse: collapse;
}

#login-page fieldset table tr.required th,
#register-page fieldset table tr.required th,
#profile-page fieldset table tr.required th {
	padding: 5px;
	text-align: left;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
    font-weight: bold;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	padding: 5px;
	text-align: left;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
    font-weight: normal;
}

#login-page fieldset table td,
#register-page fieldset table td,
#profile-page fieldset table td {
	padding: 5px;
}

#login-page fieldset table td p,
#register-page fieldset table td p,
#profile-page fieldset table td p{
	margin: 5px 0;
}

#login-page fieldset p,
#register-page fieldset p,
#profile-page fieldset p {
	font-size: 11px;
	margin: 10px 16px;
}

#login-page sup.required,
#register-page sup.required,
#profile-page sup.required {
	color: red;
}

.form-invalid {
	background-color: #ffebe8 !important;
}

.form-invalid input {
	border-color: #c00 !important;
}

.form-table input, .form-table textarea {
	border-color: #c6d9e9;
}

/*NEW*/
body {margin: 0; padding: 0; background: #f6f1de; font-family: Verdana; font-size: 85%; color: #38230e;}
#logo {float: left; line-height: 85%; color: #fff; font-weight: normal; letter-spacing: -0.05em; font-size: 180%; padding: 17px 0 17px 30px; font-family: Times New Roman; margin: 0;}
#logo a, #logo a:hover {color: #fff !important; text-decoration: none;}
#logo strong {display: block;}
#header {background: #580000; min-width: 992px;}
#header-wrapper {margin: 0; width: 990px; border-left: 1px solid #693443; border-right: 1px solid #693443;}
#menu-header {text-align: left; list-style-type: none; font-size: 90%; margin: 0; padding: 30px 15px 15px 0; float: right;}
#menu-header li {display: inline; padding: 0 0 0 20px;}
#menu-header a { padding: 2px; color: #e4d9dc !important; text-decoration: none;}
#menu-header a:hover {color: #fff !important; text-decoration: none;}

#header-top {background: #460101; border-bottom: 1px solid #693443;  min-width: 992px;}
#header-top-wrapper {margin: 0; width: 990px;}
#header-top-wrapper p {width: 400px; float: left; color: #fff; margin: 0; font-size: 80%; padding: 6px 0 0 30px; color: #c1b3b6}

#menu-lang {margin: 0; list-style-type: none; font-size: 80%; float: right; padding: 6px 0 6px 0; color: #b0a1a5 }
#menu-lang a {color: #fff; text-decoration: none; display: block; padding-right: 13px;}
#menu-lang a:hover {color: #fff !important; text-decoration: none;}
#menu-related {margin: 0; list-style-type: none; font-size: 80%; float: left; padding: 6px 15px 6px 15px; color: #b0a1a5 }
#menu-related li {display: inline; padding-right: 15px;}
#menu-related a {color: #c1b3b6; text-decoration: none; }
#menu-related a:hover {color: #fff !important; text-decoration: none;}

.clearfix:after  {
    content: ".";
    display: block;
    height: 0; 
    clear: both;
    visibility: hidden;
}

#menu-footer {list-style-type: none; margin: 10px 0 5px 0; padding: 0;}
#menu-footer li {display: inline; margin: 0; padding: 0 6px 0 0;}

#footer {width: 970px; margin: 0; font-size: 80%; padding: 20px 10px 10px 30px; color: #88816b;}
#footer a {color: #635d48;}

#footer ul {margin: 0;}


#menu-main-wrapper {margin: 0; width: 990px; background: #efe6ce; border: 1px solid #e3d9bd; border-top: none; border-bottom: none;}

#menu-main {background: #efe6ce; border-top: 1px solid #efe6ce; margin: 0;}
#menu-main-home {background: #f6f1de; border-top: 1px solid #efe6ce; margin: 0;}
#menu-main p, #menu-main-home p {margin: 0;}
#menu-main-list {margin: 0; padding: 0; list-style-type: none; font-weight: bold; font-size: 110%;}
#menu-main-list li {display: block; float: left; padding: 5px 0; line-height: 25px;}
#menu-main-search-field, #sQuery {width: 165px !important;;}
#menu-main-list a {color: #902 !important;}
#menu-main-list a:hover {color: #066dae !important;}

#menu-main-search {display: block; float: left; border-right: 1px solid #ddd3bc; width: 550px;}
#menu-main-search a {font-size: 75%; font-weight: normal; padding-left: 10px;}
#menu-main-search label {display: block; float: left; width: 140px; padding-left: 30px !IMPORTANT; overflow: hidden;}


#menu-main-browse {display: block; float: left; text-align: center; width: 200px;}
#menu-main-read  {display: block; float: left; border-right: 1px solid #ddd3bc; text-align: center; width: 220px;}

		#content {background: #fbf8eb; padding-top: 0; margin: 0; min-width: 990px; border-bottom: 1px solid #e5dcc6;}
  /*		#wrapper-inner {background: #f6f4f0;}     */

		#content-inner {margin: 0 0 0 30px; width: 990px; padding-bottom: 10px;}
#content h2 {margin-bottom: 4px; font-weight: normal; font-size: 180%; color: #38230e; margin-top: 0;  font-family: Georgia; padding-top: 15px;}



#latest, #forumlist, #favorites {
border-collapse: collapse;
border: 1px solid #e5dcc6;
font-size: 0.9em;
width: 950px;
}
#latest th, #forumlist th, #favorites th {
background: #efe6ce;
border: 1px solid #f1ecde;
padding: 7px 10px;
text-align: left;
}
#latest td, #forumlist td, #favorites td
{
border: 1px solid #f1ecde;
background: #fff;
padding: 7px 10px;
}
.num {
  text-align: center;
}

#add-new-topic {
  background: #fff; padding: 10px 20px; border: 1px solid #f1ecde; width: 150px; float: right;
}


#discussions {
  width: 950px;
}


#thread .thread-post {
  width: 930px;
border: 1px solid #f1ecde;
background: #fff;
padding: 7px 10px;
font-size: 0.9em;
margin-bottom: 10px;
}




#yourtaglist li {
  display: inline;
  list-style-type: none;
}

#topic-tags
{
border: 1px solid #f1ecde;
background: #fff;
padding: 7px 10px;
}

.topicmeta {margin: 0; padding: 0; list-style-type: none; float: right;}
.topicmeta li {margin: 0; padding: 3px; font-size: 0.8em; border: 1px solid #f1ecde;
background: #fff; float: right;}

.topic-rss
{margin: 0; padding: 0; font-size: 0.8em; border: 1px solid #f1ecde;
background: #fff;}

#topic-heading {float: left; width: 600px;}

.infobox {
  width: 950px;
}

.nav {
  margin: 5px 0;
}
#yourtaglist {
  margin: 0; padding: 0; font-size: 0.9em;
}
#yourtaglist li {padding-right: 3px;}

#tag-form {float: right;  width: 250px;
}


#othertags {
   float: left;   width: 600px
}

#userpage
{
border: 1px solid #f1ecde;
background: #fff;
padding: 7px 10px;
font-size: 0.9em;
  width: 950px;
}
#menu-main-wrapper {
  height: 35px;
}


#menu-main-wrapper p {
  line-height: 35px;
}

#postform-2
{
border: 1px solid #f1ecde;
background: #fff;
padding: 7px 10px;
font-size: 0.9em;
width: 930px;
}

#postform-2  label {
	float: left;
	width: 120px;
    font-size: 1.2em;
    line-height: 20px;
}

#postform-2 span
{
float: left; width: 780px;
}

#topic {width: 400px; height: 20px; font-size: 1.4em; line-height: 20px; font-weight: bold;}


#tags-input  {width: 400px; height: 20px; font-size: 1.4em; line-height: 20px;}

#post_content {
  width: 750px;
  height: 250px;
  font-family: Verdana;
font-size: 1.1em;
}



#hottags
{
border: 1px solid #f1ecde;
background: #fff;
padding: 7px 10px;
font-size: 0.9em;
width: 930px;
}


#menu-main-wrapper
{
position: relative;
left: 0;
}

#switchable-login-form
{
display: none;
position: absolute;
z-index: 99;
width: 300px;
left: 20px;
top: 37px;
background-color: #fff;
border: 1px solid #990022;
padding: 10px;
font-size: 0.9em;
}

#switchable-login-form label
{
width: 95px;
float: left;
}
#switchable-login-form #user_login, #switchable-login-form #password{
  width: 150px;
}
#switchable-login-form p
{
margin: 0;
width: 290px;
}

#switchable-login-form label {display: block; float: left; width: 95px;}
#switchable-login-form span {display: block; float: left; width: 180px;}



a.close
{
display: block;
background-image: url(images/x.png);
background-repeat: no-repeat;
background-position: center right;
/*width: 10px;*/
height: 10px;
}

#switchable-search-form
{
display: none;
position: absolute;
z-index: 99;
width: 300px;
background-color: #fff;
border: 1px solid #e5dcc6;
top: 37px;
right: 10px;
padding: 5px;
}

#switchable-search-form.logged
{
display: none;
right: 80px;
}

#menu-floated-right
{
line-height: 35px; font-size: 0.9em; padding-right: 15px;
}

#menu-floated-left
{
line-height: 35px; font-size: 0.9em; padding-left: 30px;
}

.clearer {
  clear: both; height: 1; margin: 0; padding: 0;
}

#headline {
  width: 950px;
  margin-top: 0;
  padding-top: 10px;
  margin-bottom: 0;
}

#add-new-topic
{
  text-align: center;
  font-weight: bold !important;
  width: 150px !important;
  margin: 0;
  float: right;
}

.bbcrumb {width: 600px; margin: 0; float: left}

#home-intro {
  float: left; width: 700px; line-height: 150%;
}

#rss-btn {
  margin: 0; display: block; float: right; background: url("images/rss.png") no-repeat bottom left; padding-left: 20px; font-family: verdana, sans-serif; font-size: 0.45em !important; text-decoration: none; height: 14px; padding-top: 10px; color: #066dae; font-weight: strong !important;
}
#rss-btn a:hover {
  text-decoration: underline;
}

#home-intro h2 {font-family: Georgia; font-size: 140%; font-weight: normal; margin: 0; color: #1e6c9d;}

#login-after label {display: block; float: left; width: 120px;}
#login-after span {display: block; float: left; width: 600px;}
#login-after span input {width: 200px; height: 18px;}
#login-after p {width: 800px;}

.rss-link {
  display: block; margin: 0; background: url("images/rss.png") no-repeat bottom left; padding-left: 20px; height: 14px;
}

#favorite-toggle {margin-right: 2px; line-height: 14px;}

h2.post-form {0; margin: 0 !important;}

.bbcrumb {font-size: 0.8em !important;}

tr.required td {color: #990022; font-size: 0.85em;}
tr.error th {font-weight: bold !important;}

}


