.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
/*body*/
#logo-container {
	background:#fff;
	opacity:0.8;
	margin:0px -50px;	
}
#logo {
	width:280px;
	margin:0px auto;
	z-index:100;
	text-align:center;
}
#logo .ui-link {
	color: #546515;
	font-weight: bold;
	font-size: 20px;
}
.ui-content {
	background:url(../images/shutters-guadalupe-river.jpg) no-repeat;
	background-color:#1B1B1B;	
}
.ui-body-c .ui-link, .ui-body-c .ui-link:visited, {
	color: #70822A;
	font-weight: normal;
	text-decoration:none;
}

ui-body-c .ui-link:hover {
	color: #75694F;
}

H1 {
	font-size: 18px;
	color: #70822A;	
	line-height: 150%;
}

H2 {
	font-size: 16px;
	color: #75694F;
	line-height: 150%;
}

H3 {
	font-size: 15px;
	color: #555555;
	line-height: 150%;
}


/*collapsible set*/
.ui-collapsible-set {
margin: 60px 0px 0px 0px;
}
.ui-collapsible-content {
	background: white;
	opacity: 0.9;
	line-height: 150%;
	font-size: 14px;
	text-align: justify;
}

.ui-collapsible-content {
color: black;
}
.ui-btn-up-a {
border: 1px solid #385fa2;
background: #90A544;
font-weight: bold;
color: white;
text-shadow: 0 1px 1px #111;
background-image: -webkit-gradient(linear,left top,left bottom,from(#90A544),to(#70822A));
background-image: -webkit-linear-gradient(#90A544,#70822A);
background-image: -moz-linear-gradient(#90A544,#70822A);
background-image: -ms-linear-gradient(#90A544,#70822A);
background-image: -o-linear-gradient(#90A544,#70822A);
background-image: linear-gradient(#90A544,#70822A);
}

.collapse_slow {
	background-color: #918261;background-image: linear-gradient(#918261, #918261);

}

#mapContainer {
	height:350px;
	background:#413C29;
	border:2px solid #5D666F;
	padding:2px;
}
.photos {
	float:left;
	margin:0px 5px 0px 0px;	
}
/*footer*/
#social-media {
	width: 300px;
	margin: 30px auto 10px auto;
	text-decoration:none;
}
#social-media img {
	margin-bottom:-11px;
	margin: 0 10px;
}
#social-media .ui-link {
font-size: 14px;
}
#full-site {
margin-top: 20px;
text-align: center;
}
.ui-bar-a a.ui-link, .ui-bar-a a.ui-link:hover, .ui-bar-a a.ui-link:visited {
	color: white;
	font-size: 10px;
	text-decoration: none;
}
/** CSS for non-standard jQuery Mobile styles or Codiqa components **/
.split-wrapper {
  width: 100%;
  min-height: 200px;
  clear: both;
}
@media all and (min-width: 650px) {
	.content-secondary {
		text-align: left;
		float: left;
		width: 45%;
		background: none;
		padding: 1.5em 6% 3em 0;
		margin: 0;
	}
	.content-secondary {
    background: none;
    border-top: none;
	}
	.content-primary {
		width: 45%;
		float: right;
		margin-right: 1%;
		padding-right: 1%;
	}
	.content-primary ul:first-child {
		margin-top: 0;
	}
  .content-secondary ul.ui-listview, .content-secondary ul.ui-listview-inset {
    margin: 0;
  }
  .content-secondary ul.ui-listview .ui-li-divider, .content-secondary ul.ui-listview .ui-li {
    border-radius: 0px;
  }
  .content-secondary ul.ui-listview .ui-li {
    border-left: 0;
    border-right: 0;
  }
	.content-secondary h2 {
		position: absolute;
		left: -9999px;
	}
	.content-secondary .ui-li-divider {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.content-secondary {
		margin: 0;
		padding: 0;
	}
	
	

  
}
@media all and (min-width: 750px){
	.content-secondary {
		width: 34%;
	}
	.content-primary {
		width: 60%;
		padding-right: 1%;
	}	
  .content-secondary ul.ui-listview-inset {
}

@media all and (min-width: 1200px){
	.content-secondary {
		width: 30%;
		padding-right:6%;
		margin: 0px 0 20px 5%;
	}
	.content-secondary ul {
    margin: 0;
  }
	.content-secondary {
		margin: 0;
		padding: 0;
	}
	.content-primary {
		width: 50%;
		margin-right: 5%;
		padding-right: 3%;
	}
	.content-primary {
		width: 60%;
	}
}

