/*
greenyellow-yak-682640.hostingersite.com - CSS File
Created: 2010.03.19 by Toni Tesori and Brian Kessler | selfpublishingteam.com
Contents copyright greenyellow-yak-682640.hostingersite.com. All Rights Reserved.
*/

/* CSS RESET - Starts us off on a level playing field across all browsers */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General/Overall Styles */
/* NOTE: Brian changed all c49ed0 to 000 and f2e0ff to eeeeee 9/1/12 */
body {
	background: #141515;
	font-size: 62.5%;
	color: #999;
	font-family: 'Figtree', Helvetica, Tahoma, Arial, sans-serif;
	letter-spacing: 0.08em;
}

.body_container {
	max-width: 820px;
	margin: 10px auto;
	border: 1px solid #6c7575;
	background: #202323;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	overflow: hidden;
}

/* Links */
a {
	text-decoration: none;
	color: #666;
}

a:visited {
	color: #999;
}

a:hover {
	color: #d9d9d9;
}

/* Other General Styles */
.container {
	max-width: 700px;
	padding: 5px 60px;
	margin: 0 auto;
	overflow: visible;
}

.line, .line_bot {
	max-width: 700px;
	height: 15px;
	margin: 5px auto;
	clear: both;
	border-radius: 11px;
	visibility: hidden;
}

.line {
	box-shadow: 0 3px 0 #e8e8e8;
}

.line_bot {
	box-shadow: 0 -3px 0 #e8e8e8;
}

/* Header */
#header {
	margin-top: 30px;
}

#header h1 {
	width: 225px;
	height: 41px;
	float: right;
	background: url(../img/logo.png) no-repeat;
	text-indent: -999em;
	margin-bottom: 6px;
	position: relative;
	transform: translateX(5px); /* added to shift the logo slightly to the right */
}

#header h1 a {
	display: block;
	width: 225px;
	height: 41px;
	position: absolute;
	top: 0;
	left: 0;
}

#header .fblike {
	margin: 10;
	padding: 0;
	position: absolute;
	top: 230px;
	left: 179px;
	float: left;
}

/* Navigation */
#nav {
	width: auto;
	float: right;
	clear: right;
	margin-right: 13px;
	margin-bottom: 5px;
	tex-transform: lowercase !important;
}

#nav li {
	display: inline;
}

#nav li {
	float: left;
	padding: 0px 5px;
	font-size: 1.1em;
	border-right: 1px solid #aaa;
}

/* removes | at end of menu list */
#nav li.remove-border-and-adjust-margin {
	border-right: none;
	margin-right: -10px;
}

/* adds border to the left side of "sign out" in menu list */
li.add-border {
	border-left: 1px solid #aaa;
	padding-left: 10px; /* Adjust this value as needed */
	margin-left: 10px; /* Adjust this value as needed */
}

/* centers nav list on mobile */
@media (max-width: 694px) {
	#nav {
		width: 100%;
		float: none;
		display: flex;
		justify-content: center;
		padding: 0;
		margin: 0;
		text-align: center;
		list-style: none;
	}

	#nav li {
		margin: 0;
		padding: 0;
	}

	#nav li:not(:last-child) {
		margin-right: 1px; /* Adjust the spacing between list items */
	}

	#nav li a {
		display: inline-block;
		padding: 3px;
	}
}

/* Main Container */
#main {
	padding: 30px 0;
	font-size: 1.2em;
	line-height: 145%;
	position: relative;
}

/* Main Content - All Pages */
#main_content {
	padding: 0 20px 0 20px;
}

#main_content h1 {
	color: #d9d9d9;
	font-size: 3.5em;
	font-weight: 500;
	text-align: center;
	text-transform: lowercase;
	padding-bottom: 8px;
	clear: both;
}

#main_content h1 strong {
	color: #000;
	font-weight: 500;
}

#main_content p {
	margin-bottom: 15px;
}

#main_content p strong {}

#main_content p em {
	color: #000;
}

#main h2 {
	padding-top: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 2px;
	font-size: .9em;
	text-transform: uppercase !important;
	letter-spacing: 1px;
}

#main_content .date {
	color: #666;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 15px;
	margin-top: 5px;
}

#main_content .postmetadata {
	margin-top: 10px;
	margin-bottom: 35px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
	font-size: .9em;
	text-align: center;
}

#main_content .entry {
	padding-top: 15px;
}

#main_content img {
	border: 0 solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.activity #main_content, .profile #main_content, .messages #main_content, .friends #main_content, .groups #main_content, .settings #main_content, .members #main_content {}

#sidebar {
	position: relative;
}

/* .member-page #sidebar {top:-100px;} */
.activity #sidebar, .profile #sidebar, .messages #sidebar, .friends #sidebar, .groups #sidebar, .settings #sidebar, .members #sidebar, .forums #sidebar {
	display: block;
}

