body {
    background: url(../img/background.jpg) left top no-repeat fixed;
    background-size: cover;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.print-bg {
    background: none !important;
}

a {
    color: #386B8B;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #5F90A7;
    text-decoration: underline;
}

a.tools {
    float: left;
}

a.tools img {
    margin: 0 5px 0 0 !important;
}

.text {
    font-size: 11px;
    color: #666666;
}

.delimiter:before {
    content: " | ";
    padding: 0 3px;
}

h1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 27px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    line-height: 25px;
    letter-spacing: 1px;
    color: #386B8B;
}

h2 {
    margin: 0 0 5px 0;
    font-size: 17px;
    font-weight: normal;
}

h3 {
    margin: 0 0 7px 0;
    font-size: 17px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-variant: small-caps;
    color: #2B629F;
}

.admin-submenu {
    margin-bottom: 20px !important;
}

/* Header */

.header-image {
    position: fixed;
    top: -9px;
    left: 0;
    z-index: 2;
}

.random-article {
    position: fixed;
    left: 10px;
    top: 88px;
    z-index: 5;
}

.random-article a,
.random-article span {
    float: left;
    margin-left: 7px;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
}

.random-article .random-text {
    padding-top: 5px;
}

.random a:hover {
    color: #336699;
    text-decoration: none;
}

.menu {
    position: fixed;
    top: 120px;
    left: 15px;
    max-width: 400px;
    z-index: 2;
    border-bottom: 2px groove #E0F2FF;
}

.menu span {
    float: left;
    padding-left: 17px;
    background: url(../img/menu-left.png) left top no-repeat;
}

.menu a {
    display: block;
    float: left;
    padding: 5px 17px 5px 0px;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    color: #5F9BBB;
    background: url(../img/menu-right.png) right top no-repeat;
}

.menu a:hover {
    color: #01ABEE;
}

.menu a.selected {
    color: #61718C;
}

.search {
    position: fixed;
    top: 90px;
    left: 175px;
    z-index: 10;
}

.search .search-btn {
    margin-left: 5px;
    width: 16px;
    height: 16px;
    border: none;
    background: url(../img/search.gif) no-repeat;
    cursor: pointer;
}

.search .query {
    float: left;
    padding: 1px 0 1px 3px;
    max-width: 150px;
    font-size: 13px;
    border-radius: 4px;
}

.admin-nav {
    position: fixed;
    top: 10px;
    left: 15px;
    z-index: 3;
    font-size: 11px;
    color: #A2A1A1;
}

.admin-nav a {
    color: #006699;
    font-size: 11px;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1600px;
}

.content {
    position: relative;
    left: 0;
    top: 175px;
    float: left;
    width: 61.8%;
    max-width: 700px;
    padding: 0px 10px 30px 10px;
    line-height: 140%;
    background-color: rgba(247, 247, 247, 0.7);
    z-index: 1;
    border-radius: 25px;
    -moz-border-radius: 25px;
}

@media (max-width: 600px) {
    .content {
        width: 95%;
    }
    .sidebar {
        width: 100%;
    }
}

.content img:not(.icon),
.print-bg img {
    margin: 10px;
}

/* Sidebar */

.sidebar {
    position: relative;
    left: 5px;
    top: 175px;
    float: left;
    width: 27%;
    min-width: 200px;
}

.sidebar div {
    margin-bottom: 5px;
    background-color: rgba(229, 231, 234, 0.7);
    padding: 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
}

.sidebar .sayings p {
    margin: 2px;
    font-size: 13px;
    font-style: italic;
    text-align: center;
}

.sidebar .sayings img {
    width: 20px;
    margin-left: 10px;
    cursor: pointer;
}

.sidebar ul {
    margin: 0;
    padding: 0 0 0 15px;
}

.sidebar li {
    font-size: 11px;
    color: #003366;
    list-style: disc;
}

.sidebar h3 > a {
    color: #003366;
}

.sidebar p.preview_article {
    font-size: 11px;
    color: #003366;
}

.sidebar a.preview_href {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
    color: #0066CC;
}

/* Categories */

.sidebar .subcategories {
    display: none;
    position: absolute;
    left: -128px;
    top: 150px;
    background-color: rgba(251, 246, 208, 0.9) !important;
    border-radius: 10px;
    z-index: 1000;
}

