/*
Theme Name: Magazine Basic bbPress
Theme URI:  http://www.DomainWebCenter.com
Description: bbPress is a child theme for Magazine Bacis main theme
Author:     Udar Gromov
Author URI: http://www.DomainWebCenter.com
Template:   magazine-basic
Version:    1.0.1
*/
@import url("../magazine-basic/style.css");
/* 
    Document   : style
    Created on : 2012-12-26 WE  17:22
    Author     : Udar Gromov
    Description: This is a child theme for main theme - magzine-basic
*/

/*
    All style modification for both WP theme and bbPress should be made here
    2013-01-20 SU 21:33 - A. Alaev - Add several bbPress styles

*/
body
{
    /* 2011-02-25 FR 20:07  Site-wide font. Now this font-family can be removed elsewhere. */
    font-family: Candara, "News Gothic MT" , "Bitstream Vera Sans" , Verdana, Trebuchet, "Trebuchet MS" , sans-serif;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a
{
    font-family: inherit;
}

#login
{
/* 2012-01-31 TU  11:38   */
    padding: 10px 20px 6px;
}

/*-- 2012-01-31 11:22  */
.headerimage img
{
    margin: 0px 16px 0;
}

.headerimage .aligncenter
{
    margin: 0px auto 0 !important;
}

/*-- 2012-01-31 11:54 */
#description.aligncenter
{
    margin: 0 auto 0px;
}
 
/* 2011-02-22 TU 21:15  Font */
.side-widget
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* 2010-09-27 MO - Used in Sidebar Recent Comments   */
.side-widget td
{
    font-size: 9px;
}

/* 2010-11-10 WE - Used in Sidebar Recently Modified   */
.side-widget th
{
    font-size: 10px;  /* 2011-03-08 TU 20:31   */
    font-style: inherit;
    padding: 0 0 5px;
    background: url(images/h2line.gif) repeat-x bottom;
}

/* 2011-02-12 SA  This is a short article summary bellow the title */
.storycontent
{
    line-height: 18px;
    font-size: 16px;
    word-wrap: break-word;
}

#footer
{
/* 2011-02-27 SU 01:00  Bigger font 11-> 13 */
    font-size: 13px;
    /* 2011-03-07 MO 17:14  Footer background to match theme site background
    background: #827F8F;  STA07
    background: #C4B6A3;  WEB03
    background: #B7BDCC;  AMAZON
    background: #c0db99;  Traning Green on STA07 2012-12-26 WE 18:12
    */
    background: #c0db99;
}

#leftcontent h1, #leftcontent h2, #leftcontent h3
{
    /* 2011-03-06 SU 08:02  Reduce from 36 to 28
      h1 - Article Title on a single
      h2 - Article Title on the front page */
    font-size: 28px;
}

#leftcontent .twopost h2
{
    /* 2011-02-12 SA  This is  Article Titles in a two-column format
                       Reduce from 26 to 24 */
    font-size: 24px;
}

#leftcontent .hentry .entry
{
    /* 2011-03-06 SU 08:49  This is a body of an article
                            Increase  from  14 to 17 */
    font-size: 17px;
    line-height: 18px;
}

.tags a
{
    /* 2010-10-15 FR Remove RED color (cc0000) from Tags */
    color: #205B87;
}
.ind-post, .hentry
{
    float: inherit;
}

/* 2010-10-15 FR 21:25 - Remove red color fron links on the pages */
.red
{
    color: inherit;
}

.commentlist li.comment .avatar
{
    /* New Settings 2012-12-01 SA  19:05 */
    float: right;
    padding: 5px;
}

/* 2011-01-05 WE  22:28   Break VeryVeryVeryLong strings */
.commentlist li.comment .comment-text
{
    word-wrap: break-word;
}

/* 2012-12-27 TH 11:09  Position "Read more" link properly */
.post .more-link
{
   display: none;
}
.more-link
{
   display: none;
}


/* ==================================================================== */
/* ==================================================================== */
/* ==================================================================== */
/* ======================= THIS is a CHILD THEME ====================== */
/* ==================================================================== */
/* ==================================================================== */
/* ==================================================================== */


/* 2010-09-26 SU These styles are used on "Categorize All Topics "
to draw borders around cells - First coded - 2010-08-05 TH 15:59 */
.dwcCellDomain
{
    border: solid windowtext 1.5pt;
    text-align: center;
    vertical-align: middle;
    font-size: 18pt;
    font-weight: bold;
    height: 65pt;
}
.dwcDomainDescription
{
    font-size: 12pt;
    font-weight: normal;
}
.dwcTrSpacer
{
    height: 10pt;
}
.dwcTdSpacer
{
    width: 15pt;
}
.dwcCellCategory
{
    width: 85pt;
    border: solid windowtext 1.5pt;
    text-align: center;
    vertical-align: middle;
    font-size: 14pt;
    height: 45pt;
}
.dwcCellMenu
{
    border: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    font-size: 10.0pt;
    vertical-align: top;
}
/* 2010-10-19 TU  18:18  These are used inside wp-includes\comment-template.php */
.commentFormFields
{
    font-size: 11px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#author, #email, #url, #comment
{
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.form-submit input
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
/* 2010-11-04 TH  10:23 Recommended to improve code snippets appearance by
http://www.theitechblog.com/1051/how-to-properly-display-code-snippets-inside-wordpress-post  */
.code
{
    border-left: 5px #DDD solid;
    background: #F5F5F5;
    padding: 5px 0 2px 10px;
    margin: 0 0 10px 20px;
    font: 12px Monaco, "Lucida Console" , "Courier New" , "Courier" , monospace;
    display: block;
    overflow: auto;
}
/* 2011-02-21 MO  15:24  Add gray border-right for English - Russian pages  */
.borderRight
{
    border-right-style: solid;
    border-right-width: medium;
    border-color: #ccc;
}
/* 2011-03-01 TU  18:54  Do not use font size in Articles.  Use Classes.  */
.smallCode
{
    font: 10px Monaco, "Lucida Console" , "Courier New" , "Courier" , monospace;
}
.smallNote
{
    font-size: 11px;
}
/* 2012-11-29 TH  22:15  Used as TD caption under pictures in TABLE(s) */
.mediumNote
{
    font-size: 14px;
}

/*---- 2011-03-19 SA 01:40  SI CAPTCHA plugin ----*/
img#si_image_com /* COMMENT page CAPTCHA image */
{
    width: 100px;
    padding: 0 135px 8px 0;
    border-style: none;
    float: right;
}

/* 2013-01-19 SA 21:12 Highlight topic on hover */
#bbpress-forums li.bbp-body ul:hover {
    background-color:  rgb(228, 243, 225);
}

#bbpress-forums p.bbp-topic-meta {
        /* 2013-01-19 SA 22:09 Hide "Started by" in Topics list */
        display: none;
}

/*  2013-01-20 SU 21:33 bbPress Styles */
#bbpress-forums .bbp-forums-list li {
    /* 2013-01-20 SU 20:47 Do not list forums inline - thid item doesn't influence bbpress.css */
	display: table;
	}