.members #sidebar, .directory #sidebar, .forums #sidebar, .forum #sidebar {
	width: 175px;
	float: right;
	clear: none;
}

.members #main_content, .directory #main_content, .forums #main_content, .forum #main_content {
	width: 475px;
	float: left;
}

.group-forum-topic #main_content, .group-members #main_content {
	width: auto;
}

span.acomment-replylink {
	display: none;
}

/* Podcast CTA */
.podcast_cta {
	text-align: center;
}

.podcast_cta a {
	color: #c122c9;
	font-weight: 700;
}

/* WP-Likes Add'l */
.wp_likes {
	padding-top: 1em;
	text-align: right;
	font-size: 0.7em;
}

.wp_likes span.text {
	word-spacing: -0.1em;
}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

/* Sidebar - Blog Pages */
/* Footer */
#footer {
	padding-bottom: 40px;
}

#foot_nav {
	width: auto;
	float: right;
	margin-right: 15px;
}

#foot_nav li {
	display: inline;
}

#foot_nav li a {
	float: left;
	padding: 0px 5px;
	font-size: 1.1em;
	border-right: 1px solid #aaa;
}

#foot_nav li a.last {
	padding-right: 0;
	border-right: 0;
}

/* Podcast footer menu color change */
#foot_nav li .podcast_menu_color {
	color: #c122c9;
}

#foot_nav li .podcast_menu_color:hover {
	color: #ff6b43; /* change to a brighter shade of the original color */
}

/* Other/Page-Specific Styles */
.button_go {
	width: 50px;
	height: 50px;
	display: block;
	background: url(../img/button_go.png) no-repeat;
	text-indent: -999em;
	margin-top: 20px;
	margin-left: -5px;
	border: 0 !important;
}

:hover.button_go, .page-id-5 #commentform :hover.button {
	background-position: 0px -50px;
	cursor: pointer;
}

.page-id-5 .button {
	width: 50px;
	height: 50px;
	display: block;
	background: #212121 url(../img/button_go.png) no-repeat;
	text-indent: -999em;
	border: 0;
	margin-top: 15px;
	cursor: pointer;
}

.page-id-5 #commentform :hover.button {
	background: #212121 url(../img/button_go.png) no-repeat !important;
	background-position: 0px -50px !important;
	cursor: pointer;
}

.home-page #main_content p {
	line-height: 200%;
}

.home-page #main_content p strong {
	color: #666;
	font-weight: bolder;
}

.page-id-5 #main_content h1 {
	color: #e2e2e2;
	font-size: 6em;
	padding-bottom: 8px;
	margin-top: 20px;
	letter-spacing: -1px;
}

.page-id-5 #entry {
	max-width: 626px;
	padding-top: 30px;
	margin: 50px auto;
	padding: 20px 20px;
	background: #939393;
	border-radius: 6px;
}

.page-id-5 #entry textarea {
	border: 0;
	color: #333;
	width: 100%;
	min-height: 160px;
	font-size: 1.2em;
	font-family: 'Figtree', Arial, Helvetica, sans-serif;
	background: url(../img/arrow.png) 65% 0 no-repeat;
	margin: -40px 0 0 0;
	padding: 40px 0 0 0;
}

.page-id-5 #timer_ticks {
	width: 599px;
	background: url(../img/bkg_timer.gif) no-repeat;
	height: 5px;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 0px;
	display: none;
}

.page-id-5 #timer {
	width: 599px;
	background: url(../img/bkg_timer.gif) no-repeat 0px -5px;
	height: 7px;
	margin-left: 12px;
	margin-bottom: 10px;
}

.page-id-5 #footer {
	display: none;
}

.page-id-5 #timer.disabled {
	background: #ddd;
}

.page-id-5 #commentfields {
	margin-top: 0px;
	padding: 10px;
	background: #e8e8e8 url(../img/bkg_arrow_bot.gif) no-repeat bottom center;
	padding-bottom: 40px;
	width: 350px;
	float: left;
	margin-left: 110px;
	overflow: visible;
	padding-top: 20px;
	margin-bottom: 30px;
	position: relative;
}

.page-id-5 #commentfields {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	position: relative;
	top: -18px;
}

.page-id-5 form {
	position: relative;
}

.page-id-5 #message {
	color: #888;
	font-size: 1.3em;
	text-align: right;
	line-height: 150%;
	background: url(../img/arrow_right.gif) right top no-repeat;
	padding-right: 35px;
	margin-right: 10px;
	/*	margin-bottom: -18px; */
}

.page-id-5 #commentfields label {
	float: left;
	clear: left;
	margin-bottom: 5px;
	width: 100px;
}

.page-id-5 #commentfields input {
	float: left;
	margin-bottom: 20px;
	border: 1px solid #cbaad6;
	background: #fff;
	width: 175px;
	padding: 0;
	font-family: 'Figtree', Helvetica, sans-serif;
}

