/* Artfully masterminded by ZURB  */

/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Media Queries
:: Typographical Styles
:: Shared Styles
:: Blog
:: Users
:: Calendar
*/

/* -----------------------------------------
   General Media Queries
----------------------------------------- */

#recaptcha_area input {
	height: auto;
}
table {
	background: none;
}
#calendar .fc-widget-content .fc-row:nth-child(even), .fc-widget-header {
	background: #f9f9f9;
}
.fc-unthemed .fc-today {
	background: #F0F0F0 !important;
}
.fc-widget-header th {
	font-weight: normal;
}
#recaptcha_widget_div .recaptcha_input_area {
	height: auto !important;
}
@media only screen and (min-width:1441px) {
	.wrapper > div.twelve.columns {
		padding: 0 35px;
	}
	.sidebar {
		padding-left: 30px;
	}
	footer p {
		position: relative;
		left: -15px;
	}
	header .title {
		top: 20px;
	}
}
@media only screen and (max-width:1279px) and (min-width:768px) {
	.wrapper > div.twelve.columns {
		padding: 0 35px;
	}
	.sidebar {
		padding-left: 30px;
	}
	footer p {
		position: relative;
		left: -15px;
	}
	header .title {
		top: 20px;
	}
}
@media only screen and (max-width:480px) {
	.rssRow span.truncate {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 300px;
		display: inline-block;
	}
}
@media only screen and (max-width:767px) {
	.title {
		text-align: center;
	}
	.branding {
		text-align: center;
	}
	.branding .logo {
		margin: 0;
	}
	a.th {
		margin-bottom: 30px;
	}
	.panel .overall_rating {
		width: 315px !important;
	}
	.columns.reviews .panel blockquote {
		background: none;
		font-size: 15px;
		padding: 0;
	}
	.overall_rating {
		margin-bottom: 25px;
	}
	.wrapper footer .partners {
		text-align: center;
	}
	article .headline {
		margin-bottom: 20px;
	}
	label {
		margin: 10px 0;
	}
}
@media only screen and (max-width:965px) {
	.panel .overall_rating {
		width: 375px !important;
	}
}
@media only screen and (max-width:874px) {
	.panel .overall_rating {
		width: 325px !important;
	}
}