.sidebar .subcategories li {
    font-size: 10px;
    margin-bottom: 2px;
}

.sidebar .categories {
    position: relative;
}

.sidebar .categories > ul {
    margin: 0;
    padding: 0;
}

.sidebar .categories > ul li {
    list-style: none;
    background: none;
    padding: 0;
    margin: 0;
    height: 28px;
}

.sidebar .categories > ul li a {
    display: inline-block;
    padding: 5px 0 0 36px;
    height: 28px;
    font-size: 13px;
    font-weight: bold;
    color: #333366;
}

.sidebar .categories .healthy-eating {
    background: url(../img/categories/thumbs/healthy-eating.png) no-repeat;
}

.sidebar .categories .vegetarianism {
    background: url(../img/categories/thumbs/vegetarianism.png) no-repeat;
}

.sidebar .categories .yoga {
    background: url(../img/categories/thumbs/yoga.png) no-repeat;
}

.sidebar .categories .philosophy {
    background: url(../img/categories/thumbs/philosophy.png) no-repeat;
}

.sidebar .categories .recipes {
    background: url(../img/categories/thumbs/recipes.png) no-repeat;
}

.sidebar .categories .vedas {
    background: url(../img/categories/thumbs/vedas.png) no-repeat;
}

.sidebar .categories .news {
    background: url(../img/categories/thumbs/news.png) no-repeat;
}

.sidebar .categories .articles-quantity {
    font-size: 10px;
    font-weight: normal;
}

.sidebar .categories .articles-quantity-sub {
    font-size: 8px;
    font-weight: normal;
}

.category {
    padding-bottom: 10px;
}

.category h1 {
    padding-top: 15px;
}

.category ul {
    margin-left: 50px;
}

.category-image {
    float: left;
    margin-right: 20px;
}

/* Search & Results */

.search-result {
    margin: 3px 0 20px;
    padding: 7px 0 7px 7px;
    background-color: #f6ecd9;
    border-bottom: 1px solid #f5e1bc;
    border-radius: 7px;
}

.articles-result {
    font: 23px 'Georgia', serif;
    color: #709de4;
}

.vedanet-result a {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dashed #4983a2;
}

.vedanet-result a:hover {
    text-decoration: none;
    color: #4e9fc9;
    border-bottom: 1px dashed #adc2cd;
}

.vedanet-search .chzn-container {
    margin-right: 10px;
    width: 200px !important;
    vertical-align: bottom;
}

.vedanet-search .submit-button {
    margin-right: 10px;
    vertical-align: baseline;
}

/* Vedanet */

.vedanet-nav {
    float: left;
    list-style: none;
    margin-bottom: 15px;
    padding: 15px 0 12px 0;
    background-color: rgba(73, 139, 189, 0.1);
    border-radius: 15px;
}

.vedanet-nav li {
    position: relative;
    float: left;
    margin: 0 7px;
}

.vedanet-nav .vedanet-count {
    position: absolute;
    display: block;
    top: -10px;
    right: -10px;
    background-color: rgba(252, 224, 161, 0.5);
    border-radius: 7px;
    color: #969696;
    font-size: 9px;
    padding: 2px;
    width: 18px;
    height: 16px;
    text-align: center;
}

.vedanet-nav li a {
    padding: 10px;
    color: #6E7C9F;
    font: bold 18px 'Philosopher', serif;
}

.vedanet-nav li:hover, li.active {
    color: #3A6CB1;
    text-decoration: none;
    background-color: rgba(160, 210, 247, 0.3);
    border-radius: 12px;
}

.vedanet-nav li img[class*="post"] {
    float: left;
    margin: 0 !important;
    cursor: pointer;
}

.vedanet-form table th {
    width: 245px;
}

.vedanet-form table td,
.vedanet-form table th {
    text-align: left;
}

.vedanet-form table textarea {
    width: 100%;
}

a.move-up {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    width: 35px;
    height: 35px;
    text-decoration: none;
    text-align: center;
    background: url(../img/upward.png) center top no-repeat;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 500;
    border-radius: 7px;
}

a.move-up:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.keyword-search {
    width: 200px;
}

