/*
Theme Name: PAAE
Theme URI: http://jennmearswebdesign.com
Description: Theme for PAAE
Version: 1.0.0
Author: Jenn Mears Web Design
Author URI: http://jennmearswebdesign.com
Template: suffusion
*/
 
@import url("/wp-content/themes/suffusion/style.css");

/*Header Styles*/

#header-container{
/*background:#f2B90d;*/
background:#c10f29;
}

.blogtitle.left a {
margin-left:35px;
}

.paypal-forms {
float:left;
width:30%;
}

#header.fix{
width:100%;
padding-top:0px;
padding-bottom:0px;
background:#c10f29 url('http://publicaction.org/wp-content/uploads/2014/07/banner-kids5.jpg') no-repeat right top;
/*background:#c10f29 url('http://publicaction.org/wp-content/uploads/2014/01/mission-banner.jpg') no-repeat right top;*/
}

#wrapper {
border:none;
}

#right-header-widgets ul{
margin-top:0px;
padding-top:0px;
margin-right:15px;
}

#right-header-widgets a img{
margin-top:-3px;
}

/***DKG EVENT POSTS***/

#post-677 h1.posttitle a{
visibility:hidden;
height:0;
}

/*1st LEVEL MENU STYLES*/

.down-ptr{
 	visibility:hidden;
	width:0px;
	height:0px;
	padding:0;
	margin:0;
}

#nav {
height:41px;
padding-left:45px;
padding-right:45px;
}

#nav.continuous ul li{
	margin-left:1.5em;
}

#nav ul li a:hover, #nav.continuous ul li a:hover, #nav ul li a.current:hover, #nav.continuous ul li a.current:hover, #nav a.current li a:hover, #nav.continuous a.current li a:hover {
	padding-bottom:10px;
}

/**DONATE BUTTON**/

#nav.continuous ul li.menu-item-777 a.with-arrow{
	background: none repeat scroll 0% 0% #6930EA;
	padding-bottom:11px;
}


/***2nd Level Dropdown styles***/

#nav.continuous ul ul {
  	margin-top:4px;
}

#nav.continuous ul ul li{
	margin-left:0px;
}

#nav.continuous ul ul li a, #nav.continuous ul ul li a:hover, #nav.continuous ul ul li 		a:visited{
	font-size:.75em;
	white-space:nowrap;
	width:240px;
}

#nav ul ul li a.current, #nav.continuous ul ul li a.current{
	font-size:.75em;
	white-space:nowrap;
	width:240px;
}

#nav ul ul li a:hover, #nav.continuous ul ul li a:hover, #nav ul ul li a.current:hover, #nav.continuous ul ul li a.current:hover{
	font-size:.75em;
	white-space:nowrap;
	width:240px;
}

/***3rd Level Dropdown styles***/

#nav ul .dd-tab ul {
	visibility:hidden;
	position:absolute;
	/*height:0;*/
	top:35px;
	left:0;
	width:240px;
}

/* position the third level flyout menu */
#nav ul .dd-tab ul ul {
	left:255px;
	top:-1px;
	width:240px;
}

/* position the third level flyout menu for a left flyout */
#nav ul ul ul.left {
	left:-255px;
}


/***Content Styles***/

#subnav {
    background: none repeat scroll 0% 0% #FFF;
    margin-top: 15px;
    border: none;
}

#comments {
visibility:hidden;
}

.one_half p, .one_half.first-para{
width:85%;
}

.credits{
width:85%;
clear:left;

margin-left:auto;
margin-right:auto;
}
.names-list{
float:left;
width:25%;
margin-bottom:20px;
}

ul.committee{
list-style-type: none;
}

.post-format-icon {
   
}

.post, article.page{
border:5px solid #c10e28;
}

.post:last-child, article.page:last-child {
    border-bottom: 5px solid #c10e28;
}

/***WIDGET STYLING***/

#ad-hoc-1 .suf-widget{
 border:none;
 height:250px;
}

.dbx-box, .suf-widget {
background:#fff;
border:5px solid #c10e28;
color:#666;
height:40em;
}

aside#text-3, aside#text-4{
text-align:center;
font-size:14px;
}


#sliderContent {
	
	margin: 0;
	padding-left: 0;
}

/*.sliderImage {
	width: 801px;
height:320px !important;
	padding: 0;
	margin: 0;
}*/


/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}



	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {

}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {




}



