/*

Theme Name:		MAHB
Template:		cc_parent
Author:			Computer Courage
Theme URI:		http://computercourage.com
Author URI:		http://www.computercourage.com/services/web-design/
Description:	A custom theme built by Computer Courage.
Version:		1.0

--------------------------------------------------------------- */


/* =Structure
---------------------------------------------------------------------- */

html {
	background: #222222;
	font-family: 'ralewayregular';
}
body, #page, #header, #main, #footer, #header-1, #header-2, #body-0, #body-1, #footer-1, #footer-2, .block {
	position: relative;
	width: 100%;
	display: inline-block;
	float: left;
}
.inner-page {
	width: 960px;
	margin: 0 auto;
	display: table;
}
.last {
	margin-right: 0!important;
}
#page {
	top: auto;
}
#page.page-mobile {
	position: fixed;
	top: 56px;
	left: 0;
}
#content {
	float: left;
	width: 100%;
}
#content.flexible-content {
	width: 72%;
}
#sidebar {
	float: right;
	width: 24%;
}
#content, #sidebar {
	padding: 2% 0 0 0;
}



/* =Header
---------------------------------------------------------------------- */

#header-3 {
	width: 100%;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 100;
	border-bottom: 4px solid #eeeeee;
	display: none;
	background: #ffffff;
	padding: 10px 0 10px
}
#header-3.revealed {
	display: block;
}
#header-1 {
	padding: 0.55% 0;
	border-bottom: 40px solid #ffffff;
}
#header-1 a {
	text-decoration: none;
	color: #E0E0E0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	float: left;
	padding: 0.75em 0;
	font-family: 'ralewaybold';
	margin-right: 2em;
}
#header-1 .search-form {
	float: right;
}
#header-1 .screen-reader-text {
	display: none;
}
#header-1 input[type="search"] {
	color: #e0e0e0;
	box-sizing: content-box;
	font-size: 12px;
	border-radius: 3px 0 0 3px;
	background: transparent;
	float: left;
	padding: 8px;
	width: 200px;
}
#header-1 ::-webkit-input-placeholder {
   color: #e0e0e0;
}
#header-1 ::-moz-placeholder {  /* Firefox 19+ */
   color: #e0e0e0;  
}
#header-1 :-ms-input-placeholder {  
   color: #e0e0e0;  
}

#header-1 input[type="submit"] {
	color: #808080;
	cursor: pointer;
	border-radius: 0 3px 3px 0;
	background: url('images/search-icon.png') center center no-repeat transparent;
	font-size: 0;
	line-height: 0;
	text-indent: 500px;
	overflow: hidden;
	height: 30px;
	display: inline-block;
	width: 30px;
	float: left;
	border: 0px solid #000000!important;
}
#header-2 {
	background: #ffffff;
	padding: 10px 0 10px
}
#logo {
	text-decoration: none;
}
#logo img {
	width: 216px;
	float: left;
}
#nav {
	float: right;
}

/* Primary Menu */
#main-menu {
	float: left;
}
#main-menu ul {

}
#main-menu li {
	float: left;
	position: relative;
}
#main-menu a {
	font-size: 1.1em;
	display: block;
	padding: 1em 0;
	text-decoration: none;
	color: #272727;
}
#main-menu ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 3em;
	left: 1.5em;
	z-index: 99999;
}
#main-menu ul ul ul {
	left: 100%;
	top: 0;
}
#main-menu ul ul a {
	background: #f3f3f3;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#main-menu li:hover > a,
#main-menu ul ul :hover > a {

}
#main-menu ul ul a:hover {
	background: #e0e0e0;
	color: #606060;
}
#main-menu ul li:hover > ul {
	display: block;
}
#main-menu > ul > li > a {
	margin-left: 2.3em;
}
#main-menu > ul > li.current-menu-item > a {
	color: #79B412;
}



/* =Content
---------------------------------------------------------------------- */

