/* hide this stuff */
.main_content_home > .header_title, .site_links, .site_links_wrapper, .donate, .sign-up, .header-wrapper, .endorse-box-wrapper, span.contact
{display:none;}

/* change this stuff */

.main_content_wrapper {
	box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}

.content_area_wrapper {background-color:#d4caba;float:none;display:block;margin:0px;width:100%;
}

div.sidebar, div.main_content, .news, .bio, .connect, .get-involved {float:none;display:block;width:90%;padding:2% 5%;border:none;}
div.main_content_home{
width:100%;border:none;
padding:0px 0px;float:none;display:block;	background-color:#dad6cc;

}
.centered {float:none;display:block;width:100%;padding:0;border:none;}
div.footer {padding:0px;width:90%;margin:0 auto;}
div.footer_wrapper {width:100%;}
span.powered {float:none;display:block;padding:5px 0px;text-align:center;width:100%;}
span.disclaimer {display:block;border:1px solid white;padding:10px;text-align:center;margin:10px;width:90%;}
td.emmaFormBoxInput input {width:100%;}

#wrapper {
width:100%;}
.megafooter_wrapper {background-color:#b4a287;width:100%;float:none;z-index:-1;position:relative;margin-top:-20px;border-top:2px solid #a02323;min-height:300px;}


.mobile {display:block;}
.mobile-mini-nav {font-size:11px;text-align:center;display:block;padding:10px 0px;background-color:#dedede;width:100%;}
.mobile-mini-nav a {margin:10px 15px;text-transform:uppercase;}

.mobile_site_links {background-color:#f7f3ed;display:block;padding:0;}
.mobile_site_links ul {
    list-style:none;
    margin: 0;
    padding:0;
height:auto;width:100%;}

.mobile_site_links ul li { 
    float:none;display:block; 
    margin: 2px 0px;
    font-size: 14px;width:92%;
    text-transform: lowercase;
    padding:5px 4%;
color:black;border:1px solid #dedede;
}
.mobile_site_links ul li a {color:black;}

.mobile-header {border-bottom:1px solid #433826;border-top:1px solid #433826;}

/* Portrait */
@media screen and (orientation:portrait) {
    /* Portrait styles */
    div.nav {
width:90%;padding:2px 5%;
font-size: 14px;text-align:center;
float:none;display:block;
z-index: 2000;
height: 10px;clear:left;
position:relative;
top:0px;
}
div.nav table tr td {text-align:center;}
td.left {float:left;padding-right:20px;}
.nav a {color:black;}
td.right {float:right;padding-left:20px;}
a.activeSlide {color:#f1203d;}
#slider {width:320px;height:190px;display:block;margin:0;border-bottom:1px solid #a18d6f;}
ul.slideshow {margin:0;width:320px;height:165px;overflow:hidden;border:0px solid white;}
ul.slideshow li {width:320px;border:0px solid white;height:165px;overflow:hidden;}
ul.slideshow li img {width:320px;height:165px;}
.mobile-header img {width:320px;}
.mobile-header {height:90px;}
}
/* Landscape */
@media screen and (orientation:landscape) {
    /* Landscape styles */
    div.nav {
width:90%;padding:2px 5%;
font-size: 14px;text-align:center;
float:none;display:block;
z-index: 2000;
height: 10px;clear:left;
position:relative;
top:0px;
}
div.nav table tr td {text-align:center;}
td.left {float:left;padding-right:20px;}
.nav a {color:black;}
td.right {float:right;padding-left:20px;}
a.activeSlide {color:#f1203d;}
#slider {width:480px;height:280px;display:block;margin:0;}
ul.slideshow {margin:0;width:480px;height:250px;overflow:hidden;border:0px solid white;}
ul.slideshow li {width:480px;border:0px solid white;height:250px;overflow:hidden;}
ul.slideshow li img {width:480px;height:250px;}
.mobile-header img {width:480px;}

.mobile-header {height:135px;}

}