@charset "UTF-8";

	/*
	changing the form font style
	aligning Charles Mingus right
	what to do with image - own div? img bg? 
	
	*/

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

.width {
	width: 980px;
	margin: 0 auto;
}

.padding{
	padding: 8% 0 0 0;
}

#banner {
	min-height: 650px;
	margin: 0px;
	padding: 0px;
}

hr.lred {
    width: 100%;
    height: 15px;
    background-color: #ef4423;
    opcaity: 0.5;
    position: relative;
    display: block;
    top: 175px;
    right: 680px;
    text-align: left;
}

hr.lblack {
    width: 100%;
    height: 15px;
    background-color: #000;
    opcaity: 0.5;
    position: relative;
    display: block;
    top: 185px;
    right: 680px;
}

hr.rred {
    width: 100%;
    height: 15px;
    background-color: #ef4423;
    opcaity: 0.5;
    position: relative;
    display: block;
    bottom: 240px;
    left: 700px;
    text-align: left;
}

hr.rblack {
    width: 100%;
    height: 15px;
    background-color: #000;
    opcaity: 0.5;
    position: relative;
    display: block;
    bottom: 230px;
    left: 700px;
}

#title {
    margin: 0 auto;
    padding-top: 5%;
    max-width: 650px;
}

#otext {
	font-size: 200px;
	position: relative;
	display: inline;
}

#stext {
    font-size: 200px;
    position: relative;
    display: inline;
    left: 200px;
    bottom: 100px;
}

#nav {
    margin: 0;
    padding-bottom: 45px;
    text-align: center;
}

li {
	display: inline;
	margin: 0px 25px;
}

a.nav:link, a.nav:visited {
    background-color: #ef4423;
    color: white;
    padding: 10px 25px;
    text-align: center; 
    text-decoration: none;
    display: inline-block;
	min-width: 85px;
}

a.nav:hover, a.nav:active {
    background-color: #808080;
}

.content {
	margin: 0 auto;
	padding: 0;
	background-color: none;
}


#quote {
	min-height: 730px;
	background-color: #c4c4c4;
}

.quote {
	background-image: url("_images/quote.png");
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 700px;
}

#charles {
	padding: 21% 19%;
	font-size: 30px;
}

#about {
	min-height: 680px;
	background-color: #ef4423;
}

.about {
	padding-top: 7%;
}
.aboutbg {
	background-image: url(_images/stevebw.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-radius: 50%;
	height: 300px;
	width: 300px;
	display: inline-block;
}

.apaddingh {
    padding: 0;
    display: inline-block;
    position: relative;
    left: 40px;
    bottom: 65px;
    max-width: 615px;
}

#apaddingb {
    padding: 0 0 7% 0;
    position: relative;
    right: 80px;
}

.circle {
	border-radius: 50%;
}

#typeset {
	min-height: 830px;
	background-color: #808080;
}

.typeset {
	padding-top: 8%;
}

h1 {
	font-size: 60px;
	font-weight: 800;
	margin: 0;
}
h2 {
	font-size: 3em;
	margin: 0;
}

.right {
	text-align: right;
	padding-bottom: 4%;
}

.tryright {
	text-align: right;
	min-width: 100px;
	position: relative;
	bottom: 50px;
}

.aright {
	text-align: right;
}

/* this is for the forms */
input.type {
	background-color: transparent;
	font-family: "Open Sans", sans-serif;
	font-size: 3em;
	border: 0;
	border-bottom: 2px solid red;
	width: 400px;
	
}

input:focus, textarea {
    outline: none !important;
}

.fleft {
	float: left;
	display: inline;
	padding-right: 30px;
}

.fright {
	display: inline;
}

#download {
	min-height: 350px;
	background-color: #c4c4c4;
}

.dpadding {
	padding: 6% 0 0 0;
}

a.cta:link, a.cat:visited {
	font-size: 25px;
    background-color: #ef4423;
    color: white;
    padding: 10px 25px;
    text-align: center; 
    text-decoration: none;
    display: inline-block;
	min-width: 85px;
}

a.cta:hover, a.cat:active {
    background-color: #808080;
}

a:link, a:visited {
    color: black;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	color: red;
}

#footer {
	height: 50px;
	padding: 2% 0 0 0;
	background-color: 808080;
	text-align: center;
}


.light{
	font-weight: 300;
}
.regular {
	font-weight: 400;
}
.sbold {
	font-weight: 600;
}
.bold {
	font-weight: 700;
}
.xbold {
	font-weight: 800;
}
.italic{
	font-style: italic;
}
.center {
	text-align: center;
}
.em {
	font-size: 1.25em;
}
.small {
	font-size: 35px;
	line-height: 30px;
}
.medium {
	font-size: 38px;
	line-height: 25px;
}
.large {
	font-size: 48px;
	line-height: 35px;
}
.xlarge {
	font-size: 58px;
}
.dot {
	text-decoration: underline dotted #ef4423;
}
.color {
	color: #ef4423;
}