* {margin: 0; padding: 0; border: none;}

.clear {clear: both;}

.floatL {float: left; margin-right: 10px;}
.floatR {float: right; margin-left: 10px;}

.btnBlue {
	color: #000;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px;
	background: #0ab5ab;
	}
a.btnBlue:hover {color: #fff;}

.blue {color: #0ab5ab;}

body {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:140%;
	background:#c7c7c7 url('../_img/bg.png') repeat-x 0 0;
	}
	body.mini { background:#fff; color:#000; padding:20px; }
	body.mini h1, body.mini p { color:#000; }

#wrap {
	width: 970px;
	margin: 8px auto 30px auto;
	}


#login_wrap {
	height: 504px;
	background: url('../_img/login_bg.jpg') no-repeat 0 0;
	position: relative;
	margin-top: 40px;
	}

#logo_b {
	width: 305px;
	height: 265px;
	background: #ccff00;
	position: absolute;
	left: 20px;
	top: -15px;
	background: url('../_img/logo_b.png') no-repeat 0 0;
	}
	#logo_b a {
		width: 305px;
		height: 265px;
		display: block;
		text-indent: -7777px;
		}

#ryfo_heart {
	position: absolute;
	top: 20px;
	right: 0;
	}
	#ryfo_heart a {
		color: #fff;
		display: block;
		padding: 10px;
		background: #0ab5ab;
		}
	#ryfo_heart a:hover {
		color: #0ab5ab;
		background: #fff;
		text-decoration: none;
		}
#what_is_ryfo {
	width: 610px;
	position: absolute;
	top:80px;
	left: 340px;
	}
	#what_is_ryfo h2 {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 15px;
		}
	#what_is_ryfo p {
		font-size: 16px;
		line-height: 24px;
		margin: 0;
		}
	#what_is_ryfo p span {
		background: #000;
		padding: 3px 0;
		}

#login_lower {
	width: 100%;
	height: 240px;
	position: absolute;
	bottom: 0;
	left: 0;
	}
	.login_box {
		float: left;
		display: inline;
		margin: 12px;
		width: 461px;
		height: 208px;
		}
		a#first_timer {
			width: 461px;
			height: 208px;
			display: block;
			background: url('../_img/btn_first_timer.gif') no-repeat 0 0;
			text-indent: -7777px;
			}
		a#returning_member {
			width: 461px;
			height: 208px;
			display: block;
			background: url('../_img/btn_member.gif') no-repeat 0 0;
			text-indent: -7777px;
			}
		a:hover#first_timer,
		a:hover#returning_member {background-position: center -208px;}
		
		form#codekey,
		form#login {
			width: 431px;
			height: 178px;
			display: block;
			padding: 15px;
			background: url('../_img/login_form_bg.png') no-repeat 0 0;
			}
		form#codekey h3,
		form#login h3 {
			font-size: 14px;
			line-height: 14px;
			font-weight: bold;
			}
		form#codekey input,
		form#login input {
			color: #aeaeae;
			font-size: 32px;
			font-weight: bold;
			background: #000;
			margin-bottom: 10px;
			}
		input.key_input {width: 288px;}
		input.username {width: 410px;}
		form#codekey input.big_btn,
		form#login input.big_btn {
			text-align: center;
			width: 120px;
			background: url('../_img/big_btn.gif') repeat-x 0 0;
			}
		form#codekey p a,
		form#login label,
		form#login a {
			color: #fff;
			font-size: 13px;
			font-weight: bold;
			}

.form_slideout {
	background: #111;
	padding: 20px;
	}

#header {
	padding: 5px;
	border: 5px solid #000;
	height: 175px;
	background: #303030 url('../_img/header_bg.png') repeat-x left bottom;
	position: relative;
	}
	h1#logo {
		width: 217px;
		height: 190px;
		position: absolute;
		top: -8px;
		left: 10px;
		background: url('../_img/logo.png') no-repeat 0 0;
		}
	h1#logo a {
		width: 217px;
		height: 190px;
		display: block;
		text-indent: -7777px;
		}
	#topHeaderAd {
		width: 490px;
		height: 60px;
		position: absolute;
		top: 20px;
		left: 231px;
		overflow:hidden;
		}
	h2#tagline {
		font-family: Georgia, "Times New Roman", serif;
		font-size: 14px;
		line-height: 14px;
		font-style: italic;
		font-weight: normal;
		width: 740px;
		position: absolute;
		top: 145px;
		left: 235px;
		}

	#miniUserBox {
		position: absolute;
		top: 7px;
		right: 0;
		width: 218px;
		height: 52px;
		max-height: 52px;
		overflow: hidden;
		padding: 25px 15px;
		background: #242424;
		}
		#miniUserBox em {
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 5px;
			}
		#miniUserBox p {
			font-size: 12px;
			line-height: 16px;
			margin-bottom: 0px;
			}
		#miniUserBox a {
			color: #fff;
			text-decoration: none;
			}
		#miniUserBox a:hover {text-decoration: underline;}

