@media screen and (max-width: 968px) {

    #slider {

    }

    #nav_wrap {
        display: none;
    }

    #header_wrap {
        width: 100%;
        height: auto;
        float: left;
        border-bottom: none;

    }

    #header {
        width: 100%;
        height: auto;
        float: left;
        border-bottom: none;
    }

    #login {
        display: none;
    }

    .header_top {
        display: block;
        width: 96%;
        position: relative;
        float: left;
        padding: 2% 2% 0 2%;
    }

    .header_top_left {
        float: left;
        width: 30%;
        text-align: left;
    }

    .header_top_left span {
        display: block;
        text-transform: uppercase;
        font: 10px/35px "Lucida Grande", Lucida, Arial, sans-serif;
        line-height: 14px;
    }

    .header_top_left a {
        float: left;
        margin-right: 6px;
        text-decoration: none;
        outline: none;
    }

    a.social_rss {
        background: url(../img/rss_btn.png) no-repeat left 3px;
        width: 14px;
        height: 16px;
    }

    a.social_email {
        background: url(../img/email.png) no-repeat left 2px;
        width: 16px;
        height: 16px;
    }

    a.social_twitter {
        background: url(../img/twitter.png) no-repeat left -15px;
        width: 21px;
        height: 16px;
    }

    a.social_rss:hover {
        background-position: left -15px;
    }

    a.social_email:hover {
        background-position: left -15px;
    }

    a.social_twitter:hover {
        background-position: left -15px;
    }

    .header_top_right {
        width: 60%;
        position: relative;
        font-size: 13px;
        text-align: right;
        float: right;
    }

    .header_top_right a {
        font: 11px "Lucida Grande", Lucida, Arial, sans-serif;
    }

    .header_top_right span {
        font-style: italic;
        font-size: 13px;
        color: #8E0A31;
    }

    #main-logo {
        float: left;
        width: 100%;
        height: auto;
        text-align: center;
    }

    #main-logo a img {
        width: 96%;
    }

    h1#main-title {
        display: none;

    }

    h2#main-description {
        display: none;

    }

    #menu, .sf-menu {
        width: 100%;
        float: left;
        position: relative;
        left: auto;
        bottom: auto;
        border-bottom: 4px solid black;
        padding: 0px;
        margin: 0px;
    }

    .sf-menu .empty {
        display: none;
    }

    .sf-menu li {
        width: auto;
    }

    .sf-menu a {
        padding: 0px;
        height: 38px;
        border: none;
        border-right: 1px solid #a1a1a1;
        border-top: 1px solid #a1a1a1;
    }

    ul#menu li#dave a {
        /*background:url(../img/nav_home_res.jpg) no-repeat left top;*/
        width: 61px;
    }

    /*
    ul#menu li#dave a:hover, ul#menu li#dave.current_page_item a {
        background:url(../img/nav_home_res.jpg) no-repeat left bottom;
    }
    */
    ul#menu li.page-item-4 a {
        /*background:url(../img/nav_journal_res.jpg) no-repeat left top;*/
        width: 94px;
    }

    /*
    ul#menu li.page-item-4 a:hover, ul#menu li.page-item-4.current_page_item a {
        background:url(../img/nav_journal_res.jpg) no-repeat left bottom;

    }*/
    ul#menu li.page-item-6 a {
        /*background:url(../img/nav_archives_res.jpg) no-repeat left top;*/
        width: 78px;
    }

    /*
    ul#menu li.page-item-6 a:hover, ul#menu li.page-item-6.current_page_item a {
        background:url(../img/nav_archives_res.jpg) no-repeat left bottom;

    }*/
    ul#menu li.page-item-8 a {
        /*background:url(../img/nav_topics_res.jpg) no-repeat left top;*/
        width: 67px;
        border-right: 1px solid #a1a1a1;
    }

    /*ul#menu li.page-item-8 a:hover, ul#menu li.page-item-8.current_page_item a {
        background:url(../img/nav_topics_res.jpg) no-repeat left bottom;

    }*/
    ul#menu li.page-item-10 a {
        /*background:url(../img/nav_blogs_res.jpg) no-repeat left top;*/
        width: 63px;
    }

    /*ul#menu li.page-item-10 a:hover, ul#menu li.page-item-10.current_page_item a {
        background:url(../img/nav_blogs_res.jpg) no-repeat left bottom;

    }*/
    ul#menu li.page-item-12 a {
        /*background:url(../img/nav_multimedia_res.jpg) no-repeat left top;*/
        width: 94px;
    }

	ul#menu li.page-item-49660515 a {
        /*background:url(../img/nav_multimedia_res.jpg) no-repeat left top;*/
        width: 71px;
    }
	
    /*
    ul#menu li.page-item-12 a:hover, ul#menu li.page-item-12.current_page_item a {
        background:url(../img/nav_multimedia_res.jpg) no-repeat left bottom;

    }*/
    ul#menu li.page-item-14 a {
        /*background:url(../img/nav_community_res.jpg) no-repeat left top;*/
        width: 82px;
    }

    /*
    ul#menu li.page-item-14 a:hover, ul#menu li.page-item-14.current_page_item a {
        background:url(../img/nav_community_res.jpg) no-repeat left bottom;

    }
    */
    ul#menu li.page-item-49638050 a, ul#menu li.page-item-49649735 a {
        /*background:url(../img/nav_subscribe_res.jpg) no-repeat left top;*/
        width: 66px;
        border-right: 1px solid #a1a1a1;
    }

    /*
    ul#menu li.page-item-49638050 a:hover, ul#menu li.page-item-49649735 a:hover, ul#menu li.page-item-49638050.current_page_item a, ul#menu li.page-item-49649735.current_page_item a {
        background:url(../img/nav_subscribe_res.jpg) no-repeat left bottom;

    }
    */
	
	body.page-template-multimedia-php .sign_up_home input[type="text"]{
		margin: 0 3%;
		padding-left: 2%;
		padding-right: 2%;
		width: 89%;
	}
	body.page-template-multimedia-php .sign_up_home input.submit{ margin-right: 3%; }
	
    #rss {
        width: 100%;
        float: left;
        position: relative;
        bottom: auto;
        right: auto;
        border: none;
    }

    #cse-search-box {
        width: 90%;
        padding: 0 5%;
        margin: 0;
    }

    #page {
        width: 90%;
        padding: 0 5%;
    }

    #content {
        width: 100%;
        float: left;
        overflow: hidden;
        text-align: left;
    }

    #content-left, .mid_column, #left-column, .two_col, #content-right {
        width: 100%;
        margin: 0px;
        padding: 0px;

    }

    #content-right {
        width: 48%;
        float: right;
    }

    body.page-template-searchgoogle-php #content-right {
        width: 100%;
        float: left;
    }

    body.archive #content-right {
        width: 100%
    }

    body.page-template-searchgoogle-php .popular {
        width: 48%;
    }

    #content-left {
        width: auto;
        float: none;
        display: inline;
    }

    .two_col {
        width: 100%;
    }

    .two_col .posts {
        width: 100%;
        float: left;
    }

    .cover {
        display: none;
    }

    .quickies {
        width: 49%;
        float: right;
        padding: 0px 0px 0px;
        border-bottom: none;
        margin-left: 0%;
        margin-top: 10px;

    }

    .quickies .posts {
        width: 31.5%;
        padding: 0 2px 0 0;
        margin: 0 3px 0 0;
        border-right: 1px dotted #cecece;
        float: left;
    }

    .quickies .posts:last-child {
        border-right: 0px;
        padding: 0px;
        margin: 0px;
    }

    .quickies .posts img {
        width: 100%;
        float: left;
    }

    .two_col {
        width: 50%;
    }

    .mid_column {
        width: 48%;
        float: left;
    }

    .from_blogs {
        margin: 15px 0px 20px;
        font-size: 12px;
        float: right;
        width: 48%;
    }

    #top_news {
        width: 90%;
        padding: 0 5%;
    }

    #top_news h5 {
        width: 96%;
        padding: 25px 2% 0;
        background-size: 100%;
    }

    #top_news .top_news_excerpt p {
        width: 96%;
        padding: 10px 2% 10px;
        background-size: 100%;
    }

    #top_news p.linkback {
        width: 96%;
        padding: 7px 2% 10px;
        background-size: 100%;
    }

    #top_news h6 {
        width: 96%;
        padding: 20px 2% 0;
        background-size: 100%;
    }

    #top_news p {
        width: 96%;
        padding: 10px 2% 10px;
        background-size: 100%;
    }

    .top_news_excerpt h8 {
        width: 100%;
        float: left;
        text-align: center;
    }

    #top_news h8 a {

    }

    #top_news h8 {
        float: left;
        width: 100%;
        text-align: center;
    }

    .news_break {
        float: left;
        width: 99.16%;

    }

    .news_break img {

    }

    .press {
        display: none;
    }

    .rt_column {
        width: 99.4%;
        padding-left: 0.6%;
        float: left;
        background-size: 100%;
        height: auto;
        margin-top: 0px;
    }

    .featured_comment {
        display: none;
    }

    h5.videos {
        width: 98%;
    }

    .videopost {
        width: 100%;
    }

    .video_small {
        text-align: center;
    }

    .videopost p {
        padding: 5px 0px 0px 0px;
    }

    .podcast {
        width: 100%;
    }

    h5.podcast {
        width: 98%;
    }

    body.home-page .popular {
        width: 100%;
        text-align: center;
    }

    .popular img {
        width: auto;

    }

    .press {
        width: 100%;
    }

    h5.press {
        width: 98%;
    }

    h5.inthenews {
        width: 98%;
    }

    .rt_column p {
        padding-left: 0px;
    }

    .subscribe {
        display: none;
    }

    /*Footer block*/
    .horizontal {
        float: left;
        width: 100%;

    }

    .inside {
        float: left;
        width: 90%;
        padding: 0px 5%;
    }

    #footer {
        width: 100%;
        float: left;
        height: auto;
    }

    .footer_rt, .footer_lt {
        float: left;
    }

    #footer_wrap {
        float: left;
        position: relative;
    }

    #credits {
        width: 100%;
        float: left;
    }

    .credits_rt {
        float: right;
        width: 40%;
        margin-top: 0%;
        text-align: right;
        margin-right: 5%;
        margin-top: 10px;
    }

    .webwork {
        position: absolute;
        bottom: 5%;
        right: 7%;
        z-index: 100px;

    }

    .credits_lt {
        float: left;
        width: 40%;
        padding: 0px;
        margin-bottom: 0px;
        margin-left: 5%;
        margin-top: 10px;
    }

    .from_blogs img {
        padding: 0 15px 0 0;
    }

    /* inner pages */
    .sub_menu {
        width: 100%;
        float: left;
    }

    .sub_rss {
        height: auto;
    }

    .sm_col_rt {
        width: 60%;
        float: right;
        text-align: left;
    }

    .enxt_cover {
        width: 99%;
        float: left;
    }

    .enxt_cover img {
        width: auto;
        padding: 0px;
        margin: 0px;
        max-width: 100%;
    }

    .issues_wrap {
        width: 48%;
        float: left;
    }

    .issues {
        width: 100%;
        float: left;
    }

    .books {
        margin: 0px;
        float: right;
        margin-top: 10px;
        width: 48%;
        border: 0px;
    }

    .books .posts {
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        border-left: none;
    }

    .posts .blue {
        margin: 0px 0 10px;

    }

    .briefs {
        margin: 0px;
        padding: 0px;
    }

    .clear {
        display: none;
    }

    .sm_col_rt {
        width: 48%;
        float: right;
    }

    body.page-template-journal-php .sm_col_rt {
        float: right;
    }

    .rt_column {
        display: block;
    }

    body.home-page .rt_column {
        display: block;
    }

    body.page-template-journal-php .rt_column {
        display: none;
    }

    ul.tabnav {
        float: left;
    }

    span.top {
        width: 95%;
        float: left;
        margin: 150px 0 0 0;
    }

    span.top p {
        width: 93%;
        float: left;
    }

    ul#portfolio li img {
        width: 100%;
    }

    #advertise {
        margin-bottom: 10px;
    }

    /* topics page */
    .search {
        width: 100%;
    }

    .search input, search textarea {
        width: 60%;
    }

    .search input.submit, .search input.button {
        background: #f3f3f3; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZWNlY2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #f3f3f3 0%, #cecece 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #cecece)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f3f3f3 0%, #cecece 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f3f3f3 0%, #cecece 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f3f3f3 0%, #cecece 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f3f3f3 0%, #cecece 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#cecece', GradientType=0); /* IE6-8 */

        border: 1px solid #7a7a7a;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        width: 35%;
    }

    .topics_cover {
        width: 45%;
        float: left;
    }

    .topics_cover img {
        max-width: 100%;
    }

    .topics_sm_col_rt {
        width: 40%;
        float: right;
        margin: 0px;
        padding: 0px;
    }

    .topics {
        width: 100%;
        float: left;
        height: auto;
    }

    .topics .topics_col {
        width: 30%;
        padding: 10px 1.5% 0 1.5%;
        margin: 10px 0;
        height: auto;
    }

    .topics_col_lst {
        width: 30%;
        padding: 10px 1.5% 0 1.5%;
        margin: 10px 0;
    }

    .topics_col li {
        width: 100%;
    }

    .recent_topics {
        width: 100%;
        float: left;
    }

    body.page-template-topics-php .subscribe {
        display: block;
        float: left;
        margin-right: 3%;
        max-width: 37%;
        width: 200px;

    }

    body.page-template-topics-php .clear {
        display: block;
    }

    body.page-template-topics-php #content-right {
        width: 100%;
    }

    .popular {
        width: 30%;
        float: left;
    }

    body.page-template-topics-php .popular {
        width: 27%;
        margin-right: 3%;
    }

    .popular img {
        width: auto;
        max-width: 100%;
    }

    .sign_up_home {
        float: left;
        width: 30%;
        margin-top: 10px;
        margin-left: 0px;
        background-size: 100%;
        height: auto;
    }

    .sign_up_home p {
        padding: 0px 10px;
    }

    .sign_up_home input, .sign_up_home textarea {
        width: 88%;
        float: none;
    }

    body.home-page .sign_up_home {
        width: 98%;
        margin-top: 10px;
        margin-left: 2%;
        background-size: auto;

    }

    /* blog page */
    #recent.tabdiv {
        width: 100%;
        float: right;
    }

    .two_col_rt_blogs {
        width: 74%;
        float: right;
    }

    .archive_lt {
        float: left;
        width: 23%;
    }

    .bookmarks {
        float: left;
        width: 95%;
    }

    .categories {
        float: left;
        width: 100%;
    }

    .categories img {
        width: 100%;
    }

    .blogroll {
        width: 100%;
    }

    body.page-template-blogs-php #content-right {
        width: 100%;
    }

    body.page-template-blogs-php .rt_column {
        width: 100%;
    }

    body.page-template-blogs-php .popular {
        width: 45%;
        float: right;
    }

    body.page-template-blogs-php .sign_up_blog {
        width: 45%;
        float: left;
    }

    body.page-template-blogs-php .single p {
        margin: 0px;
    }

    .sign_up_blog input, .sign_up_blog textarea {
        width: 90%;
    }

    /* multimedia page*/
    #video-post {
        width: 30%;
        float: left;
    }

    #video-post .single {
        width: 100%;
        float: left;
    }

    #one_col {
        width: 23%;
        float: left;
    }

    body.page-template-multimedia-php .sm_col_rt {
        width: 73%;
        float: right;
    }

    .topics_col {
        width: 30%;
        float: left;
    }

    body.page-template-multimedia-php .topics_col_lst {
        width: 29%;
    }

    .multimedia_archives {
        height: auto;
        width: 100%;
    }

    body.page-template-multimedia-php .sign_up_home {
        width: 36%;
        margin-left: 0px;
    }

    body.page-template-multimedia-php #content-right {
        width: 100%;
        float: left;
    }

    body.page-template-multimedia-php .popular {
        width: 48%;
    }

    body.page-template-multimedia-php .clear {
        display: block;
    }

    body.page-template-multimedia-php .topics_col .post img {
        max-width: 64px;
        max-height: 53px;

    }

    body.page-template-multimedia-php .topics_col_lst .post img {
        max-width: 64px;
        max-height: 53px;

    }

    /* comments form */
    body.single-post .clear {
        display: block;
    }

    #commentform {
        width: 65%;
        float: left;
    }

    .related {
        width: 100%;
        float: right; 
		margin-top: 10px;
    }

    body.single-post #content-right {
        width: 100%;
    }

    body.single-post .popular {
        float: left;
        width: 45%;
    }

    body.single-post .sign_up_home {
        float: left;
        width: 38%;
    }

    body.single-post h1.post_single {
        width: 100%;
    }

    /* archeives page*/
    body.page-template-the-archives-php .archive_lt {
        width: 25%;
        float: left;
    }

    .issue_archives {
        height: auto;
        padding: 0px;
        margin: 0px;
    }

    .arrow_archive {
        margin-top: 5px;
    }

    .arrow_archive a {
        height: 16px;
    }

    .arrow_archive a:hover {
        height: 16px;
    }

    .two_col_rt {
        width: 73%;
        float: right;
    }

    .arrow_archive {
        width: 100%;
        float: left;
    }

    body.page-template-the-archives-php #content-right {
        width: 100%;
        float: left;
    }

    body.page-template-the-archives-php .popular {
        width: 48%;
        float: left;
    }

    body.page-template-the-archives-php .sign_up_home {
        width: 37%;
    }

    .archives_news {
        width: 100%;
        float: left;
        margin-bottom: 20px;
        border: 1px solid #999;
    }

    .on_top_archives img {
        display: block;
    }

    .on_top_archives {
        width: 96%;
        padding: 2%;
        float: left;
    }

    .on_top_archives h2 {
        width: 100%;
    }

    .on_top_archives_linkback {
        width: 50%;
        border: none;
    }

    .on_top_archives_p {
        background: url(../img/archive_top_news_break.jpg) no-repeat scroll right top #FFFFFF;
        float: left;
        width: 50%;
    }

    .on_top_archives_post {
        border: none;
        width: 100%;
    }

    .explanation {
        float: left;
        width: 100%;
        padding: 0 0 2%;
        margin: 0px;
        border-top: 1px solid #999;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    #pastissues {
        float: left;
        margin: 0px;
    }

    .pastissues {
        float: left;
    }

    .post_single img {
        max-width: 100%;
        padding: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    body.page-template-issues-php #content-right {
        width: 100%;
        float: left;
    }

    body.page-template-issues-php .popular {
        width: 48%;
        float: left;
    }

    body.page-template-issues-php .sign_up_home {
        width: 37%;
    }

    body.single-post .post_single {
        width: 100%;
    }

    body.single-post .post_single object {
        width: 100%;
    }

    body.single-post .post_single embed {
        width: 100%;
    }

    body.page-template-archiveissues-php #content-right {
        width: 100%;
        float: left;
    }

    body.page-template-archiveissues-php .popular {
        width: 48%;
        float: left;
    }

    body.page-template-archiveissues-php .sign_up_home {
        width: 37%;
    }

    body.author #content-right {
        width: 100%;
        float: left;
    }

    body.author .popular {
        width: 48%;
        float: left;
    }

    body.author .sign_up_home {
        width: 37%;
    }

    body.author .onecol {
        width: 30%;
        float: left;
        padding: 0 3% 0 0;
    }

    body.author .onecol:nth-child(4) {
        width: 33%;
        padding: 0px;
        float: right;
    }

    body.author h2#category-title {
        padding-right: 0px;
    }

    .commentlist {
        width: 100%;
        float: left;
    }

    /* login */
    body.page-template-login-php #login_page {
        max-width: 95.6%;
        padding: 2%;
    }

    /* members page */
    body.logged-in #searchform {
        width: 100%;
    }

    body.logged-in div#content .padder {
        width: 96%;
        padding: 2%;
        float: left;
    }

    body.logged-in #members-dir-search {
        width: 32%;
    }

    body.logged-in #members-dir-search input {
        width: 54px;
    }

    body.logged-in #content-right {
        width: 100%;
    }

    body.logged-in .popular {
        width: 50%;
        float: left;
    }

    body.logged-in h5.popular {
        width: 100%;
    }

    body.logged-in .sign_up_home {
        width: 33%;
        margin-left: 15px;
    }

    body.enroll #searchform {
        width: 100%;
    }

    body.enroll #register-page {
        margin: 0px;
        width: 100%;
    }

    body.page-template-subscribe-php #content-right {
        width: 100%;
    }

    body.page-template-advertise-php #content-right {
        width: 100%;
        float: left;
    }

    body.page-template-advertise-php .popular {
        width: 48%;
        float: left;
    }

    body.page-template-advertise-php .sign_up_home {
        width: 37%;
    }

    body.page-template-default #content-right {
        width: 100%;
        float: left;
    }

    body.page-template-default .popular {
        width: 48%;
        float: left;
    }

    body.page-template-default .sign_up_home {
        width: 37%;
    }

    body.error404 #content-right {
        width: 100%;
        float: left;
    }

    body.error404 .popular {
        width: 48%;
        float: left;
    }

    body.error404 .sign_up_home {
        width: 37%;
    }

    body.page-template-rss-php #content-right {
        width: 100%;
        float: left;
    }

    body.page-template-rss-php .popular {
        width: 48%;
        float: left;
    }

    body.page-template-rss-php .sign_up_home {
        width: 37%;
    }

}

