/* DESCRIPTION */
/*
	Theme Name: DDrums
	Theme URL: http://www.free-lance.ru/users/dizuss
	Description: Тема для сайта digital-drums.ru
	Author: Oleg Dizus
	Author URI: http://www.free-lance.ru/users/dizuss
	Version: 1.0
	*/
/* COLORS */
/* Typography */
/* STYLES RESET*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    //vertical-align: baseline;
    background: transparent;
}
ol,
ul {
    padding-left:20px;
    padding-bottom:20px;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    height: 100%;
}
header,
nav,
section,
article,
aside,
footer {
    display: block;
}
body {
    background: #e4dfd8;
    font: 15px/20px Arial, Tahoma, Verdana, sans-serif;
    height: 100%;
    max-width: 1400px;
}
a {
    color: #570b0b;
    outline: none;
    font-size: 16px;
    text-decoration: underline;
    -moz-transition: all 0.2s 0.02s ease;
    -o-transition: all 0.2s 0.02s ease;
    -webkit-transition: all 0.2s 0.02s ease;
}
a:hover {
    text-decoration: none;
}
p {
    margin: 0 0 18px;
}
img {
    border: 1px solid #b8ab9c;
}
input {
    vertical-align: middle;
}
/* MAIN STYLES */
#wrapper {
    background: #e4dfd8 url(images/bg.png) repeat;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    min-width: 1000px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
