/*
Assuming that a user has turned on "Tablet Computer Adaptations" in the theme style settings, this file will be called by RapidWeaver.
*/

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

row > [class*="span"],
.row-fluid > [class*="span"] {
	float: none;
	display: block;
	width: auto;
	margin: 0;
}

.stacks_div, 
.stacks_left,
.stacks_right,
.stacks_middle,
.stacks_float_left,
.stacks_float_right { 
	float: none !important;
	width: auto !important;
	position: relative !important;
}

div#siteTitle a {
	border-left: none;
	border-right: none;
	display: block;
	text-align: center;
	float: none;
}

#slogan {
	position: relative;
	display: block;
}

#slogan-bg {
	opacity: 1.00;
}

#aside {
	float: none;
	width: 100%;
	clear: both;
}

#sidebarContent {
	display: none;
	padding: 10px 0 0;
	margin: 0;
}

#sidebarTitle h3 {
	font-size: 175%;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	position: relative;
}

#sidebarWrapper #raftSidebarArrow.opened {
	position: absolute;
	top: 0px;
	right: 15px;
	width: 30px;
	height: 45px;
	display: block;
	z-index: 20;
	background: url(../../images/editable_images/raft-sidebar-open.png) no-repeat center center;
}

#sidebarWrapper #raftSidebarArrow.closed {
	position: absolute;
	top: 0px;
	right: 15px;
	width: 30px;
	height: 45px;
	display: block;
	z-index: 20;
	background: url(../../images/editable_images/raft-sidebar-closed.png) no-repeat center center;
}

#contentContainer #content {
	margin-left: 0px;
	margin-right: 0px;
}

#contentContainer #contentWrapper {
	column-count: 1;
    -moz-column-count: 1;  
    -webkit-column-count: 1;
    column-gap: 0px;   
    -moz-column-gap: 0px;  
    -webkit-column-gap: 0px; 
}

#footerContainer {
	position: relative;
	display: block;
}

#breadcrumb,
#upperBreadcrumb,
#lowerBreadcrumb.
#footerNav {
	display: none;	
}

#footer {
	position: relative;
	float: none;
	display: block;
	text-align: center;
	top: auto;
	left: auto;
	right: auto;
	padding-top: 10px;
}

#lastUpdated,
#footerContent {
	float: none;
	margin: 0;
}

}  /* End @media block */