* {
	margin: 0;
	padding: 0;
}
body {
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font: 80% arial, helvetica, sans-serif;
	background: url(../_img/scheffland.bkg.main.gif) center top;
	background-attachment: fixed;
}
h1 {
	margin-bottom: 1.75em;
	font-size: 0.8em;
	text-transform: uppercase;
}
h2 {
	margin-bottom: 1em;
	font-size: 0.75em;
}
p {
	margin: 1em 0;
	font-size: 0.7em;
	line-height: 1.5em;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	text-decoration: underline;
}
img {
	border-width: 0;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	background: #000;
}
#header {
	height: 75px;
	background: url(../_img/scheffland.logo.gif) left top no-repeat;
}
#menu {
	width: 800px;
	height: 25px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 25px;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
}
#menu a {
	color: #fff;
	text-decoration: none;
	border-right: solid 1px #fff;
	padding: 0 1.5em;
}
#menu a:hover {
	color: #ccc;
	text-decoration: underline;
}
#menu a.active {
	font-weight: bold;
	color: #fff;
	font-size: 1.2em;
}
ul#menu,
#menu li {
	list-style-type: none;
	height: 25px;
}
#menu ul {
	margin-left: .5em;
	overflow: hidden;
}
#menu li {
	margin: 0;
	float: left;
	overflow: hidden;
}
#menu .count {
	margin-right: 1em;
	float: right;
}
#menu .count a {
	border-right: solid 0px #fff;
	padding: 0;
}

ul#submenu,
#submenu li {
	list-style-type: none;
	height: 25px;
	font-size: 0.9em;
	text-transform: uppercase;
}
#submenu ul {
	margin: 0;
	overflow: hidden;
}
#submenu li {
	margin-right: 1em;
	float: left;
	overflow: hidden;
}

#showcase_home {
	height: 265px;
	border-bottom: 1px solid #fff;
	background: url(../_img/scheffland.home.showcase.jpg) center top no-repeat;
	text-align: left;
}
#showcase_home .welcome {
	width: 200px;
}
#showcase_home .welcome p {
	margin: 0;
	padding: 1em 0.75em 0 1.5em;
	font-size: 0.9em;
	text-transform: uppercase;
	line-height: 1.25em;
}

#content_home {
	margin: 0;
	padding: 0;
}
#content_home .newmembers {
	width: 130px;
	text-align: left;
	padding: 0.75em;
}
#content_home .newmembers .memberlist {
	width: 90px;
	text-align: center;
	font-size: 0.65em;
	font-weight: bold;
	text-transform: uppercase;
}
#content_home .newmembers .memberlist img {
	border: solid 1px #fff;
}
#content_home .newmembers .memberlist a {
	width: 90px;
}
#content_home .newmembers .memberlist a:hover {
	text-decoration: none;
}
#content_home .latestblog {
	width: 345px;
	border-right: solid 1px #fff;
	text-align: left;
	padding: 0.75em 1em;
}
#content_home .latestblog .more {
	text-align: right;
	font-weight: bold;
}

#content_home .right {
	width: 325px;
	text-align: left;
	padding: 0.75em 1em;
}
#content_home .right_profile {
	width: 325px;
	height: 200px;
	text-align: left;
	padding: 0.75em 1em;
	border-top: 1px solid #fff;
	
}
#content_home .right_profile img {
	border: 1px solid #fff;
}
#content_home .right_login {
	width: 325px;
	height: 200px;
	text-align: left;
	padding: 0.75em 1em;
	border-top: 1px solid #fff;
	background: url(../_img/scheffland.bkg.login_home.gif) top right no-repeat;
}
#content_home .right_login .login_form td {
	height: 30px;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
}
#content_home .right_login .login_form .forgot_pass {
	padding-left: 0.6em;
	height: 30px;
	font-size: 0.65em;
	font-weight: normal;
	text-transform: uppercase;
}

#member_comment {
	
}
#member_comment h1 {
	margin: 0 0 0.25em 0;
	padding: 0;
	font-size: 0.65em;
	width: 90px;
	text-align: center;
}
#member_comment img {
	float: left;
	margin: 0 1em 1em 0;
	border: solid 1px #fff;
}
#member_comment p {
	margin: 0;
	line-height: 13px;
}
#member_comment .more{
	margin-top: 0.25em;
	text-align: right;
	font-weight: bold;
}


