﻿/* Start colors */
/* End colors */
/* Start general prop */
/* End general prop */
#blog ::-webkit-scrollbar {
  width: 14px;
}
#blog ::-webkit-scrollbar-track {
  background-color: #eaeaea;
}
#blog ::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
#blog ::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
#blog ul {
  direction: rtl;
}
#blog span {
  direction: rtl;
  text-align: right;
  display: inline-block;
}
#blog #bloglinks ul li a.active {
  color: black;
}
#blog #navList {
  width: 790px;
}
#blog #navList ul {
  background-color: #d83d29;
  color: white;
  height: 30px;
  margin-top: 15px;
  display: table;
  width: 100%;
}
#blog #navList ul li {
  height: 30px;
  border-left: 1px solid #C23322;
  border-right: 1px solid #E16452;
  display: table-cell;
  list-style-type: none;
  text-align: center;
}
#blog #navList ul li a {
  text-align: center;
  display: block;
  line-height: 30px;
  color: white;
  text-decoration: none;
  font-size: 14px;
}
#blog #navList ul .first {
  border-right: none;
}
#blog #navList ul .last {
  border-left: none;
}
#blog .header {
  width: 100%;
  height: 30px;
  background-color: #4d4d4d;
  color: white;
  direction: rtl;
}
#blog .header span,
#blog .header a {
  font-weight: bold;
  margin: 5px 10px 0 0;
}
#blog .header a:hover {
  text-decoration: underline;
}
#blog .header .lastSpan {
  color: white;
  font-size: 14px;
  text-decoration: none;
  margin-right: 0;
}
#blog #blogEntrance {
  direction: rtl;
  height: 67px;
  margin-top: 10px;
  border-bottom: 1px solid #dedede;
}
#blog #blogEntrance span {
  color: #5c5c5c;
  font-size: 12px;
  font-weight: bold;
}
#blog #blogEntrance #right-side {
  float: right;
  width: 512px;
  display: inline-block;
  border-left: 1px solid #dedede;
  height: 96%;
}
#blog #blogEntrance #right-side .loginTitle {
  padding-bottom: 5px;
  clear: left;
}
#blog #blogEntrance #right-side .loginTitle .arrow {
  background: url("images/arrow_left.png") scroll -1px 1px no-repeat;
  width: 5px;
  height: 12px;
  margin-left: 3px;
}
#blog #blogEntrance #right-side #loginBlogFrm input {
  width: 150px;
  height: 20px;
  display: inline-block;
  background: #dedede;
  border: none;
  margin-right: 5px;
  margin-left: 3px;
}
#blog #blogEntrance #right-side #loginBlogFrm .logInBlog {
  cursor: pointer;
  background-color: #4d4d4d;
  color: white;
  width: 50px;
  height: 17px;
  padding-top: 3px;
  margin-right: -6px;
  text-align: center;
  display: inline-block;
}
#blog #blogEntrance #left-side {
  position: relative;
  float: right;
  width: 235px;
  height: 100%;
  display: inline-block;
}
#blog #blogEntrance #left-side .openNewBlog {
  margin: 10px;
  position: absolute;
  background: url("images/button_newblog.gif");
  width: 204px;
  height: 34px;
  display: inline-block;
}
#blog #blogEntrance #left-side .openUserBlog {
  margin: 10px;
  position: absolute;
  background: url("images/button_userblog.gif");
  width: 204px;
  height: 34px;
  display: inline-block;
}
#blog #bloglinks {
  width: 100%;
  height: 30px;
  margin-top: 0px;
}
#blog #bloglinks ul {
  list-style-type: none;
}
#blog #bloglinks ul li {
  display: inline-block;
  margin-left: 10px;
}
#blog #bloglinks ul li a {
  line-height: 30px;
  color: #d3412a;
  text-decoration: underline;
}
#blog #entryLists {
  width: 790px;
  height: 300px;
  direction: rtl;
  position: relative;
}
#blog #entryLists .dateFilter {
  width: 170px;
  position: absolute;
  right: 621px;
  top: -31px;
}
#blog #entryLists .dateFilter ul li {
  list-style-type: none;
  display: inline-block;
}
#blog #entryLists .dateFilter ul li a {
  color: #d3412a;
}
#blog #entryLists .entrysRow {
  width: 100%;
  height: 90px;
}
#blog #entryLists .entrysRow .entry {
  width: 263.3333333333333px;
  height: 100%;
  float: right;
}
#blog #entryLists .entrysRow .entry * {
  font-size: 12px !important;
  font-weight: normal;
}
#blog #entryLists .entrysRow .entry a {
  color: #d3412a;
  text-decoration: none;
}
#blog #entryLists .entrysRow .entry a:hover {
  text-decoration: underline;
}
#blog #entryLists .entrysRow .entry .redArrow {
  background: url("images/bullets.png") scroll 0 0 no-repeat;
  width: 5px;
  height: 6px;
}
#blog .pager {
  text-align: center;
}
#blog .pager > span * {
  float: right;
  display: inline-block;
  margin: 0 2px;
}
#blog .pager > span a {
  color: #d3412a;
  text-decoration: none;
}
#blog .pager > span a:hover {
  text-decoration: underline;
}
#blog .pager span {
  display: inline-block;
}
#blog .pager .rssLink {
  position: absolute;
  right: 0;
}
#blog #cubesArea.firstBlock {
  margin-top: 10px;
  width: 790px;
  height: 340px;
  cursor: pointer;
}
#blog #cubesArea.firstBlock .itemsPromo {
  height: 300px;
}
#blog #cubesArea.firstBlock .itemsPromo .miniForumTitle {
  display: inline-block;
  position: absolute;
  color: #AAAAAA;
  font-size: 10px;
  bottom: -1px;
  right: 2px;
  direction: rtl;
  text-decoration: none;
}
#blog #cubesArea.firstBlock .itemsPromo .rightCube {
  position: relative;
  width: 410px;
  height: 300px;
  float: right;
}
#blog #cubesArea.firstBlock .itemsPromo .rightCube a {
  display: block;
}
#blog #cubesArea.firstBlock .itemsPromo .rightCube img {
  width: 410px;
  height: 290px;
}
#blog #cubesArea.firstBlock .itemsPromo .rightCube #imgInfo {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 100px;
}
#blog #cubesArea.firstBlock .itemsPromo .rightCube #imgInfo .header span {
  font-size: 17px;
}
#blog #cubesArea.firstBlock .itemsPromo .rightCube #imgInfo .description {
  height: 70px;
  background-color: white;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  /* IE 5-7 */
  filter: alpha(opacity=85);
  /* Netscape */
  -moz-opacity: 0.85;
  /* Safari 1.x */
  -khtml-opacity: 0.85;
  /* Good browsers */
  opacity: 0.85;
  direction: rtl;
  text-decoration: none;
  color: black;
}
#blog #cubesArea.firstBlock .itemsPromo .rightCube #imgInfo .description .textArea {
  direction: rtl;
  font-size: 13px;
  padding: 7px 10px;
}
#blog #cubesArea.firstBlock .itemsPromo .leftCube {
  width: 370px;
  height: 300px;
  direction: rtl;
}
#blog #cubesArea.firstBlock .itemsPromo .leftCube .cube {
  position: relative;
  width: 180px;
  height: 140px;
  float: right;
  margin-left: 10px;
  margin-bottom: 20px;
}
#blog #cubesArea.firstBlock .itemsPromo .leftCube .cube a {
  display: block;
}
#blog #cubesArea.firstBlock .itemsPromo .leftCube .cube img {
  width: 100%;
  height: 130px;
}
#blog #cubesArea.firstBlock .itemsPromo .leftCube .cube .description {
  width: 100%;
  position: absolute;
  bottom: 10px;
  direction: rtl;
}
#blog #cubesArea.firstBlock .itemsPromo .leftCube .cube .description .textArea {
  color: black;
  direction: rtl;
  display: none;
  padding: 4px;
  background-color: white;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  /* IE 5-7 */
  filter: alpha(opacity=85);
  /* Netscape */
  -moz-opacity: 0.85;
  /* Safari 1.x */
  -khtml-opacity: 0.85;
  /* Good browsers */
  opacity: 0.85;
}
#blog #cubesArea.firstBlock .itemsPromo .leftCube .leftColumn {
  margin-left: 0;
}
#blog #promotionArea {
  width: 100%;
  height: 600px;
  margin-top: 10px;
  direction: rtl;
  position: relative;
}
#blog #promotionArea #smallCubesRow {
  width: 490px;
  height: 195px;
}
#blog #promotionArea #smallCubesRow .image {
  float: right;
  margin-top: 4px;
  margin-left: 3px;
}
#blog #promotionArea #smallCubesRow .image img {
  width: 75px;
  height: 65px;
}
#blog #promotionArea #smallCubesRow .first {
  float: right;
  width: 235px;
  margin-left: 10px;
  height: 100%;
}
#blog #promotionArea #smallCubesRow .first .header {
  background-color: #d83d29;
  color: white;
}
#blog #promotionArea #smallCubesRow .first .header span {
  font-size: 14px;
}
#blog #promotionArea #smallCubesRow .first .whiteArrow {
  background: url("images/bullets_white.png") scroll 7px 0px no-repeat;
  width: 5px;
  height: 6px;
  line-height: 7px;
  padding-right: 7px;
  font-weight: normal;
  right: 192px;
  position: absolute;
  top: 6px;
  display: inline-block;
  text-decoration: none;
  color: white;
}
#blog #promotionArea #smallCubesRow .first #hotTopicEntries {
  direction: ltr;
  height: 150px;
  width: 100%;
  overflow-y: auto;
  margin-top: 7px;
}
#blog #promotionArea #smallCubesRow .first #hotTopicEntries li {
  direction: rtl;
  list-style-image: url("images/bullets.png");
  list-style-position: inside;
  margin-right: 5px;
}
#blog #promotionArea #smallCubesRow .first #hotTopicEntries li .entryLInk {
  text-decoration: none;
  color: black;
  font-size: 12px;
  font-weight: bold;
}
#blog #promotionArea #smallCubesRow .first #hotTopicEntries li .blogLink {
  text-decoration: none;
  display: block;
  margin-right: 13px;
  font-size: 11px;
  color: #d3412a;
}
#blog #promotionArea #smallCubesRow .second {
  position: relative;
  float: right;
  width: 235px;
  height: 100%;
  overflow: hidden;
}
#blog #promotionArea #smallCubesRow .second .header {
  background-color: #d83d29;
  color: white;
}
#blog #promotionArea #smallCubesRow .second .header span {
  font-size: 14px;
}
#blog #promotionArea #smallCubesRow .second > div {
  margin-top: 7px;
}
#blog #promotionArea #smallCubesRow .second > div .title {
  display: inline-block;
  margin-top: 2px;
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-size: 14px;
  width: 155px;
}
#blog #promotionArea #smallCubesRow .second > div .desc {
  color: black;
  height: 100%;
  overflow: hidden;
  width: 155px;
  text-decoration: none;
}
#blog #promotionArea #smallCubesRow .second .newRandomBlog {
  margin-right: 150px;
  color: #d3412a;
  font-weight: bold;
  font-size: 11px;
}
#blog #promotionArea #bigCubesRow {
  width: 490px;
  height: 395px;
  margin-top: 10px;
}
#blog #promotionArea #bigCubesRow > div {
  float: right;
  width: 235px;
  height: 100%;
}
#blog #promotionArea #bigCubesRow > div .header {
  background-color: #d83d29;
  color: white;
}
#blog #promotionArea #bigCubesRow > div .header span {
  font-size: 14px;
}
#blog #promotionArea #bigCubesRow .first {
  margin-left: 10px;
}
#blog #promotionArea #bigCubesRow .first .imageContainer {
  margin-top: 10px;
  width: 235px;
  height: 320px;
  overflow: hidden;
}
#blog #promotionArea #bigCubesRow .first .moreImages {
  color: #d3412a;
  margin-right: 178px;
  font-weight: bold;
  font-size: 11px;
}
#blog #promotionArea #bigCubesRow .first .title {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
#blog #promotionArea #bigCubesRow .second #randomSong {
  margin-top: 10px;
  position: relative;
}
#blog #promotionArea #bigCubesRow .second #randomSong .title {
  font-weight: bold;
  color: black;
  text-decoration: none;
}
#blog #promotionArea #bigCubesRow .second #randomSong .tizzer {
  color: black;
  text-decoration: none;
  height: 320px;
  display: block;
  overflow-y: hidden;
}
#blog #promotionArea #bigCubesRow .second #randomSong .moreLink {
  right: 187px;
  color: #d3412a;
  font-weight: bold;
  font-size: 11px;
  position: absolute;
}
#blog #promotionArea #bigCubesRow .second #randomSong .blogLink {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
#blog #promotionArea #leftAdd {
  width: 300px;
  height: 600px;
  top: 0px;
  position: absolute;
  right: 490px;
}
#blog #tagsCloud {
  width: 100%;
  margin-top: 10px;
  height: 220px;
}
#blog #tagsCloud .header {
  background-color: #d83d29;
  color: white;
}
#blog #tagsCloud .header span {
  font-size: 14px;
}
#blog #tagsCloud #search {
  width: 100%;
  height: 25px;
  direction: rtl;
  margin-top: 7px;
}
#blog #tagsCloud #search .searchIcon {
  background: #dedede url("images/tag_search.png") no-repeat;
  height: 25px;
  width: 25px;
  float: right;
  margin-right: 17px;
}
#blog #tagsCloud #search .tagSearchTxt {
  height: 25px;
  background: #dedede;
  width: 150px;
  border: none;
  color: #505050;
  float: right;
}
#blog #tagsCloud #search .tagSearchBtn {
  height: 25px;
  background: #505050;
  width: 40px;
  border: none;
  color: white;
  cursor: pointer;
  margin-right: -4px;
}
#blog #tagsCloud #search .loadingIcon {
  background: url("images/ajax-loader.gif") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  margin-right: 5px;
  margin-top: 5px;
  position: absolute;
}
#blog #tagsCloud #search .hide {
  display: none;
}
#blog #tagsCloud #cloud {
  height: 150px;
  width: 100%;
  overflow: auto;
  margin-top: 5px;
}
#blog #tagsCloud #cloud span.tag {
  direction: rtl;
  background: #E1E2DD;
  line-height: 19px;
  margin: 5px;
  padding-right: 5px;
  padding-left: 5px;
  cursor: pointer;
  font-weight: bold;
}
#blog #tagsCloud #cloud span.tag .label {
  color: #434341;
  text-decoration: none;
}
#blog #tagsCloud #cloud span.tag .counter {
  color: #92938E;
  font-size: 10px;
}
#blog #categoriesAndAdd {
  width: 100%;
  height: 250px;
  margin-top: 10px;
  direction: rtl;
}
#blog #categoriesAndAdd #categories {
  width: 480px;
  height: 100%;
  margin-left: 10px;
  float: right;
}
#blog #categoriesAndAdd #categories .header {
  background-color: #d83d29;
  color: white;
}
#blog #categoriesAndAdd #categories .header span {
  font-size: 14px;
}
#blog #categoriesAndAdd #categories ul {
  width: 140px;
  float: right;
  margin-right: 15px;
  margin-top: 5px;
}
#blog #categoriesAndAdd #categories ul li {
  list-style-image: url("images/bullets.png");
}
#blog #categoriesAndAdd #categories ul li a {
  line-height: 16px;
  color: black;
  text-decoration: none;
}
#blog #categoriesAndAdd #smallAdd {
  width: 300px;
  height: 250px;
  float: right;
}
.cube300A {
  width: 300px;
  height: 250px;
  float: right;
}
.accessibility.wb #searchQuery .searchSubCats #selectedSubCat,.accessibility.wb #searchQuery #searchSubCatsList li a{color:#000!important;}