/*
Theme Name: Systém komunikace s radními
Theme URI: http://wwww.praha.eu/
Author: nDemic
Author URI: http://ndemic.cz/
Description: šablona pro systém komunikace s radními
Version: 0.1
Text Domain: radni
*/
/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   General styles
   ========================================================================== */
/* helper classes */
.cleaner {
  clear: both;
}
.hidden {
  display: none;
}
a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #ed1b2e;
}
a:hover {
  color: #ad0010;
}
p {
  font-size: 15px;
  letter-spacing: 0.025em;
  color: #2b2d33;
  line-height: 20px;
  margin: 15px 0;
}
*:focus {
  outline: none;
}
/* headings */
h1 {
  color: #ed1b2e;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: .05em;
  margin: 0 0 18px 0;
}
h2 {
  color: #ed1b2e;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: .05em;
  margin: 0 0 18px 0;
}
h3 {
  color: #2B2D33;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .05em;
  margin: 0 0 18px 0;
}
/* checkboxes */
.icheckbox,
.iradio {
  display: inline-block;
  *float: left;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  cursor: pointer;
  background: #fff;
  top: -2px;
}
.icheckbox.checked,
.iradio.checked {
  border-color: #77AA40;
  background: #ffffff url(images/checked.png) center center no-repeat;
}
.icheckbox.error,
.iradio.error {
  border-color: #ed1b2e;
}
.iradio {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
/* select boxes */
select.multiple {
  width: 400px;
  display: block;
  margin: 10px 0;
}
.select2-input,
.select2-display-none {
  display: none;
}
.sbHolder {
  position: relative;
  width: 400px;
  height: 40px;
  line-height: 40px;
}
.sbHolder .sbSelector {
  display: block;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 16px;
  font-weight: 300;
  color: #2d2f35;
  text-decoration: none;
  width: 100%;
  height: 100%;
  text-indent: 18px;
}
.sbHolder .sbToggle {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 13px;
  background: url(images/toggle.png) center center no-repeat;
}
.sbHolder .sbOptions {
  position: absolute;
  background: #f8f8f8;
  border: 1px solid #ccc;
  z-index: 9;
  width: 400px;
  margin-top: -1px;
}
.sbHolder .sbOptions li a {
  display: block;
  color: #989898;
  text-decoration: none;
  padding: 0 18px;
}
.sbHolder .sbOptions li a:hover {
  color: #000;
}
/* body */
body {
  border-top: 3px solid #ed1b2e;
  padding: 0 5%;
  background: #eeeeee;
  font-family: Calibri, 'Open Sans', Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  position: relative;
  width: 90%;
}
/* header */
#header {
  padding: 35px 0;
}
#header #logo {
  display: block;
  float: left;
  width: 450px;
  height: 100px;
  background: url(images/logo.jpg) left top no-repeat;
}
#header .prf {
  display: block;
  float: right;
  padding-right: 90px;
  height: 100px;
  background: url(images/prf.jpg) right center no-repeat;
  text-decoration: none;
  color: #2d2f35;
  line-height: 20px;
}
#header .prf strong {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin: 18px 0 5px 0;
}
#header .prf strong span {
  color: #ed1b2e;
}
#header .prf em {
  font-size: 15px;
  font-weight: 300;
}
/* menu */
#menu {
  background: #fff;
  border-bottom: 1px solid #ccc;
}
#menu ul li {
  display: block;
  float: left;
}
#menu ul li a {
  display: block;
  float: left;
  margin: 0 20px;
  height: 50px;
  line-height: 50px;
  font-weight: 300;
  font-size: 18px;
  color: #2d2f35;
  text-decoration: none;
}
#menu ul li a:hover {
  color: #ed1b2e;
}
#menu ul li.current-menu-item a {
  color: #ed1b2e;
  font-weight: 600;
}
#menu ul li.menu-item-first a {
  text-indent: -999px;
  font-size: 0px;
  color: #fff;
  width: 18px;
  background: url(images/home.png) right center no-repeat;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#menu ul li.menu-item-first a:hover {
  background-position: left center;
}
#menu ul li.menu-item-first.current-menu-item a {
  background-position: left center;
}
/* quick search */
#quickSearch {
  background: #dedede;
  margin: 30px 0;
  height: 110px;
  text-align: center;
  line-height: 110px;
}
#quickSearch h2 {
  display: inline-block;
  *display: inline;
  font-style: italic;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: .1em;
  height: 50px;
  line-height: 1em;
  color: #2B2D33;
  margin-left: -15px;
}
#quickSearch h2 span {
  color: #ed1b2e;
  font-weight: bold;
}
#quickSearch form {
  display: inline-block;
  *display: inline;
  position: relative;
  left: 15px;
  vertical-align: middle;
  top: -5px;
}
#quickSearch form input[type="text"] {
  font-family: Calibri, 'Open Sans', Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  background: #fafafa url(images/input.jpg) left center no-repeat;
  font-size: 20px;
  font-weight: 300;
  padding: 0 5%;
  display: block;
  height: 50px;
  line-height: 50px;
  color: #2b2d33;
  border: none;
}
#quickSearch form button {
  display: block;
  border: none;
  width: 55px;
  height: 56px;
  background: url(images/search.png) left top no-repeat;
  position: absolute;
  right: -35px;
  top: -2px;
}
/* the bubble with photo */
.profileImg {
  display: inline-block;
  width: 161px;
  height: 168px;
  position: relative;
  overflow: hidden;
}
.profileImg img {
  width: 161px;
}
.profileImg .mask {
  display: block;
  width: 161px;
  height: 168px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(images/bubble_mask.png) left top no-repeat;
}
/* list of persons */
#mainList ul {
  font-size: 0px;
}
#mainList ul li {
  display: inline-block;
  width: 18%;
  padding: 0 1%;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  vertical-align: top;
}
#mainList ul li a {
  text-decoration: none;
  font-size: 15px;
}
#mainList ul li a strong {
  letter-spacing: .1em;
  color: #2b2d33;
}
#mainList ul li a em {
  font-weight: 300;
  color: #47494e;
}
#mainList ul li h3 {
  margin: 0;
}
#mainList ul li h3 a {
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  color: #ed1b2e;
}
#mainList .stats {
  position: absolute;
  left: 50%;
  margin-left: 60px;
  top: 135px;
  width: 50px;
}
#mainList .stats ul li {
  width: 20px;
  margin-left: 5px;
  padding: 0;
}
/* person stats */
.stats ul li {
  display: block;
  margin-left: 5px;
}
.stats ul li a {
  display: block;
  float: left;
}
.stats ul li a .ico {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background: url(images/stats.png) left top no-repeat;
}
.stats ul li a.notanswered .ico {
  background-position: -20px top;
}
.stats ul li a.total .ico {
  background-position: right top;
}
/* person detail */
.profileTop {
  background: #fff;
  padding: 18px;
  position: relative;
  margin-top: 30px;
  border-top: 1px solid #ccc;
}
.profileTop .showFull {
  padding: 5px 18px;
  background: #ed1b2e;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  display: block;
  font-size: 13px;
  margin-top: 10px;
  float: right;
}
.profileTop .showFull:hover {
  background: #ad0010;
}
.profileTop .image {
  float: left;
  margin-right: 30px;
}
.profileTop .image .profileImg {
  display: block;
}
.profileTop .image .profileImg .mask {
  background-image: url(images/bubble_mask_w.png);
}
.profileTop .description {
  width: auto;
  overflow: auto;
  padding: 18px 0;
}
.profileTop .description h1 {
  margin: 0;
}
.profileTop .description .position {
  display: block;
  font-size: 18px;
  color: #2b2d33;
  letter-spacing: .1em;
  margin-bottom: 18px;
}
span.required {
  color: #ed1b2e;
}
/* content page */
.pageWhite {
  background: #fff;
  padding: 18px;
  border-bottom: 1px solid #ccc;
}
.pageWhite ol,
.pageWhite ul {
  padding: 18px 30px;
}
/* single person questions */
.personQuestions .stats {
  background: #fff;
  padding: 12px 18px;
}
.personQuestions .stats ul {
  margin-top: 4px;
}
.personQuestions .stats ul li {
  display: inline-block;
  *display: inline;
}
.personQuestions .stats ul li a {
  text-decoration: none;
  color: #2b2d33;
  margin-left: 18px;
}
.personQuestions .stats ul li a .ico {
  margin-right: 8px;
}
.personQuestions .stats ul li a.notanswered strong {
  color: #ed1b2e;
}
.personQuestions .stats ul li a.answered strong {
  color: #77AA40;
}
.personQuestions .stats h2 {
  float: left;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #2b2d33;
  margin: 0;
}
.personQuestions h2.main {
  background: #989898;
  color: #fff;
  font-weight: 300;
  font-size: 22px;
  padding: 0 18px;
  position: relative;
  height: 50px;
  letter-spacing: 0;
}
.personQuestions h2.main .wrap {
  display: inline-block;
  *display: inline;
  margin-top: 10px;
  *line-height: 50px;
}
.personQuestions h2.main .status {
  display: inline-block;
  *display: inline;
  background: #2b2d33;
  font-weight: bold;
  font-size: 16px;
  padding: 2px 10px;
  margin-left: 10px;
}
.personQuestions h2.main .status.answered {
  background-color: #77AA40;
}
.personQuestions h2.main .status.notanswered {
  background-color: #ed1b2e;
}
.personQuestions h2.main .qarrow {
  display: block;
  width: 15px;
  height: 10px;
  background: url(images/qarrow.png) left top no-repeat;
  position: absolute;
  bottom: -10px;
  left: 50px;
}
.personQuestions .addQuestion {
  position: absolute;
  right: 0;
  top: 0;
  background: #ffffff url(images/addnew.jpg) left top no-repeat;
  height: 55px;
  line-height: 50px;
  color: #ed1b2e;
  text-decoration: none;
  padding: 0 18px 0 68px;
  font-weight: bold;
  font-size: 20px;
}
.personQuestions .addQuestion:hover {
  color: #ad0010;
}
.personQuestions ul.questions {
  margin: 30px 0;
}
.personQuestions ul.questions li {
  clear: both;
}
.personQuestions ul.questions li a {
  display: block;
  background: #fff;
  padding: 8px 18px 8px 48px;
  float: left;
  margin: 5px 0;
  color: #2b2d33;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
.personQuestions ul.questions li a .ico {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: url(images/stats.png) -20px top no-repeat;
}
.personQuestions ul.questions li a * {
  display: inline-block;
  *display: inline;
}
.personQuestions ul.questions li a.answered .ico {
  background-position: left top;
}
.personQuestions ul.questions li a .author,
.personQuestions ul.questions li a .time {
  border-left: 1px dotted #ccc;
  padding: 0 10px 0 30px;
  font-weight: 300;
  font-style: italic;
  font-size: 13px;
  position: relative;
}
.personQuestions ul.questions li a .author .ico,
.personQuestions ul.questions li a .time .ico {
  display: block;
  position: absolute;
  left: 8px;
  top: 2px;
  width: 14px;
  height: 14px;
}
.personQuestions ul.questions li a .time {
  margin-left: 18px;
}
.personQuestions ul.questions li a .time .ico {
  background: url(images/ico_date.png) left center no-repeat;
  text-align: center;
  font-size: 8px;
  line-height: 16px;
}
.personQuestions ul.questions li a .author .ico {
  background: url(images/ico_user.png) left center no-repeat;
}
.personQuestions ul.questions li a:hover {
  background: #ed1b2e;
  color: #fff;
}
.personQuestions ul.questions li a:hover.answered {
  background: #77AA40;
}
.personQuestions ul.questions li a:hover .author .ico,
.personQuestions ul.questions li a:hover .time .ico {
  background-position: right center;
}
/* footer */
#footer {
  margin: 50px 0;
}
#footer #footerTop {
  background: #fff;
  height: 50px;
  padding: 0 50px;
}
#footer #footerTop .copyright {
  float: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
}
#footer #footerTop ul {
  float: right;
  margin-top: 18px;
}
#footer #footerTop ul li {
  display: block;
  float: left;
  border-right: 1px dotted #ccc;
  height: 15px;
  line-height: 15px;
}
#footer #footerTop ul li a {
  display: block;
  height: 15px;
  line-height: 15px;
  color: #2b2d33;
  font-size: 14px;
  padding: 0 20px;
}
#footer #footerTop ul li.hotline {
  border: none;
}
#footer #footerTop ul li.hotline a {
  padding: 0;
  background: url(images/1244.jpg) 20px center no-repeat;
  width: 74px;
  height: 15px;
}
#footer #social {
  padding: 18px 50px 0px 50px;
  background: #dedede;
}
#footer #social ul li {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 20px 20px 0;
}
#footer #social ul li a {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  text-decoration: none;
  background: url(images/social.jpg) left top no-repeat;
}
#footer #social ul li a.tw {
  background-position: -32px 0;
}
#footer #social ul li a.yt {
  background-position: -64px 0;
}
#footer #social ul li a.in {
  background-position: -96px 0;
}
#footer #social ul li a.pt {
  background-position: -128px 0;
}
#footer #social ul li a.tb {
  background-position: -160px 0;
}
#footer #quickNav {
  background: #e4e4e4;
  padding: 30px 50px;
}
#footer #quickNav h2 {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: .1em;
  color: #2b2d33;
  margin-bottom: 30px;
}
#footer #quickNav ul {
  float: left;
  width: 33.3%;
}
#footer #quickNav ul li a {
  text-decoration: none;
  color: #2b2d33;
  font-size: 14px;
  line-height: 35px;
  font-weight: 300;
}
#footer #quickNav ul li a:hover {
  color: #ed1b2e;
}
/* new question */
#content form {
  padding: 18px;
  background: #E4E4E4;
}
#content form .row {
  padding: 10px 0;
}
#content form label {
  display: block;
  font-weight: bold;
  letter-spacing: 0.75px;
  font-size: 16px;
  margin: 10px 0;
  text-transform: uppercase;
}
#content form label span {
  line-height: 23px;
}
#content form em.error {
  font-weight: 300;
  width: auto;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  display: inline-block;
  padding: 5px 10px;
  background: #ed1b2e;
}
#content form .icheckbox label.error {
  margin-top: 20px;
}
#content form input[type="text"] {
  border: 1px solid #ccc;
  background: #fff;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 300;
  color: #2d2f35;
}
#content form input[type="text"].error {
  border-color: #ed1b2e;
}
#content form textarea {
  border: 1px solid #ccc;
  background: #fff;
  padding: 8px 18px;
  height: 300px;
  font-family: Calibri, 'Open Sans', Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #2d2f35;
}
#content form textarea.error {
  border-color: #ed1b2e;
}
#content form .img-preview {
  background: #EEEEEE;
  border: 1px dotted #ccc;
  padding: 18px;
  margin-top: 20px;
}
#content form .profileImg {
  display: block;
  float: left;
  margin-right: 18px;
}
#content form .personPreview {
  overflow: auto;
  width: auto;
  font-size: 12px;
}
#content form input[type="submit"] {
  height: 43px;
  line-height: 40px;
  background: #ffffff url(images/submit.jpg) left top no-repeat;
  color: #ed1b2e;
  padding: 0 30px 0 60px;
  border: none;
}
/* faq */
#content .ui-accordion .ui-accordion-header {
  background: #EEEEEE;
  margin-top: 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  font-size: 20px;
  font-family: Calibri, 'Open Sans', Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
