html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

p.notice {
  border:1px solid green;
  color:green;
  font-weight:bold;
  text-align:center;
}

/* Main srtuct */
#wrapper {
  position:relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

#header {
  height: 70px;
  padding: 30px 30px 0;
}

#body {
  padding: 0 30px 100px;
}

#footer {
  height: 80px;
  padding: 20px 30px 0;
  position: relative;
  margin-top: -100px;
}

#header img {
  border: none;
}
#header a.logo {
  float: left;
}

#header a.add_url {
  float: left;
  display: block;
  background: url(/images/add_url.gif);
  height: 61px;
  width: 181px;
  line-height:200px;
  overflow: hidden;
  margin-left: 200px;
}

.popular_searches {
  margin-top: -16px;
}

#search_form {
  float: right;
}

#search_form input {
  margin: 0 12px !important;
}

.comment_body {
  width: 500px;
}

.negative,
.positive {
  float: left;
  width: 20px;
  color: green;
  font-weight: bold;
  text-align: center;
}

.negative {
  color: red;
}

/* main page CATALOG */
#catalog ul {
  float: left;
  margin: 0 14px 0 0;
  width: 48%;
  padding: 0;
}

#catalog ul li {
  list-style-type: none;
  margin-top: 20px;
}

#tags {
  margin-top: 20px;
}

#footer_left {
  float: left;
}

#banners {
  float: right;
}

.recently_added {
  margin-bottom: 50px;
  line-height: 26px;
}

#seo_text {
  margin: 30px 0;
}

#copyright {
  clear: both;
  float: left;
  width: 300px;
  margin: 10px 0 0 -16px;
}

#footer #ukranian_banner {
  float: right;
  margin-right: 20px;
}

#footer #iua_counter {
  float: right;
}

#footer_nav {
  float: left;
}

#footer_nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer_nav li {
  float: left;
  margin-right: 10px;
}

.link_item {
  margin-bottom: 16px;
}

.link_item strong {
  margin-right: 6px;
}

#add_new_url {
  margin-top: 20px;
}

form label {
  display: block;
  width: 140px;
  float: left;
  text-align: left;
  padding-top: 10px;
}

form input,
form select,
form textarea {
    margin-top: 10px;
}

#add_new_url select {
  width: 264px;
}

#add_new_url textarea {
  width: 260px;
}

#add_url_rules {
  margin: 20px 0;
}

#add_new_url input,
#add_new_url select {
  float: left;
}

.clearfix {
  clear: both;
}

.secret {
    display: none;
}

.comment_hline {
  width: 530px;
  margin-left: 0;
  color: gainsboro;
}


.center {
  text-align: center;
}

#notification {
  height: 20px;
  text-align: center;
}

.pagination {
  margin: 10px 0;
}

.pagination a,
.pagination span.current,
.pagination span.prev_page,
.pagination span.next_page {
  padding: 2px 4px;
  border: 1px solid;
  text-decoration: none;
}

.pagination span.current {
  font-weight: bold;
}

.error_title,
.error_message {
  text-align: center;
}

.error_title {
  margin: 100px 0 20px;
}

#navigation {
  margin-top: -10px;
}

ul.link_info {
  list-style-type: none;
  margin: 10px 0 0;
  padding: 0;
}

#sort_by {
  position: relative;
  float: right;
  margin-top: -35px;
}

#sort_by #spinner-holder {
  position: absolute;
  left: -30px;
  top: 6px;
}

#sort_by label {
  margin-left: 10px;
}

/* portfolio */
img.portfolio_screenshot {
  margin-top: 10px;
}

/* Colors */
.pagination a,
.pagination span.current,
.pagination span.prev_page,
.pagination span.next_page {
  border-color: #1E4262;
}

body {
  background: url(/images/background.gif) repeat-x;
  color: #4B4742;
}

#footer a {
  color: #4B4742;
}

#footer {
  background: url(/images/footer-border.png) repeat-x;
}

a, h2 {
  color: #1E4262;
}

#notification {
  color: green;
}

.popular_searches {
  color: #0489B7;
}

#navigation,
#navigation a {
  color: #ff9933;
}

a.order_site {
  color: #0000FF;
}

a.more {
  color: green;
}

.positive_comment {
  color: green;
}

.negative_comment {
  color: red;
}

/* Fonts */
body {
  font-family:georgia,serif;
  font-size: 13px;
}

#search_form input {
   font-family: verdana, georgia,serif;
}

a.category_name {
  font-size: 18px;
  font-weight: bold;
}

.positive_comment,
.negative_comment {
  font-weight: bold;
}

#footer .copyright {
  font-size: 12px;
}

#notification {
  font-size: 14px;
  font-weight: bold;
}

.tip {
  font-size: 10px;
}

.link_date,
.comments_count {
  font-size: 10px;
}

a.more {
  font-weight: bold;
  font-size: 11px;
}

.popular_searches {
  font-size: 11px;
  font-weight: bold;
}

.error_title {
  font-weight: bold;
  font-size: 16px;
}
.error_message {
  font-weight: bold;
  font-size: 14px;
}

span.warning {
  font-size: 11px;
  color: red;
}

#navigation {
  font-size: 11px;
  font-weight: bold;
}

.link_clicks {
  font-size: 10px;
  font-weight: normal;
}

.link_url {
  font-size: 10px;
}

#sort_by {
  font-size: 11px;
  font-weight: bold;
}

/* ADMIN */
ul.admin_menu {
  margin-left: 0;
}

ul.admin_menu li {
  float: left;
  margin-left: 20px;
}