* {
  margin: 0;
  padding: 0;
  outline: 0;
}

img {
  border: 0;
}

label {
  cursor: pointer;
}

a {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  text-decoration: none;
  padding: 5px;
}
a:hover {
  background: url('../images/description_hover.png');
  color: #fff;
}
body {
  background: url('../images/background.gif');
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

li {
  list-style-type: none;
}

/* Layout */
html, body {
  height: 100%;
}
#container {
  margin: 0 auto;
  /*width: 940px;*/
  width: 926px;
  padding: 0 25px;
  /*background-color: #f7f7f7;*/
  background: url('../images/es2.png') repeat-y;
  height: 100%;
  display: table;
}
/* Layout End */

/* Header */
#header {
  padding: 10px 0 10px 10px;
  height: 298px;
  width: 920px;
  margin: 0 -2px;
  background: url('../images/header.jpg');
}
#header h1 {
  margin-top: 140px;
}
/* Header End */

/* Content */
#content {
  position: relative;
  top: -50px;
  width: 926px;
}

.small_wrapper {
    padding: 0 15px;
	z-index: 10;
}
.small_wrapper ul li.label {
    padding-bottom: 4px;
}
.small_wrapper ul li.input {
    padding-bottom: 14px;
}
.small_wrapper ul li.input input, .small_wrapper ul li.input select {
    width: 250px;
}
.small_wrapper ul li.input textarea {
  width: 500px;
  height: 200px;
}

.picture {
  text-align: center;
  padding: 10px 0;
}

.picture_list_wrapper {
  background: url('../images/shadow.png') no-repeat;
  width: 265px;
  height: 179px;
  display: block;
  float: left;
}
.list_pictures {
  margin: 0 auto;
  width: 800px;
}
.list_pictures a {
  width: 240px;
  height: 150px;
  display: block;
  text-align: center;
  position: relative;
  left: 5px;
  top: 5px;
}

.list_pictures a:hover {
  background: url('../images/description_hover.png');
}
.list_small_pictures {
  padding: 15px 0 15px 0;
}
.list_small_pictures_left {
  float: left;
  height: 120px;
  line-height: 120px;
  vertical-align: middle;
  text-align: center;
}
.list_small_pictures_right {
  float: left;
  padding-left: 10px;
}
.picture_description {
  position: absolute;
  background: url('/images/description_hover.png');
  color: #fff;
  padding: 10px 0;
  width: 100%;
  text-align: right;
}
#picture_title {
  font-size: 30px;
  text-align: center;
  padding-right: 10px;
  border-right: 4px solid #ddd;
  width: 150px;
  float: left;
}
.picture_wrapper {
  margin: 0 auto;
  text-align: right;
  position: relative;
  display: inline-block;
  display: table;
}
.picture_inner {
  position: relative;
  display: block;
  /* Fix for a rare firefox 2 bug. FF ignores position relative on an element displayed as a table. */
}
.picture_wrapper a {
  padding: 0;
}
.picture_description .description {
  padding-right: 13px;
  margin-left: 200px;
  display: block;
  left: 0;
  line-height: 18px;
}
.logged_in a {
  color: #f55;
}
/* Content End */

/* Article */
.article {
  padding: 0 15px 5px 15px;
  line-height: 19px;
}
.article h3 {
  font-size: 20px;
}
.article .created_at {
  text-indent: 5px;
  padding-top: 3px;
  font-size: 11px;
}
.article .content {
  margin: 15px 0;
  text-align: justify;
  text-indent: 15px;
  vertical-align: top;
}
.article .content:first-letter {
  font-size: 25px;
  text-transform: uppercase;
}
/* Article End */

/* Comment */
#comments_list li{
  width: auto;
}
.individual_comment {
  padding: 7px 12px 0 12px;
  margin-bottom: 12px;
}
#latest_comment {
  display: none;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  background-color: #ccc;
}
.comment {
  padding: 8px 15px;
}
.comment h4 {
  margin: 12px 0 6px 0;
}
.comment .content {
  padding-bottom: 15px;
}
.comment .head {
  padding-bottom: 8px;
}
.comment .date {
  font-size: 10px;
  float: right;
}
.comment ul li {
  line-height: 24px;
  width: 610px;
}

.comment ul li.label {
  padding: 10px 0 5px 0;
  line-height: normal;;
}

.comment ul li input {
  width: 300px;
}
.comment ul li textarea {
  width: 600px;
  height: 100px;
}
/* Comment End */

/* Footer */
#footer {
  text-align: center;
	padding-bottom: 10px;
}
/* Footer End*/