/* -----------------------------------------
   Typography

----------------------------------------- */
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 0;
}
h2 {
	border-bottom: 1px solid #cccccc;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
	line-height: 40px;
	margin-top: 0;
}
nav ul li a {
	line-height: 30px;
}
.sidebar h4 {
	font-size: 15px;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
}
.panel h3, .calendar_date span {
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.calendar_date .month {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-top: 6px;
	text-transform: uppercase;
}
.calendar_date .day {
	color: #333333;
	font-size: 20px;
	margin-top: 2px;
}
.btn {
	line-height: 25px;
	color: #888;
	font-weight: bold;
}
.btn:hover {
	color: #666;
}
.panel h3 {
	font-weight: normal;
	font-size: 22px;
}
.panel h3 a {
	color: #222;
}
footer p {
	color: #333333;
	font-size: 13px;
}
.reviews blockquote, .reviews p {
	font-size: 21px;
	color: #444444;
}
.reviews p {
	color: #AAAAAA;
}
p.subtext {
	background: none repeat scroll 0 0 #FDFAE9;
	font-size: 15px;
	font-weight: bold;
	height: 24px;
}
.responses blockquote, .responses .citation {
	font-size: 15px;
}
.overall_rating h4 {
	line-height: 33px;
	margin: 9px 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 21px;
	text-align: center;
	color: #444444;
}
.overall_rating h4 span {
	font-size: 11px;
	font-weight: bold;
}
.numbers_lrg {
	font-size: 50px;
	text-align: center;
	color: #cccccc;
}
.numbers_lrg span {
	font-size: 0;
}
.overall_rating .numbers_lrg {
	font-size: 70px;
}
.reviews .ratings.panel p {
	color: #444444;
	padding: 0;
	margin: 0;
	font-size: 15px;
}
.ratings p span {
	line-height: 70px;
}
.title {
	font-weight: normal;
	position: relative;
}
.wrapper .columns nav.row ul {
	margin-left: 50px;
}
nav .mobile_nav {
	font-family: Georgia, serif;
	line-height: 30px;
}
nav .mobile_nav a {
	padding: 1px 6px;
}
nav .mobile_nav ul li a {
	font-family: Georgia, serif;
}
nav .mobile_nav div > a {
	color: #333333;
}
.users .panel h3 span {
	font-size: 12px;
	margin-left: 10px;
}
.calendar .day {
	font-size: 15px;
}
.events .title {
	display: inline-block;
	margin-top: 0;
}

/* -----------------------------------------
   Shared Styles
----------------------------------------- */
body {
	background: #eee;
}
.wrapper {
	background: #fff;
}
.logo {
	margin-left: -17px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
a {
	color: #222;
}
a:hover {
	color: #444;
}
nav ul li {
	float: left;
	list-style: none;
	margin-right: 3px;
}
nav ul li a {
	background-repeat: no-repeat;
	display: inline-block;
	background-position: 10px center;
	padding: 0 10px 0 35px;
}
nav li:hover, nav li:hover a, nav li.active {
	background-color: #AAAAAA;
	color: #fff;
}
nav li.active a {
	color: #fff;
}
.intro.row {
	margin-bottom: 15px;
}
li.blog a {
	background-image: url(/images/resident_portal/refresh2013/icons/home.png);
}
li.eventcal a {
	background-image: url(/images/resident_portal/refresh2013/icons/calendar.png);
}
li.reviews a {
	background-image: url(/images/resident_portal/refresh2013/icons/testimonial.png);
}
li.team a {
	background-image: url(/images/resident_portal/refresh2013/icons/team.png);
}
li.service a {
	background-image: url(/images/resident_portal/refresh2013/icons/contact.png);
}
li.rent a {
	background-image: url(/images/resident_portal/refresh2013/icons/pay_rent.png);
}
.sidebar h4 {
	background-repeat: no-repeat;
	display: inline-block;
	background-position: 0px center;
	padding: 0 10px 0 25px;
}
h4.events {
	background-image: url(/images/resident_portal/refresh2013/icons/events.png);
}
h4.resources {
	background-image: url(/images/resident_portal/refresh2013/icons/resources.png);
}
h4.links {
	background-image: url(/images/resident_portal/refresh2013/icons/links.png);
}
h4.blog {
	background-image: url(/images/resident_portal/refresh2013/icons/posts.png);
}
.sidebar > ul {
	background: #eee;
	padding: 15px 20px;
}
.sidebar > ul.accordion {
}
.sidebar > ul > li, .sidebar > ul.accordion > li {
	border-top: 1px solid #fff;
	padding: 5px 0;
}
.sidebar > ul > li:first-child, .sidebar > ul.accordion > li:first-child {
	border-top: none;
}
.sidebar > ul.accordion > li > .content {
	border: none;
	padding: 0;
}
.sidebar > ul.accordion > li > .content > ul {
	padding-left: 25px;
	margin-left: 0;
}
.sidebar > ul.accordion > li > .content > ul > li {
}
.sidebar > ul.accordion > li > .content > ul > li > a {
	display: block;
	padding: 5px 0;
}
.sidebar > ul li a {
	color: #222;
}
.sidebar > ul li a:hover {
	text-decoration: underline;
}
.panel > div {
}
.blog .panel, .team .panel, .event .panel {
}
.blog .panel > div, .team .panel > div, .event .panel > div {
	background: #eee;
	padding: 20px 25px;
	width: 100%;	/*float: left;*/
}
.blog .panel img, .team .panel img, .event .panel img {
	margin: 0px 15px 20px 0px;
	float: left;
}
.btn {
	background: #eee;
	border-radius: 5px;
	border: 1px solid #888;
	padding: 0 15px;
	display: inline-block;
}
.btn:hover {
	background: #ccc;
	border: 1px solid #666;
}
.wrapper .columns footer {
	margin: 70px 0 50px 0;
}
.wrapper .columns header {
	margin: 17px 0 0 0;
}
.wrapper .columns nav {
	margin: 20px 0;
}
.wrapper .columns nav ul {
	margin: 0;
}
footer .partners {
	text-align: right;
}
.none {
	display: none;
}
nav .mobile_nav ul li {
	float: none;
	margin: 0;
}
nav .mobile_nav ul li a {
	padding: 0 6px;
	width: 100%;
}
.wrapper .columns nav .mobile_nav ul {
	margin-left: 0;
}
.mobile_nav {
	border: 2px solid #444;
	background: #eee;
}
.mobile_nav > div {
	border: 2px solid #fff;
}
nav .mobile_nav div > a {
	background: url(/images/resident_portal/refresh2013/nav_arrow.gif) no-repeat right center;
	border-bottom: 1px solid #eee;
}
.arrow {
	background: url(/images/resident_portal/refresh2013/headline_arrow.gif) no-repeat right center;
	padding-right: 20px
}
.pagination {
	float: left;
	margin-right: 20px;
}
#recaptcha_response_field {
	height: auto !important;
}

/* -----------------------------------------
   Blog
----------------------------------------- */
.calendar_date {
	background: url(/images/resident_portal/refresh2013/icons/calendar.jpg);
	display: inline-block;
	vertical-align: top;
	width: 47px;
	height: 48px;
	padding: 0 3px 0 2px;
	text-align: center;
	left: 22px;
	position: absolute;
}
.calendar_date span {
	display: block;
}
.headline {
	margin-bottom: 10px;
	padding: 0 22px 0 85px;
	position: relative;
	min-height: 50px;
}

/* RSS Feed */
.rssFeed {
	margin-bottom: 2em;
	float: left;
	margin-top: 2px;
	width: 100%;
}
.rssFeed ul {
	list-style: none;
}
.rssFeed ul {
	float: left;
}
.rssFeed ul li {
	float: none;
}
.rssFeed a {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
.rssFeed a:hover {
	color: #000;
	text-decoration: underline;
}
.rssHeader {
	padding: 0.2em 0;
}
.rssRow h4, .rssRow p, .rssRow div {
	margin: 0;
}
.rssRow span {
	vertical-align: top;
	display: inline-block;
}
section.rss .panel {
	position: relative;
	margin-top: 8px;
}
.blog article div.addthis_toolbox {
	background: none repeat scroll 0 0 transparent !important;
	padding: 10px 0px;
	width: 140px;
	float: right;
}
.addthis_counter.addthis_bubble_style {
	width: 36px !important;
	padding-left: 2px !important;
}
section.blog .panel {
	float: left;
	width: 100%;
}

/* -----------------------------------------
   Reviews
----------------------------------------- */
.reviews {
	position: relative;
}
.btn_review {
	position: absolute;
	right: 15px;
	top: 17px;
	font-family: Georgia, serif;
}
section.reviews  .panel {
	border-bottom: 1px solid #cccccc;
	border-top: none;
	border-left: none;
	border-right: none;
	font-family: Georgia, "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", serif;
}
.reviews blockquote {
	border: none;
	background: url(/images/resident_portal/refresh2013/background/quote_open.png) left top no-repeat, url(/images/resident_portal/refresh2013/background/quote_close.png) right bottom no-repeat;
	min-height: 67px;
}
.reviews .panel p {
	padding-left: 20px;
}
.citation .rating {
	margin-left: 10px;
	font-size: 0;
}
.citation .rating .star-rating-control {
}
.citation .rating .star-rating-control .star-rating {
	display: inline-block;
	margin-right: 1px;
	float: none;
}
.subtext {
	background: #fdfae9;
	height: 24px;
	text-align: right;
	padding-right: 15px;
}
.responses div {
	padding: 0 20px;
}
.responses blockquote {
	background: none;
	min-height: 0;
	margin-bottom: 8px;
	padding-top: 0;
}
.panel .overall_rating {
	background: url(/images/resident_portal/refresh2013/background/bg_overallrating.jpg) no-repeat center;
	width: 417px;
	height: 149px;
	border: solid 8px #fff;
	box-shadow: 0 0 4px #999;
	padding: 0;
}
.overall_rating .numbers_lrg {
	position: relative;
	top: -15px;
}
.panel.row {
	margin: 0 0 10px;
}
.ratings .columns {
	padding: 0;
	background: none;
}
.reviews .panel {
	padding: 10px 10px 30px
}

/* -----------------------------------------
   Submit Testimonials
----------------------------------------- */
.form.panel > div {
	background: #eee;
	padding: 15px;
}
.form form, .form input, .form textarea {
	margin: 0;
}
.form section.row {
	margin: 15px 0;
}
input[type=submit] {
	background: none repeat scroll 0 0 #F3F3F3;
	border: 1px solid #bbb;
	border-radius: 4px 4px 4px 4px;
	color: #222;
	padding: 3px 15px;
}
.form .char-count {
	margin: 0;
	text-align: right;
}
.form textarea {
	height: 110px;
}

/* -----------------------------------------
   Users
----------------------------------------- */
.user_img {
	width: 115px;
	height: 115px;
	background: url(/images/resident_portal/refresh2013/team-photo-default.jpg) no-repeat;
}
.users article .columns {
	padding: 0 10px;
}
.users article .row {
	margin: 0 -10px;
}

/* -----------------------------------------
   Team
----------------------------------------- */
.team_member {
}
.team_member h3 {
	margin: 0 0 10px 0;
}
.team_member h5 {
	margin: 0 0 5px 0;
}
.team_member div {
}

/* -----------------------------------------
   Calendar
----------------------------------------- */
#calendar h2 {
	font-weight: 700 !important;
	font-size: 24px !important;
	border: none !important;
	margin: 0 !important;
}
#calendar table {
	padding: 0;
	margin: 0;
}
#calendar table thead, #calendar table tfoot {
	background: none;
}
#calendar .fc-widget-content .fc-row {
	min-height: 90px;
}
#calendar .fc-row.fc-widget-header > table {
	margin-bottom: 0;
}
#calendar .fc-content-skeleton > table {
	background: none;
}
#calendar .fc-day-grid-event > .fc-content {
	white-space: normal;
	overflow: visible;
	color: white !important;
}
.fc-row .fc-helper-skeleton td, .fc-row .fc-content-skeleton td {
	border-color: #ddd !important;
}

/* -----------------------------------------
   Contact
----------------------------------------- */
.contact label {
	display: inline-block;
	margin-left: 5px;
}
.contact input[type="radio"] {
	display: inline-block;
	margin-bottom: 5px;
}

/* -----------------------------------------
   Messages
----------------------------------------- */
#flash_messages {
	border: 1px solid #DDD;
	margin-bottom: 20px;
	padding: 5px 5px 0px 5px;
}
#notice_messages {
	margin-bottom: 5px;
	padding: 10px;
}