@media screen and (max-width: 1000px) {
    [class^=story], 
    [class^=commentmain], 
    [id^="comnent"],
    #paginator a {
        font-size: 14px !important;
        line-height: 20px !important;
        font-weight: 300 !important;
    }
    #container {
        padding-top: 5px !important;
    }
    #menu ul a, #menu_footer ul a {
        font-size: 15px !important;
        line-height: 30px !important;
    }
    #menu {
        height: 24px !important;
        padding-top: 10px !important;
    }
    [id^="story"] {
        margin-left: 0px !important;
    }
    .shows i {
        font-size: 13px;
        margin-left: 10px;
    }
    html {
        font-weight: 300 !important;
    }
    #logo {
        display: none;
    }
    .added span, 
    .voting, 
    .up_vote, 
    .down_vote {
        bottom: 2px !important;
    }
    #main, 
    #container, 
    [id^=mainstory], 
    #menu_footer,
    #menu,
    #menu_footer ul {
        width: 100% !important;
    }
    #main,
    #spaginator, 
    #paginator {
        width: calc(100vw - 40px) !important;
    }
    [id^="comnent"] {
        width: calc(100vw - 100px) !important;
    }
    [class^=story] {
        width: calc(100vw - 84px) !important;
    }
    div[align="center"] img {
        display: block;
        width: -webkit-fill-available;
    }
    #menu ul a, 
    #header_right_menu ul a, 
    #menu_footer ul a {
        float: none !important;
        border: 1px solid #F7F2EE;
        margin: 2px;
        border-radius: 5px;
        text-align: center !important;
        white-space: pre;
        color: rgb(119, 91, 48) !important;
        font-size: 16px !important;
        line-height: 18px !important;
    }
    #menu ul, 
    #header_right_menu ul, 
    #menu_footer ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #menu ul, 
    #header_right_menu ul {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    #menu_footer ul {
        margin-top: 0 !important;
    }
    #menu ul li, 
    #header_right_menu ul li, 
    #menu_footer ul li {
        flex: 1;
    }
    .downborder-shadow, 
    #header_right_menu,
    .maintext,
    #write_story_upper {
        display: none !important;
    }
    #paginator a {
        line-height: 30px !important;
    }
    #menu, 
    #header, 
    #spaginator, 
    #paginator {
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    #logo {
        margin: 0 auto !important;
        float: none !important;
    }
    #paginator a.prev_btn, 
    #paginator a.next_btn {
        display: block;
    }
    #category_name {
        margin-left: 0 !important;
        margin-top: 20px !important;
        font-size: 20px !important;
        line-height: 10px !important;
    }
    .downborder {
        display: none !important;
    }
    #paginator b {
        font-size: 20px !important;
    }
    #menu ul a.active_menu, 
    #menu_footer ul a.active_menu {
        background: none !important;
        background-color: #F7F2EE !important;
        color: rgb(119, 91, 48) !important;
    }
    #scrollUp, .scrollup {
        display: none !important;
    }
    [id^="story"] {
        padding-bottom: 30px !important;
    }
    [class^="story"] {
        margin-top: 10px !important;
    }
    .added {
        display: none !important;
    }
    [id^=elstory] {
        border-bottom: 1px solid !important;
        display: inline-block !important;
        margin-top: 10px !important;
    }
    [id^=elstory] font {
        font-size: 14px !important;
    }
    [id^="comment_link"] {
        display: none !important;
    }
    [id^="commentstory_"] {
        display: none;
    }
    [id^="comnent"] {
        margin-left: 20px !important;
    }
    .fb_comments, .fb-comments {
        max-width: 100% !important;
    }
    #menu_footer ul li a {
        background-color: #F7F2EE;
    }
    #menu_footer ul li a.active_menu {
        border: 1px solid !important;
    }
    .uhead_share {
        display: none !important;
    }
}

/*#menu ul:last-child li:last-child a {
    color: red !important;
}*/

iframe {
  width: 100%    !important;
  /*height: auto   !important;*/
}

#particles-js {
  position: fixed;
  
  width: 100%;
  height: 100%;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.img-music {
    text-align: center;
    display: block;
    width: 250px;
    margin: 10px auto;
    font-weight: bold;
}

.img-music:focus,
.img-music:hover,
.img-music:active,
.img-music:link {
    background: none !important;
}

