/* CG responsive styles */

@media screen and (min-width: 700px) {
#header-mobile {
	display: none;
}

.blog-name-mobile {
	display: none !important;
}

#footer-mobile {
	display: none;
}
	
}

@media screen and (max-width: 699px) {

#header-mobile {
	padding: 0px;
	margin-left: -6px;
}

#page {
	width: 100% !important;
}

#ads {
	display: none;
}

#header {
	display: none;
}

h1 {
	display: none !important;
}

.blog-word {
	display: none;
}

div#content h4 {
	font-size: 12px !important;
}

#content {
	width: 100% !important;
	background: url( none) !important;
	margin-right: 10px !important;
}

div#content h5 {
    display: none;
}

div#content h4 {
	margin-top: 20px;
}

div#content div.article span.date {
    display: block;
    font-size: 13px;
    line-height: 18px;
}

div#content div.article p.author {
  	font: 15px/24px georgia, serif !important;
}

div#content div.article a.headline-article {
    font: 26px/30px georgia,serif;
    color: #049;
    display: block;
}

div#content div.article a.headline {
    font: 26px/30px georgia,serif;
    color: #049;
    display: block;
}

div#content div.article p {
	font: 17px/23px Georgia, serif !important;	
}

.article div#content div.article, .blog div#content div.article {
    padding-right: 0px !important;
}

div#content div.article blockquote {
    font: 17px/23px georgia,serif;
}

div#content div.article div.author-info {
    font-size: 14px;
    line-height: 17px;
}

div#comments {
	margin-top: 20px;
    margin-right: 0px;
}

#footer-mobile {
	border-top: 3px solid #d03;
	margin: 30px 0 50px 0;
}

#footer-mobile p {
	font: 15px/24px arial, sans-serif !important;
	color: #222;
	padding-top: 10px;
}
	
#footer-mobile p a {
	color: #222;
}


.share-new {
	display: none;
}

#donate {
	display: none;
}

#sidebar {
	display: none;
}
	
#sidebar-column-2 {
	display: none;
}

#footer {
	display: none;
}

/* added for homepage */

body {
	margin-left: 12px !important;
	margin-right: 8px !important;
}

.clear-user-agent-styles table,
.clear-user-agent-styles thead,
.clear-user-agent-styles tbody,
.clear-user-agent-styles tfoot,
.clear-user-agent-styles tr,
.clear-user-agent-styles th,
.clear-user-agent-styles td {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: inherit;
	border-spacing: 0;
	border-color: inherit;
	vertical-align: inherit;
	text-align: left;
	font-weight: inherit;
	-webkit-border-horizontal-spacing: 0;
	-webkit-border-vertical-spacing: 0;
}
th, td {
	display: inline;
}

	
div#content-home {	
	width: 98% !important;
	background: url( none) !important;
	margin-right: 0px !important;
}

.home div#content {
	/* width: 94% !important; */
	margin-right: 0px !important;
}

#featured {
	display: none;
}

h3#logo-steve-benen {
	display: none;
	/* width: 100% !important;
	background: url( none) !important; */
}

.home div#content div.article a.headline {
	font: 26px/30px georgia,serif;
}

div#content div.article div.tags {
	font: 15px/24px georgia, serif !important;	
}

.home div#content div.article div.share a {
	font-size: 12px !important;
}

iframe { 
	/* display: none !important;   */
	width: 100% !important;
}

img {
	width: 100% !important;
	height: auto !important;
	/* display: none !important; */
}

div#nav-posts a {
font-size: 20px !important;
line-height: 24px;
margin: 20px 0 -10px 0 !important;
}


}

