

/* Full Page */

.testimonial {
	width: 100%;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
   
}

.testimonial .inner {
   
    margin: 0;
    padding: 10px 5px;
    }
    


.testimonial h3 {
    background: url("../images/quotes.png") no-repeat scroll left center transparent;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 0 5px 40px;
    text-align: left;
    line-height: 1.2em;
}


.one-column .entry-box {
padding-left: 15px !important;
padding-right: 15px !important;
}

.testimonial .content {
    color: #333;
    padding-top: 0;
}

.testimonial .client {
    color: #333;
    margin-top: 10px;
    text-align: right;
    font-weight:bold
}
.testimonial .website
{    font-weight:normal} 


.testimonial .client .name {
    font-weight: bold;
}

.testimonial .company a {
    color: #004FC6;
}

/* Submission Form */

#testimonial-form {
    margin: 10px auto;

}
p.form-field
{margin-bottom:10px !important}

#testimonial-form label .desc {
    font-size: 12px;
    padding-left: 10px;
}

#testimonial-form label {
    
    float: none;
    position: relative;
    font-weight: bold;
}

#testimonial-form input[type="text"] {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    color: #333;
    height:30px;
   
}

#testimonial-form input[type="file"] {
      font-size:18px;
       line-height:30px;
  padding:10px 0;
   
}

#testimonial-form textarea {
    float: none;
    height: 200px;
    margin-right: 20px;
    width: 100%;
    color: #333;
}

#testimonial-form .req {
    color: #8C0202;
    font-size: 15px;
    font-weight: bold;
}

#testimonial-form .required_notice {
	font-size: 11px;
	font-weight: normal;
	color: #8C0202;
	padding: 10px 0px;
}

#testimonial-form input.error,
#testimonial-form textarea.error,
#testimonial-form select.error {
	background: #F9E5E6;
	border: 1px solid #E8AAAD;
}

#testimonial-form .error {
    color: #B50007;
    padding: 5px;
    width: 295px;
}

#testimonial-form .form-field {
	margin: 0px 0px 10px 0px;
		
}

.form-field span {
	font-size: 12px;
	font-style: italic;	
	color: #666;
}

.testimonial-success {
	background: #E9F9E5;
	border: 1px solid #B4E8AA;
    color: #1C8400;
    padding: 5px;
}

/* Paging Controls */

ul.simplePagerNav {
	margin: 20px auto;
    text-align: center;
    font-size: 12px;
    display: block;
}

ul.simplePagerNav li {
    background: none;
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    display: inline;
    list-style: none;
}

ul.simplePagerNav li a {
    color: #0049B7;
    font-weight: bold;
}

ul.simplePagerNav li.currentPage a {
	color: #333;
	text-decoration: none;	
}