.img-music img {
    width: 100%;
    max-width: 250px;
    height: auto;
}

#embedded {
    margin-top: 2px;
}

#embedded iframe {
    width: 945px;
    height: 2539px;
    border: 0;
}

.back-link {
    margin-left: 70px;
    position: absolute;
    font-size: 33px;
}

@font-face {
    font-family: "Verdana";
    src: url(Verdana.ttf);
}

html {
	/*background: white;*/
	font-weight: 100;
}

body {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    font-family: "trebuchet ms", Times, serif;
    overflow-x: hidden;
    /*font-weight: 300;*/
}

a {
    color: #775b30;
    text-decoration: none;
}

td {
    vertical-align: top;
}

a:hover {
    text-decoration: none;
    background-color: #F7F2EE;
}

[^=commentstory] {
    font-size: 14px;
    margin-left: 20px;
    line-height: 16px;
    font-family: "trebuchet ms", Times, serif;
}

[id^=elstory] {
    font-size: 18px;
    margin-left: 20px;
    line-height: 19px;
    font-family: "trebuchet ms", Times, serif;
}

#paginator {
    margin-left: auto;
    margin-bottom: 20px;
    font-size: 17px;
    margin-top: 22px;
    text-align: center;
    line-height: 18px;
    width: 900px;
}

#category_name {
    text-shadow: 2px 1px 4px #CCC;
    text-transform: none;
    margin-top: 10px;
    margin-left: 40px;
    font-size: 52px;
    line-height: 48px;
    font-family: Georgia;
    display: block;
    text-align: center;
    /*letter-spacing: 7px;*/
}

[id^="comnent"] {
    font-family: "trebuchet ms";
    font-size: 11px;
    margin-left: 75px;
    margin-top: 10px;
    width: 874px;
    line-height: 18px;
    text-align: justify;
    position: relative;
}

.shows {
    color: rgb(119, 91, 48);
    font-size: 11px;
    right: 135px;
    position: absolute;
    bottom: 2px;
    width: 66px;
    text-align: center;
    display: block;
    text-shadow: 1px 1px 5px #9C9C9C;
}

.voting {
    font-size: 11px; 
    left: 59px; 
    position: absolute; 
    bottom: 2px; 
    width: 30px; 
    text-align: center;
}

.added {
    float: right;
    padding-right: 9px;
    font-size: 11px;
    padding-top: 4px;
    line-height: 15px;
    color: #775b30;
    width: 100px;
    font-weight: 300;
    font-style: italic;
    text-align: right;
}

.added span {
    color: black; 
    letter-spacing: 1px;
}

.down_vote {
    cursor: pointer; 
    position: absolute; 
    left: 94px; 
    bottom: 5px; 
    opacity: 0.5;
}

.up_vote {
    position: absolute; 
    left: 40px;  
    bottom: 5px; 
    cursor: pointer; 
    opacity: 0.5;
}

.shows img {
    display: block;
    position: absolute;
    margin-top: 4px;
    width: 11px;
    margin-left: 3px;
}

[class^=story] {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
    margin-right: 20px;
}

[id^=mainstory] {
    padding-bottom: 2px;
    font-size: 15px;
    margin-left: 20px;
    text-align: justify;
}

[id^=story] {
    position: relative;
    margin-top: 0;
    font-size: 14px;
    line-height: 19px;
    font-family: "trebuchet ms", Times, serif;
    display: block;
    margin-top: 17px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    border-radius: 0;
	padding-bottom: 25px !important;
	/*border: 1px solid#c7c7c7;*/
	
background: rgb(255,255,255); 
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); 
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); 
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

[id^=mainstory] [class^=story] img, [class^=commentmain] img {
	-webkit-box-shadow: -1px 1px 27px 6px rgba(0,0,0,0.5);
	-moz-box-shadow: -1px 1px 27px 6px rgba(0,0,0,0.5);
	box-shadow: -1px 1px 27px 6px rgba(0,0,0,0.5);
	border-radius: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}

#container {
    width: 1000px;
    margin: 0 auto;
	position: relative;
}

#write_a_story {
    margin-left: 58px;
}

:root [id^="comnent"] {
    margin-top: 10px\0/IE9;
}

.comment {
    height: 100px;
    width: 500px;
    resize: vertical;
    border: 0;
}