#body-0 .button {
	display: none!important;
}
#body-0 .inner-page > div {
	display: table-cell;
	vertical-align: middle;
	height: 15em;
}
#body-1 {
	background: #ffffff;
	font-size: 16px;
	padding-bottom: 4%;
}
#body-1 a, #body-1 a em, #body-1 a strong {
	color: #79B412;
}
#body-1 strong, #body-1 strong *, #body-1 b, #body-1 b * {
	font-family: 'ralewaybold';
	color: #000000;
}
#body-1 em, #body-1 em *, #body-1 i, #body-1 i * {
	font-style: italic;
}
#body-1 ul, #body-1 ol {
	margin-bottom: 1.45em;
}
#body-1 li {
	list-style-position: inside;
	margin-bottom: 0.4em;
	text-align: justify;
}
#body-1 ul li {
	list-style-type: disc;
}
#body-1 ol li {
	list-style-type: decimal;
}
#body-1 p, #body-1 li {
	color: #222222;
	line-height: 1.95em;
	text-align: justify;
}
h1, h2, h3, h4 {
	font-size: 1.8em;
	margin-bottom: 0.5em;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
	color: #222222!important;
}
#content h1, #content h1 a {
	font-size: 32px;
}
#content h2, #content h2 a {
	font-size: 26px;
}
#content h3, #content h3 a {
	font-size: 20px;
}
blockquote {
	padding-left: 30px;
	margin: 10px 0 32px 60px;
	float: left;
	border-left: 4px solid #79B412;
}
blockquote p {
	font-style: italic;
	margin-bottom: 0!important;
	line-height: 221%!important;
}
#content h1, #content h2, #content h3, #content h4 {
	text-align: center;
}
.entry-title {
	font-size: 3em;
	letter-spacing: 0.1em;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-family: 'ralewaysemibold';
	margin: 0 0 0.25em;
}
.entry-title a {
	color: #ffffff!important;
}
.preview-entry h2 {
	text-align: left!important;
}
.breadcrumbs, .breadcrumbs a {
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}
article {
	width: 100%;
	margin: 0 auto;
}
.single-post article, .single-library_item article {
	width: 100%;
}
article p {
	margin-bottom: 1.45em;
	line-height: 1.6em;
}
#body-1 #content {
	margin-top: 5%;
}
.home #body-1 #content {
	margin-top: 0;
}
#content article .entry-title {
	display: none!important;
}
.entry-title {
	
}
.preview-entry {
	width: 100%;
	margin-bottom: 5%;
}
#content .wp-pagenavi {
	float: left;
	width: 100%;
	margin: 12px 0 25px;
}
#comments {
	width: 100%;
	float: left;
}
#comment-list > li {
	width: 100%;
	float: left;
	margin: 0 0 2.5% 0;
}
#comments form label {
	display: block;
}
#prev-next {  float: left; margin:10px; width: 100%;}
#prev-next .prev-link {float: left;width: 50%;text-align: left;}
#prev-next .prev-link a {float: left;text-align: left;}
#prev-next .next-link {float: right;width: 50%;text-align: right;}
#prev-next .next-link a {float: right;text-align: right;}
#prev-next a{text-decoration: underline; }
#prev-next a:hover { text-decoration: none; }

/* Front Page */
#grid-labels {
	float: left;
	width: 100%;
	margin-bottom: 3%;
	border-bottom: 3px solid #eeeeee;
	position: relative;
}
#grid-labels span {
	color: #222222;
	text-transform: uppercase;
	font-family: 'ralewaybold';
	font-size: 14px;
	letter-spacing: 2px;
	margin: 2px 20px 14px 0;
	float: left;
}
#grid-labels span#grid-categories {
	float: right;
	padding: 2px 14px 14px 0;
	margin: 0;
	background: url('images/green-arrow.png') right 6px no-repeat;
}
#grid-labels ul {
	position: absolute;
	z-index: 2;
	top: 30px;
	right: 0;
	background: #ffffff;
	box-shadow: 4px 4px 0 #dfdfdf;
	padding: 8px 15px 9px;
	border: 1px solid #e0e0e0;
	width: 200px;
	display: none;
	margin: 0;
}
#grid-labels div:hover ul {
	display: block;
}
#grid-labels ul li {
	border-top: 1px solid #e0e0e0;
	margin: 0;
	list-style-type: none;
	padding: 3px 0;
	font-size: 14px;
}
#grid-labels ul li:first-child {
	border-top: 0 solid #000000!important;
}
#grid-labels li a {
	color: #222222;
	text-decoration: none;
}
#grid-labels li a:hover {
	color: #79b412;
}
#grid-labels select {
	float: right;
	margin-top: -2px;
}
#front-grid {
	float: left;
	width: 100%;
	margin-bottom: 4%;
}
.archive #front-grid {
	opacity: 0;
}
.archive .search-form {
	margin-bottom:2em;
}
.archive .search-form .screen-reader-text {
	display:none;
}
.archive .search-form .search-field {
	width:79%;
	padding:1.3% 2.2%;
}

