/* Theme: Blue Squirrel */ /** * 1.0 Reset */ body { direction: rtl; unicode-bidi: embed; } caption, th, td { text-align: right; } /** * 2.0 Typography */ body, button, input[type="button"], input[type="reset"], input[type="submit"], input, select, textarea, blockquote cite, blockquote small, .post-password-form label, .main-navigation .menu-item-description, .post-navigation .meta-nav, .post-navigation .post-title, .pagination, .image-navigation, .comment-navigation, .site-title, .site-description, .widget-title, .widget_calendar caption, .widget_rss .rss-date, .widget_rss cite, .author-heading, .entry-footer, .page-title, .page-links, .entry-caption, .comments-title, .comment-reply-title, .comment-metadata, .pingback .edit-link, .comment-list .reply a, .comment-form label, .comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags, .no-comments, .wp-caption-text, .gallery-caption { font-family: Arial, Tahoma, sans-serif; } ::-webkit-input-placeholder { font-family: Arial, Tahoma, sans-serif; } :-moz-placeholder { font-family: Arial, Tahoma, sans-serif; } ::-moz-placeholder { font-family: Arial, Tahoma, sans-serif; } :-ms-input-placeholder { font-family: Arial, Tahoma, sans-serif; } .site-description { margin-right:5px; } /******Lists*******/ dt { padding:3px 7px 3px 2px; font-weight:bold; } dd { padding:3px 15px 3px 2px; } /**********SEARCH FORM**********/ .search_frm { margin:12px 2% 0 0; } .search_sbm { margin:12px 2% 0 0; } .search_box input[type="submit"] { padding:11px 0px 0px 32px; } .search_box input[type="submit"]:hover { padding:11px 0px 0px 32px; } /*********HELPERS****/ .la { float:right; } .ra { float:left; } /*******Left Menu**********/ .left_menu_wrapper { float:right; } .left_menu li a { display:inline-block; } /*****Slider*****/ .dos:before { left: -10px; } .dos:after { right: -10px; } .slider_buttons_outter { text-align:right; } /********Record*********/ .record_head a { display:inline-block; } .search_phrase, .records_period h1, .author_caption { text-align:left; margin-left:10px; } .record_head .post-author:after, .author_caption:after { margin: 0 0 0 6px; } .record_head .recdate:after { margin: 0 0 0 6px; } .record_head .reccom:after { margin: 0 0 0 6px; } .attachment_img, .attachment-post-thumbnail { float:right; } .record .more_right { text-align:left; } .all_tags { margin-right:40px; } .all_tags_marker { margin: 1px 15px 0 1px; float:right; } .right_hang { text-align:left; } /******Cat links in posts******/ .category_links { text-align:left; padding-right:25px; } /*******Footer*********/ .footer .company_info { float: right; } .other_info { float:right; margin-right:5%; } .other_info_outter { float:right; margin-right:20%; } /******************SEARCH BOX***/ .search_box_wrapper { margin-left:2%; margin-right:30%; } /****Pagination**/ .paging ul { float:left; margin-left:5px; } .paging .pinside { float:left; margin-left:5px; } .paging ul li { float:right; } .paging a, .paging ul li a{ margin-right:1px; } .paging ul li .current, .paging ul li .dots { margin-right:1px; } /*******Comments********/ .comment-reply-title:before{ margin-left:5px; } .comment-list .children > li { padding-right: 0.8em; } .comment-author .avatar { float: right; margin-left: 0.8em; } .bypostauthor > article .fn:after { right: 3px; } .comment-metadata .edit-link { margin-right: 1em; } .pingback .edit-link { margin-right: 1em; } .comment-content ul, .comment-content ol { margin: 0 1.3333em 1.6em 0; } .comment-list .reply a { padding: 0.4167em 0 0 0.8333em; } .comment-reply-title small a { float: left; } .image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before, .comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before { margin: 0 0 0 0.7em; } .image-navigation .nav-previous a:before, .comment-navigation .nav-previous a:before { margin-left: 0.2em; } .image-navigation .nav-next a:after, .comment-navigation .nav-next a:after { margin-right: 0.2em; } .image-navigation { padding: 0 0 0 7.6923%; } /*******Info Block********/ ul.info_block li:first-child:after{ margin-right:5px; } /******Record Body Misc**********/ .record_body blockquote p, blockquote p{ border-right:4px solid #004d4d; } blockquote p:before{ margin-left:2px; } blockquote p:after{ margin-left:2px; } pre,code { border:none; border-top:1px solid #009999; border-right:1px solid #009999; } code { background-color:#f0f5f5; } /***Alignments***/ /* .alignleft { float: right; margin: 0.5em 0 0.5em 1em; } .alignright { float: left; margin: 0.5em 1em 0.5em 0; } */ /**********Common show/hide*************/ .hide { left:10000px; } .show { left:0px; } .mhide { margin-left:10000px; } .mshow { margin-left:0px; } .dispshow { display:block; } .disphide, .hlabel { display:none; }