/*--------------------------------------------
COLORS ::
 * tan => #f3e6ca
 * red => #840912
 * gray text => #444444

FONTS ::
 * font-family: 'Arvo', serif; (headlines)
 * font-family: 'Droid Sans', sans-serif; (copy) 

---------------------------------------------*/

/*--------------------------------------------
MAIN
---------------------------------------------*/
* {
	margin: 0;
}

html, body {
	margin:0;
	padding:0;	
	height: 100%;
	font-family: 'Droid Sans', sans-serif;
	color: #444444;
	background: #f3e6ca;
}

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

.wrapper {
	margin: 0 auto;
	width: 940px;
}

.container {
	margin: 0 auto;
	padding-top: 40px;
	width: 940px;
	min-height: 610px;
	background: #ffffff;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

a, a:visited {
	color: #840912;
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*--------------------------------------------
HEADERS
---------------------------------------------*/
#header {
	min-height: 332px;
}

#mobile-header {
	display: none;
}

/*--------------------------------------------
MAIN-NAV
---------------------------------------------*/
#main-nav ul {
	padding-bottom: 20px;
}

#main-nav ul li {
	margin-bottom: 10px;
}

#main-nav ul li a, #main-nav ul li a:visited {
	font-size: 16px;
	color: #840912;
	text-decoration: none;
}

#main-nav ul li a.current, #main-nav ul li a:hover {
	text-decoration: underline;
}

#newsletter-listing {
	padding-bottom: 40px;
	margin-top: 30px;
}

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

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

#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;
}

a.minutes-archive {
	margin-top: 15px;
	display: block;
	font-size: 14px;
	
}

/*--------------------------------------------
MAIN-SIDEBAR
---------------------------------------------*/
#main-sidebar {
	float: left;
	padding: 20px 4px 20px 35px;
	width: 180px;
	height: auto;
	border-right: 1px solid #840912;
}

/*--------------------------------------------
MAIN-CONTENT
---------------------------------------------*/
#main-content {
	float: left;
	padding: 10px 50px 20px 50px;
	width: 620px;
	height: auto;
}

#main-content h1 {
	margin: 0;
	font-family: 'Arvo', serif;
	font-size: 28	px;
	font-weight: normal;
	color: #840912;
}

#main-content h1 span {
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	color: #444444;
}

#main-content hr.bottom-border {
	margin: 5px 0 30px 0;
	height: 1px;
	background: #840912;
	border: none;
}

#main-content p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #444444;
}

#main-content h2 {
	margin: 0;
	font-family: 'Arvo', serif;
	font-size: 22	px;
	line-height: 24px;
	font-weight: normal;
	font-style: italic;
	color: #840912;
}

#main-content hr.interior-bottom-border {
	margin: 5px 0 15px 0;
	height: 1px;
	background: #840912;
	border: none;
}

/*--------------------------------------------
HOME
---------------------------------------------*/
#home-container {}

#announcement-listing {
	margin-top: 60px;
}

#announcement-listing h2 {
	margin-bottom: 15px;
	font-family: 'Arvo', serif;
	font-weight: normal;
	font-size: 24px;
	color: #840912;
}

#announcement-listing .item {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #840912;
}

#announcement-listing .item:last-child {
	border: none;
}

#announcement-listing .item h4 {
	margin-bottom: 8px;
	font-size: 16px;
}

#announcement-listing .item p {
	font-size: 14px;
	line-height: 18px;
}
/*--------------------------------------------
INTERIOR-PAGES
---------------------------------------------*/

/* EVENTS */
.event-item:last-child {
	border-bottom: none;
}

.event-item {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #840912;
}

.event-item h4 {
	font-size: 14px;
	line-height: 20px;
}

.event-item .left { 
	float: left;
	padding-right: 5%;
	width: 45%;
}

.event-item .right {
	float: right;
	width: 50%;
}

.event-item .right a.rsvp-btn {
	position: relative;
	top: 5px;
	left: -2px;
	width: 100px;
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #840912;
  border: 2px solid #f3e6ca;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.event-item p {
	font-size: 12px !important;
}

/* NEWS */
.news-item {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #840912;
}

