/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/
.news_widget .date {
    background-color: #032d47;
}

h4 {
font-size: 20px;
}

h3.title {
    margin-top: 15px;
    color: #15628a;
}

#comments h3 {
    color: #032D47;
}

#heading h1 {
    text-align: right !important;
    margin-right: 10% !important;
    color: #fff;
}

#intro p {
        margin-right: 20%;
        text-align: right;
        color: #fff;
        font-family: 'Sanchez', Georgia, serif;
        font-size: 24px;
        line-height: 1.9;
}
/*
 #heading {
        margin-top: -125px;
        background-color: #032d47 !important;
}
*/

#heading {
    margin-top: -125px;
  /* fallback */
  background-color: #032d47;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#15628a), to(#032d47 ));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #032d47 , #15628a);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #032d47 , #15628a);

  /* IE 10 */
  background: -ms-linear-gradient(top, #032d47 , #15628a);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #032d47 , #15628a);
}

#logo {
    position: relative;
    z-index: 1;
    margin-top: -20px;
}

#heading h2 {
    text-align: right;
    padding-right: 20%;
    color: #fff;
}

.news_widget h4 a {
color: #858f95;
font-weight: normal;
}

.post_content h1 {
margin-bottom: 12px;
text-align: left;
}

.post .readmore a, #respond input[type=submit] {
    background-color: #032D47;
}

.post-thumb {
display: none;
}

.post .readmore a:hover, #respond input[type=submit] {
    background-color: #2d6b93;
    }

#content-wrap:before {
    background-color: #BC070C;
}

#sidebar .widget {
    margin-bottom: 30px;
}
#homewidgets-main {
    background: url('images/dots.gif') 100% 0 repeat-y;
}
#homewidgets-large {
    width:600px;
    background: url('images/dots.gif') repeat-y right;
}
#homewidgets-rightmain {
    background-image: none !important;
}

.widget_text h3 {
text-align: center;
}

.news-widget li {
    background: url('images/dots.gif') repeat-x bottom;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.copyright {
        border: 1px solid #032d47;
        padding: 2px;
        color: #032d47;
        max-width: 330px;
        text-align: center;
        margin-top: 5px;
}

#footer .wrap {
    color: #032d47;
}

#joinus input {
float: left;
display: inline;
}

#donatehome input {
float: left;
display: inline;
padding: 9px;
}

#e {
height: 35px;
width: 60%;
}

#a {
    width:15%;
    height:35px;
}

img .join-image {border: none !important;}
.join {float: left; margin-right: 2%; height: 62px;}
.join-image {float: left; width: 30%; min-height: 60px; margin-left: 5%; padding: 0px !important; border: none !important; max-width: 155px;}
.donate-image {margin-left: 10%; min-height: 60px; max-height: 60px; max-width: 142px; padding: 0px !important; border: none; width: 60%;}
tr {border-bottom: none;}
#donate {margin-bottom: 15px;}
.facebook {overflow: hidden;}

#homewidgets-large h3.title {
text-align: left;
}

/*****Menus*****/
li.current-menu-item a, li.current_page_item a, li.current-menu-ancestor a, li.current-menu-parent a, li.current_page_parent a {
    background-color: #BC070C;
}

.dropdown a {
    color: #032d47;
}

#footer .menu li a {
color: #032d47;
}

/*.home-link-icon a{
    padding-left: 30px !important;
    background: transparent url(images/home-menu-icon.png) left no-repeat;
    text-indent: -99999px;
}
*/

/********Slider*********/
.slides > li h3 {

background-color: #053b66;
font-size: 36px;
font-weight: normal;

}

.slides > li .excerpt {

font-size: 14px;
line-height: 2;
max-width: 320px;
background-color: #0a5886;
background-image: none;
}

/*****Twitter Widget******/

#footer .widgets .wide .bubble_wrap a {
color: #bc070c;
}


/*****Media Queries*******/

@media only screen and (max-device-width: 480px) {
    #homewidgets-large .news_widget li { display: block; width: 95%; margin-top: 5%;}
    #a { width: 59%; }
	}

@media screen and (max-width: 640px) {
    .eadd {display: block;}
    .btn_menu { top:25px; position: absolute; z-index: 9999;}
    #a { width: 59%; }
    .donate-image {width: 30%; min-height: 60px; margin-left: 5%; max-width: 155px;}
    
}

@media screen and (max-width: 1040px) {
    .join {display: none;}
    #a {width: 50%;}
    .donate-image {width: 30%; min-height: 60px; margin-left: 5%; max-width: 155px;}
    #homewidgets-main {  background: none !important; }
    #homewidgets-large { background: none !important; }
    #logo {margin-top: 0px;}
    
}

@media screen and (max-width: 768px) {
    
    .slides > li .excerpt { font-size: 14px; display: none; }
}

