/*
Theme Name: CSC
Theme URI: http://agingmattersbrevard.org
Description: Custom theme for Aging Matters Brevard
Author: Brandt Ronat and Company
Version: 1.0
*/

@import url("reset.css");

/***** TESTING *****/


/***** Structure *****/
body {
	background: #008ca0;
}

#site-container {
	width: 980px;
	border-left: 5px solid #74b74a;
	border-right: 5px solid #74b74a;
	background: white;
	margin: 25px auto 20px;
}
#header {}
#header-logo {
	float: left;
	margin: 10px 25px;
}
#header-tagline {
	float: right;
	margin: 20px 25px 20px 0;
	text-align: right;
	font-family: adobe-text-pro, 'times new roman', serif;
	font-size: 1.2em;
	color: #74b74a;
	font-style: italic;
}
.header-social-link {
	margin: 0 0 0 20px;
}
.header-social-logo {
	vertical-align: text-bottom;
}
#header-navigation {
	float: left;
	margin-top: 22px;
}
.header-navigation-item {
	margin-right: 15px;
}
#header-search {}

/** Home Page **/
#masthead {
	border-top: 5px solid #74b74a;
	border-right: 3px solid #74b74a;
	border-bottom: 3px solid #74b74a;
	border-left: 3px solid #74b74a;
	background: #9dcd80;
}
#masthead-slider {
	width: 737px;
	height: 300px;
	float: left;
}
#masthead-buttons {
	width: 234px;
	padding: 5px 0;
	border-left: 3px solid #74b74a;
	float: left;
	background: #9dcd80;
}
#masthead-buttons-message {
	margin: 4px 0;
    padding: 0 10px;
    text-align: center;
	color: #eaf4e4;
	font-size: .85em;
	font-family: museo, helvetica, arial, sans-serif;
}
#masthead-buttons a,
#masthead-buttons input {
	margin: 1px auto 7px;
	display: block;
}

#home-content {
	width: 940px;
	margin: 0 10px 20px;
	background: #eaf4e4;
	padding: 20px 10px;
}
#home-content-features {
	width: 530px;
	margin-right: 20px;
	float: left;
	background: #99d1d9;
	border: 5px solid #99d1d9;
	-moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;
}
#home-content-message {
	width: 380px;
	line-height: 1.1em;
	float: left;
}
#home-content-message-divider {
	margin: 11px 0;
}
#home-content-news {
	width: 370px;
	float: left;
	background: #c0dfae;
	border: 5px solid #c0dfae;
	-moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;	
}
#home-content-legal {
	width: 935px;
	margin-top: 30px;
	text-align: center;
	color: #999;
	font-family: museo, helvetica, arial, sans-serif;
	font-size: .8em;
}


/** General Page **/
#page-content {
	border-top: 5px solid #74b74a;
	padding: 0 10px;
	margin: 0 0 20px;
}
#page-content-sidebar {
	width: 190px;
	float: left;
}
#page-content-main {
	width: 770px;	
	float: left;
	background: #eaf4e4;
}
#page-content-main h1 {
	background: #74b74a;
	padding: 5px 5px 10px 10px;
	color: #eaf4e4;
	margin: 0 0 20px;
}
#page-content-main p {
	padding: 0 5px 0 10px;
}
#page-content-main > img.alignleft {
	margin-left: 10px;
	margin-right: 10px;
}


/*Address Formatting*/
div.address-item {
	float: left;
	margin: 20px;
	min-height: 150px;
	width: 200px;
}


/** Services Overview **/
.service-card {
	width: 300px;
	float: left;
	margin: 10px 60px 10px 10px;
	min-height: 330px;
}


/** Services Page **/
#service-content {
	border-top: 5px solid #74b74a;
	padding: 0 10px;
	margin: 0 0 20px;
}
#service-content-main {
	width: 702px;	
	float: left;
	background: #eaf4e4;
	padding: 0 20px 0 10px;
}
#service-content-main h1 {
	margin: 10px 0 20px;
}
#service-content-main hr {
	border: 1px solid #008ca0;
}
#service-content-sidebar {
	width: 220px;
	float: left;
}
#service-content-sidebar-donate {
	width: 235px;
	padding: 5px 0;
	border-left: 3px solid #74b74a;
	border-bottom: 3px solid #74b74a;
	background: #9dcd80;
	margin-bottom: 10px;
}
#service-content-sidebar-donate p {
	margin: 4px 0;
    padding: 0 10px;
    text-align: center;
	color: #eaf4e4;
	font-size: .9em;
	font-family: museo, helvetica, arial, sans-serif;
}
#service-content-sidebar-donate a, 
#service-content-sidebar-donate input {
	margin: 1px auto 7px;
	display: block;
}
#service-content-sidebar-meta {
	padding-left: 10px;
}