.clear-float {
    clear: both;
    line-height: 0;
    height: 0;
}
.share-buttons {
    margin: 10px 0;
}
.share-buttons-label {
    color: #11121f;
    text-shadow: 0 1px 0 #fff;
    line-height: 40px;
    float: left;
    font-size: 18px;
    vertical-align: middle;
}
.navigation {
    text-align: center;
    font-size: 18px !important;
}
.navigation .current {
    font-weight: bold;
    font-size: 18px !important;
}
.navigation a {
    font-size: 18px !important;
}
.alignleft {
    float: left;
    margin-right: 20px;
}
.alignright {
    margin-left: 20px;
    float: right;
}
.alignnone {
    margin-left: 0;
}
.wp-caption {
    background: #e4dfd8;
    border: 1px solid #b8ab9c;
    font-size: 18px;
    font-style: italic;
    padding-top: 5px;
    text-align: center;
}
/* TYPOGRAPHY */
h1 {
    border-bottom: 1px solid #b8ab9c;
    color: #2b2824;
    font: 36px/40px Impact, Charcoal, serif;
    margin-bottom: 10px;
    text-shadow: 0 1px 0 #ffffff;
}
h2 {
    color: #1a1510;
    margin: 10px 0;
    font: 20px/20px Impact, Charcoal, serif;
    text-shadow: 0 1px 0 #fff;
}
h3 {
    color: #1a1510;
    margin: 10px 0;
    font: 18px/20px Impact, Charcoal, serif;
    text-shadow: 0 1px 0 #fff;
}
/* FORMS */
label {
    color: #2b2824;
    font-size: 16px;
    font-style: italic;
}
input[type="text"],
select{
    background: #e2dfc6;
    border: 1px solid #b8ab9c;
    border-radius: 5px;
    height: 20px;
    padding: 5px 3%;
    width: 200px;
    max-width: 94%;
}
select{
    padding:0;
    height:30px;
}
input[type="submit"] {
    color: #433525;
    cursor: pointer;
    background: #97856e url(images/button-bg.png) repeat-x;
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 0 #47321f;
    font: 16px Arial, Helvetica, serif;
    height: 30px;
    padding: 0 15px;
    text-shadow: 0 1px 0 #b0a291;
    max-width: 80%;
}
input[type="button"] {
    color: #433525;
    cursor: pointer;
    background: #97856e url(images/button-bg.png) repeat-x;
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 0 #47321f;
    font: 16px Arial, Helvetica, serif;
    height: 30px;
    padding: 0 15px;
    text-shadow: 0 1px 0 #b0a291;
    max-width: 80%;
}
textarea {
    background: #e2dfc6;
    border: 1px solid #b8ab9c;
    border-radius: 5px;
    padding: 5px;
    width: 400px;
    max-width: 94%;
}
.spoiler_button {
    color: #433525;
    cursor: pointer;
    background: #97856e url(images/button-bg.png) repeat-x;
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 0 #47321f;
    font: 16px Arial, Helvetica, serif;
    height: 20px;
    padding: 5px 15px;
    display: block;
    margin: 10px 10%;
    text-shadow: 0 1px 0 #b0a291;
    max-width: 80%;
    text-decoration: none;
}
.spoiler-body {
    display: none;
    cursor: pointer;
}
/* HEADER */
/* header style */
#header {
    height: 161px;
    background: #14110d;
    background: url(images/bg-header.png) repeat-x top;
    background: url(images/bg-header-center.jpg) no-repeat center top, url(images/bg-header.png) repeat-x top;
}
/* header logo */
#logo-header {
    position: absolute;
    left: 30px;
    top: 20px;
}
#logo-header img {
    border: none;
}
/* site description */
#site-description-header {
    position: absolute;
    color: #e2dfc6;
    left: 300px;
    font: 30px/30px Impact, Charcoal, sans-serif;
    top: 55px;
    width: 560px;
}
/* login links */
#login {
    position: absolute;
    color: #e4dfd8;
    right: 450px;
    top: 15px;
}
#login a {
    color: #e4dfd8;
    font-style: italic;
}
#login a:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #e2dfc6;
}
/* search */
#search {
    position: absolute;
    top: 10px;
    right: 30px;
}
#searchinput {
    background: #e4dfd8;
    border: none;
    color: #877d71;
    box-shadow: 0 1px 0 #877d71;
    border-radius: 5px;
    font-style: italic;
    font: 16px Arial, Helvetica, serif;
    height: 20px;
    width: 220px;
    padding: 5px 10px;
}
#searchsubmit {
    color: #433525;
    cursor: pointer;
    background: #97856e url(images/button-bg.png) repeat-x;
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 0 #47321f;
    font: 16px Arial, Helvetica, serif;
    height: 30px;
    padding: 0 15px;
    text-shadow: 0 1px 0 #b0a291;
}
/* main menu */
.main-menu {
    text-align: center;
    font-size: 0;
    margin: 0 auto;
}
.main-menu li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    min-height: 31px;
    height: 31px;
    line-height: 31px;
    list-style: none;
    padding: 0 20px;
}
.main-menu li:first-child {
    padding: 0 20px 0 0;
}
.main-menu li a {
    color: #e2dfc6;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    padding: 0;
    text-shadow: 0 1px 0 #49351d;
    margin: 0;
    font-style: normal;
}
.main-menu li a:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #e2dfc6;
}
#main-menu-header {
    padding-top: 129px;
}
#main-menu-header li:last-child {
    background: #0b0907 url(images/main-menu-header-bg.png) repeat-x;
    padding: 0 0 0 20px;
}
#main-menu-header li {
    background: #0b0907 url(images/main-menu-header-bg.png) repeat-x;
    background: url(images/main-menu-header-separator.png) no-repeat right, url(images/main-menu-header-bg.png) repeat-x, #0b0907;
}
#main-menu-header:before {
    content: " ";
    background: url(images/main-menu-header-sides.png) left;
    display: inline-block;
    height: 32px;
    vertical-align: bottom;
    width: 58px;
}
#main-menu-header:after {
    content: " ";
    background: url(images/main-menu-header-sides.png) right;
    display: inline-block;
    height: 32px;
    vertical-align: bottom;
    width: 58px;
}
.menu-item-object-category a {
    margin: 0;
    font-size: 18px;
    font-style: normal;
    display: inline-block;
    margin-bottom: 5px;
}
.menu-item-object-page a {
    margin: 0;
    font-size: 18px;
    font-style: normal;
    display: inline-block;
    margin-bottom: 5px;
}
/* MIDDLE */
/* middle styles */
#middle {
    width: 100%;
    padding: 0 0 271px;
    height: 1%;
    position: relative;
}
#middle:after {
    content: '';
    clear: both;
    display: table;
}
#container {
    width: 100%;
    float: left;
    overflow: hidden;
}
#content {
    padding: 20px 280px 0 200px;
    min-height: 300px;
}
/* content title */
.content-title {
    height: 40px;
    overflow: hidden;
}
.content-title-text {
    color: #2b2824;
    font: 36px/40px Impact, Charcoal, serif;
    margin-bottom: -20px;
    text-shadow: 0 1px 0 #ffffff;
}
.content-title-line {
    color: #e2dfc6;
    color: transparent;
    font: 36px/0px Impact, Charcoal, serif;
    float: left;
    border-right: 2000px solid #2b2824;
    padding-right: 10px;
    height: 5px;
    *border: none;
    *height: 40px;
}
/* top-banner */
.top-banner {
    text-align: center;
}
/* brands */
.brands {
    text-align: center;
    margin: 20px auto 0;
}
.brands a {
    font-size: 18px;
    vertical-align: top;
    margin: 0 10px;
    line-height: 25px;
}
/* icons */
.microicon {
    float: left;
    height: 14px;
    width: 15px;
}
.microicon-eye {
    background: url(images/micro-icons.png) no-repeat;
    background-position: -15px top;
}
.microicon-bubble {
    background: url(images/micro-icons.png) no-repeat;
    background-position: left top;
}
/* blog */
.content-container {
    background: #ededed;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
}
.blog-post {
    margin: 10px 0;
}
.blog-post-left {
    float: left;
    margin: 0 10px 10px 0;
}
.blog-post-thumb {
    border: 1px solid #b8ab9c;
}
.blog-post-date {
    color: #1a1510;
    text-shadow: 0 1px 0 #fff;
}
.blog-post-title {
    color: #1a1510;
    font: 20px/20px Impact, Charcoal, serif;
    text-shadow: 0 1px 0 #fff;
}
.blog-post-exerpt {
    margin-top: 10px;
    text-shadow: 0 1px 0 #fff;
}
.blog-post-link {
    color: #570b0b;
    float: right;
    font-size: 14px;
    font-style: italic;
    margin-top: -15px;
    text-shadow: 0 1px 0 #fff;
}
.post-stats {
    color: #1a1510;
    text-shadow: 0 1px 0 #fff;
    float: left;
    width: 75px;
    height: 14px;
    line-height: 14px;
}




