#breadcrumbs_inner, #content_inner
{
    width: 920px;
/* REMOVED 2013 08 16
    padding-left: 30px;
    padding-right: 30px;
*/
    padding-left: 5%;
    padding-right: 5%;
}
.right_sidebar #main
{
    width: 650px;
}
.right_sidebar #sidebar 
{
    width: 270px;
}

#intro
{
background: rgba(162,52,34,.8);
}
#footer
{
background: rgba(162,52,34, .8);
}
#sub_footer
{
background: rgba(162, 52, 34, 1);
}
#breadcrumbs, #content
{
background: none;
border: none;
}
#breadcrumbs_inner
{
background-image: none;
background-color: #e5e5e5;
background-repeat: repeat;
background-attachment: scroll;
background-position: left bottom;
}
#content
{
padding-top: 0;
padding-bottom: 0;
}
#content_inner
{
background: rgba(255,255,255,.6);
}
#main
{
padding-bottom: 40px;
}

body {
background-color: transparent;
background: none;
}

.fullbg
{
    position:fixed;
    background-image:  url(/wp-content/uploads/2013/07/bgc.png);
    height: 3000px;
    width: 3000px;
}

.slide_title
{
    font-family: 'Loved by the King', cursive;
}

#intro .call_to_action 
{
    font-family: 'Hanalei Fill', cursive;
    font-size: 30px;
    color: #00437f;
}

.gform_wrapper textarea.medium
{
    background: #FFF;
    border: 1px solid #ABADB3;
    border-radius: 0;
}

.orange
{
    background-color: rgba(162,52,34, .8) !important;
    border-color: rgba(162,52,34, .8) !important;
}
.colored_box.orange a, .colored_box.green a
{
    color: white;
}
.colored_box.orange a:hover, .colored_box.green a:hover
{
    color: #aaa;
}
.green
{
    background-color: #00437f !important;
    border-color: #00437f !important;
}




/* MOBILE SETUP */
@media screen and (max-width: 998px) {

.logo {position: relative; text-align: center; }

}
.mysite_responsive #responsive_menu {
border: 1px solid #AA5244;
}
/* MOBILE SETUP ^^^ */



.tabs_framed a {
background: #A23322;
color: #FFF;
font-size: 14px;
}
.tabs_framed a:hover {
color: #A23322;
}