/** Board Directory Page **/
#page-content-main-board-featured {
	min-height: 200px;
}
.page-content-main-board-featured-bio {
	float: left;
    margin: 10px 2px;
    text-align: center;
    width: 180px;
}
.page-content-main-board-regular-bio {
	float: left;
    margin: 10px 10px 20px;
    text-align: center;
    width: 230px;
	min-height: 200px;
}

/** Staff Directory Page **/
.page-content-main-staff-bio {
	float: left;
    margin: 10px 10px 20px;
    text-align: center;
    width: 230px;
	min-height: 200px;
}


/** Footer **/
#footer {
	width: 960px;
	margin: 0 10px 0px;
}
#footer-programs {
	margin-bottom: 20px;
	text-align: center;
}
.program-logo {
	margin: 0 9px;
}
#footer-partners {
	text-align: center;
}
.partner-logo {
	margin: 0 20px 20px;
}

#tail {
	width: 980px;
	margin: 0 auto 50px;
	text-align: center;
}
#tail p {
	color: white;
}
#tail a {
	color: #74b74a;
}

/** Home Page Features Module **/

#home-content-features-top {
	margin: 5px 5px 2px;
}
#home-content-features-top h2 {
	color: #777777;
    display: inline;
    font-size: 1.6em;
    font-weight: bold;
}
#home-current-features-tabs {
	display: inline;
	float: right;
	list-style: none;
	margin: 0;
}
#home-current-features-tabs li {
    float: left;
	font-family: museo, helvetica, arial, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 1px;
    padding: 3px 6px 2px;
    text-align: center;
    width: 20px;
	cursor: default;
	line-height: 1em;
	-moz-border-radius: 9px 9px 0 0;
    -webkit-border-radius: 9px 9px 0 0;
    -khtml-border-radius: 9px 9px 0 0;
    border-radius: 9px 9px 0 0;	
}
.feature-tab-inactive {
	background: #4CAEBD;
    border: thin solid #4CAEBD;
    color: #99D1D9;
}
#home-current-features-tabs li:hover, .feature-tab-active {
	background: white;
	color: #4CAEBD;
	border: thin solid white; 
}
#home-content-features-bottom {
	padding: 30px 10px 10px;
	height: 320px;
	background: white;
	-moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;	
}

#home-content-features-bottom h3 {
	color: #777777;
	font-size: 1em;
	margin: 0 0 15px 260px;
	font-weight: bold;
}
#home-content-features-bottom p {
	font-size: 1em;
	margin: 0 0 15px 260px;
}
#home-content-features-bottom a {}
#home-content-features-bottom img {
	float: left;
	margin: 0 0 0 10px;
}

/** Home Page News Module **/


#home-content-news-top {
	margin: 5px 5px 0;
}
#home-content-news-tabs {
	display: inline;
	float: left;	
	list-style: none;
	margin: 0;
}
#home-content-news-tabs li {
	float: left;
	font-family: adobe-text-pro, 'times new roman', serif;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 1px;
    padding: 3px 6px 2px;
    text-align: center;
	cursor: default;
	line-height: 1em;
	-moz-border-radius: 9px 9px 0 0;
    -webkit-border-radius: 9px 9px 0 0;
    -khtml-border-radius: 9px 9px 0 0;
    border-radius: 9px 9px 0 0;
}
.news-tab-inactive {
	background: #74b74a;
	color: #777777;
	border: thin solid #74b74a; 
}
#home-content-news-tabs li:hover, .news-tab-active {
	background: white;
	color: #4CAEBD;
	border: thin solid white; 
}
#home-content-news-bottom {
	padding: 10px 10px;
	height: 218px;
	background: white;
	overflow:auto;
	-moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;	
}
#home-content-news-bottom h3 {

}
#home-content-news-bottom p.news-summary {
	font-size: .9em;
	margin: 0 0 5px;
}
#home-content-news-bottom p.news-meta {
	margin: 0 0 20px;
	color: #777777; 
}


/** Events **/

#tribe-events-content-wrapper {
	margin: 10px 0 20px;
}

.single-tribe_events .tribe-events-single-event-title,
.single-tribe_events .tribe-events-schedule,
.single-tribe_events .tribe-events-single-event-description p,
.tribe-events-sub-nav,
.tribe-events-back,
.tribe-events-cal-links {
	padding: 0 10px !important;
}

.tribe-events-ical {
	margin: 0 10px 0 0;
}

/* Sunflower House Sidebar Widget */

li.tribe-events-adv-list-widget {
	padding: 0px !important;
	font-size: 1em !important;
	margin-left: 5px;
}

