/* Direct Cacao custom stylesheet */

hr {
  background-color: #EEEEEE;
  height: 1px;
  border: 0;
  margin-bottom: 20px;
}

img.alignleft,
img.alignright {
  margin-bottom: 15px;
}

#wrapper {
  background: url("http://www.directcacao.org/wp-content/uploads/2013/11/web-background-inner.jpg") repeat scroll left top rgba(0, 0, 0, 0);
}

.main-menu {
  margin-top: 5px;
}

.page-entry {
  background: none;
}

.content {
  padding-left: 10px;
  padding-right: 10px;
  width: 940px;
}

.container .page-top .page-title {
  width: 100%;
}

.page-top {
  padding-bottom: 5px;
  margin-bottom: 18px;
}

.page-top h1 {
  font-size: 24px;
  color: #666464;
}

.container .twelve.columns {
  width: 640px;
}

.content h3 {
  padding-bottom: 5px;
}

.content img.size-medium {
  border-radius: 4px;
} 

.su-list {
  margin-left: 13px;
}

/*.content .one-half, .content .one-half-last {
  margin-bottom: 15px;
}*/

.large-note {
  font-size: 20px;
  line-height: 1.5em;
  
}

.large-note .su-note-inner {
  border: none;
}

.sidebar h3 {
  color: #30427B;
  margin-bottom: 15px;
}

.sidebar ul {
  margin-left: 20px;
}

.sidebar .menu .current-menu-item a {
  background: none;
}

.sidebar form#loginform p {
  margin-bottom: 5px;
}

.sidebar form#loginform p.login-username label,
.sidebar form#loginform p.login-password label {
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  width: 55px;
}

.sidebar form#loginform input#user_pass,
.sidebar form#loginform input#user_login {
  font-size: 11px;
}

.sidebar form#loginform p.login-remember {
  padding-left: 60px;
}

.sidebar form#loginform p.login-submit {
  text-align: right;
  padding-right: 25px;
}

.content .su-table th {
  font-weight: bold !important;
}

.content .su-table th:first-child {
  text-align: left !important;
  padding-top: 25px !important;
  padding-bottom: 5px !important;
}

.content .su-table td + td {
  text-align: right !important;
  font-weight: bold !important;
}

#form_members #frm_field_295_container,
#form_members #frm_field_297_container {
  margin-bottom: 0;
}

#form_members p:empty {
	display: none;
}

.post-265 a {
  color: #30427B;
}

table#member-list th,
table#member-list td {
  border: 1px solid #ddd;
  padding: 2px 5px;
}

table#member-list th {
  
}

/*

OLD BASIC SITE STYLING

h1,h2,h3,h4,h5,h6 {

	color: #A51009 !important;

}



#site-title a {

	font-size: 45px;

}



#branding img {

	margin-bottom: -7px;

}



#access {

	background: -moz-linear-gradient(#A51009, #832521);

	background: -o-linear-gradient(#A51009, #832521);

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A51009), to(#832521)); /* older webkit syntax */
/*
	background: -webkit-linear-gradient(#A51009, #832521);

}



.singular.page .hentry {

	padding: 0.5em 0 0;

}

.singular .entry-title {

	font-size: 30px;

}



.wp-caption .wp-caption-text {

	padding: 10px 0 5px 0;

	text-align: center;

}



.wp-caption .wp-caption-text:before {

	display: none;

}*/