/* StemwinderProductions.com */

/* Main Elements */
BODY{
	background: #433e34 url(/assets/img/splash.png) no-repeat top left;
	color: #282620;
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1.6;
}
	
IMG {
	border: none;
}

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

a:hover{
	color: #0585a0;
	text-decoration: none;
}

/* Structural Elements */
#line{
	width: 100%;
	height: 6px;
	background-color: #e09813;
	margin: 0 0 20px 0;
}

#master{}

#wrapper {
	width: 700px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;	
}

#masthead {
	width: 700px;
	height: 175px;
	background: url(/assets/img/masthead.jpg);
	background-repeat: no-repeat;	
}

#nav{
	margin: 0px 0 0 0;
	width: 700px;
	height: 35px;
	background-color: #FFFFFF;
	background: url(/assets/img/bg_nav.png);
	background-repeat: no-repeat;
	text-align: left;
	padding: 0 0 0 9px;
}

/* Content Elements */
#logo {
	width: 700px;
	height: 51px;
	text-align: left;
}

#logo IMG{
	float: left;
}

#navimg{
	margin-left: 10px;
}

#content_top{
	width: 700px;
	margin: 15px 0 0 0;
}

#content_bottom{
	width: 700px;
	height: 5px;
	background: url(/assets/img/bg_content_bottom.gif);
}

#content{
	width: 700px;
	background-color: #eae5ce;
	padding: 25px 0 25px 0;
}

#content_inner{
	text-align: left;
	width: 650px;
	margin: 0 0 0 25px;
}

#footer{
	margin: 15px 0 0 0;
	width: 700px;
	font-size: 1.2em;
	color: #eae5ce;
}

#left_foot{
	float: left;
	width: 75%;
	text-align: left;
}

#right_foot{
	float: left;
	width: 25%;
	text-align: right;
}

#quotes{
	width: 100%;
	margin: -20px 0 30px 0;
}

.container{
	width: 50%;
	float: left;
}
.container div{
	width: 80%;
	padding: 15px;
	font-size: 1.3em;
	line-height: normal;
}
.container span{
	font-style: italic;
	font-size: .9em;
}

#featured{
	text-align: center;
	width: 100%;
	margin-bottom: 25px;
}

/* Styling Classes */
H2{
	margin-top: 0;
	text-transform: uppercase;
	font-size: 2.3em;
}

H3{
	text-transform: uppercase;
	margin-bottom: -15px;
	font-size: 1.9em;
	color: #22a2dd;
}

p{
	font-size: 1.5em;
}

IMG.avatar{
	float: right;
	margin: 0 0 25px 25px;
	border: 2px solid #282620;
	background-color: #FFFFFF;
	padding: 4px;
	
}

SPAN.stemh{
	font-size: 1.5em;
}

.def{
	font-size: 1.3em;
	margin-top: 0;
	padding-top: 0;
}
