/* ====================== */
/* ! Mobile Style Sheet   */
/* ====================== */

/* Smaller screens */

@media only screen and (max-width: 1023px) {
.home_cal{
padding-left: 0;
}

.home_cal_pad {
padding:0 !important;
}

#logo{
width:30%;
}

#header-area{
width:65%;
}
nav ul li a {
font-size: 1em;
}

#content p, #content a {
font-size:1.5em;}


.picture_download {
margin-top:30px;
}

.picture_download h3{
font-size: 1.4em;
}

/* Mobile */

@media handheld, only screen and (max-width: 767px) {

.picture_download {
padding: 15px !important;

}

.mobile_visible{
visibility:visible;
}

.mobile_hide{
visibility:hidden;
}


.full_date{
margin-right: 25px !important;
margin-bottom: 15px;
}

.full_date h2{
font-size: 2em !important;
}

.image_cut{
height:175px;
overflow:hidden;
}

#wrapper-image {
padding: 0 0 1%;
}

.image_pad{
padding: 3.8%;
}

.slider_inner{
height:auto;
background-image: url("/packages/theme_slate/themes/slate/images/ChrisFranjola_mobile.jpg");
}

.home_cal{
width: 100%;
padding-top: 0;
}

header {
background-image: url("/packages/theme_slate/themes/slate/images/dark_gray_background.jpg");
padding:0px;
}
	
	body {
		-webkit-text-size-adjust: none;
	}
	
	
	#logo, #header-area {
		width: 100%;
		min-width: 0;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#logo {
		margin-bottom:3%;
		max-width:100%;
	}
	a#logo-text {
		margin-top: -20px!important;
	}
	
	#header-area {
		max-width:100%;
		text-align:left;
	}
	#header-area form {
		margin-bottom:10px;
	}
	
	nav {
		padding:0;
		float: none;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#970000+0,700101+100 */
background: #970000; /* Old browsers */
background: -moz-linear-gradient(top,  #970000 0%, #700101 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #970000 0%,#700101 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #970000 0%,#700101 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#970000', endColorstr='#700101',GradientType=0 ); /* IE6-9 */




	}
	.sf-menu {
		float:none;
	}
	nav ul li {
		float:none!important;
		border-top:1px solid #444;
		background-color: #ddd;
	}
	nav ul li:first-child, nav ul li li {
		border-top:none!important;
	}
	nav ul li a {
		font-size:1.1em;
		padding:0.75em 1em !important;
	}
	nav li li a {
		padding:1em 1.25em !important;
	}
	#mobile-nav-btn {
        display: block;
    }
    .mobnav-subarrow {
        display: block;
        background-color: #111;
        opacity: .3;
        border-bottom: 1px solid white;
        border-top: 1px solid black;
        height: 20px;
        width: 30px;
        background-position: top left!important;
        position: absolute;
        top: 7px;
        right: 10px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }
    .sf-menu {
        width: 100%!important;
        display: none;
    }
    .sf-menu.xactive {
        display: block!important;
    }
    .sf-menu li {
        float: none!important;
        display: block!important;
        width: 100%!important;
    }
    .sf-menu li a {
        float: none!important;
    }
    .sf-menu ul {
        position:static!important;
        display: none!important;
		opacity:1!important;
		box-shadow:none!important;
    }
    .xpopdrop > ul {
        display: block!important;
    }
	.sf-arrows .sf-with-ul:after {
		border:none;
	}
	
	.col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11 {
		margin-bottom:1.5em;
	}
	
	#breadcrumbs {
		float:none!important;
	}
	
	footer #credits p {
		float:none!important;
		margin-bottom: 1em;
	}
	
	img.left, img.right {
		float:none!important;
	}
	img.left {
		margin-right:0!important;
	}
	img.right {
		margin-left:0!important;
	}
	
	.ccm-layout-table .ccm-layout-col {
		float: none !important;
		width: 100% !important;
	}
	
}