/* 
	Rock City Primary Stylesheet
	Copyright 2009 Rock City
	
	Adjustment stylesheet for mobile devices
	
*/

body{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.ui-body-c{
	background: #fff !important;
}

.clear{clear: both;}

.ui-header{
	height: 66px;
	background: url(../images/mobile-header-tile.png);
}
.ui-header div{
	float: left;
	width: 33%;
}
.logo img{
	width: 55px;
	height: auto;
	margin-top: 23px;
	margin-left: 10px;
}
a[data-rel=back]{
	display: none;
}
#menu-button a{
	display: block;
	float: right;
	width: 74px;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	background: url(../images/mobile-menu-button-small.png);
	color: #fff;
	font-size: 14px;
	font-weight: bold !important;
	text-transform: uppercase;
	text-shadow: none !important;
	margin-top: 16px;
}
.menu{
	left: 0;
	width: 100%;
}
.top-menu{
	display: none;
	position: absolute;
	z-index: 100;
}
.menu ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.menu li{
	background: #661919;
	padding: 10px 0 10px 24px;
	border-bottom: 1px solid #d11b1b;
}
.menu li a{
	font-size: 18px;
	color: #fff !important;
	text-decoration: none;
	text-shadow: black 0px -1px 1px !important;
}
#close-menu-link{
	display: block;
	padding: 15px 0 15px 30px;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: black 0px -1px 1px !important;
	background: #636363;
}
#menu-shadow{
	position: fixed;
	background: #000;
}
.ui-page{
	background: #fff;
}
.ui-title{
	font-size: 19px !important;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	height: auto;
	line-height: 24px;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
	float: left;
	width: 33%;
	white-space: normal !important;
	overflow: visible !important;
	color: #fff;
	display: table !important;
	height: 66px;
}
.ui-title span{
	display: table-cell;
  	vertical-align: middle;
  	text-align: center;
}
.ui-content{
	padding-top: 15px;
	padding-bottom: 10px;
}
.ui-content.home{
	padding-top: 0;
}
.ui-content p{
	margin: 0 0 15px 0;
	color: #000;
	font-size: 16px;
	line-height: 22px;
}
.ui-content img{
	position: relative;
	left: -15px;
}
.ui-content a img{
	position: static;
}
.ui-content h2{
	color: #990000;
	margin: 0 0 5px 0;
	font-size: 20px;
}
.ui-content h3{
	color: #990000;
	margin: 0 0 5px 0;
	font-size: 20px;
	font-weight: normal;
}
.ui-link{
	font-weight: normal !important;
}
.ui-content .ui-link,
.ui-content a{
	color: #cc0000;
	text-decoration: underline !important;
	text-shadow: none;
	font-size: 16px;
}
.ui-content a:active{
	color: #770505 !important;
}
.menu li a:active,
.ui-content a:active,
span.back-to-top:active{
	color: #373737;
}

/*
*	Photo Gallery
*/

#photo-gallery{
	padding-top: 10px;
}
#photo-gallery .single{
	float: left;
	margin-right: 9px;
	margin-bottom: 9px;
}
#photo-gallery .no-margin{
	margin-right: 0;
}
#photo-gallery .single img{
	height: auto;
	position: static !important;
}
#previous-link{
	float: left;
	margin-top: 10px;
}
#next-link{
	float: right;
	margin-top: 10px;
}
#photo-single img{
	position: relative;
	left: -15px;
}
.back-to-gallery{
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#single-photos-nav{
	padding: 10px 0;
}
.next-photo{
	float: right;
}


/*
*	Footer
*/

div[data-role=footer]{
	background: transparent;
	padding: 10px 0;
	border: 0;
}
.copyright{
	font-size: 13px;
	color: #666;
	text-shadow: none;
	float: left;
	margin-left: 4px;
}
.footer-menu{
	color: #cc0000 !important;
	font-size: 13px;
	float: left;
	margin-left: 17px;
	text-shadow: none;
}
.footer-menu a{
	color: #cc0000 !important;
	text-decoration: none;
	text-shadow: none;
	font-size: 13px;
}





/* @group Footer */

/*
#footer {
	background: url(/images/footer-background-mobile.png) no-repeat left top !important;
}

#footer-miles {
	display: none !important;
}
*/

/* @end */