.total-count {
    display: inline-block;
    margin-top: 5px;
    font-size: 16px;
    color: #645d71;
}

.total-count span {
    font-weight: bold;
}

.vedanet-search {
    margin-top: 15px;
}

.vedanet-table {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 2px dotted #9fc4da;
    width: 100%;
}

.vedanet-table .vedanet-tags a {
    font-size: 10px;
    color: gray;
    background-color: rgba(252, 229, 189, 0.5);
    padding: 1px;
    border-radius: 2px;
}

.vedanet-table .vedanet-tags a:hover {
    color: #8e6d58;
    text-decoration: none;
}

.vedanet {
    padding-bottom: 10px;
}

.vedanet a.admin {
    position: absolute;
    display: none;
    top: -13px;
    width: 20px;
    height: 16px;
}

.vedanet a.edit-post {
    right: 0;
    background: url(../img/edit.png) no-repeat;
}

.vedanet a.delete-post {
    right: 25px;
    background: url(../img/delete.png) no-repeat;
}

.vedanet a.read-vedanet {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #6993ac;
}

.vedanet a.read-vedanet:hover {
    text-decoration: none;
    color: #317eac;
}

.vedanet p {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.vedanet p.external {
    margin-top: 10px;
}

.vedanet p.external img {
    margin: 0 7px 0 0 !important;
}

.vedanet img {
    float: left;
    margin: 7px 10px 10px 0 !important;
    border-radius: 7px;
}

.vedanet-image > img {
    width: 33%;
    max-width: 200px;
    min-width: 70px;
}

.vedanet iframe {
    display: block;
    margin: 15px auto 0 auto;
}

.vedanet ul {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

.vedanet-date {
    float: left;
    margin-top: 3px;
    font: 10px 'Arial', sans-serif;
    color: #A8B1B5;
}

.vedanet-category {
    float: left;
    margin-right: 10px;
    padding: 2px 5px;
    background-color: rgba(209, 224, 240, 0.7);
    border-radius: 5px;
}

.vedanet-category a {
    font: 14px 'Philosopher', serif;
    color: #80a0bf;
}

.vedanet-category a:hover {
    color: #4977a8;
    text-decoration: none;
}

.show-more {
    padding: 7px;
    font-weight: bold;
    text-align: center;
    background-color: rgba(175, 205, 237, 0.3);
    cursor: pointer;
}

.actions {
    width: 200px;
    text-align: right;
}

.actions a {
    text-decoration: none;
}

.actions a.share-post {
    font: 16px 'Philosopher', serif;
    color: #4F7093;
}

.picture-nav {
    margin: 10px 0;
}

.picture-nav > * {
    padding-right: 15px;
}

.picture-nav a.selected {
    border-bottom: 3px dotted #565d77;
}

/* Articles */

.article {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 2px dotted #94B1C6;
}

.article .cut {
    margin: 10px;
    border: 1px dashed grey;
}

.article img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.article .details {
    margin-bottom: 17px;
    font-size: 9px;
    color: grey;
}

.article .category {
    font-size: 12px;
}

.article .icon {
    display: inline-block;
    margin: 0 !important;
    border-radius: 0 !important;
}

.article .vegan {
    padding-left: 10px;
}

.article .vegan img {
    height: 15px;
}

.article .date {
    font-size: 10px;
    color: #5F8AB1;
    text-align: left;
}

.article .views, .vedanet-table .views {
    font-size: 9px;
    color: #777777;
}

.article .views a {
    color: #666666;
}

.article ul {
    margin: 0 0 10px 0;
    padding: 0 0 0 40px;
}

.article .hr {
    margin: 5px 0 15px 0;
    width: 100%;
    color: #FFFFFF;
}

.article li a.related {
    display: block;
    font-size: 14px;
}

.article .related-heading {
    margin-bottom: 5px;
    color: #2D4F73;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 14px;
}

.article .tags {
    margin: 0;
    font-size: 10px;
}

.article .tags span {
    font-weight: bold;
}

.article .tags a {
    font-size: 10px;
    color: #666666;
}

.article .tags .comma {
    color: #666666;
    font-weight: normal;
}

.article .tags .comma:last-of-type {
    display: none;
}

.article .backward {
    display: block;
    margin-top: 15px;
    font-size: 13px;
    font-style: italic;
    text-align: right;
    text-decoration: underline;
}

.article .print {
    float: right;
    margin-left: 7px;
}

.article .print a {
    text-decoration: none;
}

.article .print img {
    margin: 3px;
}

.pagination {
    margin-top: 30px;
    color: #999999;
    font-size: 22px;
    text-align: center;
}

.pagination > * {
    margin: 0 3px;
    padding: 0 12px;
    color: #336666;
    border-radius: 50%;
}

.pagination a:hover:not(.active) {
    color: #6699cc;
    text-decoration: none;
}

.pagination a.active {
    color: #6699cc;
    background-color: rgba(167, 175, 183, 0.3);
}

/* Comments */

.comments {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-variant: small-caps;
    color: #2E639C;
    font-weight: bold;
    text-align: left;
}

.comment {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
}

.comment p {
    margin: 0;
    font-size: 14px;
    color: #330000;
}

.comment img {
    display: block;
    margin: 5px 10px 0 0 !important;
    width: 50px;
}

.comment span {
    font: 15px bold Tahoma;
    color: #14477E;
    text-align: left;
}

.comment span.pubdate {
    padding-left: 5px;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
}

.comment-form p {
    font-weight: bold;
    font-size: 14px;
    color: #989797;
}

.comment-form button {
    margin: 15px auto 15px auto;
}

/* Forms */

button, input, select {
    outline: none;
}

input, textarea {
    padding: 6px;
    font: 14px Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #999999;
    border-radius: 5px;
}

textarea {
    resize: vertical;
}

.comment-text {
    width: 100%;
}

.btn {
    cursor: pointer;
}

.btn-small {
    font-size: 10px !important;
    padding: 0 2px;
}

.required {
    border: 1px solid #cc0033;
}

.submit {
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
}

img.ajax {
    display: none;
}

form textarea {
    width: 100%;
}

.errors {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #DBA29D;
}

.error_text {
    text-align: center;
    font-weight: bold;
}

.cancel {
    display: none;
    font-size: 20pt;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #666666;
    cursor: pointer;
}

.slavootic-software {
    padding: 0;
}

.slavootic-software li {
    list-style: none !important;
}

.http-error {
    text-align: center;
}

.form-404 > div {
    margin-bottom: 20px;
}

.form-404 > div > input {
    font-size: 18px;
}

.poem {
    margin: 20px;
    float: right;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 1px;
}

#slavootic {
    margin: 20px 10px 0 0;
    float: right;
    border-radius: 7px;
}

#slavootic-copyright {
    margin-right: 10px;
    clear: right;
    text-align: right;
}