#textstory, #textstoryupper {
    height: 153px;
    width: 500px;
    resize: vertical;
}

a#write_story {
    clear: both;
    margin-left: 70px;
    margin-top: 14px;
    height: 15px;
    background: none;
}

a#write_story:hover {
    background-color: #F7F2EE;
}

[id^=sendComment] {
    margin-right: 20px;
    height: 15px;
    float: right;
    font-family: "Roboto", Times, serif;
    font-size: 14px;
    letter-spacing: 1px;
    color: black;
    padding: 3px;
    margin-top: 2px;
}

[id^=sendComment]:hover {
	background: transparent;
	color: black;
}

#send {
    margin-right: 0;
    height: 15px;
    float: right;
    /* font-style: italic; */
    font-family: "Roboto", Times, serif;
    font-size: 14px;
    letter-spacing: 1px;
    color: black;
    padding: 3px;
    margin-top: 2px;
    font-weight: 100;
}
#send:hover {
	background-color: transparent;
}

.block {
    display: block;
}

.maintext {
    /*font-style: italic;*/
    font-size: 14px;
    line-height: 17px;
    font-family: "Roboto", Times, serif;
    position: absolute;
    bottom: 4px;
    right: 11px;
}

#header {
    margin: 0 20px;
    height: 85px;
}

#logo {
    width: 99px;
    float: left;
    padding-top: 21px;
    padding-left: 31px;
}

#logo a {
    color: #000000;
    font-size: 24px;
    text-decoration: none;
    font-size: 46px;
	font-family: Georgia;
}

#logo a:hover {
	background: none;
}

#menu {
    height: 30px;
    padding: 30px 0 0 0;
    width: 700px;
    margin: 0 auto;
}

#menu ul {
    margin: 0;
    padding: 0;
}

#menu ul li {
    display: inline;
    list-style: none;
}

#menu ul a, #header_right_menu ul a {
    display: block;
    line-height: 28px;
    float: left;
    font-size: 18px;
    text-decoration: none;
    padding: 0 12px 2px 12px;
    color: black;
    font-family: "trebuchet ms";
    font-size: 15px;
    margin-left: 1px;
}

#header_right_menu ul a {
    font-weight: bolder;
    /*border-left: 1px solid;*/
}

#menu ul a:hover, #header_right_menu ul a:hover, #header_right_menu ul a.active_menu {
    background-color: #F7F2EE;
    color: rgb(119, 91, 48);
}

#hr {
    width: 909px;
    right: 0;
    display: block;
    text-align: right;
}

#hr_footer {
    width: 580px;
    right: 0;
    display: block;
    text-align: right;
}

#hr2 {
    width: 350px;
    right: 0;
    display: block;
    text-align: right;
}

#main {
    margin: 0 20px;
    float: left;
    width: 960px;
}

#text {
    float: right;
    width: 550px;
    padding: 10px 20px 0 20px;
}

#text ul {
    padding: 0;
    margin: 10px 0 10px 40px;
}

#text ul li {
    padding-left: 20px;
    background: url(images/li.gif) no-repeat;
    list-style: none;
}

h1 {
    margin: 20px 0 0 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
}

#text p {
    margin: 10px 0;
}

#sidebar {
    float: left;
    width: 253px;
    background: url(images/sidebar_image.jpg) no-repeat 0 10px;
    padding: 420px 50px 20px 50px;
    color: #775b30;
    font-size: 12px;
    text-align: justify;
    position: fixed;
}

.downborder {
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;
}

.downborder-shadow {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    border-bottom-width: 0; 
    margin-top: 5px;
}

#footer {
    /*height: 149px;*/
    margin-left: -20px;
    clear: both;
    /* background: url(images/footer_bckg.jpg) no-repeat; */
    font-size: 10px;
    color: #5c5c5c;
}

#left_footer {
    float: left;
    padding: 40px 0 0 50px;
}

#right_footer {
    float: right;
    padding: 40px 50px 0 0;
    font-style: italic;
    font-size: 9px;
}

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message {
    font-family: "HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 200;
    color: #fff;
}

#sb-container {
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: left;
    visibility: hidden;
    display: none;
}

#sb-overlay {
    position: relative;
    height: 100%;
    width: 100%;
}

#sb-wrapper {
    position: absolute;
    visibility: hidden;
    width: 100px;
}