.page-id-5 #header, .page-id-5 #footer {
	display: none;
}

.page-id-5 form {
	overflow: visible;
}

.page-id-5 form .button {
	position: absolute;
	bottom: -100px;
	right: 110px;
	z-index: 99;
}

.page-id-5 form .notlogged {
	border-top: 1px solid #ccc;
	margin: 0px 20px;
	padding-top: 15px;
}

/* prevents submission fields and progress bar from popping up when entry page loads */

.page-id-5 #commentfields, #submit {
	display: none;
}

.page-id-5 #timer {
	display: none;
}

.single .word #respond, .word .onewords .postmetadata, .word h3, .rtexthumb {
	display: none;
}

#signup_form .error {
	font-style: italic;
	color: #c00;
	font-size: 10px;
	padding-bottom: 5px;
}

.comment {
	text-transform: none !important;
}

.comment p {
	margin-bottom: 5px;
}

.page-id-13 #main #main_content .store {
	width: 85px;
	float: left;
	margin-right: 25px;
	text-align: center;
	overflow: visible;
	margin-bottom: 15px;
}

.page-id-13 #main #main_content .store img {
	border: 1px solid #666;
}

.page-id-13 #main #main_content h2 {
	clear: both;
}

.forgetmenot {}

.page-id-503 #main_content ul {
	margin-bottom: 15px;
}

.page-id-503 #main_content {
	text-align: center;
}

/* Ads (Brian added) */
#ads .adbox {
	padding: 5px 5px 5px;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	background: #eeeeee;
	border: 1px solid #000;
	position: relative;
	top: -10px;
}

.triangle-obtuse, .alt .triangle-obtuse, blockquote.commentHolder, .item-list-tabs li, .widget, #item-header, .admin-links, .poster-meta {
	position: relative;
	padding: 15px;
	margin: 1em 0 0 0;
	background: #4d5656;
	color: #d9d9d9;
	/* css3 */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.alt .triangle-obtuse, blockquote.alt, .activity-inner {
	position: relative;
	padding: 15px;
	margin: 1em 0 3em;
	background: #343939;
	/* css3 */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.even .triangle-obtuse, .alt .triangle-obtuse {
	margin-bottom: 3em;
}

#call_signup {
	background: #4d5656;
	color: #fff;
	border: 2px;
	border-color: black;
	margin: 0 auto;
	width: 35%;
	margin-bottom: 40px;
	margin-top: -2em;
	overflow: auto;
	font-size: 0.9em;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 6px;
}

#call_signup a {
	font-weight: bold;
	color: #fff;
}

/* Just a lil' note */
.note {
	background: #ebebeb;
	width: 294px;
	padding: 8px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666;
	text-align: left;
	font-size: 0.9em;
	word-spacing: -0.1em;
	border: 1px solid #e6e6e6;
	margin-top: 10px;
	line-height: -30%;
}

.triangle-obtuse:before, blockquote.commentHolder:before {
	content: "\00a0";
	display: block;
	/* reduce the damage in FF3.0 */
	position: absolute;
	bottom: -15px;
	/* value = - border-top-width - border-bottom-width */
	left: 108px;
	/* controls horizontal position */
	width: 0;
	height: 0;
	border-width: 0;
	border-right-width: 15px;
	/* vary this value to change the angle of the vertex */
	border-bottom-width: 15px;
	/* vary this value to change the height of the triangle. must be equal to the corresponding value in :after */
	border-style: solid;
	border-color: transparent #4d5656;
	z-index: 999;
}

/* creates the narrower right-angled triangle */
.triangle-obtuse:after, blockquote.commentHolder:after {
	content: "\00a0";
	display: block;
	/* reduce the damage in FF3.0 */
	position: absolute;
	bottom: -15px;
	/* value = - border-top-width - border-bottom-width */
	left: 123px;
	/* value = (:before's left) + (:before's border-right/left-width)  - (:after's border-right/left-width) */
	width: 0;
	height: 0;
	border-width: 0;
	border-left-width: 15px;
	/* vary this value to change the angle of the vertex */
	border-bottom-width: 15px;
	/* vary this value to change the height of the triangle. must be equal to the corresponding value in :before */
	border-style: solid;
	border-color: transparent #4d5656;
	z-index: 999;
}

/* creates the wider right-angled triangle */
.alt .triangle-obtuse:before, blockquote.alt:before {
	content: "\00a0";
	display: block;
	/* reduce the damage in FF3.0 */
	position: absolute;
	bottom: -15px;
	/* value = - border-top-width - border-bottom-width */
	left: 108px;
	/* controls horizontal position */
	width: 0;
	height: 0;
	border-width: 0;
	border-right-width: 15px;
	/* vary this value to change the angle of the vertex */
	border-bottom-width: 15px;
	/* vary this value to change the height of the triangle. must be equal to the corresponding value in :after */
	border-style: solid;
	border-color: transparent #343939;
	z-index: 999;
}

