/*--Page Elements-
--------------------------------------------------------*/
html {
	height: 100%;
}
body {
	/*background-color: #efefef;*/
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}

p {
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #666;
	font-size: .9em;
	padding: 5px;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	color: #666;
	margin-left: 5px;
	font-size: 1.2em;
	padding: 5px;
}
ul, ol, li {
	color: #666;
}
a {
	color: #8eb524;
}
a:hover {
	color: #afd152;
}

/*--Layout Elements
----------------------------------------------------*/
@media (min-width: 940px){
#sfp-wrapper {
	margin: 0 auto;
	}
}

@media (min-width: 600px){
#sfp-main {
	background-color: #fff;
	/*box-shadow: 0 0 5px 1px #ccc;*/
	padding: 10px;
	}
}

#sfp-sidebar {
	background-color: #fff;
	/*box-shadow: 0 0 5px 1px #ccc;
	margin: 0px 0 0 30px;
	float: left;*/
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 992px){
.col-md-offset-3 {
	margin-left: 10%; 
	}
.col-md-3 {
	box-shadow: 0 0 5px 1px #ccc;
	}
.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2, .col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
    float: left;
    }		
}

#sfp-team-picture {
	margin: 0 10px 10px 20px;
}
table#sfp-supporters {
	border-collapse: collapse;
}
table#sfp-supporters td{
	padding: 2px 5px;
}

/*--Page Style Classes
------------------------------------------------------*/

.sfp-section-header
{ 
	color: #666666; 
	font-size: 1.2em; 
	font-weight: bold; 
	/*height: 50px;*/ 
	letter-spacing: 2px; 
	text-transform: uppercase; 
	margin: 0 0 20px 5px; 
} 
	.main {
		text-align: center;
		height: 150px;
		overflow: hidden;
	}
	.headrow {
		font-size: .9em;
		font-weight: bold;
		line-height: normal;
	}
	
.sfp-supporters {
	font-size: .8em;
	letter-spacing: 1px;
	color: #666;
	border-bottom: 1px solid #dddddd;
	padding: 5px 0;
}

.sfp-photo {
	padding: 5px;
	border: 1px solid #ddd;
	box-shadow: 2px 2px 5px 1px #ccc;
	transform:rotate(4deg);
	-ms-transform:rotate(4deg); /* IE 9 */
	-moz-transform:rotate(4deg); /* Firefox */
	-webkit-transform:rotate(4deg); /* Safari and Chrome */
	-o-transform:rotate(4deg); /* Opera */
	margin: 0 auto 30px;
	float: right;
}
.sfp-sidebar-center {
	width: 200px;
	margin: 0 auto;
}
.sfp-progress {
	font-size: 1.3em;
	width: 250px;
	height: 50px;
	background-color: #eee;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
	color: #333;
}
.sfp-prog-dollar {
	font-size: 1.3em;
	font-weight: bold;
}
.goals {
	height: auto;
}
/*---Sidebar Buttons
--------------------------------------------------*/

.sfp-button {
	width: 100%;
	margin: 10px 10px 0 0;
	border-radius: 5px;
	text-decoration: none;
	font-size: 1.5em;
	display: block;
	letter-spacing: 2px;
	text-align: center;
	clear: left;
}
.sfp-small-button {
	width: 100px;
	font-size: .8em;
	margin: 10px 10px 15px 0;
	padding: 5px 0;
	border-radius: 5px;
	text-decoration: none;
	display: block;
	float: right;
	text-align: center;
	letter-spacing: 1px;
}
a.sec, a.sfp-small-button {
	background-color: #aaa;
	color: #fff;
}
a:hover.sec, a:hover.sfp-small-button {
	background-color: #ccc;
	color: #fff;
}
a.donate {
	height: 75px;
	line-height: 75px;
	background-color: #8eb524;
	color: white;
	font-size: 2em;
}
a:hover.donate {
	background-color: #afd152;
	color: #fff;
}

/*--Thermometer Defensive Styles - this restyles the thermometer
----------------------------------------------------------------------*/
#_top[style] {
	display: none !important;
}
.ThermoPart {
	margin-top: 40px;
	color: #666 !important;
	background-color: #fff !important;
}
#rollerBoard {
	border: 1px solid #fff !important;
}
.MNPPart {
	color: #666 !important;
	border: none !important;
	background-color: #fff !important;
}
table[style] {
	float: none !important;
	border: none !important;
	background-color: #fff !important;
}