/******************************************************************
Theme Name: LRCC
Theme URI:
Description: Custom Theme
Author:
Version:
Tags:

License: GPL or whatever
License URI: http://www.gnu.org/copyleft/gpl.html
******************************************************************/

/******************************************************************
GENERAL LAYOUT STYLES
******************************************************************/
html, body {height:100%;}
body
{
    font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color:#5C3D75;
}

a:link {
    color: #B54B80;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: underline;
}
a:hover {
    color: #B54B80;
    font-family: Arial,Helvetica,sans-serif;
}
a:visited {
    color: #B54B80;
    font-family: Arial,Helvetica,sans-serif;
}



/*  =============================================================================
    Generic Classes
    ========================================================================== */

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }


.page-contact .content {
    line-height:18px;
    font-size:15px;
}
.page-contact .content p {
    padding-right:25px;
}
br {line-height:0;}
.blue {
    color: #20B7C7;
}
.purple {
    color: #5C3D75;
}

.bbp-forum-description,
.bbp-template-notice,
#bbpress-forums #bbp_stick_topic, #bbpress-forums label[for="bbp_stick_topic"] {
    display:none !important;
}