/* creates the narrower right-angled triangle */
.alt .triangle-obtuse:after, blockquote.alt:after {
	content: "\00a0";
	display: block;
	/* reduce the damage in FF3.0 */
	position: absolute;
	bottom: -15px;
	/* value = - border-top-width - order-bottom-width */
	left: 123px;
	/* value = (:before's left) + (:before's border-right/left-width)  - (:after's border-right/left-width) */
	width: 0;
	height: 0;
	border-width: 0;
	border-left-width: 15px;
	/* vary this value to change the angle of the vertex */
	border-bottom-width: 15px;
	/* vary this value to change the height of the triangle. must be equal to the corresponding value in :before */
	border-style: solid;
	border-color: transparent #343939;
	z-index: 999;
}

/* Bubbles for BuddyPress */
.item-list-tabs li {
	position: relative;
	color: #000;
	padding: 5px 10px;
	/* css3 */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* creates triangle */
.item-list-tabs li:after {
	content: "\00a0";
	display: block;
	/* reduce the damage in FF3.0 */
	position: absolute;
	z-index: 999;
	/* value = - border-top-width - border-bottom-width */
	left: 10%;
	/* controls horizontal position */
	width: 0;
	height: 0;
	border-width: 16px;
	/* vary these values to change the angle of the vertex */
	border-style: solid;
	border-color: #f6f6f6 transparent transparent;
}

.item-list-tabs li:after {
	top: -30px;
	/* value = - border-top-width - border-bottom-width */
	right: 10%;
	/* controls horizontal position */
	left: auto;
	border-color: transparent transparent #f6f6f6;
}

.item-list-tabs li.current:after {
	content: "\00a0";
	display: block;
	/* reduce the damage in FF3.0 */
	position: absolute;
	z-index: 999;
	bottom: -30px;
	/* value = - border-top-width - border-bottom-width */
	left: 10%;
	/* controls horizontal position */
	width: 0;
	height: 0;
	border-width: 15px 15px;
	/* vary these values to change the angle of the vertex */
	border-style: solid;
	border-color: #eee transparent transparent;
}

.item-list-tabs li.current:after {
	top: -29px;
	/* value = - border-top-width - border-bottom-width */
	right: 10%;
	/* controls horizontal position */
	bottom: -30px;
	left: auto;
	border-color: transparent transparent #eee;
}

.comment_author, .commentMeta {
	position: relative;
	top: -20px;
	left: 50px;
}

.commentMeta {
	top: -20px;
}

.email_comment {
	font-size: .9em !important;
	color: #666;
	padding-left: 20px;
	background: url(../img/icon_mail.png) no-repeat 0px 2px;
	float: right;
}

a:hover.email_comment {
	color: #444;
	background: url(../img/icon_mail.png) no-repeat 0px -28px;
}

.commentHolder .email_comment {
	position: relative;
	top: -10px;
}

/* Commenter URL icon */
.comment_author_link a {
	width: 16px;
	height: 21px;
	background: url(../img/icon_url.png) no-repeat;
	display: inline-block;
	text-indent: -999em;
	cursor: pointer;
}

.comment_author_link a:hover {
	background: url(../img/icon_url.png) no-repeat 0px -29px;
}

/* Number of Comments on Archives Page */
#main_content h1 .comments_num {
	font-size: 75%;
}

/* Archive page H1 modifier to make entry titles smaller */
.archive #main #main_content h1 {
	font-size: 2.4em;
}

/* Your Profile */
#your-profile label {
	width: 175px;
	float: left;
	clear: left;
	padding-top: 4px;
	font-size: 1.1em;
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
	margin-bottom: 8px;
}

#your-profile input[type=text], #your-profile input[type=password], #your-profile textarea, #your-profile select {
	width: 210px;
	height: 20px;
	float: left;
	margin-bottom: 8px;
	padding: 3px 5px;
	border: 0;
	background: #e2e2e2;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#your-profile input[type=checkbox] {
	width: 15px;
	height: 15px;
	background: #e2e2e2;
	position: relative;
	top: 4px;
	padding: 4px;
}

#your-profile h3 {
	padding-top: 25px;
	padding-bottom: 15px;
}

#your-profile th, #your-profile td {
	vertical-align: top !important;
}

#your-profile #pass-strength-result {
	clear: both;
	overflow: visible;
	margin-bottom: 10px;
}

#your-profile label .description {
	display: inline;
	float: none;
	clear: none;
}

#your-profile select {
	height: 25px;
	width: 220px;
}

#your-profile .description {
	float: left;
	clear: left;
	font-size: 85%;
	font-style: italic;
	margin-top: -10px;
	margin-bottom: 15px;
}

/* BuddyPress */
.activity-avatar {
	margin-top: 15px;
}