.news-item:last-child {
	border-bottom: none;
}

.news-item h2 {
	font-size: 18px;
	line-height: 24px;
	font-style: normal !important;
	font-weight: bold !important;
	color: #444444 !important;
}

.news-item p.news-date {
	font-size: 13px !important;
	font-style: italic;
}

/* MARKETPLACE */
.category-wrap {
	padding-bottom: 20px;
}

.marketplace-item {
	margin: 5px 0 20px 0;
}

.marketplace-item h3 {
	margin-bottom: 5px;
	font-size: 16px;
	color: #840912;
}

.marketplace-item ul {
	float: left;
	width: 30%;
}

ul.marketplace-info {
	margin-right: 10px;
}

ul.marketplace-info li {
	margin-bottom: 3px;
	font-size: 13px;
}

.marketplace-item a.view-more, .marketplace-item a.view-more:visited {
	width: 100px;
	display: inline-block;
	font-size: 12px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #840912;
	border: 2px solid #f3e6ca;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.marketplace-item a.view-more:decoration {
	text-decoration: underline;
}

/* HISTORY */
#timeline h2 {
	text-align: center;
}

#timeline p {
	margin-bottom: 50px;
}

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

#assoc-content {
	float: left;
	margin-right: 60px;
	width: 320px;
}

#assoc-content h3 {
	margin-bottom: 5px;
	font-size: 16px;
	color: #840912;	
}

#assoc-content p {
	font-size: 12px;
}

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

#association-header ul li {
	margin-bottom: 8px;
}

a.btn, a.btn:visited {
	width:150px;
	display:inline-block;
	font-size:13px;
	line-height:30px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	background-color:#840912;
	border:2px solid #f3e6ca;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.btn:hover {
	text-decoration: underline;
}

h3#cca-headline {
	margin: 20px 0 10px 0;
	font-size: 16px;
}

ul.cca-listing {
	float: left;
	width: 50%;
}

ul.cca-listing li {
	margin-bottom: 8px;
	font-size: 13px;
}

ul.cca-listing li span.smaller {
	font-size: 11px;
	font-style: italic;
}

/* CONTACT */
#contact, #contact-information {
	margin-bottom: 20px;
}

#contact-information h3 {
	margin-bottom: 5px;
	font-size: 16px;
}

#contact-information p {
	margin-bottom: 5px;
	font-size: 14px;
}

/*--------------------------------------------
FOOTER
---------------------------------------------*/
#footer {
	margin: 0;
	width: 100%;
	height: 135px;
	color: #444444;
	background: #840912;
}

#footer ul li {
	margin-bottom: 6px;
	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 {
	margin-right: 100px;
	padding-left: 35px;
}

ul#col-mid {
	margin-right: 100px;
}

ul#col-right {
	margin-right: 145px;
}

/*--------------------------------------------
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: 300px;
	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: 350px;
	max-width: 350px;
	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, button#submit_payment {
	width:150px;
	display:inline-block;
	font-size:13px;
	line-height:30px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	background-color:#840912;
	border:2px solid #f3e6ca;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	outline: 0;
}

input#contact-submit:hover, button#submit_payment:hover {
	text-decoration: underline;
}

#charge-form > div.alert {
	margin-bottom: 20px;
}

#charge-form > div.alert.alert-error h4 {
	margin-bottom: 5px;
	color:#840912;
}

#charge-form > div.alert ul li {
	font-size: 13px;
	font-style: italic;
}

#payment-errors {
	margin-top: 10px;
	font-size: 14px;
	color: #840912;
}

/*--------------------------------------------
MISC
---------------------------------------------*/
.clear { float: none; clear: both; }
.hide { display: none; }
.push { height: 135px; }
#mobile-container, .slideout-menu, ul#mobile-footer {
	display: none;
}

.scrollToTop{ 
	position:fixed;
	bottom:20px;
	right:20px;
	padding: 5px;
	display: none;
	font-size: 12px;
	color: #840912;
	text-decoration: none;
	background: #f3e6ca;
	z-index: 999;
}
.scrollToTop:hover{
	text-decoration:none;
}