body {
  color: #333333;
  font-family: arial;
  font-size: 12px;
  margin: 0px !important;
}

hr {
  border: none;
  background: #ccc;
  height: 1px;
  text-align: left;
  margin-bottom: 2em;
}

input, textarea {
  border: 1px solid #dfdfdf;
  margin-bottom: 10px;
}

img {
  border: 0px solid black;
  margin: 0px !important;
}

a {
  color: #a62300;
}

table {
  border-collapse: collapse !important;
  border-spacing:  0px      !important;
  margin:          0px      !important;
  padding:         0px      !important;
}

#header {
  height: 180px;
  width: 100%;
  display: block;
  background: url(/images/logo.jpg) no-repeat;
}

#header.profile_header {
  background: url(/images/profile-logo.jpg) no-repeat;
}

#container {
  min-height: 800px;
  margin-top: 50px;
}

#footer {
  margin-left: 85px;
  color: #aaaaaa;
  margin-top: 40px;
}

#footer table {
  margin-left: 190px;
  margin-bottom: 40px;
}

#footer td.left {
  color: #010101;
  font-size: 11px;
  width: 260px;
}

#footer td.middle {
  font-style: italic;
  font-size: 11px;
  width: 370px;
}

#posts_list {
  margin-bottom: 140px;
}

.profile {
  width: 630px;
}

.profile p.login {
  font-size: 18px;
  color: #252525;
}

.profile p.login .eto_ya {
  font-size: 13.2px;
}

.profile p.login .menu {
  font-size: 11px;
  margin-left: 170px;
}

.profile p.login .menu a {
  font-style: italic;
  color: #a5a5a5;
  font-size: 11px;
}

.profile p.login .menu .friends {
  position: relative;
  left: 30px;
}

.profile .profile_fields {
  margin: 50px 0px 0px 120px;
}

.profile .profile_fields label {
  display: block;
  font-size: 11px;
  color: #a5a5a5;
  margin: 50px 0px 0px 0px;
}

.profile .profile_fields p, .profile .profile_fields div {
  margin: 7px 0px 0px 17px;
  font-size: 13.2px;
  color: #252525;
  width: 400px;
}
.profile .profile_fields div form { display: inline; }
.profile .profile_fields div form input[type="image"] { display: inline; margin: 0px; padding-left: 4px; vertical-align: middle; }

.profile .profile_fields .v_bandu {
  margin-top: 60px;
}

.profile .profile_fields .v_bandu input[type=text] {
  width: 350px;
}

.profile .profile_fields .v_bandu input[type=image] {
  display: inline;
  margin: 0px;
  position: relative;
  top: 3px;
}

.profile .profile_fields input, .profile .profile_fields textarea {
  width: 425px;
  padding: 0px 18px 0px 18px;
  color #252525;
  font-size: 13.2px;
  font-family: Georgia, serif;
}

.profile .profile_fields textarea {
  height: 80px;
  padding-top: 4px;
}

.profile .profile_fields input[type=image] {
  border: 0px solid black;
  height: auto;
  width: auto;
  margin: 35px 0px 0px 140px;
  display: block;
}

.profile .profile_footer {
  font-family: Arial;
  font-size: 11px;
  color: #a5a5a5;
  font-style: normal;
  text-indent: -0.7em;
  margin-top: 70px;
  margin-bottom: 85px;
}

.profile .profile_footer strong {
  color: #252525;
  font-style: italic;
}

.date {
  display: inline;
}

.headercolumns {
  width: 100%;
  height: auto;
  border-collapse: collapse;
}

.headercolumns td.left {
  width: auto;
  vertical-align: bottom;
  padding-left: 10px;
  padding-bottom: 3px;
}

.headercolumns td.middle {
  width: 253px;
  vertical-align: top;
  text-align: right;
  padding: 20px 0px 0px 0px;
}

.loginform {
  text-align: left;
}

.loginform input {
  width: 110px;
}

.leftlink {
  position: absolute;
  left: 158px;
  top: 163px;
}

.leftlink a {
  text-decoration: none;
  border-bottom: 1px dashed;
}

.middlelink {
  color: #a5a5a5;
  position: absolute;
  left: 620px;
  top: 163px;
}

.rightlink {
  text-align: left;
  position: absolute;
  left: 770px;
  top: 163px;
}

.rightlink div.comment {
  padding-top: 5px;
  color: #a5a5a5;
  font-style: italic;
  font-size: 11px;
}

#content {
  padding-left: 85px;
  padding-right: 80px;
  width: auto;
  height: 100%;
  vertical-align: top;
}

#sidebar {
  width: 253px;
  height: 100%;
  padding: 0px;
  border: 0 collapse;
  text-align: left;
  vertical-align: top;
}

#greetings {
  font-family: Georgia, serif;
}

#logout {
  width: 57px;
  height: 50px;
  margin-right: 0px;
  background: transparent url(/images/logout.png) no-repeat;
}

#logout .logout_button {
  color: #ffffff;
  position: relative;
  top: 24px;
  left: 15px;
  font-size: 11px;
  text-decoration: none;
}

#ad1 {
  padding-top: 80px;
}

button.downarrow {
  width: 9px;
  height: 5px;
  border: 5px solid transparent;
  position: relative;
  top: 2px;
  left: 2px;
  background: transparent url(/images/down-arrow-normal.png) no-repeat;
}

button.uparrow {
  width: 9px;
  height: 5px;
  border: 5px solid transparent;
  position: relative;
  top: -6px;
  left: 2px;
  background: transparent url(/images/up-arrow-normal.png) no-repeat;
}

button.uparrowHover {
  background: transparent url(/images/up-arrow-hover.png) no-repeat;
}

button.downarrowHover {
  background: transparent url(/images/down-arrow-hover.png) no-repeat;
}

.restricted button.downarrow, .initiation button.downarrow {
  background: transparent url(/images/down-arrow-restricted-normal.png) no-repeat;
}

.restricted button.uparrow, .initiation button.uparrow {
  background: transparent url(/images/up-arrow-restricted-normal.png) no-repeat;
}

.restricted button.uparrowHover, .initiation button.uparrowHiver {
  background: transparent url(/images/up-arrow-restricted-hover.png) no-repeat;
}

.restricted button.downarrowHover, .initiation button.downarrowHover {
  background: transparent url(/images/down-arrow-restricted-hover.png) no-repeat;
}

.post_tags {
  padding-left: 27px;
  text-indent: -0.8em;
  margin-top: 4px;
  margin-bottom: 20px;
}

.post_tags a {
  font-size: 13.2px;
  font-style: italic;
  color: #a5a5a5;
}

.error_flash {
  position: absolute;
  top: 200px;
  left: 180px;
  padding: 7px;
  margin: 5px auto;
  border: 1px solid red;
  width: 250px;
}

.notice_flash {
  position: absolute;
  top: 200px;
  left: 180px;
  padding: 7px;
  margin: 5px auto;
  border: 1px solid blue;
  width: 250px;
}

.flat_page {
  padding: 25px 300px 20px 20px;
}

h1.flat_page {
  font-size: large;
}

#pages {
  margin: 50px 0px 50px 75px;
}

.paranorma_pagination {
  text-align: left;
  padding: .3em;
}
.paranorma_pagination a, .paranorma_pagination span {
  padding: 0em 1em;
}
.paranorma_pagination span.disabled {
  color: #AAA;
}
.paranorma_pagination span.current {
  padding: .2em .5em;
  margin: 0em .5em;
  border: 1px solid #aaaaaa;
  color: #a0a0a0;
}