#front-grid .green-button {
	display: table;
	margin: 2% auto;
	clear: both;
}
.node {
	float: left;
	width: 23.5%;
	margin: 0;
	background: #ffffff;
}
.node.footer-node {
	margin: 0 0 8% 0;
}
.gutter-sizer {
	width: 2%;
	height: 0;
}
.node:hover {
	background: #fafafa;
}
.node.front-node {
	border: 1px solid #e0e0e0;
	width: 23%;
	width: calc(23% - 2px);
	margin-bottom:2%;
}
.node.footer-node {
	margin-right: 2%;
}
.node.footer-node h1 {
	font-size: 18px;
}
.node.footer-node div {
	background: #ffffff;
	min-height: 64px;
}
.node.footer-node:hover div {
	background: #fafafa;
}
.node div {
	padding: 9% 7% 7%;
	width: 86%;
	float: left;
}
.node a {
	text-decoration: none;
	color: #222222;
}
.node img {
	width: 100%;
	float: left;
}
#content .node h1 {
	font-size: 18px;
	line-height: 113%;
	color: #636363;
	text-align: left!important;
}
.node span {
	margin-bottom: 5px;
	color: #79B412;
	text-decoration: underline;
	font-size: 14px;
	display: inline-block;
}
.node p {
	font-size: 14px;
	line-height: 132%!important;
	text-align: left!important;
	overflow: hidden;
}
.action-step {
	float: left;
	width: 100%;
	margin: 0 0 5%;
}
.action-text {
	float: left;
	width: 70%;
	font-size: 22px;
	line-height: 150%!important;
}
.green-button.action-button {
	float: right;
	margin-top: 9px;
	padding:1em 0;
	width: 27%;
}
.green-button, .gform_wrapper input[type="submit"], .form-submit input[type="submit"], .search-form input[type="submit"] {
	color: #ffffff!important;
	background: #79B412;
	border-radius: 4px;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2px;
	font-size: 14px;
	font-family: 'ralewaybold';
	padding: 1.3em 6%;
	border: 0px solid #000000!important;
	-webkit-appearance : none;
}
.green-button:hover, .gform_wrapper input[type="submit"]:hover, .form-submit input[type="submit"]:hover {
	background: #5b880d;
}
.join-group {
	background:#79B412!important;
	color:#fff!important;
}
.join-group:hover {
	background:#5b880d!important;
}
.centered-button {
	display: table;
	margin: 4% auto;
}
#single-header h1 {
	float: left;
	max-width: 73%;
	font-size: 37px;
	line-height: 116%;
	font-family: 'ralewaysemibold';
}
#single-header .addthis_sharing_toolbox {
	float: right;
	margin-top: 7px;
}
#single-meta {
	font-size: 14px;
	clear: both;
	margin-bottom: 40px;
}
#pdf-link {
	float: right;
}
.grey-link {
	color: #222222!important;
}
.single-post #body-1 #content, .single-library_item #body-1 #content {
	margin-top: 0;
}
#single-featured-img {
	margin-bottom: 10px;
}
#featured-caption {
	margin: -7px 0 10px;
	font-size: 14px;
}
.category-date {
	margin: -10px 0 10px;
}
.breadcrumbs a:hover, #content a:hover {
	text-decoration: none;
}
#library-meta {
	margin-bottom: 40px;
	font-size: 15px;
}
#library-meta p {
	text-align: left;
	margin: 0;
}
#library-meta strong {
	display: inline-block;
	width: 165px;
}
#more-posts {
	cursor: pointer;
	background: #79b412;
	color: #ffffff!important;
	width: 311px;
	display: block;
	margin: 0 auto!important;
	border-radius: 4px;
	height: 52px;
	line-height: 54px!important;
	text-align: center!important;
	font-family: 'ralewaybold';
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
}
#more-posts:hover {
	background: #5B880D;
}
.widget {
	width: 80%;
	padding: 8% 10%;
	margin-bottom: 25px;
	border: 1px solid #e0e0e0;
	float: left;
}
.widget p {
	margin-bottom: 1.45em;
	line-height: 1.6em;
}
.widget > ul {
	border-top: 1px solid #e0e0e0;
	margin-bottom: 0!important;
}
.widget > ul li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	text-align: left!important;
	line-height: 1.5em!important;
	margin: 0!important;
	float: left;
}
.widget > ul li:last-child {
	border-bottom: 0px solid black;
}
.widget > ul li a {
	line-height: 139%;
	font-size: 13px;
	padding: 12px 0;
	display: block;
	color: #222222!important;
	text-decoration: none;
}
.widget > ul li a:hover {
	color: #79b412!important;
}
.widget-title {
	font-size: 19px;
}
.widget_recent_entries.widget > ul li a {
	padding: 12px 0 2px;
}
.widget .post-date {
    font-size: 12px;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

/* Theme My Login */
#theme-my-login li {
	list-style-type: none!important;
}