#content {
	padding: 0 5px 5px 5px;
	background: #000;
	}

.entryHead {
	margin-bottom: 20px;
	position: relative;
	}
	.entryHead h3 {
		color: #efefef;
		font-family: Verdana;
		font-weight: bold;
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 5px;
		}
	.entryHead p {
		font-size: 12px;
		font-weight: bold;
		}
	.entryHead p a {
		color: #fff;
		text-decoration: none;
		}
	.entryHead p a:hover {text-decoration: underline;}
	.entryHeadLinks {
		position: absolute;
		top: 0;
		right: -15px;
		padding: 15px 10px;
		background: #4a4a4a;
		}
	.entryHeadLinks a {color: #000 !important;}

.entryLinks {
	padding: 15px 10px;
	margin-bottom: 10px;
	background: #4a4a4a;
	}
	.entryLinks a {color: #000 !important;}
	.entryLinks .postComment {
		display: block;
		float: left;
		width: 250px;
		}
	.entryLinks .prevNext {
		display: block;
		float: right;
		text-align: right;
		width: 300px;
		}

.comment {
	color: #c7c7c7;
	padding: 2px;
	margin-bottom: 5px;
	background: #626262;
	}
	.alt {background: #4a4a4a;}
	.commentL {
		float: left;
		width: 130px;
		padding: 8px;
		}
		.commentL img {
			float: left;
			margin-right: 10px;
			}
		.commentL span {
			float: left;
			width: 80px;
			}
		.commentL span a {
			color: #0ab5ab;
			font-size: 12px;
			line-height: 14px;
			text-decoration: none;
			}
		.commentL span a:hover {text-decoration: underline;}
		.commentL span p {
			font-size: 11px;
			line-height: 13px;
			}
	.commentR {
		float: left;
		width: 440px;
		padding: 8px 8px 0 15px;
		border-left: 2px solid #303030;
		}

#footer {
	font-family: Verdana;
	font-size: 10px;
	line-height: 10px;
	padding: 15px;
	background: url('../_img/footer_bg.png') no-repeat center bottom;
	position: relative;
	}
	#footer ul {list-style: none;}
	#footer li {
		display: inline;
		padding: 0 10px 0 5px;
		border-right: 1px solid #afafaf;
		}
	#footer li a {
		color: #afafaf;
		text-decoration: none;
		}
	#footer li a:hover {color: #fff;}
	#footer li.last {border: none;}
	#footer a#diftedBadge {
		width: 75px;
		height: 40px;
		position: absolute;
		bottom: 0;
		right: 0;
		background: url('../_img/difted.gif') no-repeat center;
		text-indent: -7777px;
		}
/*
.tabs {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	list-style: none;
	height: 32px;
	margin-bottom: 4px;
	}
	.tabs li {
		float: left;
		margin-right: 2px;
		}
	.tabs li a {
		color: #0ab5ab;
		text-decoration: none;
		display: block;
		padding: 10px 5px;
		background: #303030;
		}
	.tabs li a.active,
	.tabs li a:hover {color: #fff;}
	*/
/* Tab styles */
ul.tabs {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	padding:9px 0 13px 0;
	list-style-type:none;
	margin-bottom:3px;
	}
	ul.tabs li {
		display:inline;
		}
		/* Default Tab */
		ul.tabs li a, ul.tabs li a:visited, ul.tabs li a:hover {
			padding:9px 5px;
			color: #0ab5ab;
			text-decoration: none;
			background: #303030;
			}
		ul.tabs li a:hover {
			color:#fff;
			}
		/* Active Tab */
		ul.tabs li a.active, ul.tabs li a.active:visited, ul.tabs li a.active:hover {
			padding-bottom:16px;
			color:#fff;
			}

