html {
    background: url("/images/body.png") repeat-x center -32px #4c4c4c;
}

body {
    color: #4c4c4c;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 auto;
    width: 1000px;
}

a {
    color: #abaaaa;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

a:hover, a:active {
    outline: 0 none;
}

address {
    font-style: normal;
}

h1 {
    font-weight: normal;
}

/* header */
header {
    height: 142px;
    margin-bottom: 23px;
}

header h1 {
    float: left;
    margin: 16px 0 0;
}

header h1 a {
    background-color: transparent;
    color: #ffffff;
    font-family: Times New Roman, serif;
    font-size: 48px;
    text-shadow: 0.5px 0.5px 1px #000000;
    text-decoration: none;
}

header h2 {
    float: right;
    margin: 36px 0 0 85px;
    width: 130px;
}

header h2 a {
    background: url("/images/k43.png") no-repeat center center transparent;
    display: block;
    height: 51px;
}

header #search-form {
    float: right;
    margin: 45px 30px 0 0;
}

header #search-form #time {
    color: #ffffff;
    font-family: Times New Roman;
    font-size: 25px;
}

header #search-form #text {
    background: url("/images/search.png") no-repeat scroll 184px center #EEEEEE;
    border: 1px solid #CCCCCC;
    color: #888888;
    margin-top: 10px;
    padding-right: 20px;
    width: 184px;
}

header nav {
    clear: both;
    color: #535353;
    font-family: Arial;
    font-size: 13px;
    position: relative;
    top: 18px;
    width: 100%;
}

header nav a {
    background-color: #FAFCFC;
    border-right: 1px solid #E0E0E0;
    color: #535353;
    display: block;
    float: left;
    line-height: 18px;
    padding: 6px 17px;
    text-decoration: none;
}

header nav li:first-child a {
    border-left: 1px solid #E0E0E0;
}

header nav a:hover {
    background-color: #D5E0E4;
    color: black;
}


/* main */

aside {
    float: left;
    width: 265px;
}

aside #rubrics {
    background: #222222;
    border-left: 1px solid #2e2e2e;
    border-right: 1px solid #2e2e2e;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    box-shadow: 0 0 2px #000000;
}