/* single post */#single {
                     overflow: hidden;
                 }
.single-post {
    background: #ededed;
    border-radius: 10px;
    margin: 10px 0;
    padding: 10px;
}
/* related posts */
.related-post {
    border-bottom: 1px solid #b8ab9c;
    padding: 10px 0;
    margin-bottom: 20px;
}
/* comments */
#respond {
    border-left: 5px solid #b8ab9c;
    margin-left: 10%;
    margin-top: 20px;
    padding-left: 20px;
}
#comment {
    width: 100%;
}
#url {
    display: none;
}
#url + label {
    display: none;
}
.comment-body {
    margin: 10px 0;
    border-bottom: 1px solid #b8ab9c;
    padding: 10px 0;
}
.children {
    margin-left: 5%;
}
.commentlist {
    background: #ededed;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.comment-author {
    border-bottom: 1px dashed #e4dfd8;
}
.comment-meta {
    float: right;
    margin-top: -25px;
}
.comment-meta a {
    font-size: 12px;
}
.says {
    display: none;
}
.fn {
    color: #1a1510;
    font: 16px/20px Impact, Charcoal, serif;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
}
.reply a {
    font-size: 12px;
}
.nicEdit-main {
    background: #ededed;
    margin: 0;
}
/* LEFT SIDEBAR */
#sideLeft {
    float: left;
    width: 195px;
    margin-left: -100%;
    position: relative;
}
.sideLeft-block {
    background: #ededed;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    margin: 0 5px 20px 0;
    padding: 0 10px 10px 10px;
    background: #ededed url(images/sideblock-title.png) no-repeat top right;
}
.sideblock-title-left {
    text-align: left;
}
/* RIGHT SIDEBAR */
#sideRight {
    float: left;
    margin-right: -3px;
    margin-left: -275px;
    position: relative;
    width: 275px;
}
.sideblock-title {
    color: #e2dfc6;
    font: 20px/30px Impact, Charcoal, sans-serif;
    padding-bottom: 10px;
    text-shadow: 0 1px 0 #49351d;
}
.sideRight-block {
    background: #ededed;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    margin: 0 0 20px 5px;
    padding: 0 10px 10px 10px;
    background: #ededed url(images/sideblock-title.png) no-repeat top left;
}
.sideblock-title-right {
    text-align: right;
}
/* FOOTER */
/* footer styles */
#footer {
    margin: -251px auto 0;
    min-width: 1000px;
    max-width: 1400px;
    height: 251px;
    background: #14110d;
    background: url(images/bg-footer.png) repeat-x bottom;
    position: relative;
}
.footer-title {
    color: #e2dfc6;
    font: 30px/30px Impact, Charcoal, sans-serif;
}
/* footer logo */
#logo-footer {
    position: absolute;
    left: 30px;
    top: 51px;
}

