/*
Theme Name: Pinboard by MyThemeShop
Theme URI: http://mythemeshop.com/themes/pinboard
Author: MyThemeShop
Author URI: http://mythemeshop.com/
Description: Pinboard is a Pinterest-styled WordPress theme released by MyThemeShop that is 100% free. With a grid layout and lots of built-in features, grab it today!
Version: 1.0.3
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button, input, select, textarea { margin: 0 }
:focus { outline: 0 }
a:link { -webkit-tap-highlight-color: #FF5E99 }
img, video, object, embed {
    max-width: 100%;
    height: auto!important;
}
iframe { max-width: 100% }
blockquote {
    font-style: italic;
    font-weight: normal;
    font-family: Georgia,Serif;
    font-size: 15px;
    padding: 0 10px 20px 27px;
    position: relative;
    margin-top: 25px;
}
blockquote:after {
    position: absolute;
    content: '"';
    font-size: 40px;
    color: #D0D9E0;
    width: 50px;
    top: -5px;
    left: 0;
    font-family: arial;
}
blockquote p { margin-bottom: 10px }
strong, b { font-weight: bold }
em, i, cite {
    font-style: italic;
    font-family: georgia;
}
small { font-size: 100% }
figure { margin: 10px 0 }
code, pre {
    font-family: monospace,consolas,sans-serif;
    font-weight: normal;
    font-style: normal;
}
pre {
    margin: 5px 0 20px 0;
    line-height: 1.3em;
    padding: 8px 10px;
    overflow: auto;
}
code {
    padding: 0 8px;
    line-height: 1.5;
}
mark {
    padding: 1px 6px;
    margin: 0 2px;
    color: black;
    background: #FFD700;
}
address { margin: 10px 0 }
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.sticky { }
.gallery-caption { }
.bypostauthor { }
.wp-caption-text { }
/*-[ Framework ]--------------------*/
body {
    font: 14px/23px arial, sans-serif;
    color: #333333;
    background-color: #EBEBEB;
}
::-moz-selection {
    background: #222;
    color: white;
    text-shadow: none;
}
::selection {
    background: #222;
    color: white;
    text-shadow: none;
}
#page, .container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 12px;
    font-family: Arial, sans-serif;
    color: #444;
}
h1 {
    font-size: 28px;
    line-height: 1.4;
}
h2 {
    font-size: 24px;
    line-height: 1.4;
}
h3 {
    font-size: 22px;
    line-height: 1.4;
}
h4 {
    font-size: 20px;
    line-height: 1.4;
}
h5 {
    font-size: 18px;
    line-height: 1.4;
}
h6 {
    font-size: 16px;
    line-height: 1.4;
}
.sub-title { font-size: 12px }
p { margin-bottom: 20px }
a {
    text-decoration: none;
    color: #2DB2EB;
    -webkit-transition: background-color, color 0.2s linear;
    -moz-transition: background-color, color 0.2s linear;
    transition: background-color, color 0.2s linear;
}
a:hover { color: #00A8FF }
a:link, a:visited, a:active { text-decoration: none }
/*-[ Main container ]---------------*/
.main-container {
    width: 960px;
    margin: 0 auto;
    max-width: 100%;
}
#page, .container {
    min-width: 240px;
    overflow: visible;
}
#page {
    padding-top: 25px;
    min-height: 100px;
    float: none;
    clear: both;
}
/*-[ Header ]-----------------------*/
body > header {
    float: left;
    width: 100%;
    position: relative;
}
.main-header {
    position: relative;
    float: left;
    width: 100%;
    z-index: 99;
}
#header {
    position: relative;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.header_top {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    padding: 12px 0 20px 0;
}
#header h1, #header h2 {
    font-size: 38px;
    float: left;
    display: inline-block;
    line-height: 1;
    margin: 20px 0 15px 0;
}
.widget-header {
    float: right;
    max-width: 76%;
    margin-bottom: 12px;
}
/*-[ Navigation ]-----------------*/
.secondary-navigation .children li .sf-sub-indicator { display: none }
.secondary-navigation {
    display: block;
    float: left;
    width: 100%;
    max-width: 100%;
    background: #424242;
}
.secondary-navigation a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    padding: 14px 20px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.secondary-navigation .current-menu-item  a:hover { color: #fff }
.secondary-navigation a:hover { color: #fff }
.secondary-navigation a .sub {
    font-size: 11px;
    font-weight: normal;
    font-family: arial;
    color: #9B9B9B;
}
.sf-js-enabled li a.sf-with-ul { }
.sf-js-enabled li  ul.sf-with-ul { padding-right: 20px }
#navigation .sf-sub-indicator {
    display: block;
    width: 11px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    top: 14px;
}
#navigation ul ul .sf-sub-indicator {
    top: 8px;
    right: 20px;
}
#navigation {
    margin: 0 auto;
    font-size: 13px;
    width: 100%;
    max-width: 960px;
}
#navigation select { display: none }
#navigation ul { margin: 0 auto }
#navigation .menu { }
#navigation ul li {
    float: left;
    position: relative;
}
#navigation ul .header-search { float: right }
#navigation > ul > li:last-child { border-right: none }
#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited {
    overflow: hidden;
    display: block;
}
#navigation > ul > .current a {
    background: transparent;
    color: #5a5a5a !important;
}
#navigation ul li li {
    background: #424242;
    border-bottom: 0;
}
#navigation ul ul {
    position: absolute;
    width: 190px;
    padding: 20px 0 0 0;
    padding-top: 7px;
    z-index: 400;
    font-size: 12px;
    color: #798189;
}
#navigation ul ul li { padding: 0 }
#navigation ul ul a, #navigation ul ul a:link, #navigation ul ul a:visited {
    padding: 9px 20px;
    position: relative;
    width: 150px;
    border-left: 0;
    background: transparent;
    border-right: 0;
    border-radius: 0;
    border-bottom: 1px solid   rgba(255, 255, 255, 0.05);
    margin: 0;
}
#navigation ul ul li:first-child a { }
#navigation ul ul li:last-child a { border-bottom: none }
#navigation ul ul {
    opacity: 0;
    left: -999em;
    top: 44px;
}
#navigation ul li:hover ul {
    left: auto;
    opacity: 1;
}
#navigation ul ul ul { top: -8px }
#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li:hover ul ul ul ul {
    left: -999em;
    opacity: 0;
}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li li li li:hover ul {
    opacity: 1;
    left: 190px;
}
/*-[ Content ]--------------------*/
.archive .full_custom_page { padding-top: 90px!important; }
.full_custom_page {
    background: none !important;
    overflow: visible !important;
}
.full_custom_page .article {
    width: 100%;
    padding: 0 !important;
    max-width: inherit !important;
    box-shadow: none;
}
.article {
    width: 66%;
    max-width: 634px;
    float: left;
    margin-bottom: 20px;
    padding: 0 0%;
    box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.35);
}
.single .article {
    box-shadow: none;
}
#content_box {
    float: left;
    width: 100%;
    overflow: visible!important;
}
#content { overflow: hidden }
.post {
    float: left;
    width: 100%;
}
.single_post {
    width: 94%;
    background: #FBFBFB;
    padding: 3%;
    box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.35);
    float: left;
}
.single_page {
    padding: 3%;
    background: #fff;
    float: left;
    width: 96%;
}
.post-content {
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    border-bottom: 1px dashed #eaeaea;
    font-size: 12px;
}
.post-single-content {
    font-size: 14px;
    line-height: 22px;
    clear: both;
    float: left;
}
.readMore {
    float: right;
    color: #7B7A79;
    max-height: 18px;
}
.ss-full-width {
    background: white;
    padding: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.35);
}
.ss-full-width #content_box {
    padding-right: 0;
    padding-left: 0;
}
.post.excerpt {
    float: left;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 15px;
    background-color: #FBFBFB;
    width: 29.4%;
    padding: 1.3%;
    box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.35);
}
.post.excerpt:nth-of-type(3n+1) { clear: left; }
.popular-posts .wp-post-image { border: 5px solid #dbdbdb }
.wp-post-image { float: left }
.featured-thumbnail {
    float: left;
    max-width: 100%;
}
#featured-thumbnail {
    float: left;
    clear: both;
    display: block;
    max-width: 280px;
}
.featured-thumbnail img {
    margin-bottom: 0;
    width: 100%;
}
.title {
    margin-bottom: 5px;
    font-size: 19px;
    clear: both;
}
.single-title {
    float: left;
    padding: 0 0 0 0;
}
.title a { color: #444 }
.page h1.title {
    padding-top: 0;
    margin-bottom: 0;
    font-size: 18px;
}
.post-info {
    display: block;
    font-size: 13px;
    color: #AAAAAA;
    float: left;
    clear: both;
    width: 100%;
}
.theauthor, .thetime { color: #333333 }
.theauthor a { text-transform: capitalize }
.thecategory { color: #333333 }
.catg .thecategory {
    background: url(images/catg.png) 0  center no-repeat;
    padding-left: 20px;
}
.thecomment { color: #333 }
.post-info div {
    border-bottom: 1px dashed #EAEAEA;
    padding: 10px 0;
}
.no_top_pad { padding-top: 0 !important }
.home article header, .archive article header { margin-bottom: 10px }
article header {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.post-info a { color: #919191 }
.single_post img {
    outline: solid 5px rgba(120, 127, 129, 0.48);
    transition: outline 0.2s linear;
}
.article img.left, .article img.alignleft, .wp-caption.alignleft {
    margin: 0.3em 1.571em 0.5em 0;
    display: block;
    float: left;
    background-origin: content-box;
    outline: solid 5px rgba(120,127,129,0.48);
    : ;
    outline-offset: -5px;
}
.article img.right, .article img.alignright, .wp-caption.alignright {
    margin: 0.3em 0 0.5em 1.571em;
    display: block;
    float: right;
    background-origin: content-box;
    outline: solid 5px rgba(120,127,129,0.48);
    : ;
    outline-offset: -5px;
}
.article img.center, .article img.aligncenter, .wp-caption.aligncenter {
    margin: 0.3em auto 0.5em auto;
    display: block;
    background-origin: content-box;
    outline: solid 5px rgba(120,127,129,0.48);
    : ;
    outline-offset: -5px;
}
.article img.aligncenter, .article img.alignnone {
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
    clear: both;
    background-origin: content-box;
    outline-offset: -5px;
}
.article ul {
    margin: 0.5em 0 1.571em 1.9em;
    list-style-type: square;
}
.article ol {
    margin: 0.5em 0 1.571em 1.9em;
    list-style-type: decimal;
}
/*-[ Tab widget ]------------------------------*/
#tabber {
    display: block;
    height: auto;
    margin: 0px 0px 25px 0px;
    overflow: hidden;
}
#tabber .inside {
    background: #FBFBFB;
    padding: 0 5% 5%;
    margin-top: 0;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.tab_excerpt {
    font-size: 13px;
    line-height: 18px;
    color: #333333;
}
#tabber .left { display: none }
#tabber ul.tabs {
    height: 39px;
    text-align: center;
}
#tabber ul.tabs li {
    background: none;
    float: left;
    display: inline;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: none;
    width: 49.3%;
    text-align: center;
}
#tabber ul.tabs li:first-child { margin-right: 3px }
#tabber ul.tabs li a {
    background: #4d4c4c;
    color: #fff;
    display: block;
    float: left;
    margin: 0;
    text-align: center;
    padding: 12px 0;
    line-height: 1.4;
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 4px;
}
#tabber ul.tabs li a.selected {
    margin: 0;
    color: #fff;
    text-decoration: none;
    line-height: 1.4;
    text-align: center;
}
#tabber ul.tabs li.tab-recent-posts a {
    margin: 0;
    border-left: 0;
    text-align: center;
}
#tabber ul.tabs li.tab-recent-posts a.selected { }
#tabber ul.tabs li a:hover { text-decoration: none }
#tabber .inside li {
    list-style: none;
    padding: 15px 0 0 0;
    border-bottom: 1px dashed #DBDBDB;
    padding-bottom: 10px;
}
#tabber .inside li a { line-height: 18px }
#tabber .inside li div.info {
    display: table;
    top: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}