.tribe-events-adv-list-widget h3 {
	font-size: 1.3em;
	margin: 15px;
}

.tribe-events-adv-list-widget li {
	margin: 0 0 10px 10px !important;
}

#service-content-sidebar-widget .recurringinfo {
	display: none;
}
			
/***** Menus *****/

.current-menu-item a, 
#header-navigation .current-menu-item a  {
	color: #74b74a;
}

/** Main Menu **/

#header-navigation-menu {
	color: #74b74a;
	position: absolute;
	/* top: 130px; */
	margin-top: 54px;
}
#menu-main {
	list-style: none;
	margin: 0;
	font-size: 1.1em
}
#menu-main > li {
	float: left;
	height: 60px;
}
#menu-main > li > ul {
	display: none;
	position: absolute;
	background: white;
	margin: 20px 0 0;
	padding:10px;
	white-space:nowrap;
	list-style: none;
	font-size: 1.1em;
	z-index: 100;
	/* width: 500px;
	left: 20px; */
}
#menu-main > li:hover > ul, #menu-main > li > ul:hover {
	display: block;
}
#menu-main > li > ul > li {
	margin: 0 0 20px;
}
#header-navigation a {
	font-style: normal;
	margin: 0 20px;
	color: #008CA0;
	font-weight: 300;
	font-size: 1.3em;
	font-family: museo, helvetica, arial, sans-serif;
}
#header-navigation a:hover {
	text-decoration: none;
	color: #74b74a;
}




/***** Type Styles ****/

h1 {
	font-size: 2em;
	font-family: adobe-text-pro, 'times new roman', serif;
}
h1 a {
	color: #EAF4E4;
}
h2 {
	font-size: 1.6em;
    margin: 0 0 10px;
	font-family: adobe-text-pro, 'times new roman', serif;	
}
h2 a {
	color: black;
	font-style: normal;
}
h2 a:hover {
	color: #008CA0;
	text-decoration: none;
}
h3 {
	font-family: adobe-text-pro, 'times new roman', serif;
}
h4 {
	font-family: adobe-text-pro, 'times new roman', serif;
}
h5 {
	font-family: adobe-text-pro, 'times new roman', serif;
}
h6 {
	font-family: adobe-text-pro, 'times new roman', serif;
}
	
p {
	font-size: 1em;
	margin: 0 0 15px;
	line-height: 1.2em;
	font-family: adobe-text-pro, 'times new roman', serif;
}

a {
	color: #008CA0;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

a:hover {
	text-decoration: underline;
}

blockquote {}


/***** Lists *****/

/* Primary */

ul {
	list-style: disc;
	margin: 0px 0 20px 0px;
}

ul ul {
	list-style: square;
	margin: 2px 0 4px 40px;
}

ul ul ul {
	list-style: circle;
}

ol {
	list-style: decimal;
	margin: 0px 0 20px 0px;
}

ol ol {
	list-style: lower-alpha;
	margin: 2px 0 4px 40px;
}

ol ol ol {
	list-style: lower-roman;
}

li {
	margin-left: 25px;
	font-size: .8em;
	line-height: 1.5em;
}


/***** Buttons *****/

a.cta-button {
	background-position: 0 70px;
	height: 70px;
	width: 220px;
	display: block;
}

a:hover.cta-button {
	background-position: 0 0;
	text-decoration: none;
}

a#donation-button {
	background-image: url("images/Donations_RObutton.png");
}
a#involved-button {
	background-image: url("images/Involved_RObutton.png");
}
a#services-button {
	background-image: url("images/Services_RObutton.png");
}

input#paypal {
	background-image: url("images/Donations_RObutton.png");
	background-position: 0 70px;
	background-color: transparent;
	border: 0;
	height: 70px;
	width: 220px;
	display: block;
	text-indent: -9999em;
	overflow: hidden;

}

input#paypal:hover {
	background-position: 0 0;
}


/***** Widgets *****/

li.widget {
	list-style: none;
	font-size: 1.5em;
}

/** Page Sidebar **/

li.widget ul ul {
	margin: 2px 0 4px 0;
}
/** Services Sidebar **/

li.widget {
	padding: 0 20px 0 10px;
}


/***** Pagination *****/

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:1em;
line-height:1.5em;
float: right;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 5px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#888;
background: #fff;
font-family: museo, helvetica, arial, sans-serif;
font-style: normal;
}
 
.pagination a:hover{
color:#fff;
background: #74B74A;
}
 
.pagination .current{
padding:6px 15px 5px 15px;
background: #008CA0;
color:#fff;
}

/* Utility Classes */

.bold, b, strong {
	font-weight: bold;
}

.italic, i, em {
	font-style: italic;
}

.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.hidden {
	display: none;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}