/* Responsive port:622-321 */

@media screen and (min-width: 360px) and (max-width: 622px) {

    .sf-menu li {
        width: 24.9%;
    }

    ul#menu li#dave a {
        width: 100%;
    }

    ul#menu li.page-item-4 a {
        width: 100%;
        border-left: 1px solid #a1a1a1;
    }
	ul#menu li.page-item-49660515 a {
        width: 100%;
        border-left: 1px solid #a1a1a1;
    }
    ul#menu li.page-item-6 a {

        width: 100%;
        border-left: 1px solid #a1a1a1;
    }

    ul#menu li.page-item-8 a {

        width: 100%;
        border-right: 1px solid #a1a1a1;
        border-left: 1px solid #a1a1a1;
    }

    ul#menu li.page-item-10 a {

        width: 100%;
    }

    ul#menu li.page-item-12 a {

        width: 100%;
        border-left: 1px solid #a1a1a1;
    }

    ul#menu li.page-item-14 a {

        width: 100%;
        border-left: 1px solid #a1a1a1;
    }

    ul#menu li.page-item-49638050 a, ul#menu li.page-item-49649735 a {

        width: 100%;
        border-right: 1px solid #a1a1a1;
        border-left: 1px solid #a1a1a1;
    }
	
	ul#menu li.page-item-10 a {
        border-left: 1px solid #a1a1a1;
    }
	
	ul#menu li.page-item-12 a {
        border-left: none !important;
    }

    ul#menu li.page-item-49660515 a {
        border-left: 1px solid #a1a1a1 !important;
        border-right: 0 none !important;
    }

}

