/*
Theme Name: Conspiracy Index (v3)
Theme URI: http://marchawkins.com/
Description: The 2014 theme for The Conspiracy Index
Author: marc hawkins
Version: 3.0
License: GNU General Public License
License URI: license.txt
Tags: bootstrap, twitter, clean, html5, css3, jquery, bootstrap 3
*/

body	{/*padding-top: 70px; */ margin: 0;}
.clear	{clear: both;}

/* --- header & navbar --- */
header	{padding-top: 1%;}
	header h1, header h2	{font-size: 200%; margin: 5% 0 2% 0;}
	header .adsense	{width: 320px; height: 50px;}

/* --- media panels --- */
.panel.media-thumb-list .media-body	{min-height: 200px;}
.panel.four-col-thumb h3	{font-size: 100%;}
.panel.feature-headline-list .media-body, .panel.full-feature-headline-list .media-body	{min-height: 70px;}
.panel.double-feature-headline-list .media-body	{min-height: 80px;}


/* --- sidebar --- */
.sidebar .ad	{margin-bottom: 5%; text-align: center;}
.sidebar .adsense300x250	{text-align: center;}


/* --- widgets --- */
.widget	{list-style: none; padding: 0; margin-bottom: 10%;}
	.widget ul	{padding: 0; list-style: none;}
	.widget li	{margin-bottom: 3%;}

.widget_search .widgettitle, .widget_search label	{display: none;}


/* --- archives/categories --- */
.category .media .media-thumb	{min-width: 170px; min-height: 125px;}
	.category .media-thumb img	{width: auto; height: auto;}


/* --- single post --- */
#single #vid-container	{margin-bottom: 5%;}
#single .post-photo	{max-width: 50%; max-height: 50%; float: left; margin: 0 5% 5% 0;}
#single .yarpp-related	{margin: 5% 0;}
	#single .yarpp-related li	{margin-bottom: 2%;}


@media (min-width: 768px) {
	/* header .adsense	{width: 728px; height: 90px;} */
}



@media (min-width: 992px) {
	header .adsense	{width: 728px; height: 90px;}
}



@media (min-width: 1200px) {
	header .adsense	{width: 970px; height: 90px;}
}


