﻿/*
Theme Name: SloDive v1.3
Theme URI: http://slodive.com/
Author: MyThemeShop
Author URI: http://mythemeshop.com/
Description: Exclusive theme created for SloDive.com by MyThemeShop Team.
Version: 1.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 }
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;
}
/*-[ Framework ]--------------------*/
body {
    font: 14px/23px Droid Serif, Arial, serif;
    color: #444;
    background: url(images/bg.png);
}
::-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: 'Droid Sans', sans-serif;
    color: #333;
}
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: #659fd5;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
a:hover { color: #00A8FF }
a:link, a:visited, a:active { text-decoration: none }
/*-[ Main container ]---------------*/
.main-container {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    clear: both;
}
#page, .container {
    max-width: 1199px;
    min-width: 240px;
    overflow: visible;
}
#page {
    min-height: 500px;
    float: none;
    clear: both;
    overflow: hidden;
    background: #fff;
    border: 1px solid #E1E1E1;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*-[ Header ]-----------------------*/
body > header {
    float: left;
    width: 100%;
    position: relative;
}
.main-header {
    position: relative;
    float: left;
    width: 100%;
    z-index: 99;
    background: #659fd5;
    -moz-box-shadow: 0 1px 7px 0 #888;
    -webkit-box-shadow: 0 1px 7px 0 #888;
    box-shadow: 0 1px 7px 0 #888;
}
.main-header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
#header {
    position: relative;
    width: 96%;
    float: left;
    margin: 0;
    padding: 0 2.05%;
    background: #659FD5;
}
#header h1, #header h2 {
    font-size: 38px;
    float: left;
    display: inline-block;
    line-height: 1;
    margin: 0;
    height: 34px;
    margin-top: 3px;
}
#logo a {
    text-transform: uppercase;
    float: left;
    height: 34px;
}
#logo a span { display: none }
/*-[ Navigation ]-----------------*/
.secondary-navigation .children li .sf-sub-indicator { display: none }
.secondary-navigation {
    display: block;
    float: right;
    max-width: 100%;
    margin-left: 3.2%;
}
.secondary-navigation a {
    font-size: 12px;
    color: #FFFFFF;
    text-align: left;
    text-decoration: none;
    padding: 10px 9px 9px 9px;
    font-family: Droid Sans, Arial;
    text-transform: uppercase;
}
.secondary-navigation a:hover, .head-social ul li a:hover, current-menu-item { background-color: rgba(0, 0, 0, 0.1)!important;}
.secondary-navigation a .sub {
    font-size: 11px;
    font-weight: normal;
    font-family: arial;
    color: #9B9B9B;
}
.sf-js-enabled li a.sf-with-ul { padding-right: 25px }
.sf-js-enabled li  ul.sf-with-ul { padding-right: 20px }
#navigation .sf-sub-indicator {
    display: block;
    width: 11px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 9px;
}
#navigation ul ul .sf-sub-indicator { top: 8px }
#navigation {
    margin: 0 auto;
    font-size: 13px;
    float: left;
    width: 100%;
}
#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: #659fd5;
    border: 0;
    border-bottom: 0;
}
#navigation ul ul {
    position: absolute;
    width: 190px;
    padding: 0;
    z-index: 400;
    font-size: 12px;
    color: #798189;
    border-bottom: 1px solid #eee;
    margin-top: -2px;
}
#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;
    -moz-border-radius: 0;
    -webkit-border-radius: 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;
}
#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;
}
.secondary-navigation .top-menu {
    display: none;
    background: url(images/sprite.png) no-repeat -114px -94px;
    padding-left: 24px;
    line-height: 1;
}
.home-link { display: none; }
.head-social {
    float: right;
    position: relative;
}
.head-social ul li { float: left }
.head-social ul li a {
    display: block;
    width: 24px;
    height: 24px;
    padding: 8px 9px 9px 9px;
    text-indent: -9999px;
}
.head-social ul li.head-search span {
    background: url(images/sprite.png) no-repeat 11px 9px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    display: block;
    width: 24px;
    height: 24px;
    padding: 8px 9px 9px 9px;
    text-indent: -9999px;
    cursor: pointer;
}
.head-social ul li.twitter a { background: url(images/sprite.png) no-repeat -23px 10px;}
.head-social ul li.fb a { background: url(images/sprite.png) no-repeat -55px 10px;}
.head-social ul li.gplus a { background: url(images/sprite.png) no-repeat -85px 10px;}
.head-social ul li.pinterest a { 
  background: url(images/pinterest.png) no-repeat;
  background-position: center;
}
.head-social ul li.rss a {
    background: url(images/sprite.png) no-repeat -119px 10px;
}
.head-social ul li.android a { 
  background: url(images/android_icon.png) no-repeat;
  background-position: center;
}
.head-social ul li.chrome a { 
  background: url(images/chrome_icon.png) no-repeat;
  background-position: center;
}