#sb-wrapper-inner {
    position: relative;
    border: 1px solid #303030;
    overflow: hidden;
    height: 100px;
}

#sb-body {
    position: relative;
    height: 100%;
}

#sb-body-inner {
    position: absolute;
    height: 100%;
    width: 100%;
}

#sb-player.html {
    height: 100%;
    overflow: auto;
}

#sb-body img {
    border: none;
}

#sb-loading {
    position: relative;
    height: 100%;
}

#sb-loading-inner {
    position: absolute;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    width: 100%;
    text-align: center;
}

#sb-loading-inner span {
    background: url(loading.gif) no-repeat;
    padding-left: 34px;
    display: inline-block;
}

#sb-body,#sb-loading {
    background-color: #060606;
}

#sb-title,#sb-info {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#sb-title,#sb-title-inner {
    height: 26px;
    line-height: 26px;
}

#sb-title-inner {
    font-size: 16px;
}

#sb-info,#sb-info-inner {
    height: 20px;
    line-height: 20px;
}

#sb-info-inner {
    font-size: 12px;
}

#sb-nav {
    float: right;
    height: 16px;
    padding: 2px 0;
    width: 45%;
}

#sb-nav a {
    display: block;
    float: right;
    height: 16px;
    width: 16px;
    margin-left: 3px;
    cursor: pointer;
    background-repeat: no-repeat;
}

#sb-nav-close {
    background-image: url(close.png);
}

#sb-nav-next {
    background-image: url(next.png);
}

#sb-nav-previous {
    background-image: url(previous.png);
}

#sb-nav-play {
    background-image: url(play.png);
}

#sb-nav-pause {
    background-image: url(pause.png);
}

#sb-counter {
    float: left;
    width: 45%;
}

#sb-counter a {
    padding: 0 4px 0 0;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

#sb-counter a.sb-counter-current {
    text-decoration: underline;
}

div.sb-message {
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

div.sb-message a:link,div.sb-message a:visited {
    color: #fff;
    text-decoration: underline;
}

#sb-nav-close:hover {
    background-color: transparent;
}

.right {
    float: right;
}

.left {
    float: left;
}

.wdths {
    /*width: 900px;*/
}

.pdr5 {
    margin-right: 5px;
}

.editStory {
    margin-right: 22px;
    float: right;
    font-weight: 100;
}

.wdths_comment {
    width: 100%;
    margin-left: -40px;
}

[id^="write_a_comment"] {
    width: 100%;
    /*margin-left: -33px;*/
}

#write_story_upper {
    margin: 0 auto;
    width: 200px;
    font-size: 20px;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 20px;
}

#edit_pencil {
    width: 42px;
    margin-top: 0px;
    position: absolute;
}

.ml45 {
    margin-left: 45px;
}

iframe {
    overflow: hidden;
}

.cleditorMain {
    margin-right: 20px;
	/*width: 848px!important;*/
}

.upper {
    margin-top: 29px;
}

#write_a_story_upper {
    /*margin-left: 58px;*/
    margin-bottom: 15px;
}

#write_a_story_upper .cleditorMain {
    margin-right: 0;
}

#sidebar a {
    font-size: 13px;
    margin-left: 5px;
}

#toggleInfo, #toggleInfoMore {
    opacity: 0;
    height: 0px;
    display: none;
}

#toggleInfoMore a {
    font-size: 11px;
    font-style: italic;
}

a#toggleInfoMoreLink {
    margin-left: 36px;
    font-size: 13px;
}

#toggleInfoMore {
    margin-left: 13px;
    line-height: 18px;
    margin-top: 20px;
}

#toggleInfoMore ul {
	margin: 0;
	padding: 0 33px;
}

#toggleInfo div, #sidebar div:first-child {
    margin-top: 10px;
    line-height: 21px;
}

#table_main {
    height: 950px;
}

[class^=commentmain] {
    padding-left: 20px;
    padding-top: 3px;
    font-family: "trebuchet ms";
    font-size: 16px;
    font-weight: 100;
}

div[id^="edit_story"] {
    /*margin-left: -34px;*/
    margin-bottom: 18px;
}

#menu_footer {
    /*height: 100px;*/
    padding: 5px 0px 5px 3px;
    width: 100%;
    float: right;
}

#menu_footer ul {
    margin: 0 auto;
    padding: 0;
    width: 700px;
    margin-top: 16px;
}