div.activity-avatar img.avatar {
	height: 60px;
	width: 60px;
}

.activity-meta {
	font-size: 85%;
	float: right;
	position: relative;
	top: -17px;
	margin-right: 5px;
}

#activity-stream .activity-header a {
	font-weight: bold;
}

#activity-stream .time-since, .profile .profile-fields .activity, .messages .activity, .friends .activity .activity, .groups .activity .activity, .settings .activity, .members .activity, .td-freshness, .poster-meta, #item-header-content .activity {
	font-size: 80%;
	color: #666;
	font-style: italic;
	padding-top: 2px;
	padding-bottom: 3px;
}

.my-activity #login-header-content .activity {
	margin-top: -3px;
	font-size: 71%;
	padding-bottom: 8px;
}

#activity-stream .time-since {
	float: right;
	padding-bottom: 20px;
}

.thread-info {
	font-weight: bold;
}

.thread-excerpt {
	font-weight: normal;
	font-size: 90%;
}

#activity-stream .view, #activity-stream .item-button {
	font-size: 85%;
}

ul.activity-list li {
	padding: 0 !important;
}

.item-list-tabs li {
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 20px;
	border-right: 1px solid #ddd;
	font-size: 10px;
}

div.item-list-tabs {
	margin-top: 40px;
	border-bottom: 0 !important;
	text-transform: lowercase !important;
}

div.item-list-tabs ul li {
	float: left;
	margin-right: 5px;
}

div#item-header div#item-header-content {
	float: left;
	width: 142px;
}

/*#item-nav {background:#eee;border-radius:5px;-moz-border-radius: 5px; -webkit-border-radius: 5px;border-bottom:0;font-size:115%;}
#subnav, messages-options-nav {background:#f6f6f6;margin-top:-15px;-moz-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px; -moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;font-size:95%;padding-top:3px;}*/

.activity-inner {
	padding-bottom: 5px !important;
	margin-bottom: 25px !important;
}

.label {
	padding-right: 25px;
	font-weight: bold;
}

#item-header {
	width: 135px;
	float: right;
	margin-right: -35px;
}

#item-nav {
	margin: 0;
	padding: 0;
	width: 500px;
	float: left;
	position: relative;
	top: -35px;
}

#item-nav li {
	background: #f6f6f6;
	padding-bottom: 8px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

#item-nav li.current {
	background: #eee;
}

#activity-filter-select {
	display: none;
}

#subnav {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -36px;
	left: 0px;
	float: left;
	width: 100%;
	max-width: 475px;
	background: #eee;
	padding-top: 3px;
	border-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

#subnav li {
	margin: 0;
	font-size: 90%;
	padding: 2px 7px;
}

#item-body {
	clear: both;
	max-width: 475px;
	width: 100%;
	float: left;
	/*background:#eee;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
}

#item-body p {
	margin-bottom: 10;
}

.widget {
	width: 135px;
	float: right;
	clear: right;
	margin-right: -15px;
}

.item-avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

form#whats-new-form #whats-new-textarea {
	padding: 0;
	border: none !important;
}

form#whats-new-form #whats-new-textarea textarea {
	border: none;
	color: #333;
	background: #e6e6e6;
	padding: 20px 20px 35px 20px;
	font-size: 1.2em;
	line-height: 145%;
	font-family: 'Figtree', Arial, Helvetica, sans-serif;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 345px;
}

.activity-inner, .activity-content {
	background: #e6e6e6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul.activity-list li div.activity-comments ul li {
	margin-left: 55px;
	padding-left: 15px !important;
	border-left: 1px solid #ccc;
	margin-bottom: 10px;
}

.activity-header {
	margin: 0;
	margin-top: 10px;
	background: #eeeeee;
	padding: 3px 7px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: auto;
	min-height: 30px;
}

/*.view {clear:right;padding-left:20px;}
.view, .delete-activity {float:right;position:relative;bottom:0;right:0;}*/

.activity-inner {
	padding: 15px !important;
	padding-top: 0 !important;
}

form input[type=submit], [type=button], .generic-button a, a.button {
	background: #eeeeee;
	padding: 2px 10px;
	border-radius: 5px;
	text-transform: lowercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666;
	text-align: center;
	font-size: 0.9em;
	word-spacing: -0.1em;
	border: 1px solid #e6e6e6;
	margin-top: 5px;
}

.generic-button a, a.button {
	font-size: 90%;
	padding: 3px 7px;
	float: right;
	font-weight: normal !important;
	margin-right: 5px;
}

.generic-button a {
	float: none;
	display: block;
}

form input[type=submit]:hover, [type=button]:hover, .generic-button a:hover, a:hover.button {
	background: #000;
	cursor: pointer;
	color: #fff;
}

.action .meta {
	float: right;
	clear: right;
	width: 100px;
}