aside #rubrics li a {
    border-top: 1px solid #3b3b3b;
    border-bottom: 1px solid #161616;
    display: block;
    height: 19px;
    line-height: 16px;
    padding: 3px 0 0 9px;
    background: #2a2a2a;
    background: -moz-linear-gradient(top, #333232 0%, #2a2a2a 50%, #282828 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333232), color-stop(50%,#2a2a2a), color-stop(100%,#282828));
    background: -webkit-linear-gradient(top, #333232 0%,#2a2a2a 50%,#282828 100%);
    background: -o-linear-gradient(top, #333232 0%,#2a2a2a 50%,#282828 100%);
    background: -ms-linear-gradient(top, #333232 0%,#2a2a2a 50%,#282828 100%);
    background: linear-gradient(top, #333232 0%,#2a2a2a 50%,#282828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333232', endColorstr='#282828',GradientType=0 ); /* IE 6-9 */
}

aside #rubrics li a:hover, aside #rubrics li.selected a {
    border-top: 1px solid #161616;
    background: #222222;
    background: -moz-linear-gradient(top, #161616 0%, #222222 30%, #222222 70%, #161616 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#161616), color-stop(30%,#222222), color-stop(70%,#222222), color-stop(100%,#161616));
    background: -webkit-linear-gradient(top, #161616 0%,#222222 30%,#222222 70%,#161616 100%);
    background: -o-linear-gradient(top, #161616 0%,#222222 30%,#222222 70%,#161616 100%);
    background: -ms-linear-gradient(top, #161616 0%,#222222 30%,#222222 70%,#161616 100%);
    background: linear-gradient(top, #161616 0%,#222222 30%,#222222 70%,#161616 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#222222',GradientType=0 ); /* IE 6-9 */
}

section#content {
    width: 724px;
    float: right;
}

section#content h1 {
    display: none;
}

section#content article {
    background-color: #fafcfc;
    border: 1px solid #202020;
    float: right;
    margin-bottom: 30px;
    min-height: 162px;
    position: relative;
    width: 515px;
    box-shadow: 0 0 2px #000000;
    border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -ms-border-radius: 7px 7px 0 0;
    -o-border-radius: 7px 7px 0 0;
}

section#content article > div a:hover
{
	color: black;
}

section#content article h1 {
    display: block;
    font-family: Times New Roman, serif;
    font-size: 24px;
    color: #2f2f2f;
    padding-left: 30px;
    padding-top: 5px;
	margin-bottom: 7px;
	line-height: 1.2;
}

section#content article figure {
	background: white;
    border: 1px solid #202020;
    height: 180px;
    left: -200px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 180px;
	line-height: 180px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -ms-border-radius: 8px 8px 8px 8px;
    -o-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 2px #000000;
}

section#content article figure img {
    vertical-align: middle;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -ms-border-radius: 7px 7px 7px 7px;
    -o-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
}

section#content article .description {
    /* background: url("/images/desc.png") no-repeat center bottom transparent; */
    padding: 0 30px;
    border-bottom: 1px solid #fafcfc;
    line-height: 19px;
    margin-bottom: 30px;
}

section#content article address {
	overflow: hidden;
    border-bottom: 1px solid #1A1A1A;
    bottom: 0;
    color: #222222;
    height: 28px;
    line-height: 28px;
    padding-left: 30px;
    position: absolute;
    width: 485px;
    z-index: 100;
    background: -moz-linear-gradient(top, #cfcfcf 0%, #a1a1a1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfcfcf), color-stop(100%,#a1a1a1));
    background: -webkit-linear-gradient(top, #cfcfcf 0%,#a1a1a1 100%);
    background: -o-linear-gradient(top, #cfcfcf 0%,#a1a1a1 100%);
    background: -ms-linear-gradient(top, #cfcfcf 0%,#a1a1a1 100%);
    background: linear-gradient(top, #cfcfcf 0%,#a1a1a1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#a1a1a1',GradientType=0 ); /* IE 6-9 */
}
section#content article address a
{
	color: #222222;
}
section#content article address a:hover
{
	color: black;
	text-decoration: underline;
}

section#content article address .span
{
    margin-left: 9px;
}

section#content article nav {
    bottom: -20px;
    left: -1px;
    border: 1px solid #202020;
    border-top: 0;
    position: absolute;
    width: 485px;
    padding-left: 30px;
    background: #2a2a2a;
    background: -moz-linear-gradient(top, #333232 0%, #2a2a2a 50%, #282828 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333232), color-stop(50%,#2a2a2a), color-stop(100%,#282828));
    background: -webkit-linear-gradient(top, #333232 0%,#2a2a2a 50%,#282828 100%);
    background: -o-linear-gradient(top, #333232 0%,#2a2a2a 50%,#282828 100%);
    background: -ms-linear-gradient(top, #333232 0%,#2a2a2a 50%,#282828 100%);
    background: linear-gradient(top, #333232 0%,#2a2a2a 50%,#282828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333232', endColorstr='#282828',GradientType=0 );
    box-shadow: 0 0 2px #000000;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
}

section#content article nav a {
    text-transform: lowercase;
    padding: 0 20px;
}

/* section#content article nav a:hover {
    background: #222222;
    background: -moz-linear-gradient(top, #161616 0%, #222222 30%, #222222 70%, #161616 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#161616), color-stop(30%,#222222), color-stop(70%,#222222), color-stop(100%,#161616));
    background: -webkit-linear-gradient(top, #161616 0%,#222222 30%,#222222 70%,#161616 100%);
    background: -o-linear-gradient(top, #161616 0%,#222222 30%,#222222 70%,#161616 100%);
    background: -ms-linear-gradient(top, #161616 0%,#222222 30%,#222222 70%,#161616 100%);
    background: linear-gradient(top, #161616 0%,#222222 30%,#222222 70%,#161616 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#222222',GradientType=0 );
} */

section#content article nav a:first-child {
    color: #ffffff;
}

/* article full */
section#content article.full {
    background-color: #edebeb;
    /* min-height: 500px; */
    width: 720px;
    padding-bottom: 20px;
}

section#content article.full figure {
    background-color: #ffffff;
    border: 0 none;
    box-shadow: 0 0 0 transparent;
    height: 180px;
    padding: 20px;
    position: static;
    text-align: left;
    width: 680px;
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -ms-border-radius: 7px 7px 0px 0px;
    -o-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
}

section#content article.full ul.addresses {
    left: 220px;
    position: absolute;
    top: 20px;
}

section#content article.full ul.addresses li {
    list-style: none;
}

section#content article.full ul.addresses li address {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    padding: 0;
    position: static;
    width: 100%; height: auto;
	overflow: visible;
	line-height: 17px;
	margin-bottom: 7px;
}
section#content article.full ul.addresses li address span
{
	display: block;
	margin-left: 0;
}

section#content article.full .full-text {
    padding-left: 30px;
    line-height: 19px;
}
section#content article.full .images
{
	margin: 10px 0;
}
section#content article.full .images a img
{
	margin: 0 0 0 13px;
	border: 1px solid gray;
}

section#content article.full nav {
    bottom: -19px;
    left: 260px;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 200px;
    box-shadow: 0 0 0 #000000;
}

/* footer */

footer {
    clear: both;
    padding-top: 10px;
}


footer section.footercol {
    display: inline-block;
    padding: 0 21px;
    vertical-align: top;
    width: 155px;
}

footer h3 {
    border-bottom: 1px solid #CECECE;
    color: #d8d8d8;
    font-family: Arial;
    font-size: 12px;
    margin-bottom: 8px;
    padding-bottom: 4px;
    padding-left: 1px;
}

footer ul {
    padding: 0;
}

footer ul li {
    font-size: 11px;
    line-height: 20px;
    list-style: none outside none;
    padding: 0;
}

footer ul li a {
    color: #d8d8d8;
    text-decoration: none;
}

footer ul li a:hover {
    color: #e3cba8;
    text-decoration: underline;
}

footer ul li img {
    margin-right: 5px;
    vertical-align: middle;
}


/* pagination */
.pagination {
    background: url("/images/pager.png") repeat-x scroll center center transparent;
    clear: both;
    float: right;
    height: 31px;
    width: 715px;
	margin-bottom: 10px;
}
.pagination ul {
    margin: auto !important;
    padding: 0 5px;
}
.pagination-centered {
    text-align: center;
}
.pagination ul li {
    float: left !important;
    font-size: 13px;
    list-style: none;
    height: 31px;
}
.pagination ul li.disabled {
	visibility: hidden;
}
.pagination ul li.active {
    background: url("/images/pager_li.png") no-repeat scroll center bottom transparent;
}
.pagination ul li a {
    padding: 0 5px;
    font-weight: bold;
    color: #989898;
    line-height: 24px;
}
.pagination ul li.active a, .pagination ul li a:hover {
    color: #ffffff;
}