@import "inner.css";

body
{
    margin: 0;
    padding: 0;
}

body, input, textarea, table, td, tr, p, span
{
    font: normal 12px Arial;
    color: #232323;
    
}

.error
{
    color: red;
}

p
{
    line-height: 19px;
}

html, body, #wrap
{
    height: 100%;
}

body > #wrap
{
    height: auto;
    min-height: 100%;
}

.clear
{
    clear: both;
}

a
{
    color: #a1006a;
}

a:hover
{
    text-decoration: none;
}

#wrap
{
    margin-bottom: -173px;
    background: url('images/site_bg.gif') repeat-y center;
    width: 960px;
    margin: 0 auto;
}

#site 
{
    width: 940px;
    padding: 0 10px 173px 10px;
    margin: 0 auto;
    overflow: hidden;
}

#content
{
    width: 520px;
    float: left;
    padding: 0 30px 0 0;
}

#content #logo
{
    margin: 0 0 40px 0;
    padding: 33px 0 0 0;
    display: block;
}

#content #logo a
{
    display: block;
    text-indent: -9999px;
    background: url('images/logo.gif') no-repeat;
    width: 200px;
    height: 86px;
    outline: none;
}

/**
*   Main menu
*/
#content #menu,
#content .page-navi ul
{
    padding: 0;
    margin: 0 0 72px 0;
    list-style-type: none;
}


#content #menu li,
#content .page-navi ul li
{

}

#content #menu a,
#content .page-navi ul a
{
    display: block;
    width: 509px;
    height: 20px;
    background: url('images/menu-sprites.gif') no-repeat 0 -20px;
    overflow: hidden;
    margin-bottom: 8px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
    padding-left: 11px;
    margin-top: 8px;
}

#content #menu a:hover,
#content #menu a.active,
#content #menu .current_page_item a,
#content .page-navi ul a:hover,
#content .page-navi ul .current_page_item a
{
    background-position: 0 0;
    margin-top: 8px;
}
/** // Main menu */


/**
*   Blog item
*/
#content .item
{
    padding-bottom: 50px;
}

#content .item p span,
#content .item p
{
    line-height: 19px !important;
}

#content h1
{
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 0 0;
    font-size: 19px;
    display: inline;
}

#content .item h1 a
{
    text-decoration: none;
    color: #232323;
}

#content .item h1 a:hover
{
    color: #00abc4;
}

#content .item .commentsLink,
#content h1 span
{
    font-size: 19px;
    text-decoration: none;
    font-weight: bold;
    color: #a8a8a8;
    background: url('images/comments-sprite.gif') no-repeat 0 3px;
    padding-left: 22px;
    height: 22px;
    overflow: hidden;
    margin-left: 0px;
}

#content .item a:hover.commentsLink
{
    color: #404040;
    background-position: 0 -19px;
}

#content .item .dateAndAuthor
{
    padding-bottom: 20px;
}

#content .item .dateAndAuthor span,
#content .item .dateAndAuthor a
{
    display: block;
    float: left;
    color: #f3f7f8;
    background-color: #00abc4;
    font-size: 11px;
    padding: 2px 5px;
    margin: 7px 7px 0px 0;
}

#content .item .dateAndAuthor a
{
    text-decoration: none;
}

#content .item .dateAndAuthor a:hover span,
#content .item .dateAndAuthor a:hover
{
    background-color: #005f6d;
    cursor: pointer;
}

#content .item .itemImage
{
    clear: both;
    margin-bottom: 20px;
    display: block;
}

#content .item .itemImage img
{
    border: none;
}

#content .item p
{
    line-height: 19px;
    margin: 0;
    padding: 0 0 20px 0;
}


#content .item .linkMore
{
    float: left;
}
/** // Blog item */


/**
* Sidebar
*/
#sidebar
{
    float: left;
    background: url('images/sidebar_bg.jpg') no-repeat 0 0;
    width: 360px;
    padding-top: 75px;
    padding-left: 30px;
}

#sidebar a img
{
    border: none;
}

#sidebar .rssLink
{
    display: block;
    background: url('images/ico_rss.gif') no-repeat 0 3px;
    padding-left: 25px;
    color: #f0791e;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 5px;
}

#sidebar .subscriptionLink
{
    display: block;
    background: url('images/ico_mail.gif') no-repeat 0 4px;
    padding-left: 25px;
    color: #646464;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 30px;
}

#sidebar .tagsContent
{
    margin: 0;
    padding: 0 0 20px 0;
    line-height: 29px;
    list-style-type: none;
}

#sidebar .tagsContent a
{
    text-decoration: none;
    color: #00b900;
}

#sidebar .tagsContent a:hover
{
    text-decoration: underline;
}

#sidebar .tagsContent li,
#sidebar .tagsContent h1,
#sidebar .tagsContent h2,
#sidebar .tagsContent h3,
#sidebar .tagsContent h4,
#sidebar .tagsContent h5,
#sidebar .tagsContent h6
{
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
}

