/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {
    background: #eeeeee;
    font-family: arial, sans-serif;
    font-size: 14px;
}

.wrapper {
    width: 1005px;
    margin: 0 auto;
}

.wrapper-2 {
    width: 1200px;
    margin: 0 auto;
}

.header {
    background: #1d1d1d;
    height: 63px;
}

.logo {
    display: inline-block;
    padding: 0 0 0 258px;
    height: 40px;
    margin: 14px 0 0 3px;
    background: url('../images/logo.png') no-repeat 0 0;

}

.search {
    width: 307px;
    height: 40px;
    float: right;
    margin: 12px -8px 7px 0;
    background: url('../images/search-bg.png') no-repeat;
}

.search-text {
    width: 155px;
    height: 23px;
    padding: 5px 98px 0;
    background: none;
    border: 0;
    float: left;
    font-size: 12px;
    color: #464444;
}

.search-text:focus {
	outline: none;
}

.search-btn {
    width: 30px;
    height: 30px;
    background: none;
    border: 0;
    padding: 0;
    margin: -25px 15px 0 0;
    float: right;
    text-indent: -9999px;
}

.menu {
    background: #fbfbfc;
    box-shadow: 0 5px 5px rgba(0,0,0,.20), inset 0 5px 5px rgba(0,0,0,.45);
}

.menu ul {
    margin: 0;
    padding: 16px 0 18px 0;
    list-style: none;
    float: left;
    
}

.menu ul li {
    margin: 0 -8px 0 20px;
    padding: 0;
    float: left;

}

.menu ul li a {
	display: block;
    border-radius: 10px;
    padding: 5px 2px;
    font-size: 14px;
    color: #090909;
    text-decoration: none;
    letter-spacing: 1px;


}

.menu ul li a:hover {
    background: #fbfbfc;
    color: #b12512;

}

.container {
    background: #fff;
    margin-top: 1px;
    padding-bottom: 60px;
    position: relative;
    border: 1px solid #c5c4c4;
    box-shadow: inset 5px 5px 5px rgba(0,0,0,.05);
    padding-top: 5px;
}

.container-2 {
    margin: 9px 14px 16px 17px;
    border-top: 2px dotted #c7c7c7;
}

.wrapper-3 {
    width: 996px;
    margin: 0 auto;
}

.content {
    margin-top: 6px;
    float: left;
    width: 657px;
    border-right: 2px dotted #c7c7c7;
}

.post-title {
    padding: 10px 0 5px 18px;
    position: relative;
}

.post-title h1,
.post-title a {
    letter-spacing: .3px;
    text-decoration: none;
    margin: 0;
    color: #242424;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 5px 5px 5px rgba(0,0,0,.5);
}

.post-title a:hover {
    color: #b32c19;
    text-shadow: 5px 5px 5px rgba(0,0,0,.28);
}

.news-text {
    padding: 20px;
}

.news-text img {
    float: none !important;
    display: block;
    border: 1px solid #605e5c;
    margin: 0 auto 10px;
    max-width: 100%;
}

.news {
    margin: 0 15px 25px 0;
}

.news-more a {
    color: #1d1d1d;
    text-decoration: none;
    line-height: 0;
    height: 5px;
    display: block;
}

.news-more a:hover {
    color: #c05041;
    font-style: italic;
    font-weight: bold;
}


.news-meta {
    border-bottom: 1px solid #a1a1a1;
    -webkit-box-shadow: 0 1px 0 #808080;
    box-shadow: 0 1px 0 #808080;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.sidebar {
    float: right;
    width: 305px;
    margin: 6px -3px 0 0;
}

.block-content {
    border-top: 2px dotted #c7c7c7;
    border-bottom: 2px dotted #c7c7c7;
    margin: 0 5px 0 0;
}

.block-title {
    background: #fff;
    margin: 5px 2px 0 0;
    padding: 11px 3px 5px 0;
    text-align: center;
    position: relative;
    border: 1px dotted;
    color: #fff;
    font-size: 16px;
    font-family: verdana, sans-serif;
    text-shadow: 1px 1px 0px #3D3D3E, 1px -1px 0px #3D3D3E, -1px 1px 0px #3D3D3E, -1px -1px 0px #3d3d3e, -1px 0px 0px #3d3d3e, 1px 0px 0px #3d3d3e, 0px -1px 0px #3d3d3e,
    2px 0px 0px #3d3d3e, 0px 2px 0px #3d3d3e, -2px 0px 0px #3d3d3e, 0px -2px 0px #3d3d3e, 2px 2px 0px #3d3d3e, -2px 0px 0px #3d3d3e, -2px 2px 0px #3d3d3e, 2px 0px 0px #3d3d3e;
}

.block-content ul {
    padding: 0;
    margin: 18px 0 18px 101px;
    list-style: none;
}

.block-content li {
    padding: 0 0 0 0;
    margin: -5px 0 0 0;
    list-style: none;
}

.block-content li a {
    text-decoration: none;
    color: #5b5b5b;
    font-size: 14px;
}

.block-content li a:hover {
    text-decoration: underline;
    color: #f64545;
}

.navigation {
    text-align: center;
}

.navigation a,
.navigation span {
    display: inline-block;
    text-decoration: none;
    padding: 0 10px;
    height: 23px;
    color: #040404;
    line-height: 23px;
    border-radius: 3px;
}

.navigation a {
    text-decoration: none;
}

.navigation a:hover,
.navigation span,
.navigation .navp {
    padding: 0 9px;
    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcfcfc 0%, #ebebeb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfcfc 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfcfc 0%,#ebebeb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfcfc 0%,#ebebeb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfcfc 0%,#ebebeb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
    
    border-top: 2px solid #f4f4f4;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 2px solid #d1d1d1;
}

.navigation a:hover,
.navigation span {
   text-decoration: underline;
}

.navigation .nav_ext,
.navigation .navp a,
.navigation .navp span {
    background: none;
    padding: 0;
    border: 0;
    text-decoration: none;
}

.bottom-bg {
    background: url('../images/bottom-bg.png') center top;
    height: 26px;
    margin: 25px 0;
}

.footer {
    background: #1d1d1d;
    padding: 20px 0 0px 0;
    margin: 16px 0 0 0;
    height:52px;
    border-top: 1px #8d8b8a;
    font-size: 13px;
    color: #faf9fd;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
    
  }  
    
    
.googleadsblock {
  padding: 10px;
  text-align: center;
}
    