/* Responsive port:710 */

@media screen and (max-width: 710px) {

    .tabnav li a {
        padding: 7px 18px;
    }

}

/* Responsive port:680 */

@media screen and (max-width: 680px) {

    .tabnav li a {
        padding: 7px 7px 6px;
    }

}

/* Responsive port:600 */

@media screen and (max-width: 600px) {

    body.logged-in #members-dir-search {
        width: 45%;
    }

    body.page-template-the-archives-php .archive_lt {
        width: 100%;
        float: left;
    }

    .two_col_rt {
        width: 100%;
        float: right;
    }

    body.page-template-the-archives-php .sign_up_home {
        width: 44%;
    }

    body.page-template-issues-php .sign_up_home {
        width: 44%;
    }

    body.page-template-archiveissues-php .sign_up_home {
        width: 44%;
    }

    body.page-template-archiveissues-php .sign_up_home {
        width: 44%;
    }

    body.author .popular {
        width: 48%;
        float: left;
    }

    body.author .sign_up_home {
        width: 44%;
    }

    body.page-template-advertise-php .popular {
        width: 48%;
        float: left;
    }

    body.page-template-advertise-php .sign_up_home {
        width: 44%;
    }

    body.page-template-default .popular {
        width: 48%;
        float: left;
    }

    body.page-template-default .sign_up_home {
        width: 44%;
    }

    body.error404 .popular {
        width: 48%;
        float: left;
    }

    body.error404 .sign_up_home {
        width: 44%;
    }

    body.page-template-rss-php .popular {
        width: 48%;
        float: left;
    }

    body.page-template-rss-php .sign_up_home {
        width: 44%;
    }

    .post_userbar p.right {
        width: 100%;
        margin: 0px;
        margin-top: 15px;
    }

    .subscribe {
        width: 45%;
        float: left;
    }

    .popular {
        width: 40%;
    }

    h5.popular {
        width: 100%;
    }

    .blogroll {
        width: 100%;
    }

    .tabnav li {
        padding-bottom: 10px;
    }

    ul.tabnav {
        width: 65%;
        float: left;
        border: 0px;
        height: auto;
        text-align: left;
    }

    .tabnav li {
        border: none;
        width: 100%;
        float: left;
    }

    .tabnav li a:hover {
        border: none;
        padding: 0px;
    }

    .tabnav li a, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
        border: none;
        float: left;
        width: 100%;
        text-align: left;
        padding: 0px;
    }

    #video-post {
        width: 100%;
        float: left;
    }

    #video-post .single {
        width: 100%;
        float: left;
        margin-top: 0px;
    }

    body.page-template-multimedia-php .sign_up_home {
        width: 48%;
		margin-left: 0;
    }

    #commentform textarea {
        width: 303px;
    }

}