#showcase {
	height: 90px;
	border-bottom: 1px solid #fff;
	/*background: url(../_img/FPO.scheffland.showcase.jpg) center top no-repeat;*/
	text-align: left;
}

#content {
	width: 800px;
	/*height: 580px;
	overflow: visible;*/
}
#content h1 {
	margin-bottom: 1.75em;
	font-size: 1em;
	text-transform: uppercase;
}
#content h2 {
	margin-bottom: 1em;
	font-size: 0.8em;
}
#content p {
	margin: 1em 0;
	font-size: 0.825em;
	line-height: 1.5em;
}

/* bio */
#content.bio {
	background: url(../_img/bkg.bio.jpg) left top no-repeat;
}
#bio {
	padding: 2em 1em;
	margin: 0 0 0 325px;
	height: 580px;
	overflow: auto;
	text-align: left;
}

/* blog */
#content.blog {
	
}
#blog {
	padding: 2em 1em;
	margin: 0;
	height: 580px;
	overflow: auto;
	text-align: left;
}
#blog .title {
	font-weight: bold;
}
#blog .detail {
	color: #ccc;
}

#comments {
	margin: 1em 0;
}
#comments .who {
	width: 110px;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
#comments .who img {
	margin: 0.25em 0;
}
#comments .what p {
	margin-top: 13px;
	font-size: 0.7em;
}
#comments .what .detail {
	margin: 0;
	font-size: 0.7em;
}
#comments .what .reply {
	margin: 0;
	font-size: 0.7em;
}


/* generic content */
#content.generic {
	
}
#generic_content {
	padding: 2em 1em;
	margin: 0;
	text-align: left;
}
.playButton {
	font-size: 10px;
	font-weight: bold;
	padding: 0.25em 1em;
	border:solid 1px #fff;
	text-transform: uppercase;
}
.pic {
	font-size: 11px;
	font-weight: bold;
}
.pic img {
	margin-bottom: 5px;
}
.albumcover {
	font-size: 11px;
	font-weight: bold;
	background: #111;
	padding: 5px;
	text-align: left;
	width: 50%;
}
.albumcover h1 {
	margin: 10px 0;
}
.albumcover .coverphoto {
	width: 125px;
	margin: 5px;
	border: 1px solid #e7e7e7;
	float: left;
}
.albumcover .albumdescription {
	float: left;
	width: 200px;
	margin-left: 10px;
}


#footer {
	padding: 0;
	width: 800px;
	height: 25px;
	border-top: 1px solid #fff;
	line-height: 20px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
}
#footer p {
	font-size: 10px;
	margin-left: 1.75em;
	line-height: 1em;
}
#footer a {
	margin-right: 1em;
	padding-right: 1.25em;
	border-right: 1px solid #fff;
}
#footer a.vibe {
	float: right;
	border-right: 0;
	margin-top: -10px;
	margin-right: -1px;
}



form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 1em;
	border-width: 0;
}
label span {
	display: block;
	padding: 0.5em .25em;
	font-size: 0.9em;
}
form input {
	margin-left: .25em;
	font-family: arial, helvetica, sans-serif;
}
form select {
	margin-left: .25em;
	font-family: arial, helvetica, sans-serif;
}
form textarea {
	margin-left: .25em;
	font-family: arial, helvetica, sans-serif;
}
.txtInput {
	width: 200px;
	height:22px;
	color: #666;
}
.txtInputQuote {
	width: 400px;
	height:22px;
	color: #666;
}
.txtAreaIntro {
	width: 400px;
	height:70px;
	color: #666;
}
.txtAreaBio {
	width: 400px;
	height:150px;
	color: #666;
}
.selectState {
	width: 200px;
	height:22px;
	color: #666;
}
.txtInputZipcode {
	width: 70px;
	height:22px;
	color: #666;
}
.txtInputHomeLogin {
	width: 125px;
	height:20px;
	color: #666;
}
