/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */

/*--------------------------------------------
MAIN
---------------------------------------------*/
body {
	-webkit-text-size-adjust: 100%;
}

.page-wrap {
	margin: 0 auto -60px auto;	
	min-height: 100% !important;
	height: auto !important;
	height: 100%;
}

.wrapper {
	width: 95%;
}

#mobile-container {
	margin: 0 auto;	
	width: 95%;
	display: block;
}

a.slideout-menu-toggle {
	position: absolute;
	top: 15px;
	padding: 10px;
	font-size: 16px;
	display: block;
	text-decoration: none;
	background: #f3e6ca;
	z-index: 99;
}

.container {
	padding-top: 20px;
	width: 95%;
	min-height: auto;
}

/*--------------------------------------------
HEADERS
---------------------------------------------*/
#header {
	display: none;
}

#mobile-header {
	display: block;
	margin: 0 auto;
	width: 95%;
	max-width: 480px !important;
	height: auto;
	min-height: 171px;
	max-height: 171px;
}

/*--------------------------------------------
MAIN-SIDEBAR
---------------------------------------------*/
#main-sidebar {
	display: none;
}

/*--------------------------------------------
MAIN-CONTENT
---------------------------------------------*/
#main-content {
	margin: 0 auto;
	float: none;
	padding: 10px 0 20px 0;
	width: 90%;
	height: auto;
}

#main-content img {
	width: 90%;
	height: auto;
}

#main-content h1 {
	font-size: 26px;
}

#main-content hr.bottom-border {
	margin: 5px 0 15px 0;
}

.slideout-menu {
	position: fixed;
	overflow-y: scroll ;
	display: block;
	top: 0;
	left: -255px;
	width: 250px;
	height: 100%;
	background: #f3e6ca;
	z-index: 100;
	border-right: 5px solid #840912;
}

.slideout-menu h3 {
	position: relative;
	padding: 12px 10px;
	color: #840912;
	font-family: 'Arvo', serif;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 4px solid #840912;
}

.slideout-menu .slideout-menu-toggle {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-weight: bold;
	line-height: 1;
	background: #840912;
	color: #ffffff;
	text-decoration: none;
	vertical-align: top;
}

.slideout-menu .slideout-menu-toggle:hover {
	color: #ffffff;
}

.slideout-menu ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #840912;
	border-bottom: 1px solid #840912;
}

.slideout-menu ul li {
	border-top: 1px solid #840912;
	border-bottom: 1px solid #840912;
}

.slideout-menu ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #444444;
	text-decoration: none;
}

#newsletter-listing h2 {
	padding: 12px 10px;
	margin-bottom: 0px;
	font-family: 'Arvo', serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	color: #840912;
	border-bottom: 4px solid #840912;
}

#newsletter-listing ul li {
	margin-bottom: 0px;
}

#newsletter-listing ul li a, #newsletter-listing ul li a:visited {
	font-size: 14px;
	color: #444444;
	text-decoration: none;
}

#newsletter-listing ul li a:hover {
	text-decoration: underline;
}

/*--------------------------------------------
INTERIOR PAGES
---------------------------------------------*/

/* EVENTS */
.event-item .left, .event-item .right {
	float: left;
	width: 95%;
}

/* MARKETPLACE */
.marketplace-item ul {
	float: left;
	margin:0 0 10px 0;
	width: 95%;
}

/* CIVIC ASSOCIATION */
#association-header {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #840912;
}

#assoc-content {
	float: left;
	margin-right: 0px;
	width: 95%;
}

#association-header ul {
	padding-top: 0px;
	float: left;
}

ul.cca-listing {
	margin-right: 10px;
	float: left;
	width: 45%;
}

/*--------------------------------------------
FOOTER
---------------------------------------------*/
#footer {
	text-align: center;
	height: 60px;
}

ul#mobile-footer {
	position: relative;
	top: 10px;
	display: block;
}

ul#mobile-footer li {
	margin-bottom: 5px;
	display: block;
	font-size: 10px;
	color: #ffffff;
}

ul#mobile-footer li.divider {
	display: none;
}

#footer ul li a, #footer ul li a:visited {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

ul.footer-col {
	float: left;
	margin-top: 30px;
}