#logo-footer img {
    border: none;
}
/* footer site description */
#site-description-footer {
    position: absolute;
    color: #e2dfc6;
    left: 30px;
    font: 18px/30px Impact, Charcoal, sans-serif;
    top: 136px;
    width: 250px;
}
/* footer latest posts */
#latest-posts-footer {
    left: 50%;
    margin-left: -150px;
    position: absolute;
    top: 51px;
    width: 300px;
}
.latest-posts-footer-link {
    color: #e2dfc6;
    display: inline-block;
    font: italic 16px/20px Arial, Helvetica, serif;
    margin-top: 10px;
}
/* footer latest comments */
#latest-comments-footer {
    right: 30px;
    position: absolute;
    top: 51px;
    width: 300px;
}
#latest-comments-footer li {
    color: #e2dfc6;
    list-style: none;
    display: block;
}
#latest-comments-footer li a {
    color: #e2dfc6;
}
/* footer menu */
#main-menu-footer:before {
    content: " ";
    background: url(images/main-menu-footer-sides.png) left;
    display: inline-block;
    height: 31px;
    vertical-align: bottom;
    width: 58px;
}
#main-menu-footer:after {
    content: " ";
    background: url(images/main-menu-footer-sides.png) right;
    display: inline-block;
    height: 31px;
    vertical-align: bottom;
    width: 58px;
}
#main-menu-footer li {
    background: #0b0907 url(images/main-menu-footer-bg.png) repeat-x;
    background: url(images/main-menu-footer-separator.png) no-repeat right, url(images/main-menu-footer-bg.png) repeat-x, #0b0907;
}
#main-menu-footer li:last-child {
    background: #0b0907 url(images/main-menu-footer-bg.png) repeat-x;
    padding: 0 0 0 20px;
}
/* WIDGETS */
/* side widgets styles */
.sideblock-widget {
    font: italic 16px Arial, Helvetica, serif;
}
.sideblock-widget label {
    color: #2b2824;
    font-size: 16px;
    font-style: italic;
}
.sideblock-widget input[type="text"] {
    background: #e2dfc6;
    border: 1px solid #b8ab9c;
    border-radius: 5px;
    height: 20px;
    padding: 5px 3%;
    width: 94%;
}
.sideblock-widget input:invalid {
    box-shadow: 0 0 0 red;
}
.sideblock-widget input:default {
    box-shadow: none;
}
.sideblock-widget input[type="submit"] {
    color: #433525;
    cursor: pointer;
    background: #97856e url(images/button-bg.png) repeat-x;
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 0 #47321f;
    font: 16px Arial, Helvetica, serif;
    height: 30px;
    padding: 0 15px;
    margin: 0 10%;
    text-shadow: 0 1px 0 #b0a291;
    width: 80%;
}
.sideblock-widget input[type="button"] {
    color: #433525;
    cursor: pointer;
    background: #97856e url(images/button-bg.png) repeat-x;
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 0 #47321f;
    font: 16px Arial, Helvetica, serif;
    height: 30px;
    padding: 0 15px;
    margin: 10px 10% 0;
    text-shadow: 0 1px 0 #b0a291;
    width: 80%;
}
.sideblock-widget textarea {
    background: #e2dfc6;
    border: 1px solid #b8ab9c;
    border-radius: 5px;
    padding: 3%;
    width: 94%;
}
/* categories widget */
.categories-block {
    width: 100%;
}
.category {
    width: 48%;
    *width: 100%;
    float: left;
    margin-bottom: 20px;
}
.category:nth-child(odd) {
    margin-right: 4%;
}
.category-post {
    margin: 10px 0;
    border-bottom: 1px solid #b8ab9c;
    padding: 10px 0;
}
.category-post-left {
    float: left;
    margin: 0 10px 10px 0;
}
.category-post-thumb {
    border: 1px solid #b8ab9c;
}
.category-post-date {
    color: #1a1510;
    font-size: 12px;
    text-shadow: 0 1px 0 #ffffff;
}
.category-post-title {
    color: #1a1510;
    font: 18px/20px Impact, Charcoal, serif;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
}
.category-post-title:hover {
    color: #2b2824;
}
.category-post-exerpt {
    margin-top: 5px;
    text-shadow: 0 1px 0 #ffffff;
}
.category-post-link {
    color: #570b0b;
    float: right;
    font-size: 14px;
    font-style: italic;
    margin-top: -15px;
    text-shadow: 0 1px 0 #ffffff;
}