/* Responsive port:570 */

@media screen and (max-width: 570px) {
    #left-column #slider {
        display: none;
    }

    .search input, search textarea {
        /*	width:94%;*/
    }

    body.page-template-journal-php .rt_column {
        display: block;
    }

    .from_blogs {
        width: 100%;
        float: left;

    }

    #content-right {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    #content-left {
        width: 100%;
        float: left;
        display: block;
    }

    .two_col {
        width: 100%;
    }

    .two_col .posts {
        width: 100%;
        float: left;
    }

    .cover {
        display: none;
    }

    .quickies {
        width: 100%;
        float: left;

    }

    .mid_column, #content-right {
        width: 100%;
        float: left;
    }

    /*Footer block*/
    .credits_rt {
        float: left;
        padding: 0 5%;
        width: 86%;
        margin-top: 10px;
        text-align: left;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    .credits_lt {
        float: left;
        width: 86%;
        padding: 0 5%;
        margin-bottom: 10px;
        margin-left: 0px;
        margin-top: 0px;
    }

    /*inner pages */
    .sub_menu {
        width: 100%;
    }

    #tabzine {
        float: left;
        width: 100%;
    }

    ul.tabnav {
        float: left;
    }

    .issues_wrap {
        width: 100%;
        float: left;
    }

    .sub_rss {
        margin: 0px;
        height: auto;
    }

    .books {
        margin: 0px;
        float: right;
        margin-top: 10px;
        width: 100%;
    }

    .books .posts {
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0 5px 0 0px;
    }

    .posts {
        width: 100%;
        float: left;
    }

    .sm_col_rt {
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
    }

    .staff {
        padding: 0px;
    }

    .topics_sm_col_rt {
        width: 100%;
        float: right;
    }

    .topics_cover {
        width: 100%;
        float: left;
    }

    .topics_cover img {
        width: auto;
        max-width: 100%;
    }

    .topics .topics_col {
        width: 100%;
    }

    .topics_col {
        width: 100%;
    }

    .topics_col li {
        width: 100%;
    }

    .topics_col_lst {
        width: 100%;
    }

    .sign_up_home {
        width: 98%;
        margin-left: 0px;
        background-size: auto;

    }

    .subscribe {
        width: 100%;
    }

    .popular {
        width: 100%;
    }

    .two_col_rt_blogs {
        width: 100%;
        float: right;
    }

    .archive_lt {
        float: left;
        width: 100%;
    }

    .bookmarks {
        float: left;
        width: 95%;
    }

    .categories {
        float: left;
        width: 100%;
    }

    .categories img {
        width: auto;

    }

    body.page-template-blogs-php #content-right {
        width: 100%;
    }

    body.page-template-blogs-php .rt_column {
        width: 100%;
    }

    body.page-template-blogs-php .popular {
        width: 100%;
        float: right;
    }

    body.page-template-blogs-php .sign_up_blog {
        width: 100%;
        float: left;
    }

    body.page-template-topics-php .subscribe {
        max-width: 100%;
        width: 100%;
    }

    body.page-template-topics-php .popular {
        width: 100%;
        margin-right: 0%;
    }

    /* multimedia */
    #video-post {
        width: 100%;
        float: left;
    }

    body.page-template-multimedia-php .video {
        width: 100%;
    }

    body.page-template-multimedia-php .video object {
        width: 100%;
    }

    body.page-template-multimedia-php .video embed {
        width: 100%;
    }

    #one_col {
        width: 100%;
        float: left;
    }

    body.page-template-multimedia-php .sm_col_rt {
        width: 100%;
        float: right;
    }

    body.page-template-multimedia-php .topics_col {
        width: 100%;
        float: left;
    }

    body.page-template-multimedia-php .topics_col_lst {
        width: 100%;
        float: left;
    }

    body.page-template-multimedia-php .popular {
        width: 100%;
    }

    body.page-template-multimedia-php .sign_up_home {
        width: 100%;
        float: left;
    }

    /* comments form */
    #commentform {
        width: 100%;
        float: left;
    }

    #commentform textarea {
        width: 88%;
    }

    body.single-post .popular {
        float: left;
        width: 100%;
    }

    body.single-post a.comments {
        float: left;
    }

    body.single-post .post_userbar a.comments {
        float: none;
    }

    body.single-post .sign_up_home {
        float: left;
        width: 100%;
    }

    body.page-template-the-archives-php .popular {
        width: 100%;
        float: left;
    }

    body.page-template-the-archives-php .sign_up_home {
        width: 100%;
    }

    body.page-template-archiveissues-php .popular {
        width: 100%;
    }

    body.page-template-archiveissues-php .sign_up_home {
        width: 100%;
    }

    body.page-template-issues-php .popular {
        width: 100%;
        float: left;
    }

    body.page-template-issues-php .sign_up_home {
        width: 100%;
    }

    body.author .popular {
        width: 100%;
        float: left;
    }

    body.author .sign_up_home {
        width: 100%;
    }

    body.author .onecol {
        width: 100%;
        float: left;
        padding: 0px;
    }

    body.author .onecol:nth-child(4) {
        width: 100%;
        padding: 0px;
        float: right;
    }

    .on_top_archives {
        width: 96%;
        padding: 2%;
        float: left;
    }

    .on_top_archives h2 {
        width: 100%;
        float: left;
    }

    .on_top_archives_linkback {
        width: 96%;
        padding: 2%;
        border: none;
        float: left;
    }

    .on_top_archives_p {
        width: 100%;
        float: left;
        background: none;
    }

    .on_top_archives_post {
        width: 100%;
        float: left;
        border-bottom: 1px dotted #999;
        border-top: none;
        border-left: none;
    }

    .explanation {
        width: 96%;
        padding: 2%;
        float: left;
        border: none;
    }

    .on_top_archives img {
        display: none;
    }

    .archives_news {
        border-bottom: 1px solid #999;
    }

    body.logged-in .popular {
        width: 100%;
        float: left;
    }

    body.logged-in .sign_up_home {
        width: 100%;
    }

    body.logged-in div.dir-search {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    body.logged-in #members-dir-search {
        width: 100%;
    }

    body.page-template-advertise-php .popular {
        width: 100%;
        float: left;
    }

    body.page-template-advertise-php .sign_up_home {
        width: 100%;
    }

    body.page-template-default .popular {
        width: 100%;
        float: left;
    }

    body.page-template-default .sign_up_home {
        width: 100%;
    }

    body.error404 .popular {
        width: 100%;
        float: left;
    }

    body.error404 .sign_up_home {
        width: 100%;
    }

    body.page-template-rss-php .popular {
        width: 100%;
        float: left;
    }

    body.page-template-rss-php .sign_up_home {
        width: 100%;
    }

}