ul#col-left, 
ul#col-mid, 
ul#col-right,
ul#col-contact {
	display: none;
}

/*--------------------------------------------
FORMS
---------------------------------------------*/

/* CONTACT */
.form-item {
	margin-bottom: 15px;
}

.form-item h3 {
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: normal;
}

.form-item input[type="text"] {
	padding-left: 5px;
	width: 90%;
	height: 30px;
	font-size: 13px;
	color: #444444;
	border: 1px solid #840912;
	outline: none;
	-webkit-appearance: none;
  border-radius: 0;
}

.form-item textarea {
	padding: 5px 0 0 5px;
	width: 95%;
	max-width: 450px;
	height: 100px;
	max-height: 150px;
	font-size: 13px;
	color: #444444;
	border: 1px solid #840912;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}

input#contact-submit:hover {
	text-decoration: none;
}

/*--------------------------------------------
MISC
---------------------------------------------*/
.push { height: 60px; }

}

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */

/*--------------------------------------------
MAIN
---------------------------------------------*/
.page-wrap {
	margin: 0 auto -60px auto;	
	min-height: 100% !important;
	height: auto !important;
	height: 100%;
}

.wrapper {
	width: 95%;
}

#mobile-container {
	margin: 0 auto;	
	width: 95%;
	display: block;
}

a.slideout-menu-toggle {
	position: absolute;
	top: 15px;
	padding: 10px;
	font-size: 16px;
	display: block;
	text-decoration: none;
	background: #f3e6ca;
	z-index: 99;
}

.container {
	width: 95%;
	min-height: auto;
}

/*--------------------------------------------
HEADERS
---------------------------------------------*/
#header {
	width: 95%;
	height: auto;
	min-height: 332px;
}

/*--------------------------------------------
MAIN-SIDEBAR
---------------------------------------------*/
#main-sidebar {
	display: none;
}

/*--------------------------------------------
MAIN-CONTENT
---------------------------------------------*/
#main-content {
	margin: 0 auto;
	float: none;
	padding: 10px 0 20px 0;
	width: 90%;
	height: auto;
	min-height: 800px;
}

.slideout-menu {
	position: fixed;
	display: block;
	top: 0;
	left: -255px;
	width: 250px;
	height: 100%;
	background: #f3e6ca;
	z-index: 100;
	border-right: 5px solid #840912;
}

.slideout-menu h3 {
	position: relative;
	padding: 12px 10px;
	color: #840912;
	font-family: 'Arvo', serif;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 4px solid #840912;
}

.slideout-menu .slideout-menu-toggle {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-weight: bold;
	line-height: 1;
	background: #840912;
	color: #ffffff;
	text-decoration: none;
	vertical-align: top;
}

.slideout-menu .slideout-menu-toggle:hover {
	color: #ffffff;
}

.slideout-menu ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #840912;
	border-bottom: 1px solid #840912;
}

.slideout-menu ul li {
	border-top: 1px solid #840912;
	border-bottom: 1px solid #840912;
}

.slideout-menu ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #444444;
	text-decoration: none;
}

#newsletter-listing h2 {
	padding: 12px 10px;
	margin-bottom: 0px;
	font-family: 'Arvo', serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	color: #840912;
	border-bottom: 4px solid #840912;
}

#newsletter-listing ul li {
	margin-bottom: 0px;
}

#newsletter-listing ul li a, #newsletter-listing ul li a:visited {
	font-size: 14px;
	color: #444444;
	text-decoration: none;
}

#newsletter-listing ul li a:hover {
	text-decoration: underline;
}

/*--------------------------------------------
FOOTER
---------------------------------------------*/
#footer {
	text-align: center;
	height: 60px;
}

ul#mobile-footer {
	position: relative;
	top: 22px;
	display: block;
}

ul#mobile-footer li {
	margin-bottom: 0px;
	display: inline-block;
	font-size: 12px;
	color: #ffffff;
}

#footer ul li a, #footer ul li a:visited {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

ul.footer-col {
	float: left;
	margin-top: 30px;
}

ul#col-left, 
ul#col-mid, 
ul#col-right,
ul#col-contact {
	display: none;
}


/*--------------------------------------------
MISC
---------------------------------------------*/
.push { height: 60px; }

}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}