/* news widget */
.news-post {
    margin: 10px 0;
    border-bottom: 1px solid #e2dfc6;
}
.news-post-left {
    float: left;
    margin: 0 10px 0 0;
}
.news-post-thumb {
    border: 1px solid #b8ab9c;
}
.news-post-date {
    color: #b8ab9c;
    font-size: 12px;
    text-shadow: 0 1px 0 #ffffff;
}
.news-post-title {
    color: #11121f;
    font-size: 16px;
    font-style: italic;
    text-shadow: 0 1px 0 #ffffff;
}
.news-post-title:hover {
    color: #b8ab9c;
}
/* feedback widget */
.feedback-widget {
    text-align: center;
}
#feedback-result-success {
    background: lightgreen;
}
#feedback-result-error {
    background: #f99;
}
.feedback-result {
    border-radius: 5px;
    padding: 0;
    opacity: 0;
    height: 0;
    -moz-transition: all 0.2s 0.02s ease;
    -o-transition: all 0.2s 0.02s ease;
    -webkit-transition: all 0.2s 0.02s ease;
}
/* news widget */
.news-post {
    margin: 10px 0;
}
.news-post-left a {
    font-size: 40px;
    font-style: normal;
}
.news-post-title {
    *float: left;
    *width: 120px;
}
.shop-post-title {
    color: #11121f;
    font-size: 16px;
    font-style: italic;
    text-shadow: 0 1px 0 #ffffff;
}
.shop-post-title:hover {
    color: #b8ab9c;
}