#item-body input[type="submit"], #item-body .button {
	background-image: none;
	display: inline;
	height: auto;
	margin-left: 5px;
	margin-top: -6px;
	text-indent: -1px;
	width: auto;
}

.pag-count {
	padding-top: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	font-size: .9em;
}

.messages-options-nav {
	padding-top: 15px;
	border-top: 1px solid #ddd;
	margin-top: 15px;
	font-size: .9em;
}

.messages-options-nav a {
	padding-right: 20px;
}

.thread-avatar, .thread-count {
	padding-right: 10px;
}

.thread-avatar img {
	margin-bottom: -15px;
}

#message-threads td {
	vertical-align: top;
	padding-bottom: 30px;
}

.remove {
	float: right;
	font-size: 90%;
	margin-left: 10px;
	clear: both;
}

.item-title, .item-desc {
	width: 58%;
	padding-left: 60px;
}

.group-home .activity {
	font-size: 100%;
	font-style: normal;
}

.activity-header p {
	line-height: 135%;
	font-size: 1em;
}

.activity-inner + .activity-meta {
	margin-top: -6px !important;
}

/* Activity comment forms */
form.ac-form {
	display: none;
}

/* JS will show this */
div.activity-comments form {
	display: none;
	margin: 10px 0 10px 33px;
	padding: 8px;
}

div.activity-comments div#message {
	margin-top: 15px;
	margin-bottom: 0;
}

div.activity-comments form.loading {
	background-image: url( ../images/ajax-loader.gif );
	background-position: 2% 95%;
	background-repeat: no-repeat;
}

div.activity-comments form .ac-textarea {
	padding: 8px;
	border: 1px inset #ccc;
	margin-bottom: 10px;
}

div.activity-comments form textarea {
	width: 100%;
	height: 60px;
	border: none;
	padding: 0;
}

div.activity-comments form input {
	margin-top: 5px;
	font-family: 'Figtree';
}

div.activity-comments form div.ac-reply-avatar {
	float: left;
}

div.activity-comments form div.ac-reply-content {
	margin-left: 25px;
	padding-left: 15px;
}

#members-list li {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 15px;
}

#members-list a {
	font-weight: bold;
}

#members-list .item-avatar {
	margin-top: 5px;
}

.navigation, .commentlist {
	clear: both;
	text-transform: lowercase !important;
}

#search-terms {
	width: 90%;
}

/* Forums */
td.poster img {
	float: left;
}

.forum {
	border: 1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 5px;
}

.forum th {
	background: #eeeeee;
	vertical-align: middle;
}

.forum td, .forum th {
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
}

.td-poster, .td-group, .td-postcount {
	text-align: center;
}

.forum td {
	background: #f6f6f6;
	vertical-align: top;
}

.forum .alt td {
	background: #fafafa;
}

.forum .td-title {}

.forum #item-body {}

#item-nav {
	margin: 0;
	padding: 0;
	width: 500px;
	float: left;
	position: relative;
	top: -35px;
}

#item-nav li {
	background: #f6f6f6;
	padding-bottom: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

#item-nav li.current {
	background: #eee;
}

.group #item-header {
	float: right;
	margin-right: -175px;
}

.groups #item-nav li {
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.forum #content h1 {
	line-height: 115%;
	border-bottom: 1px solid #ddd;
}

#topic-post-list li {
	overflow: auto;
}

.admin-links {
	clear: both;
	padding: 7px;
}

.poster-meta {
	background: #eeeeee;
	padding: 5px;
	width: 75px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.poster-meta img {
	margin: 0 auto;
	display: block;
}

.post-content {
	padding-top: 10px;
}

.groups #activity-filter-select {
	display: block;
}

#item-header-content .activity {
	padding: 0px !important;
	margin-top: -5px !important;
	display: block;
}

.widget {
	margin-bottom: 5px !important;
}

#main_content .activity-inner {
	margin-bottom: 5px !important;
}

/* Groups */
#groups-list li {
	overflow: visible;
	margin-bottom: 15px;
	clear: both;
	padding-bottom: 15px;
	padding: ;
}

#groups-list .item-title {
	font-weight: bold;
}

#groups-list .item-meta {
	font-style: italic;
	font-size: 90%;
	margin-bottom: 5px;
	padding-left: 60px;
	overflow: white-space;
}

#groups-list .meta {
	width: 80px;
	font-size: 90%;
}

.groups #member-list li {
	padding-bottom: 15px;
	padding-right: 15px;
}

/* Settings */
.notification-settings {
	width: 95%;
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin-top: 5px;
}

.notification-settings th, .notification-settings td {
	text-align: left;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #eeeeee;
	padding: 3px;
}

.notification-settings td {
	background-color: #f6f6f6;
}

.notification-settings .alt td {
	background-color: #eee;
}

