/*
Theme Name: Mike Church v5.1
Theme URI: www.mikechurch.com		
Author: Daniel Fris
Author URI: http://www.devise-studio.com
Description: A Devise Studio Responsive Web Project
Version: .5
License: GNU General Public License
License URI: license.txt 
Tags: responsive, mike church, liberty, founding fathers, ron paul, viva la constitucion' 
*/


/* Global Settings / Resets / Fonkit
---------======================== */
@import url("style/global.css");

/* Comment Form 
--------------===================== */
@import url("style/comment-form.css");

/* Divisions
---------=================== */
@import url("style/divisions.css");

/* Zone Desktop & Tablet Common >=500px
---------================================ */
@import url("style/zone-desktoptabletcommon.css") only screen and (min-width: 500px);

	/* Zone Desktop >=768px
	---------=================== */
	@import url("style/zone-desktop.css") only screen and (min-width: 768px);
	
		/* Zone Desktop Xtra >=960px
		---------====================== */
		@import url("style/zone-desktop-xtra.css") only screen and (min-width: 960px);

/* Zone Tablet & Phone Common <=767px
---------==============================  */
@import url("style/zone-tabletphonecommon.css") only screen and (max-width: 767px);
	
	/* Zone Tablet 500px - 767px
	---------==================== */
	@import url("style/zone-tablet.css") only screen and (min-width: 500px) and (max-width: 767px);
	
	/* Zone Phone <=499px
	----==================== */
	@import url("style/zone-phone.css") only screen and (max-width: 499px);

/** CUSTOM **/
.facebookblock {margin-bottom: 40px;}
.widget_text {margin-bottom: 40px;}

/* Upcoming Events Widget */
		aside .widget .eventsListWidget .when {
			background: url(images/events-icon.png) 0 0 no-repeat;
			display: block;
			float: left;
			font-size: 10px;
			height: 29px;
			width: 29px;
			margin-right: 10px;
		}

		aside .widget .eventsListWidget .when .month,
		aside .widget .eventsListWidget .when .day { display:block; font-weight: bold; text-align: center; text-shadow: none; position: relative; left: 0px; top: 1px; }
		aside .widget .eventsListWidget .when .month { color: #FFFFFF; font-size: 7px; text-transform: uppercase; }
		aside .widget .eventsListWidget .when .day { color: #000; font-size: 14px; }
		aside .widget .eventsListWidget .upcoming { font-size: 12px; }
		aside .widget .eventsListWidget .event a { color: #0B1E3A; font-size: 12px; font-weight: bold; text-shadow: 1px 1px 0 #FCFCFC; }
		aside .widget .eventsListWidget .event a:hover { text-decoration: underline; }
		aside .widget .eventsListWidget .loc { padding-top: 4px; font-size: 10px; color: #666; }

/* Container */
#container { background: url(images/article-bg.png) 0 0 repeat-y; }

/* Events Calendar */
.events-archive-calendar #container { background: #fff; }
.events-archive .upcoming .tec-calendar-buttons { top: -10px; }
.events-archive .tec-events .tec-event-entry { width: 50%; }
.events-archive .tec-events .tec-event-list-meta { width: 40%; }
.events-archive .post { margin: 0 10px; }
.events-archive .upcoming { padding-top: 10px; }
.events-archive #tec-content { padding: 10px; }
.tec-month-nav { top: 56px; }
.tec-month-nav .tec-events-dropdown { margin-top: 0; }
#tec-content .post-list .content { border-bottom: 1px dotted #b5b5b5; width: 100%; }
#tec-content .post-list .content .entry-content { border-bottom: none !important; }
.tec-events .tec-event-list-meta { border-left-color: #e8e8e8 !important; }
.tec-calendar-buttons { display: none; }
.tec-event .entry-title { margin-left: 0; margin-bottom: 10px; }
.tec-event .entry { margin-bottom: 20px; 
    font-family: 'MinionProRegular';
    font-size: 16px;
    line-height: 1.6;
}
#tec-event-meta {
    border-color: #b5b5b5 !important;
    border-style: dotted !important;
}
.tec-event .back {
    float: right;
    font-size: 12px;
    position: relative;
    top: 23px;
}
.tec-event .social-buttons { display: none; }
.comment-box { position: relative; top: 5px; }



/* Downloads */
.download { margin: 20px auto; border-bottom: 1px dotted #ccc;}

	.download .download-link{display: block; margin: 10px 0; text-transform: uppercase; font-size: 11px; padding: 20px; background: #f4f4f4;}
	
	.download .download-link span {display: block; word-wrap: break-word; font-size: 10px;}
