/* ///////////////////////////////////
//									//
//	Mint & Lime OBA					//
//    Stylish Looking Sheet			//
//    Version 1.1 - Nov 6 2013		//
//  								//
//  James Patrick Dempsey			//	
//									//
/////////////////////////////////// */


/* --- 1. Basics -------------- */
body {
	font-family: 'Open Sans', sans-serif;
	background-color: #9fdccd;
	color: #527069;
	opacity: 0.8;
}
 
h2, 
h3,
h4 {
	font-weight: 100;
}

h2 {
	font-size: 80px;
	margin-bottom: 0px;

}

h3 {

}

h4 {
	font-size: 30px;
	margin-bottom: 40px;
}

a, 
a:visited,
a:hover {
	text-decoration: none;
	color: #527069;
}



/* --- 2. Framing -------------- */
.headertop {
	margin-top: 75px;
	text-align: center;
}

.simpleframe {
	max-width: 500px;
	min-width: 450px;
	margin: 0 auto 0 auto;
}

.section-header {
	width: 500px;
	border-bottom: 3px solid #527069;
	margin-top: 20px;
}

.section-label {
	background-color: #527069;
	color: #9fdccd;
	width: 150px;
}

.section-content {
	padding: 10px;
	text-align: left;
}



/* --- 3. Detailing -------------- */
.label-custom {
	font-family: 'Open Sans', sans-serif;
	background-color: #527069;
	font-weight: 300;
	color: #9fdccd;
	font-size: 14px;
	margin: 2px;


}