/*Admin Bar Login */
#admin-login-form {
	float: right;
	margin-right: 32px;
	color: #fff;
	font-size: .9em;
	margin-top: 1px;
	max-width: 500px;
}

#admin-login-form label {
	padding-left: 0;
}

#admin-login-form label, #admin-login-form input, #pass1, #pass2 {
	display: inline;
	padding: 3px;
	font-size: 11px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#admin-login-form input[type=text], #admin-login-form input[type=password] {
	background: #eee;
	font-family: 'Figtree';
	font-weight: bold;
	color: #666;
	height: 11px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #000;
	margin: -4px;
}

#admin-login-form input[type=submit] {
	padding: 2px 5px;
	margin: 0.05em;
	height: 20px;
	background-color: #000;
	color: #fff;
}

#admin-login-form input[type=submit]:hover {
	background-color: #eee;
	color: #000;
	margin: 0.05em;
}

#admin-login-form #sidebar-rememberme {
	margin-left: -3px;
}

#admin_bar_message {
	float: right;
	margin-right: 25px;
	color: #fff;
	padding-top: 6px;
}

#admin_bar_message a {
	font-weight: bold;
	color: #fff;
}

#bp-adminbar-account-menu a {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/*Word Up*/
#wordup h1 {
	width: 120px;
	height: 110px;
	repeat: none;
	float: left;
	position: relative;
	left: -4px;
	margin-bottom: 4px;
	margin-top: -50px;
	padding-bottom: 10px;
	background: url(../img/wordup.png);
}

.wordup strong {
	font-size: 14px;
	font-weight: bolder;
	float: right;
	margin-right: 80px;
	margin-bottom: 8px;
}

/*Subscription Page*/
.page-id-1366 input[type=text] {
	margin-bottom: -10px;
	font-size: 16px;
	font-family: 'Figtree';
	color: #222;
	height: 28px;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #000;
	margin: -4px;
}

/*MyWord Page*/
.myword {
	text-align: center;
	background: #ebebeb;
	max-width: 320px;
	padding: 8px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666;
	font-size: 0.9em;
	word-spacing: -0.1em;
	border: 1px solid #e6e6e6;
	margin: auto;
	float: none;
	margin-top: 10px;
	line-height: 1.75em;
	position: relative;
	left: auto;
}

/*Registration */
.register-section input[type=text], .register-section input[type=password] {
	font-family: 'Figtree';
	font-size: 16px;
	color: #666;
	width: 305px;
	height: 24px;
	margin-bottom: 6px;
	margin-top: 3px;
	padding: 3px 5px;
	border: 0;
	background: #e2e2e2;
	border-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px !important;
}

/* What's New */
.whatsnew {
	text-align: center;
	background: #ebebeb;
	max-width: 420px;
	padding: 8px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666;
	font-size: 0.9em;
	word-spacing: -0.1em;
	border: 1px solid #e6e6e6;
	margin-top: 10px;
	line-height: -30%;
	margin: 0 auto;
}

.whatsnew ul li {
	font-size: 12px;
	color: #000;
}

.whatsnew .desc {
	font-size: 11px;
	color: #666;
}

.button_go_whatsnew {
	width: 50px;
	height: 50px;
	display: block;
	background: url(../img/button_go.png) no-repeat;
	text-indent: -999em;
	margin-top: 2px;
	margin-left: -5px;
	border: 0 !important;
	position: relative;
	left: 189px;
}

:hover.button_go_whatsnew {
	background-position: 0px -50px;
	cursor: pointer;
}

/* Username checker */
#username_checker span.loading {
	background-image: url( ajax-loader.gif );
	background-position: 92% 50%;
	background-repeat: no-repeat;
	padding-right: 30px !important;
}

#username_checker span.available, #username_checker span.error {
	display: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 10px 0;
	width: 41%;
	padding: 6px;
	border-color: #c4e9bd;
}

#username_checker span.available {
	display: block;
	color: #666;
	background: #eeeeee;
	padding-top: 14px;
}

#username_checker span.error {
	display: block;
	color: #e41717;
	background: #f2f2f2;
	padding-top: 14px;
}

/* contact */
.contactarea {
	background: #ebebeb;
	width: 400px;
	padding: 8px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666;
	text-align: left;
	font-size: 0.9em;
	word-spacing: -0.1em;
	border: 1px solid #e6e6e6;
	margin-top: 10px;
	line-height: -30%;
}

.contact-form select {
	max-width: 98%!important;
	width: 307px!important;
}

.contact-form textarea {
	width: 94%!important;
}

/* Ultimate Member */
/* Hides username at the top of Ultimate Member user profiles */
#post-6817 h1 {
	display: none;
}

/* Forces Ultimate Member to use the Figtree font */
.um-field-label, .um-field-value, .um-form input[type=text], .um-form input[type=email], .um-form input[type=password], .um-form select, .um-form textarea {
	font-family: 'Figtree', sans-serif !important;
}