.miniTabs {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
	line-height: 9px;
	list-style: none;
	height: 30px;
	margin-bottom: 4px;
	}
	.miniTabs li {
		float: left;
		margin-right: 2px;
		}
	.miniTabs li a {
		color: #0ab5ab;
		text-decoration: none;
		display: block;
		padding: 10px 4px;
		background: #4a4a4a;
		}
	.miniTabs li a.active,
	.miniTabs li a:hover {color: #fff;}

#generic {
	padding: 25px 15px;
	background: #303030;
	}

#membersMain {
	width: 645px;
	float: left;
	margin-right: 5px;
	/* padding: 15px;
	background: #303030;  */
	}

#membersSub {
	width: 310px;
	float: left;
	}
	#membersSub .centerbox, .centerboxProfile {
		width:300px;
		height:250px;
		overflow:hidden;
		padding:5px;
		}
	#membersSub .ad300x250 {padding: 5px;}
	.bookOfTheMonth,
	.newestMembers {padding: 10px;}

#aboutMain {
	width: 626px;
	float: left;
	margin-right: 5px;
	}
	.vidBig {
		padding: 3px;
		margin-bottom: 5px;
		background: #303030;
		}
	.entryWrap {
		padding: 15px;
		background: #303030;
		}

#aboutSub {
	width: 329px;
	float: left;
	}
	#aboutSub .centerbox {
		width: 323px;
		height: 507px;
		border: 3px solid #303030;
		overflow: hidden;
		}
	#aboutSub .ad300x250 {padding: 15px 14px 15px 15px;}
	#aboutSub .newsletter {
		padding: 15px;
		text-align: center;
		}

#profileSub {
	width: 310px;
	float: left;
	margin-right: 5px;
	}
	#profileSub .box {padding: 10px;}
	#profileName {background: url('../_img/45s.gif') no-repeat center;}

#profileMain {
	width: 645px;
	float: left;
	}
	.profileContent {
		background: #303030;
		padding: 15px;
		margin-bottom: 5px;
		}
		.adoptedRow,
		.messageRow {
			margin-top: 15px;
			border-top: 1px solid #242424;
			padding-top: 15px;
			overflow: hidden;
			width: 100%;
			position: relative;
			}
			.adoptedRow .avatar,
			.messageRow .avatar {float: left;}
			.adoptedRow p {
				float: left;
				width: 533px;
				font-size: 14px;
				line-height: 14px;
				padding: 19px 15px;
				margin: 0;
				background: #353535;
				}
			.messageBody {
				float: left;
				width: 523px;
				margin-left: 10px;
				padding: 15px;
				background: #353535;
				border-bottom: 1px solid #292929;
				}
			.messageBody p {font-size: 12px;}
			
			.adoptedRow span.actionSmall,
			.adoptedRowMini span.actionSmall {color: #555;}

			.adoptedRow span.actionSmall a,
			.adoptedRowMini span.actionSmall a {color: #555;}

			.adoptedRow:hover span.actionSmall,
			.adoptedRowMini:hover span.actionSmall {visibility: visible;}

			.adoptedRow:hover span.actionSmall a,
			.adoptedRowMini:hover span.actionSmall a {color: #999;}

			.adoptedRow span.actionSmall a:hover,
			.adoptedRowMini span.actionSmall a:hover {color: #0ab5ab;}
			
		.adoptedRowMini {
			margin-top: 15px;
			border-top: 1px solid #242424;
			padding-top: 15px;
			overflow: hidden;
			width: 100%;
			position: relative;
			}
			.adoptedRowMini .avatar {
				float: left;
				width: 26px;
				height: 26px;
				margin-left: 15px;
				}
			.adoptedRowMini p {
				float: left;
				font-size: 12px;
				line-height: 12px;
				padding: 7px;
				margin: 0 0 0 10px;
				background: #353535;
				}

.box {
	background: #303030;
	margin-bottom: 5px;
	}

.hr {
	height: 15px;
	border-top: 1px solid #242424;
	}

#btmAd {
	margin: 10px 0 5px 0;
	padding: 10px;
	text-align: center;
	background: #242424;
	}

p, h1, h2, h3, h4, h5, h6 {margin-bottom: 15px;}

a,
a:link,
a:active,
a:visited {
	color: #0ab5ab;
	text-decoration: none;
	}

a:hover {text-decoration: underline;}

em {font-family: Georgia, "Times New Roman", serif;}

#generic p,
#membersMain p,
.entryWrap p {
	color: #d3d3d3;
	margin-bottom: 25px;
	}

#membersSub h4,
.profileLinks h4, .boxSupport h4 {
	font-family: Georgia "Times New Roman", serif;
	font-size: 13px;
	line-height: 13px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dashed #4a4a4a;
	margin-bottom: 5px;
	text-align:left;
	}

.profileLinks ul {list-style-position: inside;}

#profileName h3 {
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	margin: 10px 0;
	}
#profileName p {
	text-align: center;
	margin: -10px 0 10px 0;
	}

span.actionSmall {
	font-size: 11px;
	line-height: 11px;
	margin-left: 15px;
	}

.authorTime {
	color: #999;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 10px;
	}

p.actionLinks {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0;
	}


#map_topbar { margin-bottom:10px;}

#map_key {
	}
	#map_key div.option {
		font-size:14px;
		float:left;
		line-height:20px;
		margin-right:20px;
		}
	#map_key .mapKeyTitle {
		background-color:#4a4a4a;
		color:#c7c7c1;
		font-size:12px;
		font-weight:bold;
		line-height:12px;
		margin-bottom:6px;
		padding:6px 0;
		text-align:center;
		text-shadow:#303030 1px 1px;
		text-transform:uppercase;
		}
	#map_key div.last {
		margin-right:0;
		}
		#map_key div img {
			vertical-align:middle;
			}

