/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

.results .full .smlogo, .results .fullhigh .smlogo {
  clear: both;
  float: left;
  margin: 0 15px 0 0;
}

.full {
	background: #F7F5F1;
	border-radius: 5px; 
	color: #414141;
	float: left;
	height: 51px;
	margin: 10px 0;
	padding: 12px;
	
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}

.full .school-logo {
	float: left;
}

.full .inner-content {
  float: left;
	font-size: 13px;
	line-height: 18px;  
	margin: 0 0 0 15px;
	width: 425px;
}

.full .submit-button {
	float: right;
	height: 32px;
	margin: 5px 0 0 0;
	width: 136px;
}

.results-bg {
	background: #FFEEC2;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}

blockquote {
	border-radius: 5px;
	border-left: 4px solid #999;
        background-color: #FFEEC2; 
        color: #66a;
	font-style: italic;
        font-size: 20px;
        -moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
        width: 200px;
	padding: 12px;
        float: right;
}

.format_text p {
  margin-bottom: 1.00em;
}