.copyright {
    color: navy;
    margin-left: 10px;
    font: 12px monospace;
}

/* Tips */

p#vtip {
    display: none;
    position: absolute;
    padding: 10px;
    left: 5px;
    font-size: 0.8em;
    background-color: white;
    border: 1px solid #66CCFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 9999
}

p#vtip #vtipArrow {
    position: absolute;
    top: -10px;
    left: 5px;
}

.alert {
    margin: 20px 0;
    padding: 15px;
}

.alert-danger {
    color: #ce6262;
    background-color: rgba(255, 223, 229, 0.5);
}

.ib {
    display: inline-block;
    vertical-align: top;
}

.st-5 {
    margin-top: 5px;
}

.st-10 {
    margin-top: 10px;
}

.st-20 {
    margin-top: 20px;
}

.sb-5 {
    margin-bottom: 5px;
}

.sb-10 {
    margin-bottom: 10px;
}

.sb-20 {
    margin-bottom: 20px;
}

.sr-5 {
    margin-right: 5px;
}

.sr-10 {
    margin-right: 10px;
}

.sr-20 {
    margin-right: 20px;
}

.sl-5 {
    margin-left: 5px;
}

.sl-10 {
    margin-left: 10px;
}

.sl-20 {
    margin-left: 20px;
}

.alleft {
    text-align: left;
}

.alright {
    text-align: right;
}

.alcenter {
    text-align: center;
}

.hidden {
    display: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix {
    clear: both;
}

.bold {
    font-weight: bold;
}

.red {
    color: #cb3939;
}

.green {
    color: green;
}

.chzn-choices {
    border-radius: 5px;
}