#map_search {}


input,
textarea {
	color: #c7c7c7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
	background: #4a4a4a;
	}

input.btn {
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
	}

.commentForm input.btn {width: auto;}

.commentForm input {
	display: block;
	width: 599px;
	margin-bottom: 10px;
	}

.commentForm textarea {
	width: 599px;
	height: 250px;
	}

.commentForm .notifySubmit {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	}

.commentForm #notify {
	width: 20px;
	display: inline;
	}

.quickMsg textarea {
	width: 507px;
	height: 100px;
	margin: 10px 0;
	}

.location {text-align: center;}
.location input {
	font-size: 16px;
	line-height: 16px;
	}
.location input.wide {width: 490px;}

#miniUserBox form {
	width: 230px;
	margin: -15px auto auto -5px;
	}
#miniUserBox input {
	width: 215px;
	margin-bottom: 3px;
	background: #303030;
	}
#miniUserBox .btn {
	color: #0ab5ab;
	width: 60px;
	padding: 4px;
	border: none;
	background: url('../_img/big_btn.gif') repeat-x 0 0;
	}
#miniUserBox em {
	font-size: 12px;
	line-height: 24px;
	}


/* SammyK Touched */
#commentForm {
	padding:10px;
	}
	#commentForm .commentName, #commentForm .commentEmail {
		width:320px;
		margin:5px 0 10px;
		}
	#commentForm .commentComment {
		width:420px;
		height:220px;
		margin:5px 0 10px;
		}
	#commentForm .field {
		margin:5px 0 10px;
		}


.blogList {
	padding:20px 0;
	border-bottom:1px solid #999;
	}
.blogListHdr a, .blogListHdr a:visited, .blogListHdr a:hover {
	font-size:18px;
	font-weight:bold;
	color:#0ab5ab;
	text-decoration:none;
	}
.blogDescription {
	font-size:14px; 
	}
.blogDetails {
	font-size:11px;
	font-style:italic;
	padding:5px 0;
	}

.boxError {
	border:2px solid #3c0a0a;
	background:#601313;
	color:#fff;
	font-size:12px;
	padding:15px;
	}
.boxMessage {
	border:2px solid #746444;
	background:#fff1bb;
	color:#463b24;
	font-size:12px;
	padding:15px;
	}

.entryWrap .commentForm textarea {
	width:579px;
	height:250px;
	}


#currentLocationBox p {
	margin:0;
	padding:10px 0 0 25px;
	color:#999;
	font-size:11px;
	}

#profileEditPhoto {
	padding:10px;
	}
#profileEditPhoto #profileMain {
	width: 435px;
	}
#profileEditPhoto #uploadPhotoField {
	margin-bottom:15px;
	}

p.messageSubject {
	padding:0;
	margin:0;
	}

.messageSubject a, .messageSubject a:visited, .messageSubject a:hover {
	font-size:14px;
	}