.head-social ul ul {
    background: #659fd5;
    display: none;
    margin: 0;
    padding: 5px;
    width: 250px;
    position: absolute;
    right: 0;
    border: none;
    padding-top: 7px;
    z-index: 400;
    margin-top: -2px;
}
.head-social ul ul li { width: 100% }
.head-social ul ul #searchform fieldset {
    float: none;
    border: 1px solid #4C94DB;
}
.head-search.active ul, .head-search:hover ul { display: block }
.head-search.locked ul { display: block }
/*-[ Content ]--------------------*/
.article {
    width: 62.6%;
    float: left;
    padding: 0;
    padding-top: 25px;
    background: url('images/content-bg.png') repeat-y right top;
    border-right: 1px solid #E1E1E1;
}
#content_box {
    float: left;
    width: 100%;
}
#content { overflow: hidden }
.post {
    float: left;
    width: 100%;
}
.single_post {
    width: 94%;
    padding-left: 3%;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.single_page {
    background-color: white;
    padding-top: 0;
}
.post-content {
    padding-top: 0;
    margin-top: 5px;
    margin-bottom: 0;
}
.post-single-content {
    font-size: 14px;
    line-height: 22px;
}
.post-single-content img { outline: 4px solid #F0F0F0 }
.post-single-content img:hover { outline: 4px solid #DBDBDB }
.readMore {
    float: right;
    color: #7B7A79;
    right: 3%;
    bottom: 20px;
}
.readMore a {
    color: #fff;
    background: #659fd5;
    padding: 7px 10px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    font-family: Droid Sans, arial;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    text-transform: capitalize;
    font-size: 13px;
}
.readMore a:hover {
    color: white;
    background: #222;
    text-shadow: none;
}
.ss-full-width {
    background: white;
    padding: 20px;
    overflow: hidden;
    padding-top: 0;
}
.ss-full-width #content_box {
    padding-right: 0;
    padding-left: 0;
}
.post.excerpt {
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
    width: auto;
    margin-right: 0.9%;
    padding-right: 2.1%;
    background: url(images/post-bg.png) left bottom repeat-x;
    border-bottom: 1px solid #E1E1E1;
    padding-left: 3%;
    padding-bottom: 20px;
    position: relative;
    width: 94%;
}
.wp-post-image { float: left }
.featured-thumbnail {
    float: left;
    max-width: 100%;
    max-height: 200px;
}
#featured-thumbnail {
    float: left;
    margin-right: 2.4%;
    max-width: 200px;
    padding: 5px;
    border: 1px solid #E1E1E1;
    width: 30%;
}
#featured-thumbnail:hover { border-color: #999 }
.featured-thumbnail img {
    margin-bottom: 0;
    width: 100%;
    background: #F0F0F0;
    outline: 4px solid #F0F0F0;
}
.title {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 1.2;
    clear: both;
}
.single-title {
    float: left;
    padding: 0 0 0 0;
    font-size: 34px;
    line-height: 1.1;
    color: #0E0E0E;
}
.title a { color: #333 }
.title a:hover { color: #659fd5 }
.page h1.title {
    margin-bottom: 20px;
    padding-top: 0;
}
.post-info {
    display: block;
    font-size: 13px;
    color: #AAAAAA;
    float: left;
    clear: both;
    font-family: Droid Serif, Arial;
    width: 100%;
    border-bottom: 1px solid #E1E1E1;
}
.home article header, .archive article header {
    margin-bottom: 10px;
    width: auto;
    float: none;
    overflow: hidden;
}
article header {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.article img.left, .article img.alignleft, .wp-caption.alignleft {
    margin: 0.3em 1.571em 0.5em 0;
    display: block;
    float: left;
}
.article img.right, .article img.alignright, .wp-caption.alignright {
    margin: 0.3em 0 0.5em 1.571em;
    display: block;
    float: right;
}
.article img.center, .article img.aligncenter, .wp-caption.aligncenter {
    margin: 0.3em auto 0.5em auto;
    display: block;
}
.article img.aligncenter, .article img.alignnone {
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
    clear: both;
}
.article ul {
    margin: 1.5em 0 1.571em 1.9em;
    list-style-type: circle;
}
.article ol {
    margin: 1.5em 0 1.571em 1.9em;
    list-style-type: decimal;
}
/*-[ Tab widget ]------------------------------*/
.domtab {
    overflow: hidden;
    border: 1px solid #e1e1e1;
}
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px; /*--Set height of tabs--*/
    width: 100%;
}
ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 31px; /*--Subtract 1px from the height of the unordered list--*/
    line-height: 31px; /*--Vertically aligns the text within the tab--*/
    /*border-left: 1px solid #e1e1e1;*/
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: -1px; /*--Pull the list item down 1px--*/
    overflow: hidden;
    position: relative;
    background: #fff url(images/inactive-tab.png) repeat-x;
    letter-spacing: -1px;
    width: 99.8%;
    text-align: center;
}
ul.tabs li.last {
    border-right: none !important;
    border-left: none;
}
ul.tabs li {
    text-decoration: none;
    color: #999;
    display: block;
    font-size: 15px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1px 0;
    outline: none;
}
ul.tabs li.last a { padding: 1px 0 }
ul.tabs li.active, ul.tabs li.active a:hover {
    background: #fff url(images/active-tab.png) repeat-x;
    color: #666;
    border-bottom: 1px solid #fff;
}
ul.tabs li.active { border-right: 1px solid #E1E1E1; border-bottom: 1px solid #E1E1E1; color: #09C;}
ul.tabs li.active a { color: #666 }
.tab_container {
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
}
.tab_content {
    padding: 20px 10px 20px;
    font-size: 1.2em;
}
.tab_content a {
    border-left: 4px solid #fff;
    padding: 0 0 0 2px;
}
.tab_content a:hover { border-left: 4px solid #0099cc }
.get_paid {
    background: #edebec;
    color: #333;
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    padding: 15px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #E1E1E1;
}
.get_paid p { margin-bottom: 0 }
.get_paid h3 {
    font-family: 'Droid Sans', serif;
    color: #333;
    font-size: 27px;
    margin-bottom: 10px;
}
/*-[ Form Input ]------------------*/
input, textarea, select {
    padding: 8px 12px;
    font-size: 12px;
    color: #999;
}
textarea {
    overflow: auto;
    resize: vertical;
}
select { padding: 12px 20px }
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;
    background: white;
    border: 1px solid #D6D6D6;
}
.sbutton {
    width: 28%;
    text-align: center;
    padding-top: 10px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    font-size: 12px;
    color: white;
    padding: 5px 0 5px 0;
    cursor: pointer;
    background: #659fd5;
    border: 1px solid #00A1D6!important;
    text-shadow: 0px 1px 0px rgba(117, 109, 109, 0.58);
    margin: 3px 0 0 0;
}
.sbutton:hover { background: #222; border-color: #222!important; }
#s {
    width: 70%;
    float: left;
    padding: 9px 0;
    text-indent: 10px;
    border: 0;
    background: transparent;
}
.footer-widgets fieldset, #sidebars fieldset { width: 100% }
.breadcrumb {
    margin-bottom: 20px;
    line-height: 24px;
}
.single_post #searchform fieldset { width: 300px; }
/*-[ Read More ]-------------------*/
.read-more {
    margin: 0 0 0 10px;
    line-height: 1.4em;
    background: none;
    padding: 0;
    font-size: 16px;
}
/*-[ Top Ad in Post ]-------------------------------------*/
.topad {
    margin-bottom: 10px;
    clear: both;
}
.topad img { outline: 0!important }
/*-[ Bottom Ad in post ]-----------*/
.bottomad {
    float: left;
    clear: both;
}
.bottomad img { outline: 0!important }
.footer_ad {
    max-width: 728px;
    margin: 0 auto;
}
/*-[ Sidebar ]---------------------*/
#sidebars p { line-height: 20px }
.sidebar.c-4-12 {
    float: right;
    width: 34%;
    font-size: 13px;
    margin-right: 1.6%;
    line-height: 20px;
    max-width: 405px;
    padding-top: 25px;
}
.widget {
    margin-bottom: 27px;
    overflow: hidden;
}
.widget .title {
    font-weight: bold;
    text-transform: uppercase;
    color: #545E68;
    font-size: 12px;
}
.widget li {
    display: block;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 5px;
}
.sidebar-title {
    font-size: 18px;
    margin-bottom: 15px;
    max-width: 300px;
    float: left;
}
.widget h3 {
    font-size: 20px;
    line-height: 18px;
    margin: 5px 0 15px 0;
}
/*-[ Social Buttons ]--------------------------*/
.imgHover {
    position: relative;
    padding-right: 10px;
}
.img-social {
    position: absolute;
    background: #fff;
    width: 40px;
    height: auto;
    top: -4px;
    right: -41px;
    display: none;
    border: 1px solid #DDD;
    border-right-color: #B0B0B0;
    border-bottom-color: #B0B0B0;
    opacity: 0;
    -webkit-box-shadow: #CCC 1px 1px 2px;
    -moz-box-shadow: #ccc 1px 1px 2px;
    box-shadow: #CCC 1px 1px 2px;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    padding: 7px 0 4px 0;
}
.img-social:before {
    content: "◀";
    position: absolute;
    top: 5px;
    left: -17px;
    width: 16px;
    height: 1px;
    font-size: 25px;
    color: #fff;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.34);
}
.imgdisp  .img-social {
    display: block;
    opacity: 1;
}
.imgHover {
    max-width: 600px;
    display: block;
}
.img-social img { outline: 0!important }
.img-social a {
    text-align: center;
    padding-right: 0;
}
.new-window {
    background: url(images/sprite.png) no-repeat -3px -75px;
    width: 32px;
    height: 32px;
    position: absolute;
    right: -30px;
}
.img-social a div { 
	background-image: url(images/sprite.png); 
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
	margin-left: 6px;
	margin-right: 0;
	margin-bottom: 3px;
	float: left;
}
.twt-btn {
	background-position: -2px -35px;
}
.fb-btn {
    background-position: -39px -35px;
}
.lnk-btn {
    background-position: -76px -35px;
}
.pin-btn {
    background-position: -112px -35px;
}
.shareit {
    padding: 5px 0 15px;
    overflow: hidden;
    clear: both;
}
.shareit h6 {
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
    margin-bottom: 12px;
}
.shareit .share-item {
    display: block;
    margin: 0;
    float: left;
}
.share-item.facebookbtn { width: 92px }
/*-[ Footer ]-------------------*/
body > footer {
    overflow: hidden;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    background: url(images/footer-bg.png);
    font-family: Verdana;
}
body > footer:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #0F0F0F;
}
body > footer:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #666;
}
body > footer .footeText a {
    color: #fff;
    border-bottom: 2px solid #ee3f02;
}
body > footer .widget { padding: 10px 0 0 0 }
body > footer .sidebar .widget .title {
    font-size: 135%;
    color: #D4D8DB;
}
footer .widget { margin-bottom: 0 }
footer .widget a {
    color: #659fd5;
    font-weight: bold;
}
footer .widget li a:hover { color: #ccc }
footer {
    position: relative;
    overflow: hidden;
}
.footer-widgets {
    overflow: hidden;
    padding: 15px 0 10px 0;
    width: 100%;
    margin: 0;
}
.footer-widgets h3 {
    padding-bottom: 15px;
    color: #EDECEC;
    border-bottom: 1px solid #676767;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    margin: 0 0 15px;
    padding: 0 0 2px;
}
.f-widget {
    width: 20.4%;
    float: left;
    position: relative;
    color: #CCC;
    margin-right: 6%;
}
.copyrights {
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 10px;
    padding-top: 12px;
    color: #666;
    background: #191919;
    border-top: 1px solid #393738;
    font-size: 11px;
}
#copyright-note {
    width: 960px;
    margin: 0 auto;
    clear: both;
    max-width: 100%;
}
.copyrights a { color: #ccc }
.copy-left { float: left }
#sidebars .wp-post-image, footer .wp-post-image {
    margin-bottom: 0;
    margin-top: 3px;
    margin-right: 10px;
}
.postsby {
    margin-bottom: 25px;
    margin-left: 3%;
}
.textwidget a:hover { color: #ccc!important }
/*-[ Related Posts ]---------------------------*/
.related-posts {
    margin-top: 30px;
    clear: both;
    float: left;
    padding-left: 3%;
    margin-bottom: 30px;
}
.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;
    margin-bottom: 10px;
}
.rtitle {
    font-family: Droid sans, arial;
    color: #292929;
    margin-top: 10px;
    float: left;
}
.relatedthumb img {
    margin-bottom: 0;
    outline: 4px solid #F0F0F0;
}
.related-posts li {
    width: 29.2%;
    float: left;
    list-style: none;
    margin-right: 4%;
    min-height: 100px;
}
.related-posts a { color: #868686 }
.rthumb {
    float: left;
    padding: 5px;
    border: 1px solid #E1E1E1;
    max-height: 200px;
}
.rthumb:hover { border-color: #999 }
.related-posts .last { margin-right: 0 }
.tags {
    margin: 20px 0 20px 0;
    width: 100%;
    float: left;
}
.tags a { margin-left: 5px }
.author-bio {
    background: #EDECEC;
    margin: 0;
    padding: 18px 3%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e1e1e1;
    float: left;
    width: 94%;
}
.post_author {
    border-top: 1px solid #e1e1e1;
    margin: 0 3%;
    clear: both;
}
.author-bio p { margin-bottom: 10px }
.subscribe_bottom {
    float: left;
    width: 285px;
}
.subscribe_bottom h4 {
    background: url(images/sprite.png) no-repeat -40px -82px;
    font-size: 14px;
    color: #333;
    padding: 0 0 0 23px;
    margin: 0 0 8px;
}
.subscribe_bottom input[type=text] {
    background: #fff;
    font-family: Arial;
    font-size: 12px;
    color: #999;
    border: 1px solid #ccc;
    border-right: none;
    margin-right: -4px;
    padding: 6px 4px 5px;
    border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
}
.subscribe_bottom input[type=submit] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666666;
    padding: 5px 9px;
    cursor: pointer;
    background: -moz-linear-gradient( top, #fdfdfd 0%, #f2f1f1);
    background: -webkit-gradient( linear, left top, left bottom, from(#fdfdfd), to(#f2f1f1));
    border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    border: 1px solid #cccccc;
    -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 1px 1px rgba(255,255,255,1);
    -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 1px 1px rgba(255,255,255,1);
    text-shadow: 0px -1px 0px rgba(255,255,255,0.7), 0px 1px 0px rgba(255,255,255,0.3);
}
.subscribe_bottom .privacy {
    font-size: 11px;
    font-family: arial;
    color: #8a8989;
}
.author_box {
    float: left;
    width: 332px;
}
.author-gravatar {
    width: 40px;
    float: left;
    padding: 4px;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 5px 0 0;
}
.author-text {
    width: 260px;
    float: left;
    color: #666;
    font-size: 13px;
    margin: 0;
    text-shadow: 1px 1px 1px #fff;
}
.author-text h4, .author-text h4 a {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #333;
    margin: 0 0 2px;
}
/* Tooltip */
div.tt {
    position: relative;
    z-index: 24;
    text-decoration: none;
}
div.tt span { display: none }
div.tt:hover {
    z-index: 25;
    color: #aaaaff;
    background: ;
}
div.tt:hover span.tooltip {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 0;
    max-width: 320px;
    color: #333;
    text-shadow: none;
    background: #F3F2F2;
    border: 1px solid #e1e1e1;
    width: 90%;
}
div.tt:hover span.top {
    display: block;
    padding: 5px 10px 10px;
    background: url(bubble.gif) no-repeat top;
}
div.tt:hover span.middle {
    /* different middle bg for stretch */
    display: block;
    padding: 8px;
    background: url(bubble_filler.gif) repeat bottom;
}
div.tt:hover span.bottom {
    display: block;
    padding: 3px 8px 10px;
    color: #548912;
    background: url(bubble.gif) no-repeat bottom;
}
.hl2 {
    background: none;
    border-top: 1px solid #E7E7E7;
    height: 1px;
    margin: 0 0 .8em;
}
/* Single nav */
.post_navigation {
    background: #F7F7F7;
    overflow: hidden;
    border-top: 1px solid #fff;
    margin: 0 25px 15px 0;
    padding: 10px 3%;
    margin-left: 3%;
    width: 88%;
}
.post_navigation a {
    color: #fff;
    font-size: 14px;
}
.post_navigation .alignleft a, .post_navigation .rand_btn a, .post_navigation .alignright a {
    background: #659fd5;
    padding: 5px 15px;
}
.post_navigation .alignleft a:hover, .post_navigation .rand_btn a:hover, .post_navigation .alignright a:hover {
    background: #222;
    color: #fff;
}
.rand_btn {
    max-width: 118px;
    margin: 0 auto;
    float: none;
}
.clear { clear: both }
.left, .alignleft { float: left }
.right, .alignright { float: right ; margin-top: -23px;}
.last { margin-right: 0 }
/*-[ Tag widget ]------------------------------*/
.tagcloud a {
    font-size: 12px!important;
    float: left;
    margin-right: 7px;
    text-transform: capitalize;
}
.tagcloud a:hover { color: #fff }
/*-[ Subscribe Widget ]------------------------*/
.subscribe_box { margin: 0 0 20px }
.subscribe_box input[type=text] {
    border: 1px solid #CCC;
    padding: 6px 0;
    font-family: Arial;
    width: 65%;
    font-size: 12px;
    color: #727171;
    text-align: left;
    text-transform: lowercase;
    box-shadow: 1px 1px 4px #F0F0F0 inset;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-indent: 10px;
    height: 17px;
}
.subscribe_box input[type=text]:focus, .subscribe_bottom input[type="text"]:focus, #commentform #author:focus, #commentform #email:focus, #commentform #url:focus, #commentform textarea:focus {
    border: 1px solid #74baef;
    -moz-box-shadow: 1px 0px 3px rgba(116,186,239,1), inset 0px 0px 3px rgba(255,255,255,1);
    -webkit-box-shadow: 1px 0px 3px rgba(116,186,239,1), inset 0px 0px 3px rgba(255,255,255,1);
}
.subscribe_box input[type=submit] {
    margin: 0;
    padding: 6px 0;
    width: 32%;
}
.follow-c3 {
    width: 95px;
    float: left;
    margin-top: 7px;
    clear: right;
    margin-left: 2.2%;
}
.follow-c2 {
    width: 95px;
    float: left;
    margin-left: 2.2%;
    clear: right;
}
.sidebar ul {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.sidebar ul li {
    font-size: 14px;
    margin: 0 0 10px;
}
.sidebar ul li a { color: #727171 }
.sidebar ul li a:hover {
    color: #0099cc;
    text-decoration: none;
}
.sidebar ul ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.sidebar ul li ul li {
    background: #FFFFFF url(images/icon.png) no-repeat 0px 4px;
    margin: 10px 0 0;
    padding: 1px 0 5px 20px;
}
.sidebar h4 {
    font-size: 14px;
    color: #1c1b1b;
    font-weight: 400;
    margin: 10px 0 10px 0;
}
.sidebar_columns {
    overflow: hidden;
    border-width: 0 1px 1px 1px;
    border-color: #E1E1E1;
    border-style: solid;
    padding: 3px 0;
    margin-bottom: 10px;
    text-align: center;
}
.side_col1, .side_col2 {
    float: left;
    width: 41%;
}
.side_col1 {
    padding: 0 0 0 5%;
    margin: 0;
    width: 95%;
}
.side_ads { margin: 20px 0 5px }
.sidetopads {
    clear: both;
    margin: 3px 0 10px 0;
}
div.bsap_1242922 a { margin: 0 5px 5px }
.follow-widget {
    width: 100%;
    margin: 0;
    float: left;
    max-width: 300px;
}
.advertise {
    font-family: arial;
    font-size: 10px;
    line-height: 10px;
    color: #CACACA;
    margin: 0 0 3px;
    float: left;
    clear: both;
    width: 100%;
}
.sidebar-widget {
    background: white;
    padding: 0;
    margin: 0 0 15px;
    overflow: hidden;
}
/* Sidebar Social Widget */
/*-----Facebook fanpage styling start-----*/
.fan_box a:hover { text-decoration: none }
.fan_box .full_widget {
    height: 200px;
    border: 0 !important;
    background: none !important;
    position: relative;
} /** Change height here **/
.fan_box .connect_top {
    background: none !important;
    padding: 0 !important;
}
.fan_box .profileimage, .fan_box .name_block { display: none }
.fan_box .connect_action { padding: 0 !important }
.fan_box .connections {
    padding: 0 !important;
    border: 0 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #666;
} /** Change font-size here **/
span.total {
    color: #4a6cc1;
    font-weight: bold;
} /** Change color here **/
.fan_box .connections .connections_grid { padding-top: 10px !important }
.fan_box .connections_grid .grid_item { padding: 0 10px 10px 0 !important }
.fan_box .connections_grid .grid_item .name {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-weight: normal;
    color: #666 !important;
    padding-top: 1px !important;
}
.fan_box .connect_widget {
    position: absolute;
    bottombottom: 0;
    left: 0px;
    margin: 0 !important;
}
.fan_box .connect_widget .connect_widget_interactive_area { margin: 0 !important }
.fan_box .connect_widget td.connect_widget_vertical_center { padding: 0 !important }
/*-----Facebook fanpage styling end-----*/
#sidesocial {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #DCDCDC;
    margin-top: -19px;
}
.sideg {
    background-color: #f7f7f7;
    font-size: 14px;
    color: black;
    padding: 10px 10px;
    line-height: 1px;
    border-top: 1px solid white;
    border-bottom: 1px solid #EBEBEB;
}
.sidetw {
    background-color: #EDEBEC;
    padding: 10px 10px 9px;
    line-height: 1px;
    border-top: 1px solid white;
    border-bottom: 1px solid #EBEBEB;
}
.sidefb {
    font-size: .85em;
    color: black;
    padding: 5px 10px;
    line-height: 1px;
    border-top: 1px solid white;
    border-bottom: 1px solid #EBEBEB;
}
.sideg span {
    margin-left: 2px;
    display: inline-block;
    vertical-align: text-top;
    color: #333;
}
.sidesub {
    padding: 9px 10px;
    line-height: 1px;
    background-color: #FFB86D;
    border-top: 1px solid white;
}
.sidesub span { width: 115px }
.sidefb iframe { height: 60px !important }
/*-[Comments]--------------*/
#comments {
    padding: 0;
    margin-top: 10px;
    float: left;
    clear: both;
    width: 97%;
    padding-left: 3%;
}
#commentsAdd {
    width: 97%;
    float: left;
    clear: both;
    margin-bottom: 20px;
    padding-left: 3%;
}
.comment-author.vcard {
    float: left;
    padding: 4px;
    border: 1px solid #E1E1E1;
    margin-right: 2%;
}
#comments .avatar {
    float: left;
    outline: 4px solid #fff;
}
.comment time { padding-left: 10px }
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: 11px }
input#author, input#email, input#url {
    border: 1px solid #CCC;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 1px 1px 4px #F0F0F0 inset;
    margin: 0 5px 10px 0;
    padding: 4px;
    font-size: 13px;
    float: left;
}
input#author, input#email, input#url, #comment {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#cancel-comment-reply-link {
    float: right;
    line-height: 24px;
    margin-top: 0;
}
#cancel-comment-reply-link {
    color: red;
    cursor: pointer;
    margin-bottom: -20px;
    text-decoration: underline;
    z-index: 100;
    position: relative;
}
#commentform input#submit {
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: white;
    margin: 0 3.4% 0 0;
    padding: 6px 10px;
    float: right;
    background: #659fd5;
    cursor: pointer;
    border: 0;
    margin-top: 10px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
