﻿/* General */
body
{
  font: 13px Tahoma;
  line-height: 20px;
  margin: 0;
  padding: 0;
  min-width: 1000px;
}

a
{
  color: #055fb1;
}

a:hover
{
  text-decoration: none;
}

h1, h2, h3
{
  color: #ed1c24;
  font-weight: normal;
  line-height: normal;
}

h1
{
  font-size: 26px;
}

h2
{
  font-size: 21px;
}

h3
{
  font-size: 17px;
}

h1 a, h2 a, h3 a
{
  color: #ed1c24;
}

p
{
}

em
{
  color: #999999;
  font-size: 11px;
  font-style: normal;
}

/* Header */
#header
{
  background: #ededed url(../Images/Header.jpg) no-repeat center top;
  height: 336px;
  overflow: hidden;
}

#header .container
{
  margin: 0 auto 0;
  position: relative;
  width: 1000px;
  overflow: hidden;
}

#header .container .sidebar
{
  float: right;
  margin-left: 50px;
  padding-top: 20px;
}

#header .container .sidebar .main-menu
{
  color: #ffffff;
  font-size: 11px;
  text-align: right;
}

#header .container .sidebar .main-menu a
{
  color: #ffffff;
}

#header .container .sidebar .user-menu
{
  color: #ffffff;
  font-size: 11px;
  text-align: right;
}

#header .container .sidebar .user-menu a
{
  color: #ffffff;
}

#header .container .sidebar .search-menu
{
  text-align: right;
  margin-top: 10px;
}

#header .container .sidebar .search-menu input[type="text"]
{
  font-size: 11px;
  width: 160px;
}

#header .container .sidebar .search-menu input[type="submit"]
{
  font-size: 11px;
  width: 140px;
}

#header .container .sidebar .rubrics
{
  margin: 60px 0 0 100px;
}

#header .container .sidebar .rubrics a
{
  display: block;
}

#header .container .default-page
{
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 190px;
  width: 130px;
  height: 80px;
}

#header .container .create-post
{
  cursor: pointer;
  position: absolute;
  left: 430px;
  top: 166px;
  width: 124px;
  height: 124px;
}

/* Content */
#content
{
  background: #ededed url(../Images/Content.png) repeat-y center;
}

#content .container
{
  margin: 0 auto 0;
  width: 1000px;
  min-height: 600px;
  overflow: hidden;
}

#content .container .default
{
  float: left;
  padding-left: 20px;
  width: 650px;
}

#content .container .default .categories
{
}

#content .container .default .categories a.active
{
  background: #055fb1;
  color: #ffffff;
  padding: 5px 10px 5px;
}

#content .container .sidebar
{
  float: right;
  width: 240px;
}

/* Experts */
.expert
{
  margin-top: 10px;
}

.expert p
{
  margin: 0;
}

.expert p.small
{
  font-size: 11px;
}

.expert .name
{
  background: #055fb0;
  color: #ffffff;
  padding: 10px;
  overflow: hidden;
}

.expert .name img
{
  float: left;
  margin: -10px;
  margin-right: 20px;
  max-width: 100px;
  max-height: 100px;
}

.expert .contacts
{
  color: #055fb0;
  font-size: 11px;
}

.expert .posts
{
}

.expert .posts a
{
  display: block;
}

.expert .comments
{
}

.expert .comments a
{
  display: block;
  font-style: italic;
}

/* Posts and comments */
.post-params
{
  margin: 0;
  overflow: hidden;
}

.post-params .left
{
  float: left;
}

.post-params .right
{
  float: right;
}

.post-params a.show-more
{
  background: #ed1c24;
  color: #ffffff;
  padding: 5px 10px 5px;
}

.post-params p
{
  margin: 0;
}

/* Subscription */
.subscription
{
  overflow: hidden;
}

.subscription .rss
{
  background: url(../Images/RSS.png) left no-repeat;
  line-height: 22px;
  padding: 0 0 0 22px;
  height: 22px;
}

.subscription label
{
  display: block;
  margin-top: 2px;
}

.subscription input[type="text"]
{
  width: 230px;
}

.subscription input[type="submit"]
{
  display: block;
  margin-top: 10px;
}

.subsriptions
{
  background: #e4e4e4;
  border: solid 1px #a2a2a2;
  border-left: none;
  border-top: none;
  float: left;
  margin-top: 10px;
  padding: 2px;
  padding-right: 10px;
}

.subsriptions span
{
  border-left: solid 1px #a2a2a2;
  border-top: solid 1px #a2a2a2;
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  background: #f0f0f0;
  margin-right: 10px;
  padding: 2px;
}

/* Links */
.catalogue-link
{
  background: url(../Images/Catalogue.png) left no-repeat;
  line-height: 65px;
  margin-top: 10px;
  padding-left: 75px;
  height: 65px;
}

.shop-link
{
  background: url(../Images/Shop.png) left no-repeat;
  line-height: 65px;
  margin-top: 10px;
  padding-left: 75px;
  height: 65px;
}

.forum-link
{
  background: url(../Images/Forum.png) left no-repeat;
  line-height: 65px;
  margin-top: 10px;
  padding-left: 75px;
  height: 65px;
}

/* Tag cloud */
.tag-cloud
{
  text-align: center;
}

.tag-cloud a.size1
{
  font-size: 13px;
}

.tag-cloud a.size2
{
  font-size: 15px;
}

.tag-cloud a.size3
{
  font-size: 17px;
}

.tag-cloud a.size4
{
  font-size: 21px;
}

.tag-cloud a.size5
{
  font-size: 26px;
}

/* Footer */
#footer
{
  background: #ededed url(../Images/Footer.jpg) no-repeat center bottom;
  color: #ffffff;
  font-size: 11px;
  position: relative;
  height: 156px;
}

#footer a
{
  color: #ffffff;
}

#footer .copyright
{
  background: url(../Images/LiquiMoly.50x35.png) no-repeat left;
  line-height: 35px;
  padding-left: 60px;
  position: absolute;
  left: 160px;
  top: 80px;
  height: 35px;
}

#footer .created-by
{
  position: absolute;
  left: 160px;
  top: 120px;
}

/* Anti bot */
div.anti-bot
{
  margin-top: 20px;
}

div.anti-bot label
{
  display: block;
}

div.anti-bot img
{
  vertical-align: middle;
}

div.anti-bot input[type="text"]
{
  width: 40px;
}

/* Forms */
label
{
  display: block;
  margin-top: 20px;
}

label:first-child
{
  margin: 0;
}

input, select
{
  font: 15px Tahoma;
}

input[type="text"]
{
  width: 400px;
}

input[type="password"]
{
  width: 400px;
}

select
{
  width: 406px;
}

select.archive
{
  width: 236px;
}

.checkbox
{
  margin-top: 20px;
}

.checkbox label
{
  display: inline;
  margin: 0;
}

.radio
{
}

.radio label
{
  display: inline;
  margin: 0;
}

.buttons
{
  margin-top: 20px;
} 