#menu_footer ul li {
    display: inline;
    list-style: none;
    margin: 0 auto;
}

#menu_footer ul a {
    display: block;
    font-family: "Times New Roman";
    line-height: 27px;
    float: left;
    font-size: 18px;
    text-decoration: none;
    padding: 0 11px 2px 11px;
    color: black;
    font-family: 'trebuchet ms';
    font-size: 15px;
    margin-left: 0;
}

#menu_footer ul a:hover {
    background-color: #F7F2EE;
}

#bqr {
    margin-left: 47px;
    border-bottom: 1px solid;
    width: 165px;
}

.pdl44 {
    padding-left: 47px;
}

#sidebar .dpto {
    text-align: center;
    margin-top: 10px;
}

#sidebar .dpto a {
    font-size: 23px;
    color: black;
    border-bottom: 1px solid;
}

.scrollup, .scrolldown {
    /*width: 40px;
    height: 40px;
    text-indent: -9999px;
    opacity: 0.3;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    background: url('images/icon_top.png') no-repeat; */
    position: fixed;
    font-size: 14px;
    bottom: 20px;
    right: 23px;
    padding: 10px 50px;
    font-weight: bolder;
    background-color: #000000;
    color: #FFFFFF;
    opacity: 0.8;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    display: none;
}

a.scrollup:hover, a.scrolldown:hover {
    background-color: #000000;
}

#paginator b {
    font-size: 22px;
}

#paginator a {
    padding: 5px 8px;
    font-size: 16px;
    cursor: pointer;
    color: black;
}

#paginator a:hover {
    background-color: #F7F2EE;
    color: rgb(119, 91, 48);
}

#paginator a.prev_btn, #paginator a.next_btn {
	color: rgb(119, 91, 48);
}

#paginator a.prev_btn:hover, #paginator a.next_btn:hover {
	background: transparent;
	text-decoration: underline;
	color: #775b30;
}

.none_is_here {
    margin-left: 70px;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 23px;
}

.page_offset {
    margin-left: 20px;
    font-size: 23px;
    margin-top: 5px;
}

.size_offset {
    font-size: 14px;
    margin-left: 9px;
}

.page_string {
    width: 30px;
    text-align: center;
    font-size: 17px;
}

.sz23 {
    font-size: 24px;
}

#logo a {
    display: block;
    float: left;
    font-style: italic;
    line-height: 31px;
    padding: 0 5px;
    margin-top: -11px;
}

#logo div {
    float: left;
}

.uhead_share {
    color: #CCC;
    padding: 0;
    line-height: 30px;
    float: right;
    vertical-align: middle;
    right: 10px;
    position: relative;
    height: 24px;
    border-radius: 5px;
}

.uhead_share span {
    display: inline;
    line-height: 28px;
    vertical-align: middle;
}

.uhead a {
    font-size: 12px;
    font-weight: bold;
    color: #972D06;
    vertical-align: top;
    margin-top: 8px;
    margin-bottom: 4px;
    display: inline-block;
}

.uhead_share span a {
    float: left;
    margin: 2px 2px;
    height: 16px;
}

#spaginator {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    /*-moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    -khtml-border-radius: 18px;*/
    /*webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2), 0 0 16px rgba(0, 0, 0, 0.1);*/
    border: 2px solid transparent;
    height: 67px;
}

.fntitl {
    font-size: 18px;
    line-height: 19px;
    font-family: "Times New Roman", Times, serif;
    color: #444;
}

.prestory {
    height: 10px;
    border: 0;
    /*box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.3);*/
}

div[id^=edit_comment] {
    margin-left: -14px;
}

[id^=cancel_comment], [id^=clear_comment] {
    float: left;
    margin-right: 5px;
	font-family: "trebuchet ms", Times, serif;
}

[id^=smiles_pattern] {
    padding-left: 8px;
}

[id^=smiles_pattern] span {
    cursor: pointer;
}

[id^="smiles_pattern_sendcomment"] {
    margin-left: -10px;
    width: 883px;
    margin-top: 27px;
    text-align: center;
}

[id^=smiles_pattern_comment_edit] {
    margin-left: -14px;
    width: 883px;
}

[id^="smiles_pattern_edit_story"] {
    margin-left: -33px;
    width: 883px;
}

[id^=clear_story] {
    margin-right: 5px;
    float: right;
}