/* bbPress */
.loading {
	padding-right: 25px;
	background: url(images/square-loading.gif) no-repeat right center;
}

ul.topic, ul.bbp-topics > li, .forums > li {
	margin-bottom: 0!important;
}
ul.bbp-topics li, ul.forums > li {
	list-style-type: none!important;
}
div.bbp-template-notice.info, .bbp-template-notice {
	background: #fcfcfc!important;
	border: 1px solid #ececec!important;
}
.bbp-breadcrumb {
	display: none!important;
}
#members_search, #groups_search {
	width:150px;
}
#object-nav, .item-list-tabs {
	margin: 0!important;
}
#buddypress > form {
	margin: 10px 0;
	width: 99%;
}
#bbpress-forums {
	font-size: 13px;
}
#bbpress-forums a {
	color: #292929;
	text-decoration: none;
}
#bbpress-forums a:hover {
	text-decoration: underline;
}
.bbp-topic-permalink {
	font-size: 14px;
}
.bbp-topic-title {
	text-align: left!important;
}
.bbp-author-name {
	color: #79B412!important;
}
ul.topic.type-topic:hover {
	background: #ececec!important;
}
#buddypress span.activity {
	padding: 0 10px;
}
#buddypress .item-title a {
	color: #292929;
	text-decoration: none;
}
#buddypress .item-title a:hover {
	text-decoration: underline;
}


/* =Footer
---------------------------------------------------------------------- */


#footer-1 {
	background: #f1f1f1;
}
#footer-1 .inner-page > h1 {
	text-align: center;
	margin: 6% auto;
}
#footer-2 {
	color: #999999;
	text-align: center;
	line-height: 138%;
}
#footer-2 .inner-page {
	padding: 2.5% 0;
}
#footer-2 a {
	color: #999999;
	text-decoration: none;
}
#footer-2 a:hover {
	text-decoration: underline;
}



/* =Forms & Buttons
---------------------------------------------------------------------- */

