/**
 * CalPress styles. These are CalPress specific styles which are included using
 * wp_enqueue_script function. If you want to omit this style sheet from a child
 * theme, use wp_dequeue_style('calpress'); in your functions.php file. 
 *
 * 
 * @license
 * MyFonts Webfont Build ID 2327142, 2012-07-19T19:28:28-0400
 * 
 * The fonts listed in this notice are subject to the End User License Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s). You may obtain a valid license at the URLs below.
 * Webfont: Gnuolane Regular by Typodermic
 * URL: http://www.myfonts.com/fonts/typodermic/gnuolane/regular/
 * Copyright: Copyright (c) 2007-2010 Typodermic Fonts. This font is not freely
 * distributable. Visit typodermic.com for more info.
 * Licensed pageviews: Unlimited
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2327142
 * 
 * © 2012 Bitstream Inc
*/

/*
@media width 766 
*/

@media screen and (min-width: 768px) {
	li.widthall {
		width: 200px;
	}
	.nav_blue {
		width: 102px !important;
	}
}

@media screen and (max-width: 767px) {
    body {
        overflow-x: hidden; 
    }
    .tribe-is-responsive.tribe-mobile .tribe-events-page-title {
    	font-size: 24px;
    	line-height: 1;
    }
    .tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
    	margin-top: 10px !important;
    }
    .tribe-events-day .tribe-events-day-time-slot h5 {
        background: #333 !important;
    }
    .tribe-events-list .type-tribe_events h2 {
        font-size: 18px !important;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .single-tribe_events .tribe-events-single-event-title {
        font-size: 22px !important;
        line-height: 1.2 !important;
    }
	header#header {
	    margin: 10px auto 10px!important;
	}
	#carousel-container .slider article header .entry-title a {
	    font-size: 22px !important;
	    line-height: 1 !important;
	}
	article .entry-content, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post, #jp-relatedposts h3.jp-relatedposts-headline, body.single-post .filed-under, span.vcard.author {
		font-size: 16px !important;
	}
	img.attachment-front-category.size-front-category.wp-post-image {
	    width: 360px!important;
		margin-left:-10px;
	}
	article img {
		height: inherit;
	}
	span.cap-single {
		margin-top: 0 !important;
	}
	h1.entry-title {
	    font-size: 26px!important;
	    margin-top: 5px!important;
	    line-height: 1.2;
	}	
	.entry-meta, body.single-post span.time{
	    font-size: 14px!important;

	}
	#main-footer #footer-widgets {
		display: none;
	}
	#colophon{
		padding-bottom: 24px;
	}

	/*ShiftNav Plugin CSS*/
	.shiftnav ul.shiftnav-menu li.menu-item {
	    background: transparent !important;
	}
	.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu {
	    padding-left: 15px;
	    width: 315px;
	}
	.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target {
	    background: transparent !important;
	}
}