/** Do not remove this line. Edit CSS below. */

/*WP AUDIO PLAYER */
.wp-audio-shortcode {width: 50%!important;}

.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
    background: #16456D!important;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
}

.mejs-controls .mejs-time-rail .mejs-time-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #fff!important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #FFDD96!important;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #D20101!important;
}


.pullquote {
background: #efefef;
float: right;
width: 300px;
font-size: 105%;
text-align: left;
margin-left: 1em;
padding:10px 10px 10px 10px;
border-left: 2px solid #D4D0C8;
-moz-border-radius: 10px;
border-radius: 10px;
}

/* Makes tabber widget work right */

.h4 ul.tabs-menu li a, .v4 ul.tabs-menu li a {
    color: white!important;
    border-top-left-radius: 5px;
    border-top: 1px solid rgb(183, 183, 183);
    border-top-right-radius: 5px;
    background: none repeat scroll 0% 0% rgb(10, 66, 106)!important;
}


.h4 ul.tabs-menu li.selected a, .v4 ul.tabs-menu li.selected a {
    background: none repeat scroll 0% 0% rgb(202,8,12)!important;
    border-top: 1px solid rgb(255, 255, 255);
    color: rgb(255,255,255)!important;
}

.h4 ul.tabs-menu, .v4 ul.tabs-menu {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(223,223,223)!important;
    background-image: linear-gradient(to bottom, #EFF1F3 0%, #EFF1F3 100%)!important;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
margin-bottom: 10px!important;
}

.h4 ul.tabs-menu, .v4 ul.tabs-menu {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(10,66,106);
    background-image: linear-gradient(to bottom, #fff 0%, #EFF1F3 100%)!important;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-bottom: 10px!important;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}


.tabs {
    border: 0px solid rgb(204, 204, 204)!important;
    position: relative;
}

.tabs-content {
    position: relative;
    overflow: hidden;
    padding: 0px!important;
}

/* Moves comments list over to look better */

.bwp-rc-ulist {margin-left: 1.3em!important;}

.bwp-rc-ulist li ul {margin-left: 1em!important;}


/* Recent comments in tabber widget*/

.widget-area ul li {
  background: url(images/sidebar-list.png) no-repeat top left;
  border-bottom: 1px dotted #ddd;
  margin: 0 0 5px;
  padding: 0!important;
  word-wrap: break-word;
}

/* BWP-RC tweaks*/

li.recent-comment .recent-comment-single {margin: 5px 0!important;}
.bwp-rc-title {font-size: 115%!important;}


li.rc-title {margin-top: 10em;}


/*--Adds Drop Cap --*/
.drop-cap {
  font-size: 4em;
  float: left;
  line-height: .9;
  padding: 0 .2em 0 0;
  margin: 0 0 -.2em 0;
  display: block;
}

/* -- adds padding to blockquote in comment box --*/
div.comment-content blockquote {
background:#fff url('http://www.aoiusa.org/wp-content/uploads/2014/11/quote-grey.png') 0em 0em no-repeat;
	margin: 20px 65px 20px 20px;
	overflow: hidden;
	padding: 20px 25px 20px 45px;
}


/*------Removes style in contact form list---*/
li.contact-form {list-style-type: none!important;}

.comment-content p {
	font-size: 18px;
	margin: 0 0 20px;
}


/*HEADER WIDGET AREA */

#header .widget-area {
	float: right;
	padding: 0px 0px 00px 00px;
	width: 180px;
margin-top: -130px;
}


/* BLOCKQUOTE IMAGE */

blockquote {
background:#fff url('http://www.aoiusa.org/wp-content/uploads/2014/11/quote-grey.png') 0em 0em no-repeat;
	border: 0px solid #ddd;
	margin: 0px 65px 0px 10px;
	overflow: hidden;
	padding: 1px 25px 1px 45px;
}


#wrap {
	-moz-border-radius: 0px;
	-webkit-border-radius: 00px;
	background: #fff;
	border: 0px solid #ededed;
	margin: 0px auto;
	overflow: hidden;
	padding: 0px;
	position: relative;
}

/*COMMENT COLORS*/

.depth-2 {
	border: 1px solid #ddd;
background-color: #ffffff;
}

/* STUFF AROUND COMMENT BOX*/
.comment-content p {
	font-size: 16px;
	margin: 0 0 20px;
}

.fn {font-weight: bold;}

p,logged-in-as {margin-bottom: .5em;}

.quicktags-toolbar {margin-bottom: .5em;}