textarea {
	overflow: hidden;
}
select {
	font-family: 'ralewayregular';
}
input[type="text"], input[type="email"], input[type="password"], input[type="search"], textarea {
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	width: 95.4%;
	padding: 1.7% 2.2%;
	line-height: 1.5em;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
	border: 1px solid #79B412;
	box-shadow: 0 0 4px rgba(121, 180, 18, 0.35) inset;
}
input[type="submit"] {
	cursor: pointer;
}
.gform_wrapper {
	width: 99.8%;
}
.gform_wrapper .gfield {
	margin-bottom: 2%!important;
	list-style-type: none!important;
}
.gform_wrapper .gfield > .gfield_label {
	display: block;
	margin: 0 0 0.4em 0;
}
.gform_wrapper .validation_error {
	display: block;
	margin: 0 0 0.7em 0;
}
.gform_wrapper .validation_message {
	display: block;
	margin: 0.4em 0 0 0;
	font-size: 0.8em;
}
.gfield_radio li {
	list-style-type: none!important;
}
.gform_wrapper .gfield.gfield_error input, .gform_wrapper .gfield.gfield_error textarea {
	border: 1px solid #f81e4c;
}
.gform_wrapper input[type="submit"], #comments #submit {

}
.gform_ajax_spinner {
	display: none;
}
.gform_wrapper li {
	list-style-type: none!important;
}
.gform_wrapper input[type="checkbox"], .gform_wrapper input[type="radio"] {
	margin-right: 9px;
}
.gform_wrapper .ginput_complex label {
	font-size: 13px;
	display: block;
	margin: -5px 0 10px;
}
.gform_wrapper select {
	width: 100%;
	padding: 10px;
}
.gform_wrapper .gsection_title {
	margin: 35px 0 17px;
}
.gform_wrapper li, form li {
	list-style-type: none!important;
}
form li {
	line-height: 1.4em!important;
}
.gform_wrapper .ginput_complex label {
    font-size: 11px;
    margin: 0 0 11px;
}
.gform_wrapper .gfield_description {
	margin-bottom: 9px;
}
.gform_wrapper .gfield_password_strength {
	font-weight: bold;
}
.gform_wrapper .gfield_password_strength.bad, .gform_wrapper .gfield_password_strength.mismatch {
	color: #f03800;
}
.gform_wrapper .gfield_password_strength.short {
	color: #f0cb00;
}
.gform_wrapper .gfield_password_strength.good {
	color: #88d600;
}
.gform_wrapper .gfield_password_strength.strong {
	color: #0b7e49;
}


/* BuddyPress */
#activity-filter-select {
	display: none;
}
body.activity .activity-type-tabs {
	display: none;
}
#subnav .feed a {
	line-height: 21px!important;
	padding-left: 20px!important;
}
.single-topic .bbp-pagination-count {
	display: none!important;
}
.group-home #item-actions, .single-item #item-header-avatar {
	display: none!important;
}
div#item-header div#item-meta {
	font-size: 16px!important;
}
#buddypress form#whats-new-form p.activity-greeting {
	line-height: 150%;
}
#subnav {
	background: #f1f1f1!important;
}
#buddypress div#subnav.item-list-tabs {
	padding: 2%!important;
	width: 96%!important;
}
#object-nav li > a {
	padding: 5px 10px 11px!important;
}
.large-button {
	background: #79b412;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	height: 42px;
	line-height: 43px;
	padding: 0 42px;
	border-radius: 4px;
	font-family: 'ralewaybold';
	font-size: 14px;
}
.large-button:hover {
	background: #5b880d;
}
div#item-header {
	overflow: visible!important;
}
#budypress, #item-header-content {
	width: 100%;
}
#custom-join-button {
	float: right!important;
	width: 100%!important;
	clear: both!important;
}
#custom-join-button a.large-button {
	background: #79b412!important;
	color: #ffffff!important;
	text-transform: uppercase;
	letter-spacing: 1px!important;
	text-align: center!important;
	text-decoration: none!important;
	height: 42px!important;
	line-height: 43px!important;
	padding: 0 42px!important;
	border-radius: 4px!important;
	font-family: 'ralewaybold';
	font-size: 14px!important;
	border: 0 solid black!important;
	margin-bottom: 40px;
	display: block!important;
	float: right!important;
}
.gform_validation_container {
	display: none!important;
}
.alignleft {
	float: left;
	margin: 0.3em 1em 0.5em 0;
}
.alignright {
	float: right;
	margin: 0.3em 0 0.5em 1em;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
    font-size: 0.7em;
    line-height: 135%;
}
span.activity {
	border: 1px solid #79b412;
	background: #f0f0f0;
}
.activity-header p a:nth-child(3) {
	display: none;
}
.single h2.user-nicename {
	text-align: left!important;
}
.single #latest-update {
	line-height: 150%;
	margin-bottom: 10px;
}
#members-group-list, #group-settings-form, #whats-new-form, #groups-dir-list {
	padding: 20px!important;
	background: #f1f1f1;
}
#item-body .activity.single-group {
	background: #f1f1f1!important;
}
#buddypress div.pagination {
	background: #f1f1f1!important;
	float: none!important;
	width: auto!important;
	padding: 20px!important;
}
#groups-dir-list img.avatar, #groups-dir-list span.activity {
	display: none;
}
#groups-dir-list .item-title a {
	font-size: 18px;
}
#buddypress ul.item-list li div.item-desc {
	margin-left: 0;
}
#members-group-list span.activity {
	background: #ffffff;
}