#content .ui-accordion .ui-accordion-header a {
  color: #2b2d33 !important;
  line-height: 18px;
  font-size: 20px;
}
#content .ui-accordion .ui-accordion-content {
  font-weight: 300;
  color: #2b2d33 !important;
  border: none;
  background: #DEDEDE;
  font-size: 16px;
  font-family: Calibri, 'Open Sans', Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* single question */
.single-question {
  margin: 30px 0;
}
.single-question .question .question-content {
  background: #E4E4E4;
  padding: 18px;
}
.single-question .question .question-content ul,
.single-question .question .question-content ol {
  padding: 18px 30px;
}
.single-question .question .author,
.single-question .question .time,
.single-question .question .like,
.single-question .question .share,
.single-question .question .share_twitter,
.single-question .question .watch
 {
  background: #fff;
  float: left;
  padding: 8px 10px 8px 30px;
  font-weight: 300;
  font-style: italic;
  font-size: 13px;
  position: relative;
}
.single-question .question .author .ico,
.single-question .question .time .ico,
.single-question .question .like .ico,
.single-question .question .share .ico,
.single-question .question .share_twitter .ico,
.single-question .question .watch .ico {
  display: block;
  position: absolute;
  left: 8px;
  top: 9px;
  width: 14px;
  height: 14px;
}
.single-question .question .time {
  margin-left: 8px;
}
.single-question .question .time .ico {
  background: url(images/ico_date.png) left center no-repeat;
  text-align: center;
  font-size: 8px;
  line-height: 16px;
}
.single-question .question .author .ico {
  background: url(images/ico_user.png) left center no-repeat;
}
.single-question .question .like {
  color: #ed1b2e;
  text-decoration: none;
  margin-left: 8px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.1em;
}
.single-question .question .like .ico {
  width: 15px;
  height: 15px;
  background: url(images/like.png) left center no-repeat;
}
.single-question .question .like:hover {
  background: #ed1b2e;
  color: #fff;
}
.single-question .question .like:hover .ico {
  background-position: right center;
}
.single-question .answer {
  background: #f8f8f8;
  border: 1px dotted #77AA40;
  margin: 20px 0;
  padding: 18px;
}
.single-question .answer h3 {
  font-weight: 300;
  font-size: 18px;
  color: #77AA40;
  padding-left: 30px;
  position: relative;
}
.single-question .answer h3 span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(images/stats.png) left top no-repeat;
}
.categories {
  background: url(images/ico_tag.png) left 3px no-repeat;
  padding-left: 20px;
}
.categories a {
  text-decoration: none;
  font-weight: 300;
  font-style: italic;
  color: #2b2d33;
}
.categories a:hover {
  color: #ed1b2e;
}
.back-to-list {
  display: block;
  margin: 40px 0;
  font-weight: 300;
  text-transform: uppercase;
  font-style: italic;
  font-size: 22px;
  color: #2d2f35;
  text-decoration: none;
}
.back-to-list:hover {
  color: #ed1b2e;
}
/* search */
h1.toggle {
  background: #fff;
  padding: 10px 18px;
  margin: 0;
}
h1.toggle span {
  display: inline-block;
  *display: inline;
  width: 15px;
  height: 15px;
  background: url(images/toggle.png) center center no-repeat;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
h1.toggle.open span {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.search-results {
  margin: 30px 0;
}
.search-results ul li {
  clear: both;
}
.search-results ul li a {
  display: block;
  background: #fff;
  padding: 8px 18px;
  float: left;
  margin: 5px 0;
  color: #2b2d33;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
.search-results ul li a * {
  display: inline-block;
  *display: inline;
}
.search-results ul li a .author,
.search-results ul li a .time {
  border-left: 1px dotted #ccc;
  padding: 0 10px 0 30px;
  font-weight: 300;
  font-style: italic;
  font-size: 13px;
  position: relative;
}
.search-results ul li a .author .ico,
.search-results ul li a .time .ico {
  display: block;
  position: absolute;
  left: 8px;
  top: 2px;
  width: 14px;
  height: 14px;
}
.search-results ul li a .time {
  margin-left: 18px;
}
.search-results ul li a:hover {
  background: #E4E4E4;
}
/* autocomplete */
.autocomplete-suggestions {
  background: rgba(255, 255, 255, 0.7);
  padding: 18px 0;
  border: 1px solid #ccc;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 2px 18px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 300;
  font-style: italic;
  font-size: 15px;
}
.autocomplete-suggestions .autocomplete-suggestion:hover {
  color: #ed1b2e;
}
.ie8 .autocomplete-suggestions,
.ie7 .autocomplete-suggestions {
  background: #e4e4e4;
}
/* comments */
.commentlist li {
  list-style: none;
  background: #f8f8f8;
  border: 1px dotted #ccc;
  padding: 18px;
  margin-bottom: 10px;
}
.commentlist li li {
  background: #E4E4E4;
}
.commentlist li.thread-alt {
  background: #E4E4E4;
}
.commentlist li.thread-alt li {
  background: #f8f8f8;
}
.commentlist li .comment-author {
  border-bottom: 1px dotted #ccc;
  padding: 5px;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
  filter: alpha(opacity = (60));
}
.commentlist li .comment-author .comment-meta,
.commentlist li .comment-author small {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  *display: inline;
  position: relative;
  font-style: italic;
  padding-left: 20px;
}
.commentlist li .comment-author .comment-meta a,
.commentlist li .comment-author small a {
  color: #2B2D33;
}
.commentlist li .comment-author .comment-meta span,
.commentlist li .comment-author small span {
  display: block;
  width: 14px;
  height: 14px;
  background: url(images/ico_user.png) left center no-repeat;
  position: absolute;
  left: 0px;
  top: 3px;
}
.commentlist li .comment-author small {
  margin-left: 18px;
}
.commentlist li .comment-author small span {
  background-image: url(images/ico_date.png);
  text-align: center;
  font-size: 8px;
  line-height: 17px;
}
.commentlist li .moderation {
  color: #989898;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  *display: inline;
  margin-left: 18px;
}
.commentlist li .reply {
  margin: 10px 0 30px 0;
}
/* tipsy */
.tipsy {
  position: absolute;
  padding: 5px;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-size: 12px;
  z-index: 99;
}
.ie8 .tipsy,
ie7 .tipsy {
  background: #47494e;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width: 1200px) {
  #mainList ul li {
    width: 23%;
  }
}
@media screen and (max-width: 1100px) {
  #header .prf {
    background-size: 50px 50px;
    line-height: 1em;
    padding-right: 65px;
  }
  #header .prf strong {
    font-size: 13px;
    margin: 25px 0 0;
  }
  #header .prf em {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  body {
    padding-bottom: 35px;
  }
  #mainList ul li {
    width: 31.3%;
  }
  #header #logo {
    float: none;
    max-width: 450px;
    width: 90%;
    background-size: 100%;
  }
  #header .prf {
    float: none;
    height: 35px;
    background-position: left center;
    background-size: 30px 30px;
    padding-left: 45px;
    padding-right: 0;
    position: absolute;
    bottom: 30px;
  }
  #header .prf em {
    font-size: 11px;
  }
  #header .prf em br {
    display: none;
  }
  #header .prf strong {
    font-size: 12px;
    margin: 0;
  }
  #showMenu {
    display: block;
    background: #fff;
    border-bottom: 1px solid #ccc;
    height: 40px;
    background: #ffffff url(images/mobile_menu.jpg) 20px center no-repeat;
    color: #ed1b2e;
    padding-left: 50px;
    line-height: 40px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
  }
  #menu {
    display: none;
    background: #2B2D33;
    border: none;
  }
  #menu.open {
    display: block;
  }
  #menu ul li {
    float: none;
  }
  #menu ul li a {
    float: none;
    color: #fff;
    border-top: 1px solid #2f3034;
    line-height: 1em;
    height: auto;
    padding: 15px 0;
  }
  #menu ul li.menu-item-first {
    border: none;
  }
  #menu ul li.menu-item-first a {
    background-image: url(images/home_mobile.png);
    background-position: left center;
    width: auto;
  }
  #menu ul li.menu-item-first a:hover {
    background-image: url(images/home_mobile_r.png);
    background-position: left center;
  }
  #menu ul li.menu-item-first.current-menu-item a {
    background-image: url(images/home_mobile_r.png);
    background-position: left center;
  }
}
@media screen and (max-width: 767px) {
  #mainList ul li {
    width: 100%;
  }
  #footer #quickNav ul {
    float: none;
    width: auto;
  }
  #footer #footerTop {
    height: auto;
    padding: 5px 50px 15px;
  }
  #footer #footerTop .copyright {
    float: none;
  }
  #footer #footerTop ul {
    float: none;
  }
  #footer #footerTop ul li:first-child a {
    padding-left: 0;
    padding-right: 10px;
  }
  #quickSearch h2,
  #quickSearch form {
    display: block;
    max-width: 220px;
    margin: 5px auto;
    left: 0;
  }
  .testSite {
    display: none;
  }
}