#tabber .inside li div.info .entry-title {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: bold;
}
.rpauthor, #tabber .inside li .meta {
    display: block;
    font-size: 12px!important;
    color: #333;
    margin-top: 3px;
}
.rpauthor a, #tabber .inside li .meta a {
    font-style: italic;
    text-transform: capitalize;
}
#tabber .tab-thumb {
    border: 1px solid #f0f0f0;
    padding: 4px;
    background: #fff;
    float: left;
    display: inline;
    margin: 0px 12px 0px 0px;
}
.post-number {
    position: relative;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 23px;
    font-weight: bold;
    color: #fff;
    bottom: 22px;
    background: #2DB2EB;
}
#tabber .inside .tabsSep {
    margin-top: 7px;
    width: 100%;
    height: 1px;
    background-color: #e8e5de;
    clear: both;
    float: left;
}
/*-[ Tweets Widget ]---------------------------*/
.tweets li { margin-bottom: 15px!important }
.twitter-follow {
    background: url(images/small_twitter.png) no-repeat center left;
    padding: 5px 0 5px 20px;
    float: right;
}
/*-[ Form Input ]------------------*/
input, textarea, select {
    padding: 8px 12px;
    font-size: 12px;
    color: #5E656D;
}
textarea {
    overflow: auto;
    resize: vertical;
}
select { padding: 8px 20px; width: 100%; margin-top: 5px; }
input:focus, textarea:focus { }
::-webkit-input-placeholder {
    color: #585F65;
    text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
::-moz-input-placeholder {
    color: #585F65;
    text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
::-ie-input-placeholder {
    color: #585F65;
    text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
::-o-input-placeholder {
    color: #585F65;
    text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
::input-placeholder {
    color: #585F65;
    text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
/*-[ Tables ]--------------------*/
table {
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
    border: 2px solid #F1F4F6;
}
thead {
    background: #F7F8F9;
    font-size: 14px;
    color: #585F65;
}
table th, table td {
    padding: 7px 15px;
    text-align: left;
}
thead th { padding: 14px }
tbody th {
    font-weight: normal;
    border-bottom: 1px solid #F5F7F9;
}
/*-[ Line ]---------------------*/
hr {
    border: none;
    border-bottom: 1px solid #E5E5E5;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    width: 297px;
    margin: 35px 0;
    clear: both;
    position: relative;
}
/*-[ Search Form ]------------------*/
#searchform {
    padding: 0;
    float: left;
    clear: both;
    width: 100%;
}
nav #searchform { float: right }
nav #searchform fieldset {
    padding: 5px 0 5px 15px;
    border: 0;
    border-left: 1px solid #eee;
}
#searchform fieldset { float: left }
#searchform input { border: 0 }
#searchform #s {
    padding: 8px 0;
    background: #FBFBFB;
    border: 1px solid #DDDDDD;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-right: 0;
    text-indent: 10px;
}
#searchform input[type="submit"] {
    color: #fff;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    height: 33px;
    cursor: pointer;
    padding: 0;
    width: 29%;
}
sidebar input[type="submit"] {
    color: #FFFFFF;
    cursor: pointer;
    height: 35px;
    padding: 0;
    transition: all 0.25s linear 0s;
    width: 23%;
}
.sbutton {
    padding: 8px 12px 10px 12px;
    border: 1px solid #e8e5de!important;
}
#s {
    background-color: #fbfbfb;
    border: 1px solid #DDDDDD;
    float: left;
    width: 70%;
    : ;
}
.footer-widgets fieldset, #sidebars fieldset { width: 100% }
.footer-widgets .sbutton, #sidebars .sbutton {
    float: right;
    background-color: #f9f7f2;
    text-align: center;
}
.sidebar .sbutton { padding-top: 10px }
/*-[ Read More ]-------------------*/
.read-more {
    margin: 0 0 0 10px;
    line-height: 1.4em;
    background: none;
    padding: 0;
    font-size: 16px;
}
/*-[ Sidebar ]---------------------*/
#sidebars p { line-height: 20px }
.sidebar_list li:last-child { border-bottom: none !important }
.sidebar.c-4-12 {
    float: right;
    width: 31.2%;
    font-size: 13px;
    line-height: 20px;
    max-width: 300px;
}
.sidebar.c-4-12 a { color: #333333 }
.widget {
    margin-bottom: 27px;
    overflow: hidden;
}
.sidebar_list .widget {
    border-bottom: 1px dashed #DBDBDB;
    padding-bottom: 28px;
}
.sidebar_list #mts_ad_widget { padding-bottom: 10px }
.widget .title {
    font-weight: bold;
    text-transform: uppercase;
    color: #545E68;
    font-size: 12px;
}
.widget li {
    list-style-type: square;
    margin-left: 15px;
    margin-bottom: 7px;
}
.widget li .sub-menu {
    display: block!important;
    visibility: visible!important;
    margin-top: 7px!important;
}
.widget h3 {
    font-size: 20px;
    line-height: 18px;
    margin: 5px 0 15px 0;
}
/*-[ Social Profile Widget ]--------------------------*/
.spi_custom {
    width: auto;
    float: right;
    margin: 25px 0 0 0;
}
.spi_custom    li {
    color: #333333;
    margin-left: 10px !important;
    text-align: center;
    float: left;
    font-size: 13px;
    width: 57px;
}
.spi_custom li:last-child { margin-right: 10px }
.spi_custom    li:first-child { margin-left: 0 !important }
.spi_custom li a {
    display: block;
    padding-top: 35px;
    color: #424242;
}
.social-facebook a { background: url(images/social-facebook.png) center top no-repeat }
.spi_custom .social-twitter a { background: url(images/social-twitter.png) center top no-repeat }
.spi_custom .social-rss a { background: url(images/social-rss.png) center top no-repeat }
/*-[ Footer ]-------------------*/
body > footer {
    overflow: hidden;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    background: url(images/footer.png) 0 0 repeat;
    border-top: 2px solid #232323;
}
body > footer .footeText {
    width: 960px;
    margin: 22px auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
body > footer .footeText a {
    color: #fff;
    border-bottom: 2px solid #ee3f02;
}
body > footer .widget { }
body > footer .sidebar .widget .title {
    font-size: 135%;
    color: #D4D8DB;
}
footer .widget { margin-bottom: 20px }
footer .widget li a { color: #666 }
footer .widget li a:hover { color: #222 }
footer {
    position: relative;
    overflow: hidden;
}
footer .container { }
footer p { color: #fff }
.footer-widgets {
    overflow: hidden;
    padding: 50px 2.8% 10px 2.8%;
    width: 94.6%;
    margin: 0 auto;
    max-width: 960px;
}
.footer-widgets h3 {
    padding-bottom: 10px;
    border-bottom: 1px dashed #1F1F1F;
}
.f-widget {
    width: 31.3%;
    float: left;
    position: relative;
    color: rgb(170, 170, 170);
    margin-right: 3%;
    margin-bottom: 20px;
}
.copyrights {
    border-top: 1px solid #232323;
    background: url(images/footer2.png) 0 0 repeat #2b2b2b;
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 10px;
    padding-top: 12px;
    color: #979494;
}
#copyright-note {
    width: 960px;
    margin: 0 auto;
    clear: both;
    max-width: 100%;
}
.copyrights { color: #aaa }
.copyrights a { color: #fff }
#sidebars .wp-post-image, footer .wp-post-image {
    margin-bottom: 0;
    margin-top: 3px;
    margin-right: 10px;
    border: 5px solid #DBDBDB;
}
.postsby { 
    margin-bottom: 25px;
    margin-top: -50px;
    font-size: 24px;
    text-transform: capitalize;
}
.textwidget a:hover { color: #222!important }
/*-[ Related Posts ]---------------------------*/
.related-posts {
    margin-top: 30px;
    clear: both;
    float: left;
    width: 100%;
}
.postauthor p { padding-top: 0px }
.related-posts ul {
    margin-left: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-top: 0;
}
.related-posts h5 {
    line-height: 20px;
    padding-left: 80px;
    color: #919191;
    text-transform: uppercase;
    font-size: 13px;
}
.related-posts h3 {
    font-size: 18px;
    margin: 0;
    color: #444;
}
.relatedthumb img {
    margin-bottom: 0;
    background-origin: content-box;
    outline: solid 5px rgba(120,127,129,0.48);
    outline-offset: -5px;
    transition: outline 0.2s linear;
}
.single_post img:hover, .relatedthumb img:hover { outline: solid 5px rgba(0, 0, 0, 0.34) }
.postauthor-top { margin-bottom: 10px }
.related-posts li {
    width: 31.9%;
    float: left;
    list-style: none;
    margin-right: 2%;
    min-height: 100px;
}
.related-posts a {
    color: #3D3D3D;
    font-weight: bold;
}
.related-posts span {
    width: 100%;
    display: block;
    clear: both;
    float: left;
    line-height: 1.4;
    text-align: center;
}
.related-posts span div {
    width: auto;
    margin-top: 5px;
    box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.75);
}
.relate_post_title {
    margin-top: 10px;
    display: block;
    clear: both;
}
.related-posts .last { margin-right: 0 }
.tags {
    width: auto;
    float: left;
}
.tags .tagtext {
    float: left;
    font-size: 14px;
    color: #333333;
}
.tags a { margin-left: 5px }
.postauthor {
    margin: 30px 0 0px 0;
    padding: 20px 3%;
    min-height: 125px;
    float: left;
    clear: both;
    width: 94%;
    background: #FBFBFB;
    box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.35);
}
.postauthor h4 {
    font-weight: bold;
    font-size: 18px;
}
.postauthor h5 {
    font-weight: bold;
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 24px;
    text-transform: capitalize;
}
.postauthor img {
    float: left;
    margin: 5px 25px 15px 0;
    outline: solid 5px rgba(120, 127, 129, 0.48);
    outline-offset: -5px;
}
.postauthor h4 a { color: #473636 }
.clear { clear: both }
.left { float: left }
.right { float: right }
.last { margin-right: 0 !important }
/*-[ Ad Widgets ]------------------------------*/
.ad-125 ul {
    float: left;
    width: 100%;
    margin: 0;
    list-style: none;
    max-width: 100%;
}
.ad-125 li {
    float: left;
    border: none;
    list-style: none!important;
    padding-left: 0;
    background: none;
    margin-bottom: 15px;
    margin-left: 0;
}
.ad-125 .evenad { float: right!important }
/*-[ Calender Widget ]-------------------------*/
#wp-calendar { margin-bottom: 0 }
#wp-calendar td {
    text-align: center;
    padding: 7px 0;
    border-top: 1px solid #F1F4F6;
    border-right: 1px solid #F1F4F6;
}
#wp-calendar caption {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
}
#wp-calendar #prev {
    text-align: left;
    padding-left: 12px;
}
#wp-calendar #next {
    text-align: right;
    padding-right: 12px;
}
#wp-calendar thead th {
    padding: 10px 0;
    text-align: center;
}
/*-[Comments]--------------*/
.total-comments {
    font-size: 18px;
    color: #444;
    font-weight: bold;
}
.cnumber { color: #2DB2EB }
#comments {
    padding: 3%;
    float: left;
    clear: both;
    width: 94%;
    background: #FBFBFB;
    box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.35);
    margin-bottom: 20px;
    margin-top: 28px;
}
#commentsAdd {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 20px;
    margin-top: 20px;
}
#comments .avatar {
    float: left;
    margin-right: 20px;
    border: 5px solid #DBDBDB;
}
.comment time {
    float: right;
    color: #777;
}
ul.children .commentImageLeft {
    width: 60px;
    height: 90px;
    border-left: 1px solid #c1bbb6;
    border-bottom: 1px solid #c1bbb6;
    position: absolute;
    top: -50px;
    left: -70px;
}
input.text-input, #commentform input { padding: 5px }
input#author, input#email, input#url {
    width: 300px;
    border: 1px solid #d3d3d3;
    background: #FBFBFB;
    font-size: 14px;
    float: left;
    max-width: 85%;
    margin-right: 10px;
    border-radius: 4px;
}
input#author, input#email, input#url, #comment {
    transition: all 0.25s ease-in-out;
}
#cancel-comment-reply-link {
    float: right;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 15px;
    border-radius: 2px;
}
#cancel-comment-reply-link {
    padding: 5px 20px;
    color: white;
    cursor: pointer;
    background: #222;
    margin-bottom: -25px;
    z-index: 1;
    position: relative;
}
#commentform input#submit {
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    padding: 6px 10px;
    color: #fff;
    text-decoration: none;
    float: left;
    cursor: pointer;
    display: inline-block;
    border: none;
    transition: all 0.25s linear;
    border-radius: 2px;
}
#commentform input#submit:hover {
    background: #353535;
    color: #fff;
}
ol.commentlist {
    margin-left: 0;
    margin-top: 0;
}
.commentlist li {
    list-style: none;
    padding-left: 0;
    float: left;
    width: 100%;
    border-bottom: 1px dashed #dbdbdb;
    padding-top: 25px;
    padding-bottom: 18px !important;
}
.commentlist .navigation {
    margin-top: 10px;
    float: left;
}
.commentlist p {
    margin-bottom: 5px;
    line-height: 21px;
}
.fn {
    font-size: 14px;
    line-height: 1.375em;
    font-weight: bold;
    font-family: arial;
    text-transform: capitalize;
}
.fn a {
    color: #444;
    font-weight: bold;
}
.comment-meta {
    font-size: 12px;
    font-style: italic;
}
.comment-meta a { color: #888 }
.commentmetadata { overflow: hidden }
.reply {
    overflow: hidden;
    width: auto;
    float: left;
}
.reply a {
    float: left;
    padding: 0;
    font-size: 14px;
}
.commentlist .children {
    margin-left: 14%;
    margin-bottom: 0;
    margin-top: 0;
    float: left;
    width: 86%;
}
.commentlist .children li {
    margin-bottom: 0;
    padding-bottom: 0;
}
.avatar { float: left }
#respond h3 { font-size: 18px }
.cancel-comment-reply a {
    float: right;
    margin-top: -8px;
    font-size: 14px;
}
.comment-awaiting-moderation {
    font-style: italic;
    font-weight: bold;
}
/*-[ Comment Form ]----------------------------*/
#commentform textarea {
    width: 96%;
    max-height: 149px;
    border: 1px solid #d3d3d3;
    background: #FBFBFB;
    font-size: 14px;
    padding: 2%;
    line-height: 25px;
    font-family: georgia;
    font-style: italic;
    border-radius: 4px;
}
#commentform p {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    clear: both;
}
.comment-form-author, .comment-form-email { position: relative }
.comment-form-author .required, .comment-form-email .required {
    position: absolute;
    top: 10px;
    left: 40px;
}
#commentform .form-submit { width: auto }
#commentform p label {
    width: 80px;
    padding-bottom: 5px;
    padding-top: 5px;
    float: left;
    display: inline-block;
}
.cform_label { float: left !important }
.required {
    font-size: 14px;
    padding: 0;
    line-height: 1;
}
.comment-notes .required {
    padding-left: 0;
    padding-top: 3px;
}
.comment-notes {
    font-style: italic;
    display: none;
}
/*-[ pagination ]------------------*/
.pagination {
    clear: both;
    overflow: hidden;
    float: left;
    width: auto;
    font-family: arial;
    padding: 11px 0;
    border-top: 1px dashed #EAEAEA;
    border-bottom: 1px dashed #EAEAEA;
    margin: 10px 0;
}
.pagination ul {
    list-style: none;
    margin: 0;
}
.pagination ul li { float: left }
.currenttext, .pagination a:hover {
    color: #fff;
    margin: 0 5px 0 0;
    display: inline-block;
    float: left;
    line-height: 12px;
    text-decoration: none;
    padding: 8px 10px;
    background: #eee;
    max-height: 25px;
    border-radius: 2px;
    max-width: 25px;
}
.pagination a, .pagination2 {
    color: #fff;
    margin: 0 5px 0 0;
    display: inline-block;
    float: left;
    line-height: 12px;
    text-decoration: none;
    padding: 8px 10px;
    max-height: 25px;
    max-width: 25px;
    transition: all 0.25s linear;
    background: #424242;
    border-radius: 2px;
}
.pagination2 { clear: both }
.top { float: right }
.pnavigation2 {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    float: left;
    margin-bottom: 10px;
}
.nav-previous { float: left }
.nav-next { float: right }
/*-[ Tag widget ]------------------------------*/
.tagcloud a {
    font-size: 14px!important;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    float: left;
    color: #fff !important;
    padding: 2px 20px 2px 12px;
    line-height: 1.6;
    text-decoration: none;
    border-radius: 2px;
    transition: background-color 0.2s linear;
}
.tagcloud a:hover {
    background: #272727;
    color: #fff;
}
.tagcloud {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tags a { font-size: 14px !important }
.tagcloud li, .tags a {
    height: 24px;
    line-height: 24px;
    position: relative;
    font-size: 11px;
}
/**** Isotope Filtering ****/
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/*-----------------------------------------------
/* Responsive
/*---------------------------------------------*/
@media screen and (max-width:960px) { 
    #page, .container { max-width: 96% }
    .related-posts li { margin-right: 10px }
    img, embed {
        max-width: 100%;
        height: auto!important;
    }
    .ad-300 img { max-width: 100% }
    .ad-125 li { max-width: 40% }
    .footer-widgets #s { width: 68% }
    .ad-125 img {
        padding: 0;
        background: #FAFAFA;
        border: 0;
    }
}
@media screen and (max-width:900px) {
    nav #searchform { display: none }
}
@media screen and (max-width:865px) { 
    #copyright-note { width: 90% }
    .secondary-navigation {
        width: 100%;
        background: none;
    }
    #navigation ul {
        float: none;
        display: inline-block;
    }
    .js #navigation > ul { display: none }
    .js #navigation select {
        display: inline-block !important;
        max-width: none;
        padding: 7px 15px;
        width: 98.8%;
        color: #fff;
        background: #303030;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
        font-size: 12px;
        float: left;
        border: 1px solid #000000;
    }
}
@media screen and (max-width:760px) { 
    #header { margin: 0 }
}
@media screen and (max-width:720px) { 
    .secondary-navigation a {
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
    .article { width: 100% }
    #content_box {
        padding-right: 0px;
        padding-left: 0px!important;
    }
    .sidebar.c-4-12 {
        float: left;
        width: 94%;
        padding-left: 2%;
        padding-right: 2%;
    }
    .f-widget { width: 44% }
    .f-widget-2 { margin-right: 0 }
    .ad-125 li { max-width: 45% }
    #comments { margin-right: 0 }
}
@media screen and (max-width:600px) { 
    .featured-thumbnail img { width: 100% }
}
@media screen and (max-width:550px) {
    .sbutton { float: right }
    read-more { font-size: 16px }
    .f-widget { width: 95% }
    footer #s { width: 65% }
    .post.excerpt {
        width: 93.4%;
        padding: 3%;
    }
}
@media screen and (max-width:480px) { 
    .top { float: left }
    #navigation {
        margin-top: 0;
        margin-bottom: 0;
    }
    .secondary-navigation {
        width: 102%;
        height: 35px;
    }
    .js #navigation select {
        width: 100%;
        margin-right: 0;
    }
    .related-posts li { width: 45% }
    .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
        width: 100%;
        margin-right: 0;
    }
}
@media screen and (max-width:400px) { 
    article header { overflow: hidden }
    .slidertext { display: none }
    .main-header #s { width: 78% }
    #commentform textarea { width: 90% }
    .header_top .spi_custom {
        float: none;
        display: block;
        clear: both;
        margin: 0 auto;
        overflow: hidden;
        max-width: 210px;
    }
    #header h1, #header h2 {
        margin: 10px 0;
        text-align: center;
        width: 100%;
    }
}
@media screen and (max-width:300px) { 
    nav fieldset, .js #navigation select {
        width: 100%;
        float: left;
    }
}