.unreadMessage {
	background-color:#1c1c1c;
	}

.unreadMessage .messageSubject a, .unreadMessage .messageSubject a:visited, .unreadMessage .messageSubject a:hover {
	font-weight:bold;
	}

#map {
	width:100%;
	height:492px;
	}

.gMapInfo {
	font-size:12px;
	color:#414141;
	width:350px;
	}
	.gMapInfo h1 {
		color:#414141;
		font:bold 14px Georgia, "Times New Roman", Times, serif;
		margin:0;
		padding:0;
		}
	#generic .gMapInfo p {
		margin:0;
		color:#414141;
		padding:3px 0;
		line-height:1em;
		font-size:12px;
		}
	.gMapInfo p.band {
		font-style:italic;
		}
	.gMapInfo a.blockLink, .gMapInfo a.blockLink:visited, .gMapInfo a.blockLink:hover {
		margin:0 6px 0 0;
		padding:4px 8px;
		background-color:#fe0606;
		color:#000;
		font-size:11px;
		text-decoration:none;
		}
	.gMapInfo div.avatar {
		width:65px;
		height:65px;
		overflow:hidden;
		border:3px solid #fe0606;
		margin:0 10px 0 0;
		float:left;
		background:url(../_img/avatar.gif) no-repeat center center;
		}

.gMapHostHome a.blockLink, .gMapHostHome a.blockLink:visited, .gMapHostHome a.blockLink:hover {
	background-color:#0cb3a9;
	}
.gMapHostHome div.avatar {
	border-color:#0cb3a9;
	}

.gMapService a.blockLink, .gMapService a.blockLink:visited, .gMapService a.blockLink:hover {
	background-color:#bdea2d;
	}
.gMapService div.avatar {
	border-color:#bdea2d;
	}

div.hostHomeDetails {
	clear:both;
	padding:4px;
	}

.bomImage {
	float:left;
	width:90px;
	height:100px;
	overflow:hidden;
	margin:0 10px 10px 0;
	border:1px solid #0ab5ab;
	}
	.bomImage img {
		width:90px;
		}

#membersMain .vidBig {
	padding:12px;
	}

#memberInfoContainer {
	width:100%;
	overflow:auto;
	}
	#memberInfo, #memberFilter {
		width:50%;
		float:left;
		}
	#memberFilter {
		text-align:right;
		}
	#memberFilter select {
		padding:3px;
		}

.blogLinks {
	width:100%;
	overflow:auto;
	background-color:#232323;
	}
	.blogLinks a, .blogLinks a:visited, .blogLinks a:hover {
		display:block;
		color:#fff;
		text-decoration:none;
		width:30%;
		float:left;
		padding:10px;
		outline:none;
		}
	a.blockLinkRight, a.blockLinkRight:visited, a.blockLinkRight:hover {
		text-align:right;
		float:right;
		}

.boxSupport {
	font-size:16px;
	font-weight:bold;
	line-height:1.5em;
	text-align:center;
	}
	.boxSupport .supportCopy { color:#0ab5ab; }

.sponsorPhone {
	background:url(../_img/iphone.png) no-repeat 0 0;
	margin-bottom:20px;
	min-height:330px;
	padding:20px 0 0 203px;
	position:relative;
	}
	.sponsorPhoneMessage, .sponsorPhoneMessageTxt, .sponsorPhoneMessageTo {
		color:#fff;
		font-size:14px;
		font-weight:bold;
		height:33px;
		left:9px;
		line-height:33px;
		overflow:hidden;
		position:absolute;
		text-align:center;
		top:98px;
		width:164px;
		}
	.sponsorPhoneMessageTxt { top:156px; }
	.sponsorPhoneMessageTo { top:214px; }
	
	.sponsorPhone ol {
		margin-bottom:20px;
		padding-left:20px;
		}
body.mini h1 {
	line-height:normal;
	margin-bottom:20px;
	text-align:center;
	}
p.legalText {
	font-size:10px;
	font-style:italic;
	}

/* Shadowbox */
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(../_js/shadowbox/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(../_js/shadowbox/close.png);}
#sb-nav-next{background-image:url(../_js/shadowbox/next.png);}
#sb-nav-previous{background-image:url(../_js/shadowbox/previous.png);}
#sb-nav-play{background-image:url(../_js/shadowbox/play.png);}
#sb-nav-pause{background-image:url(../_js/shadowbox/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