#commentform input#submit:hover {
    color: #fff;
    background: #444;
}
.comment_rules {
    border: 1px solid #ccc;
    font-size: 12px;
    line-height: 18px;
    margin: 15px 0 0;
    padding: 2%;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    overflow: hidden;
    width: 92.6%;
    clear: both;
}
.comment_rules p { margin: 0 0 10px !important }
.comment_rules code { background: #ffffe0 }
ol.commentlist { margin-left: 0 }
.commentlist li {
    list-style: none;
    margin: 0 0 15px 0;
    padding-left: 0;
    float: left;
    width: 97%;
}
.commentlist p {
    margin-bottom: 1em;
    line-height: 21px;
}
.fn {
    font-size: 14px;
    line-height: 1.375em;
    font-weight: bold;
}
.fn a {
    color: #444;
    font-weight: bold;
}
.comment-meta {
    font-size: 12px;
    font-style: italic;
}
.comment-meta a { color: #888 }
.commentmetadata {
    overflow: hidden;
    border: 1px solid #e1e1e1;
    padding: 10px 2%;
}
.commentmetadata li {
    border: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 5px;
    list-style: square;
}
.commentmetadata ol li { list-style: decimal }
.reply {
    overflow: hidden;
    width: 100%;
    float: right;
}
.reply a {
    background: #659fd5;
    color: white;
    text-align: center;
    font-size: 12px;
    float: right;
    padding: 6px 15px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
}
.reply a:hover { background: #222;}
.commentlist .children {
    margin-left: 17%;
    margin-bottom: 0;
    margin-top: 0;
    float: left;
    width: 82.6%;
}
.commentlist .children li {
    margin-bottom: 15px;
    padding-bottom: 0;
}
.avatar { float: left }
#respond h3 {
    margin-top: 18px;
    font-size: 18px;
    margin: 15px 0 0 0;
    padding: 0 0 20px 0;
}
.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 {
    font-size: 14px;
    line-height: 25px;
    font-family: georgia;
    font-style: italic;
    color: #666;
    background: white;
    width: 92.6%;
    padding: 2%;
    border: 1px solid #CCC;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 1px 1px 4px #F0F0F0 inset;
}
#commentform p {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    clear: both;
}
#commentform p label {
    padding-bottom: 5px;
    padding-top: 5px;
}
.required {
    color: red;
    font-size: 14px;
    padding: 0;
    line-height: 1;
}
.comment-notes .required {
    padding-left: 0;
    padding-top: 3px;
}
.comment-notes { font-style: italic }
/*-[ pagination ]------------------*/
.pagination {
    clear: both;
    overflow: hidden;
    float: left;
    width: 97%;
    font-family: arial;
    padding-bottom: 25px;
    margin-left: 3%;
}
.single .pagination { margin-left: 0; }
.pagination ul {
    list-style: none;
    margin: 0;
}
.pagination ul li { float: left ; margin-top: 5px;}
.currenttext, .pagination a:hover, .pagination2 a:hover {
    display: inline-block;
    float: left;
    line-height: 1.2em;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    color: #FFF;
    background: white;
    border: 1px solid #659fd5;
    background: #659fd5;
    margin-right: 4px;
    padding: 6px 10px;
}
.pagination a {
    display: inline-block;
    float: left;
    line-height: 1.2em;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid #E1E1E1;
    margin: 0 4px 0 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.single .pagination a, .single .currenttext {
    font-weight: bold;
    font-size: 18px!important;
}
.pagination2 a {
    margin-left: 4px;
    margin-right: 4px;
    float: none;
}
.pagination2 a:hover {
    background: #659fd5;
    float: none;
    margin-left: 4px;
}
.pagination2 a:first-child { margin-left: 0 }
.top {
    float: right;
    margin-bottom: 15px;
}
.pnavigation2 {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    float: left;
    margin-bottom: 10px;
}
.nav-previous { float: left }
.nav-next { float: right }
/*-[ Buttons ]---------------------------------*/
/* Buttons */
.btn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-transform: uppercase;
    cursor: pointer;
}
.blue {
    background: -moz-linear-gradient( top, #7bcbe3 0%, #349dba);
    background: -webkit-gradient( linear, left top, left bottom, from(#7bcbe3), to(#349dba));
    border: 1px solid #2e8aa6;
    text-shadow: 0px -1px 0px rgba(56,134,156,0.7), 0px 1px 0px rgba(56,134,156,0.3);
}
.blue:hover {
    background: #349dba;
    border: 1px solid #2e8aa6;
    text-shadow: 0px -1px 0px rgba(56,134,156,0.7), 0px 1px 0px rgba(56,134,156,0.3);
}
.blue:active {
    -moz-box-shadow: 0px 1px 3px rgba(38,115,136,0.5), inset 0px 1px 6px rgba(31,91,107,0.8);
    -webkit-box-shadow: 0px 1px 3px rgba(38,115,136,0.5), inset 0px 1px 6px rgba(31,91,107,0.8);
    outline: none;
}
.gray {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    padding: 4px 9px;
    cursor: pointer;
    background: -moz-linear-gradient( top, #fdfdfd 0%, #f2f1f1);
    background: -webkit-gradient( linear, left top, left bottom, from(#fdfdfd), to(#f2f1f1));
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #ccc;
    -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 1px 1px rgba(255,255,255,1);
    -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0), inset 0px 1px 1px rgba(255,255,255,1);
    text-shadow: 0px -1px 0px rgba(255,255,255,0.7), 0px 1px 0px rgba(255,255,255,0.3);
    text-transform: uppercase;
    height: 31px;
}
.gray:active { outline: none }
/*-----------------------------------------------
/* Responsive
/*---------------------------------------------*/
@media screen and (max-width:1190px) {
    .follow-c3 { display: none; }
	.new-window { left: 0; bottom: 0; }
	.img-social { height: 36px; width: 161px; bottom: -46px; left: -3px; top: auto;}
	.img-social a { display: initial; }
	.img-social:before { content: "▲"; position: absolute; top: -20px; left: 5px; width: 16px; height: 1px; font-size: 25px; color: #fff; text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.34); }
	footer .container { width: 96%; }
}
@media screen and (max-width:1150px) { 
	.secondary-navigation .top-menu { display: block ; padding-top: 15px; padding-bottom: 14px;}
	.secondary-navigation a.top-menu { background-color: transparent!important; }
	.home-link { display: block; }
	#navigation { position: relative }
	#navigation ul {
	    position: absolute;
	    width: 190px;
	    background: #659FD5;
	    display: none;
	    margin-top: -2px;
	    left: -10px;
	    z-index: 1;
	}
	#navigation ul li { float: none }
	#navigation:hover ul { display: block }
	#featured-thumbnail, .rthumb { border: 0; }
}
@media screen and (max-width:1005px) { 
	.head-social { margin-left: 3% }
}
@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;
	}
	.footer-widgets #s, #sidebars #s { width: 68% }
}
@media screen and (max-width:900px) { 
	nav #searchform { display: none }
	.sideg span { display: none }
}
@media screen and (max-width:760px) { 
	#header { margin: 0 }
}
@media screen and (max-width:720px) { 
	.secondary-navigation a {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	.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 }
    #comments { margin-right: 0 }
}
@media screen and (max-width:600px) { 
    .featured-thumbnail img { width: 100% }
    .rand_btn { display: none; }
    .right, .alignright { margin-top: 0; }
}
@media screen and (max-width:580px) {
    .single .title { font-size: 18px; }
    .post-single-content { font-size: 15px; line-height: 1.5; }
    .post-info { display: none; }
}
@media screen and (max-width:550px) {
    .f-widget { width: 95% }
    footer #s { width: 65% }
}
@media screen and (max-width:525px) { 
    #logo img { display: none; }
    .secondary-navigation { float: left; }
    .title { font-size: 20px; }
}
@media screen and (max-width:480px) {
    .related-posts li { width: 100% }
    .rthumb { width: 20%; margin-right: 10px; float: left;}
    .rtitle { margin-top: 0; overflow: hidden; float: none;}
    .secondary-navigation { margin-left: 0; }
}
@media screen and (max-width:400px) { 
    article header { overflow: hidden ; margin-bottom: 10px;}
    #commentform textarea { width: 90% }
    .gplus { display: none; }
    .article { padding-top: 10px; }
    .title { font-size: 16px; }
}
@media screen and (max-width:300px) { 
    .main-header #s { width: 70% }
}