/* Ultimate Member profile body */
.um-profile-body, .um-profile-nav a, .um-profile-nav li, .um-profile-tabs li, .um-form-group .um-field-value {
	font-family: 'Figtree', sans-serif !important;
}

/* Ultimate Member profile name */
.um-name {
	font-weight: 400!important;
}

.um-profile.um .um-name a {
	color: #999999!important;
}

.um-profile-meta .um-name {
	margin-bottom: -20px; /* Adjust the bottom margin of the name */
}

.um-profile-meta .um-meta-text {
	margin-top: 1px; /* Adjust the top margin of the description */
	color: #e1e1e1;
}

/* Ultimate Member comment display */
.um-item-link a {
	font-size: 15px!important;
	font-weight: 400!important;
	color: #e6e6e6!important;
}

.um-item {
	padding: 18px 0!important;
}

.um-item-link {
	margin-top: -10px;
}

.um-item-meta {
	padding-top: 10px;
}

/* Ultimate Member comment display—word */
.um-item-meta a {
	color: #fff!important;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	border-bottom: none!important;
}

.um-cover {
	overflow: hidden;
	border-radius: 10px;
	/* Adjust the border-radius value according to your design */
}

.um-cover-e {
	overflow: hidden;
}

.um-cover-e img {
	border-radius: 10px;
	/* Adjust the border-radius value according to your design */
}

.um-field-label label {
	color: #d3d3d3;
}

/* Ultimate Member register form padding */
.um-6813.um {
	padding-bottom: 40px;
}

.gutena-forms-submit-button {
	padding-top: 8px;
}

/* centers .entry content on mobile */
@media (max-width: 694px) {
	.entry {
		text-align: center;
		padding-top: 0!important;
	}
}

/* centers .button_go on mobile */
@media (max-width: 694px) {
	.entry .button_go {
		display: inline-block;
		margin: 0 auto;
		text-align: center;
	}
}

@media (max-width: 694px) {
	#foot_nav {
		display: flex;
		justify-content: center;
		padding: 0;
		margin: 0;
		list-style: none;
		font-size: 0.8em; /* Adjust font size */
		float:none;
	}

	/* centers footer navigation and makes it smaller */
	#foot_nav li {
		margin: 0;
		padding: 0;
	}

	#foot_nav li:not(:last-child) {
		margin-right: 10px; /* Adjust spacing between list items */
	}

	#foot_nav li a {
		display: inline-block;
		padding: 3px 5px;
		text-decoration: none;
	}
}

/* comment is awaiting moderation text */

#main_content p em {
	color: #b2b2b2;
}

/* giant background titles on read (single.php) page */
.top-text-container, .upper-third-text-container, .middle-text-container, .lower-third-text-container, .bottom-text-container {
	position: absolute;
	color:#87cbff;
	opacity: 0.04;
	z-index: 0;
	pointer-events: none;
}

.top-text-container {
	font-size: 490px;
	top: 2%;
	left: -8%;
}

.upper-third-text-container {
	font-size: 320px;
	top: 25%;
	right: -40%;
}

.middle-text-container {
	font-size: 980px;
	top: 40%;
	left: -180%;
}

.lower-third-text-container {
	font-size: 520px;
	bottom: 30%;
	right: -180%;
}

.bottom-text-container {
	font-size: 620px;
	bottom: 10%;
	right: 5%;
}

/* Responsive Tweaks */

@media (max-width: 736px) {
	/* oneword logo */
	#header h1 {
		float: none;
		text-indent: -999em;
		padding-bottom: 20px;
		margin: auto;
	}

	/* login/sign up for logged-out users on read page on mobile */
	#call_signup {
		margin-top: -1em;
	}

	/* adjusts timer position on mobile */    
	.page-id-5 #timer {
		position: relative;
		left: -40px;
		transform: scale(0.5);
		animation: move-left 62s forwards;
	}

	@keyframes move-left {
		100% {
			left: -160px;
		}
	}

	/* adjusts comment submission name/email box on mobile */  
	.page-id-5 #commentfields {
		width: 242px;
		margin-left: 0;
	}

	/* adjusts position of go button to submit comment on mobile */  
	.page-id-5 form .button {
		right: 30px;
	}
}

/* Comment styles for the single post page */

/* Resets list styling for comments */
.commentlist {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/* Styles each comment */
.commentlist li {
	margin-bottom: 20px;
	border-bottom: 1px solid #32363b;
	padding-bottom: 10px;
}

/* Styles the comment text */
.comment-text {
	font-size: 1em;
	line-height: 1.5em;
}

/* Styles the comment author metadata */
.comment-meta {
	font-weight: bold;
	margin-top: 5px;
}

/* Ensures the comment author's name is a link */
.comment-author a {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

.comment-author a:hover {
	color: #d9d9d9;
}