/* width 450px  */
@media screen and (max-width: 450px) {

    body.enroll div#content {
        width: 95%;
    }

    body.enroll #register-page {
        margin: 0px;
        width: 100%;
    }

    body.enroll form.standard-form #basic-details-section, form.standard-form #blog-details-section, form.standard-form #profile-details-section {
        width: 100%;
        float: left;
    }

    body.enroll form.standard-form #profile-details-section {
        width: 100%;
        float: left;
    }

    body.enroll .captchaSizeDivLarge {
        width: 100%;
        height: 0px;
    }

    body.enroll form.standard-form label, form.standard-form span.label {
        width: 100%;
        float: left;
        margin-top: 25px;
    }

    body.enroll form.standard-form#signup_form input[type="text"], form.standard-form#signup_form textarea {
        width: 90%;
    }

    body.enroll form.standard-form #basic-details-section input[type="password"], form.standard-form #blog-details-section input#signup_blog_url {
        width: 90%;
    }

}

/* width 420px  */
@media screen and (max-width: 420px) {

    .search input.submit, .search input.button {
        width: auto;
    }

    .search input, search textarea {
        width: 95.4%;
    }

    .pastissues {
        width: 100%;
        float: left;
        text-align: center;
    }

    .pastissues p {
        width: 100%;
        float: left;
        text-align: center;
    }

}