img.wp-smiley {
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ya-site-form__input-text ya-site-form__input-text_type_hint {
    width:200px;
    height:50px;
}


/* new pages styles */
.page-response-new .form-input{
    margin-bottom:18px;
}

.page-response-new .formcontainer > .errors{
    color: #c90000;
    margin-bottom: 10px;
}

.blog-post-data{
    clear:both;
    padding:2px;
    overflow:hidden;
    background:#ccc;
    text-shadow: 0 1px 0 #fff;
}

.blog-post-data > div{
    margin-right:18px;
}

.blog-post-data .blog-post-link {
    margin-top:0;
}
.page-response-list .blog-post{
    margin-bottom:30px;
}
.page-response-list .blog-post-exerpt{
    margin-top:4px;
}
.page-response-list .blog-post-exerpt p:last-child{
    margin:0;
}
.page-response-list .post-stats {
    margin-top:2px;
    width:auto;
}

.page-response-view input{
    vertical-align: baseline;
}

.page-response-view .rating{
    margin-bottom: 18px;
}

.page-response-view .marks-list{
    list-style: none;
}

.page-response-view .response_rating{
    line-height: 30px;
}

.page-response-view .response_rating .response_rating_title{
    font-size: 18px;
    margin-right: 20px;
}

.page-response-view .response_rating .field{
    margin-right: 20px;
}

/* reviews list filter */
.reviews-filter{
    overflow: hidden;
    margin-bottom: 32px;
}

.reviews-filter .form-input{
    float:left;
}

.reviews-filter .form-input select{
    width:220px;
}


/* reviews list table */
.review-post{
    overflow: hidden;
    margin-bottom: 20px;
}

.review-post p{
    margin: 0;
}

.review-post .review-post-image{
    margin-right: 8px;
}

.review-post .review-post-left{
    float: left;
    width: 460px;
    margin-right: 13px;
}

.review-post .review-post-left .review-post-title{
    margin-top: -2px;
    max-width: 460px;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.review-post .review-post-left .review-post-exerpt{
    font-size: 14px;
    line-height: 16px;
}

.review-post .review-post-left .review-post-data{
    font-size: 13px;
    color: #444;
}

.review-post .review-post-helpful,
.review-post .review-post-comments{
    float: left;
    width: 100px;
    height: 62px;
    padding-top: 22px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}

.review-post .review-post-helpful{
    background: #ddd;
}

.review-form .select-manufacture {
    width: 270px;
}

/* review images page */
.review-item ul.model-images{
    overflow: hidden;
    padding-left: 28px;
}

.review-item ul.model-images > li{
    list-style: none;
    float: left;
    margin: 0 21px 21px 0;
}


/* catalog list table */
ul.catalog-items{
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0;
}

ul.catalog-items > li{
    list-style: none;
    float: left;
    width: 150px;
    padding-bottom: 20px;
    text-align: center;
}

ul.catalog-items > li .catalog-item-title{
    display: inline-block;
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.catalog-list-model h2 a{
    font-size: inherit;
}

/* catalog model page */
.catalog-list-model ul.model-images{
    overflow: hidden;
    padding-left: 28px;
}

.catalog-list-model ul.model-images > li{
    list-style: none;
    float: left;
    margin: 0 21px 21px 0;
}

.catalog-list-model .catalog-item-image,
.catalog-list-brand .catalog-item-image{
    float: left;
    margin: 0 10px 10px 0;

}

.catalog-list-brand .catalog-item-image{
    margin: 10px 10px 10px 0;
}

/* questions page */

/* questions form */
.new-question{
    margin-bottom: 30px;
}

.new-question .form-input{
    margin-bottom: 12px;
}

.new-question .form-input-long input[type="text"]{
    width:364px;
}

.page-questions .navigation{
    margin-bottom: 30px;
}

/* questions list */
.questions-list{
    padding: 0;
    margin-bottom: 20px;
}

.questions-list > li{
    list-style: none;
    overflow: hidden;
    margin-bottom: 12px;
}


.questions-list > li .question-title{
    float: left;
    width: 550px;
    margin-right: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.questions-list > li .question-views,
.questions-list > li .question-author{
    float: left;
    width: 100px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}

.questions-list > li .question-views{
    background: #ddd;
}

.questions-list > li.list-header{
    border-bottom: 1px solid #cccccc;
}
.questions-list > li.list-header .question-title,
.questions-list > li.list-header .question-views,
.questions-list > li.list-header .question-author{
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    color: #444;
}
.questions-list > li.list-header .question-title,
.questions-list > li.list-header .question-author{
    line-height: 32px;
}

/* question page */

.page-question .question-title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
}

.page-question .question-data{
    margin-bottom: 30px;
}

ul.answers-list{
    padding-right: 40px;
}

ul.answers-list > li{
    list-style: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

ul.answers-list > li .answer-data{
    font-size: 14px;
    color: #444;
}

ul.answers-list > li .answer-data a{
    font-size: 14px;
}

ul.answers-list > li .answer-text{

}

ul.answers-list > li .answer-text p{

}



blockquote {
background: none repeat scroll 0 0 #DFDFDF;
color: #383838;
font-family: Georgia,serif;
font-size: 18px;
font-style: italic;
line-height: 1.45;
padding: 1.25em 40px;
position: relative;
width: 100%;
}
blockquote:before {
color: #7A7A7A;
content: "\201C";
display: block;
font-size: 80px;
left: -10px;
position: absolute;
top: -10px;
}
blockquote cite {
color: #999999;
display: block;
font-size: 14px;
margin-top: 5px;
}
blockquote cite:before {
content: "\2014 \2009";
}
