/**
 * Theme Name: ru-service
 * Description: Site specific theme for service.ru.dhamma.org.
 * Version: 1.0
 */

.hdr-logo {opacity: 0.4; filter: alpha(opacity = 40); /* MSIE */}
.more-about{
	white-space: nowrap;
}
#searchresults {
	margin-top: 3em;
}
#searchresults article.tease-project ul > li{
	list-style-image: url('images/project-icon.png');
}
.post-type-project header h3 {
	text-align: center;
}
.post-type-project header {
	margin-bottom: 1em;
}
.post-type-project .project-attribute-group-1 {
	white-space: nowrap;
}
.post-type-project .project-attribute-group-0 {
	display: none;
}

.content-wrapper {
	margin-bottom: 1em;
}
.project-contact-sent-error {
	border-style: solid;
	border-width: 1px;
	border-color: red;
	margin-bottom: 1em;
}
.project-contact-sent-error .message {
	color: red;
}
.project-contact-sent {
	border-style: solid;
	border-width: 1px;
	border-color: green;
	background-color: lightgreen;
	margin-bottom: 1em;
}
.project-contact-area .project-contact-form{
	padding: 1em;
	border-width: 0.8em;
	border-style: solid;
	border-color: #fff;
}
.project-contact-area .project-contact-form .consent-checkbox{
	font-size: 90%;
}

h1 {
	text-align: center;
	font-size: 1.75em;
}
h4 {
	text-align: center;
	color: #bfa100;
	font-size: 1.3em;
}
.project-attribute-name{
	color: #bfa100;
}

#whatisit,
.project-contact-area,
#searchform .projects-search-form{
	padding: 1em;
	background-color: #f3f3f3;
	box-shadow: 0px 16px 27px -3px #c0c0c0;
}
.btn{
	font-weight: bold;
}
.btn:not([disabled]) {
  cursor: pointer;
}
.div_submit_search_form .btn{
	background-image: url('images/magnifier-search.png');
	background-repeat: no-repeat;
	background-position: left;
	background-position-x: 30px;
	text-align: right;
	padding: 10px;
	padding-right: 40px;
	padding-left: 60px;
	font-weight: bold;
}
.opt_form_control:hover,
.opt_form_control:focus,
.opt_form_control:active,
.opt_form_control:checked {
	background: linear-gradient(#999999, #999999);
}
.div-logo{
	margin-top: 1em;
	margin-bottom: 1em;
}

.div-logo a{
	color: black;
	text-decoration: none;
}

.aligned-right{
	text-align: right;
}
.aligned-left{
	text-align: left;
}

.text-title-logo{
	padding-top: 20px;
}

.text-title,
.text-title-md{
	font-size: 2em;
}

.text-title-description{
	font-size: 0.9em;
}
.text-title-description-md{
	font-size: 0.7em;
}

.text-title-xs{
	text-align: center;
	font-size: 1.6em;
}
.text-title-description-xs{
	text-align: center;
}

.logo-img-xs{
	height: 50px;
	width: 33px;
}

#footer{
	margin-top: 3em;
	margin-bottom: 1em;
}
#footer a{
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	color: black;
}

#footer a:hover,
.text-title-xs:hover{
	text-decoration: underline;
}