@media screen and (min-width: 319px) and (max-width: 359px){
	ul#menu li#dave a{ width: 57px; }
	ul#menu li.page-item-4 a { width: 90px; }
	ul#menu li.page-item-10 a { width: 60px; }
	ul#menu li.page-item-8 a { width: 64px; }
	ul#menu li.page-item-12 a { width: 91px; }
	ul#menu li.page-item-49660515 a { width: 68px; }
	ul#menu li.page-item-49638050 a{ width: 63px; }
	ul#menu li.page-item-6 a { width: 74px; }
}


/* width 295px  */

@media screen and (max-width: 295px) {

    .webwork {
        right: 7%;
    }

    .quickies .posts {
        width: 30.5%;
    }

}

/* width 230px  */

@media screen and (max-width: 230px) {
    .popular img {
        width: 100%;
    }

}

/* width 300px  */

@media screen and (max-width: 318px) {

    .sf-menu li {
        width: 100%;
    }

    .sf-menu a {
        border-right: none;
    }

    ul#menu li#dave a {
        /*background:url(../img/nav_home_res.jpg) no-repeat center top;*/
        width: 100%;
    }

    /*
    ul#menu li#dave a:hover, ul#menu li#dave.current_page_item a {
        background:url(../img/nav_home_res.jpg) no-repeat center bottom;
    }
    */
    ul#menu li.page-item-4 a {
        /*background:url(../img/nav_journal_res.jpg) no-repeat center top;*/
        width: 100%;
    }

    /*
    ul#menu li.page-item-4 a:hover, ul#menu li.page-item-4.current_page_item a {
        background:url(../img/nav_journal_res.jpg) no-repeat center bottom;

    }
    */
    ul#menu li.page-item-6 a {
        /*background:url(../img/nav_archives_res.jpg) no-repeat center top;*/
        width: 100%;
    }

    /*
    ul#menu li.page-item-6 a:hover, ul#menu li.page-item-6.current_page_item a {
        background:url(../img/nav_archives_res.jpg) no-repeat center bottom;

    }
    */
    ul#menu li.page-item-8 a {
        /*background:url(../img/nav_topics_res.jpg) no-repeat center top;*/
        width: 100%;
        border-right: 0px;
    }

    /*
    ul#menu li.page-item-8 a:hover, ul#menu li.page-item-8.current_page_item a {
        background:url(../img/nav_topics_res.jpg) no-repeat center bottom;

    }*/
    ul#menu li.page-item-10 a {
        /*background:url(../img/nav_blogs_res.jpg) no-repeat center top;*/
        width: 100%;
    }

    /*
    ul#menu li.page-item-10 a:hover, ul#menu li.page-item-10.current_page_item a {
        background:url(../img/nav_blogs_res.jpg) no-repeat center bottom;

    }*/
    ul#menu li.page-item-12 a {
        /*background:url(../img/nav_multimedia_res.jpg) no-repeat center top;*/
        width: 100%;
    }

	ul#menu li.page-item-49660515 a {
        /*background:url(../img/nav_multimedia_res.jpg) no-repeat center top;*/
        width: 100%;
    }
	
    /*
    ul#menu li.page-item-12 a:hover, ul#menu li.page-item-12.current_page_item a {
        background:url(../img/nav_multimedia_res.jpg) no-repeat center bottom;

    }*/
    ul#menu li.page-item-14 a {
        /*background:url(../img/nav_community_res.jpg) no-repeat center top;*/
        width: 100%;
    }

    /*
    ul#menu li.page-item-14 a:hover, ul#menu li.page-item-14.current_page_item a {
        background:url(../img/nav_community_res.jpg) no-repeat center bottom;

    }*/
    ul#menu li.page-item-49638050 a, ul#menu li.page-item-49649735 a {
        /*background:url(../img/nav_subscribe_res.jpg) no-repeat center top;*/
        width: 100%;
        border-right: 0px;
    }

    /*
    ul#menu li.page-item-49638050 a:hover, ul#menu li.page-item-49649735 a:hover, ul#menu li.page-item-49638050.current_page_item a, ul#menu li.page-item-49649735.current_page_item a {
        background:url(../img/nav_subscribe_res.jpg) no-repeat center bottom;

    }
    */
    .search input, search textarea {
        width: 93%;
    }

    body.page-template-login-php #login_page input {
        max-width: 94%;
    }

}

/* width 260px  */
@media screen and (max-width: 260px) {

    body.home-page .sign_up_home, .sign_up_home {
        background-size: 100%;
    }

}

/* width 240px  */

@media screen and (max-width: 240px) {

    #searchform #search-submit {
        width: 21%;
        height: 28px;
        background-color: #555555;
        background-image: none;
        border-radius: 5px;
    }

    #searchform #search-submit:hover {
        background-color: #000;
    }

    .header_top_left {
        width: 34%;
    }

    .quickies .posts {
        width: 31%;
    }

    h7.archive-header {
        overflow: hidden;
        width: 100%;
        float: left;
    }

    .webwork {
        right: 7%;
    }

    h5.podcast {
        width: 97.5%;
    }

}