[id^=cancel_story] {
    margin-left: 10px;
    margin-right: 5px;
    float: left;
	color: black;
}

#smiles_pattern_story_upper, #smiles_pattern_story {
    margin-left: 59px;
    width: 520px;
    padding-top: 2px;
}

.background_vote {
    /* background: url(/images/background_vote.png); */
    width: 63px;
    display: block;
    height: 25px;
    position: absolute;
    left: 42px;
    bottom: 0px;
    opacity: 0.3;
}

[id^=comment] .background_vote {
    left: 118px;
    top: -3px;
}

#sidebar img:hover {
    opacity: 0.7;
    background: none;
}

img {
    border-style: none;
}

[id^="cancel_comment"] {
    /*margin-left: 12px;*/
    /*font-style: italic;*/
    font-family: "trebuchet ms", Times, serif;
    font-size: 14px;
	color: black;
	margin-top: 6px;
}

[id^="smiles_comment"] {
    /*font-style: italic;*/
    font-family: "trebuchet ms", Times, serif;
    font-size: 14px;
	color: black;
	letter-spacing: 1px;
	float: left;
	margin-top: 6px;
}

.pdl10 {
    padding-left: 10px;
}

.mgl10 {
    margin-left: 10px;
}

#menu ul a.active_menu,
#menu_footer ul a.active_menu {
    color: black;
    background-color: #F7F2EE;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 1;
    background: whiteSmoke url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
    font-family: 'trebuchet ms';
    font-size: 15px;
    margin-left: 1px;
}

#header_right_menu {
    right: 0px;
    padding: 0;
    position: fixed;
    width: 230px;
}

#header_right_menu li {
    clear: both;
    display: block;
    float: none;
}

.notify_message {
    position: fixed;
    bottom: -50px;
    left: 20px;
    width: 200px;
    height: 50px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: black;
    opacity: .6;
    color: white;
    padding: 15px;
    font-family: Arial;
    text-align: center;
    z-index: 9999999999;
}

#sidebar .composeDivFeed .composeFeed {
    color: #775B30;
	border-radius: 5px;
	z-index: 1;
	font-family: "Roboto";
	font-size: 11px;
	margin-left: 66px;
	display: block;
	line-height: 27px;
	float: left;
	text-decoration: none;
	padding: 0px 14px 2px 15px;
	margin-bottom: 20px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC') repeat-x scroll 0% 0% #F5F5F5;
	clear: both;
}

#sidebar .composeDivFeed .composeFeed:hover {
    background-position: 0 -30px;
}

#sidebar .composeDivFeed .composeFeed.active {
    border-bottom: 1px dashed #CCC;
}

.composeDivFeed {
    margin: 0 auto;
    margin-top: 27px;
}

#header_right_menu ul a {
    margin-left: -4px;
    font-size: 14px;
    font-weight: normal;
}

#header_right_menu ul a.active_menu {
    padding-right: 20px;
    border-left: 0;
    padding-left: 15px;
	border-left: 2px solid;
}

/* Bubble pop-up */

.popup {
    position: absolute;
    display: none;
    z-index: 50;
    border-collapse: collapse;
    margin-left: -127px;
    margin-top: 8px;
}

#drop {
    width: 300px;
}

.popup table.popup-contents {
    width: 354px;
}

.popup td.corner {
    height: 15px;
    width: 19px;
}

.popup td {
    margin: 0;
    padding: 0;
}

.popup td#topleft {
    background-image: url(/images/coda/bubble-1.png);
}

.popup td.toppopup {
    background-image: url(/images/coda/bubble-2.png);
}

.popup td#topright {
    background-image: url(/images/coda/bubble-3.png);
}

.popup td.left {
    background-image: url(/images/coda/bubble-4.png);
    float: none;
}

.popup td.right {
    background-image: url(/images/coda/bubble-5.png);
    float: none;
}

.popup td#bottomleft {
    background-image: url(/images/coda/bubble-6.png);
}

.popup td.bottom {
    background-image: url(/images/coda/bubble-7.png);
    text-align: center;
}

.popup td.bottom img {
    display: block;
    margin: 0 auto;
}

.popup td#bottomright {
    background-image: url(/images/coda/bubble-8.png);
}