#sidebar .tagsContent li
{
    float: left;
    padding: 0 3px;
}

#sidebar .tagsContent h1
{
    font-size: 21px;
}

#sidebar .tagsContent h2
{
    font-size: 16px;
}

#sidebar .tagsContent h3
{
    font-size: 12px;
}

#sidebar .tagsContent h4
{
    font-size: 10px;
    font-weight: normal;
}

#sidebar .afterTags
{
    clear: both;
    height: 20px;
}

#sidebar #searchBlock
{
    width: 356px;
    height: 24px;
    padding: 2px;
    background: url('images/search_box.gif') no-repeat top left;
    overflow: hidden;
    margin: 0;
}

#sidebar #searchBlock .fieldText
{
    border: 1px solid #fff;
    font-weight: bold;
    font-size: 16px;
    color: #3dc60d;
    line-height: 20px;
    height: 20px;
    padding-left: 15px;
    width: 305px;
}

#sidebar #searchBlock .buttonSearch
{
    border: none;
    background: transparent;
    text-indent: -9999px;
    height: 24px;
    width: 30px;
    cursor: pointer;
}

#sidebar #smallBlocks
{
    line-height: 19px;
}

#sidebar #smallBlocks a img
{
    padding-top: 15px;
}

#sidebar #smallBlocks a
{
    color: #2a2a2a;
    text-decoration: none;
}

#sidebar #smallBlocks a:hover
{
    text-decoration: underline;
}

#sidebar #smallBlocks .onLeft
{
    float: left; 
    width: 180px;
    overflow: hidden;
    background: url('images/sidebar_graphics.jpg') no-repeat bottom center;
    padding-bottom: 260px;
}

#sidebar #smallBlocks .onRight
{
    float: left; 
    width: 160px;
    padding-left: 20px;
    overflow: hidden;
}

#sidebar #smallBlocks h2
{
    display: block;
    margin: 30px 0 10px 0;
    padding: 0 0 0 2px;
    width: 178px;
    height: 15px;
    overflow: hidden;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    font-weight: normal;
}

* html #sidebar #smallBlocks h2
{
    font-weight: bold;
}

#sidebar #smallBlocks ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#sidebar #smallBlocks ul li
{
    padding: 5px 0;
}

#sidebar #smallBlocks .color1 h2
{
    background: url('images/sidebar_blue.gif') no-repeat right top;
}

#sidebar #smallBlocks .color1 li a span,
#sidebar #smallBlocks .color1 li
{
    color: #00abc4;
    font-weight: bold;
    font-size: 11px;
}

#sidebar #smallBlocks .color1 li a
{
    font-weight: normal;
    font-size: 12px;
    color: #2a2a2a;
}

#sidebar #smallBlocks .color1 li a:hover
{
    color: #00abc4;
}

#sidebar #smallBlocks .color2 h2
{
    background: url('images/sidebar_green.gif') no-repeat right top;
}

#sidebar #smallBlocks .color2 li a
{
    background: url('images/arrow_green.gif') no-repeat bottom right;
    padding-right: 20px;
}

#sidebar #smallBlocks .color2 li a:hover
{
    color: #00b900;
}

#sidebar #smallBlocks .color3 h2
{
    background: url('images/sidebar_red.gif') no-repeat right top;
}

#sidebar #smallBlocks .color3 li a
{
    background: url('images/arrow_red.gif') no-repeat bottom right;
    padding-right: 20px;
}

#sidebar #smallBlocks .color3 li a:hover
{
    color: #ff0000;
}
/** //Sidebar */



/**
* Footer
*/
#footer
{
    clear: both;
    background: url('images/footer_bg.jpg') no-repeat center;
    width: 100%;
    height: 173px;
    min-width: 960px;
    position: relative;
    margin-top: -173px;
}

#footer a
{
    padding: 0 7px;
    background: url('images/footer_sep.gif') no-repeat center left;
}

#fContent
{
    width: 960px;
    margin: 0 auto;
    padding-top: 135px;
    text-align: center;
    overflow: hidden;
}

#fContent ul
{
    margin: 0 auto;
    padding: 5px 0;
    color: #232323;
    list-style-type: none;
    width: 530px;    
    background: #fff url('images/footer_sep.gif') no-repeat 520px 7px;
}

#fContent ul li
{
    display: inline;
}

#fContent ul li a
{
    text-decoration: none;
    color: #232323;
}

#fContent ul li a:hover
{
    text-decoration: underline;
}

/** //Footer */

/**
*   pagination
*/
#pagination
{
    color: #838383;
}

#pagination p
{
    float: left;
    margin: 0;
    padding: 0 10px 0 0;
}

#pagination a,
#pagination span
{
    color: #00b900;
    padding: 2px 5px;
    text-decoration: none;
    display: block;
    float: left;
    margin: 0 3px;
    border: none;
}

#pagination .active,
#pagination .current,
#pagination a:hover
{
    background-color: #00b900;
    color: #fff;
}
#blogdebate .blogdebate
{
	
    border: 100px;
    }
    