/* Navigation */
.navigation_wrapper {
  position: absolute;
  z-index: 100;
  width: 930px;
  margin-top: -55px;
  margin-left: -2px;
  height: 1px;
}
#main_navigation {
  font-size: 15px;
  background: url('../images/light.png');
  height: 30px;
  line-height: 30px;
  position: relative;
}
#main_navigation li {
  float: left;
}
#categories_sidebar_wrapper {
  position: absolute;
  padding-bottom: 0;
}
#categories_sidebar {
  background: url('../images/categories_navigation_shadow.png') no-repeat -3px -3px;
  /* margin-bottom: 100px; */
  height: 197px;
  display: none;
}
#fast_navigation {
  /*background: url('../images/light.png');*/
  width: 200px;
  height: 192px;
  overflow: hidden;
}
#fast_navigation ul {
  float: left;
  width: 200px;
  background: url('../images/categories_right.png') repeat-y top right;
  height: 100%;
}
#fast_navigation .inner {
  width: 2500px;
  height: 192px;
}
#fast_navigation ul li.back {
  display: block !important;
  padding-left: 6px;
  width: 156px;
  background: url('../images/description_hover.png');
}
#fast_navigation ul li.back:hover {
  background: url('../images/white_dot.png');
}
#fast_navigation .back a {
  background: url('../images/categories_back.png') 0 6px no-repeat;
  padding-left: 30px;
}
#fast_navigation .back a:hover {
    background: url('../images/categories_back_hover.png') 0 6px no-repeat;
}
#fast_navigation .back a {
  color: #fff;
}
#fast_navigation .back a:hover {
  color: #666;
}
#fast_navigation a {
  display: block;
  width: 152px;
  float: left;
}
#fast_navigation .forward {
  background: url('../images/categories_forward.png') 6px 6px no-repeat;
  display: block;
  height: 22px;
  width: 22px;
  float: right;
}
#fast_navigation .forward:hover {
  background: url('../images/categories_forward_hover.png') 6px 6px no-repeat;
}
#fast_navigation ul li {
  display: none;
  line-height: 22px;
  width: 200px;
  float: left;
}
#fast_navigation ul li.root {
  display: block !important;
}

/* Navigation End */

/* Categories */
.categories li {
  padding: 10px;
}
.categories li .left{
  padding-right: 15px;
}
/* Categories End */

/* Pagination */
.pagination {
  text-align:center;
  padding: 3px;
  margin: 3px;
}
.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #aaaadd;
  text-decoration: none;
  color: #666;
}
.pagination a:hover, .pagination a:active {
  border: 1px solid #000;
  color: #000;
}
.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #000;
  font-weight: bold;
  background-color: #666;
  color: #fff;
}
.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
}
/* Pagination End */

.about blockquote,
.about p,
.about address {
	padding: 10px 10px 0 10px;
}

/* Search */
#search {
  z-index: 99;
  position: fixed;
  right: 0;
  text-align: right;
  background: url('../images/search_background.png') top left no-repeat;
  width: 200px;
  height: 35px;
}
#search.hide {
  width: 40px;
}
#search .search_input_wrapper {
  position: absolute;
  margin: 6px 25px 0 0;
  right: 0;
  width: 162px;
}
#search .search_submit_wrapper {
  position: absolute;
  margin: 5px;
  right: 0;
}
#search #input_search {
  display: inline;
  width: 162px;
  background: url('../images/light.png');
  border: 1px solid #999;
  padding: 1px;
}
#search.hide #input_search {
  display: none;
}
/* Search End */

/* Search Results */
/*
.results li {
  font-size: 25px;
  padding: 10px;
}
.results li ul {
  padding: 10px 0;
}
.results li ul li {
  font-size: medium;
}
*/
ul.picture-list-small {
  font-size: medium;
}
ul.picture-list-small li .image {
  float: left;
  margin-right: 15px;
}
ul.picture-list-small li h4 {
  padding: 10px 0 5px 0;
}

ul.picture-list-small li small {
  display: block;
  text-indent: 5px;
}

ul.picture-list-small li.even {
  background: url('../images/description_hover.png');
}
/*
.results .pictures li {
  text-align: right;
}
.results .pictures li {
  display: block;
  min-height: 100px;
}
.results .pictures li.even {
  text-align: left;
  color: #fff;
  background: url('../images/description_hover.png');
}
.results .pictures li.even a {
  color: #fff;
}
.results .pictures li img {
  float: left;
  padding-right: 10px;
}
.results .pictures li.even img {
  float: right;
  padding-left: 10px;
}
*/
.results .article .title {
  font-size: 14px;
}
/*.results .article .content, .results .comment li {
  font-size: 11px;
}*/
/* Search Results End */

/* Auth */

ul.actions {
  padding: 0 10px 5px 10px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #666;
}
ul.actions li {
  display: inline;
}
ul.actions a {
  color: #c00;
}

/* Auth End */

/* Errors */
#errors {
  width: 400px;
  background-color: #ce1004;
  padding: 8px;
  color: #fff;
  margin: 15px 0;
}
#errors li {
  width: 400px;
  padding: 5px 0;
  line-height: normal;
}
#errors .error_description {
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  margin-bottom: 5px;
}
/* Errors End */

/* Loader */
.loader {
  background: url('../images/ajax-loader.gif') 50% 50% no-repeat;
  height: 200px;
}
/* Loader End */

/* Tags */
.tags_wrapper {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
.tags_wrapper a {
  display: inline-block;
}
.tag_1 {
  font-size: 10px;
  height: 15px;
  line-height: 15px;
}
.tag_2 {
  font-size: 13px;
  height: 20px;
  line-height: 20px;
}
.tag_3 {
  font-size: 16px;
  height: 28px;
  line-height: 28px;
}
.tag_4 {
  font-size: 19px;
  height: 35px;
  line-height: 35px;
}
/* Tags End */
/* Forms */
#container input, textarea {
  border: 1px solid #666;
  background-color: #eee;
  padding: 4px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
#container input:hover, #container textarea:hover {
  background-color: #ddd;
}
#container .submit {
  width: 100px !important;
  margin: 0;
}
/* Forms End */

/* Image Shadow */

/* Image Shadow End */

/* Misc */
.spacer {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.highlight {
  color: #c00;
}
.notice {
  padding-bottom: 10px;
}
.categories .even, .comment .even {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background-color: #eee;
}
/* Misc End */