.popup table.popup-contents {
    font-size: 15px;
    line-height: 1.2em;
    background-color: #fff;
    color: #666;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}

table.popup-contents th {
    text-align: right;
}

table.popup-contents td {
    text-align: left;
}

#logo a.book {
    margin-left: 39px;
    font-style: normal;
    font-size: 24px;
    margin-top: -7px;
    padding-right: 12px;
    padding-left: 12px;
    line-height: 36px;
}

#logo a.book:hover {
    background-color: #F7F2EE;
}

#logo a.book.active {
    color: black;
    background-color: #F7F2EE;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#DDD));
    background-image: -webkit-linear-gradient(top, white, #DDD);
    background-image: -moz-linear-gradient(top, white, #DDD);
    background-image: -ms-linear-gradient(top, white, #DDD);
    background-image: -o-linear-gradient(top, white, #DDD);
    background-image: linear-gradient(top, white, #DDD);
    background-image: -webkit-linear-gradient(top, white, #DDD);
}

#spaginator.tablecontents {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 32px;
    width: 495px;
    padding-right: 20px;
    line-height: 22px;
}

.chrome {
    display: block;
    float: left;
    height: 55px;
    width: 210px;
    text-decoration: none;
    margin-right: 27px;
    border: 1px solid #b8b8b8;
    background: rgba(54,54,54,0.05);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

#table_main a.chrome {
    margin-left: 21px;
    margin-bottom: 20px;
    -moz-box-shadow: inset 0 0 4px gray;
    -webkit-box-shadow: inset 0 0 4px gray;
    box-shadow: inset 0 0 4px gray;
}

.picture.picture_chrome {
    background: url(/images/chrome_store.png) no-repeat 8px 12px;
    text-indent: 51px;
    height: 55px;
    width: 210px;
    display: block;
    padding-top: 7px;
    color: gray;
}

[class^="story"] b {
    font-family: "Roboto";
    font-weight: 500;
    text-shadow: none;
}

[class^="story"] em, [class^="story"] i, [class^=commentmain] em, [class^=commentmain] i {
    font-family: "Roboto";
    /*font-weight: 200;*/
}

.cancel_comment, .editStory {
    font-family: "Roboto";
    font-size: 14px;
	color: black;
	font-weight: 100;
}

.editStory {
	letter-spacing: 1px;
}

.chromedownloads {
    float: left;
    margin-bottom: 14px;
    margin-left: 72px;
}

.qrbudka img {
    background-color: #EEE;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    -khtml-border-radius: 18px;
    webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
}

summary {
    color: #775b30;
    cursor: pointer;
}

a[rel="fancybox"]:hover {
    background: none;
}

[id^="story"] {
    margin-top: 15px\9;
 /* IE6, IE7, IE8, IE9 */;
}

. ie10 [id^="story"] {
    margin-top: 15px;
 /* Only works in IE10 */;
}

.currentrating {
	color: #775b30;
	font-size: 11px;
	clear: both;
	line-height: 24px;
	margin-left: 124px;
}

.statisticsDetails {
	clear: both; 
	display: block;
}

.statisticsDetails summary {
	/*border-bottom: 1px dashed; 
	width: 206px;*/
	outline: 0;
}

.statisticsDetails .currentrating.first {
	margin-top: 16px;
}

.statisticsDetails br {
	clear: both;
}

.statisticsDetails img:first-child {
	padding-right: 17px; 
	float: left;
	margin-top: -5px;
}

.statisticsDetails img {
	padding-right: 17px; 
	padding-top: 3px; 
	float: left;
	width: 23px;
}

#blockAds {
	padding: 17px;
    margin-left: 42px;
    margin-top: 30px;
    width: 238px;
    background-color: #EEE;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    -khtml-border-radius: 18px;
    webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2), 0 0 16px rgba(0, 0, 0, 0.1);
    border: 5px solid white;
    clear: both;
}

.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}


.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

#header_right_menu ul a.smaller {
	/* line-height: 23px; */
}

#header_right_menu ul a.smaller:hover {
  color: rgb(119, 91, 48);
}

#header_right_menu ul a.active_menu.smaller {
  color: rgb(119, 91, 48);
  border-left: 2px solid;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn {
    -moz-box-shadow: 0 2px 2px #acacac;
    -webkit-box-shadow: 0 2px 2px #acacac;
    box-shadow: 0 2px 2px #acacac;
    padding: 9px 20px 7px;
}