/*
Theme Name:     MRRI 
URI:      		http://www.michiganredistrictingresourceinstitute.com
Description:    Child theme for the Cazuela theme 
Author:         Bill Carney
Author URI:     http: //www.billcareney.com/
Template:       cazuela
Version:        0.1.0
*/
@import url("../cazuela/style.css");


.entry-title {
  font-size: 20px;
  font-size: 2.0rem;
}


.scheme-blue.header-gradient #masthead {
	background-image:none;
	background-color:#c9c7ae;
	background-image: url(/wp-content/uploads/2013/05/40percent.png);
		background-image: url(/wp-content/uploads/2013/06/mrri_header.jpg);
		padding: none;
		height: 227px;
		width: 1040px;
}

.scheme-blue .main-navigation > ul > li:hover > a {
  text-shadow: 0 0 15px white;
}

.scheme-blue #masthead {
  border-bottom: 10px solid transparent;
}

.main-navigation {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
    background: #9c0202; /* Show a solid color for older browsers */
    background: -moz-linear-gradient(#9c0202, #ba2914);
    background: -o-linear-gradient(#9c0202, #ba2914);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9c0202), to(#ba2914)); /* Older webkit syntax */
    background: -webkit-linear-gradient(#9c0202, #ba2914);
}


.scheme-blue #colophon,
.scheme-blue #after-footer {
	background-color:#c9c7ae;
	color: black;
	background-image: url(/wp-content/uploads/2013/05/40percent.png);
}

.menu-primary-sidebar-menu-container {
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
}



/* -------------------------- Contact form 7 customizations */
.wpcf7 input, 
.wpcf7 textarea{
    padding:10px;
    color:#8e8e8e;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height: 20px;

    border: solid 1px #9f9f9f; 
    
    box-shadow: inset 2px 2px 8px #bababa;
    
    -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
    
}

.wpcf7 .wpcf7-list-item{
  padding-left: 0;
  margin-left: 0;
  margin-right: 25px;
}

.wpcf7 .wpcf7-list-item input{
  border: none;
  padding-left: 0;
  margin-left: 0;
}

.wpcf7 select{
  outline: none;
  font-size:16px;
  font-family:Arial, Helvetica, sans-serif;
}

.wpcf7 input:hover, 
.wpcf7 input:focus, 
.wpcf7 input:active, 
.wpcf7 textarea:hover, 
.wpcf7 textarea:focus, 
.wpcf7 textarea:active {
  background: #ebf7f5;
  outline: none;
}

.wpcf7 input.wpcf7-submit{

    -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  transition: 0;
  
  border: none;
  position: relative;
  
  color: #fff;
  
  text-shadow: 1px -2px 0px black;
  
  text-transform: uppercase;
  
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  
  font-size: 14px;
  
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  
  /* Gradient background */
  background-color: #023563;
  background: -webkit-gradient(linear, left top, left bottom, from(#023563), to(#000000));  
  background:  -moz-linear-gradient(top, #023563, #000000);  
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#023563', endColorstr='#000000');
  -ms-filter: &quot;progid:DXImageTransform.Microsoft.gradient(startColorstr=#023563, endColorstr=#000000)&quot;;
  
  /* Drop Shadow */
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  
}

/* On hover */
.wpcf7 input.wpcf7-submit:hover{
  
  cursor: pointer;
  text-decoration: none;
  
  background-color: #023563;
  background: -webkit-gradient(linear, left top, left bottom, from(#023563), to(#023563));  
  background:  -moz-linear-gradient(top, #023563, #023563);  
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#023563', endColorstr='#023563');
  -ms-filter: &quot;progid:DXImageTransform.Microsoft.gradient(startColorstr=#023563, endColorstr=#023563)&quot;; 
}

/* On click */
.wpcf7 input.wpcf7-submit:active{
  top: 1px;
  
  color: #d8c6e2;
  
  background-color: #023563;
  background: -webkit-gradient(linear, left top, left bottom, from(#023563), to(#4d1b5c));  
  background:  -moz-linear-gradient(top, #023563, #4d1b5c);  
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#023563', endColorstr='#4d1b5c');
  -ms-filter: &quot;progid:DXImageTransform.Microsoft.gradient(startColorstr=#023563, endColorstr=#4d1b5c)&quot;; 
  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* CF7 Messages */
.wpcf7 .wpcf7-validation-errors{
    border:none;
    background-color:#cf2d38;
    margin:0;
    padding:20px;
    
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.wpcf7 .wpcf7-mail-sent-ok{
    border:none;
    background-color:#7ad33f;
    margin:0;
    padding:20px;
    
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.wpcf7 .wpcf7-mail-sent-ng{
    border:none;
    background-color:#cf2d38;
    margin:0;
    padding:20px;
  
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  
    color: white;
}

.wpcf7 span.wpcf7-not-valid-tip{
    border:none;
    background-color:#cf2d38;
    padding:10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius:10px;
    width: 180px;
    color: white;
    
    /* Drop shadow */
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}

.wpcf7-form .fleft{
  float: left;
}

.wpcf7-form .mright20{
  margin-right: 20px;
}

.wpcf7-form .mright40{
  margin-right: 40px;
}

.wpcf7-form .clear{
  clear: both;
}
/* -------------------------- END Contact form 7 customizations */