@import url( reset.css ); /* Reset browser defaults */

/* > Global Elements
-------------------------------------------------------------- */

body {
	background-color: #fff;
	margin: 0;
	padding: 0;

	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #555;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 5px 0 15px 0;
}
h1 {
	font-size: 28px;
	margin-bottom: 25px;
}
h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
	margin-bottom: 15px;
}
h5 {
	font-size: 14px;
	margin-bottom: 0;
}
h6 {
	font-size: 12px;
	margin-bottom: 0;
}
a {
	color: #618ec0;
	cursor: hand;
}
a:hover,
a:active {
	color: #b41817;
}
a:focus {
	outline: 1px dotted #ccc;
}
.padder {
	padding: 19px;
}
.clear {
	clear: left;
}
p {
	margin-bottom: 15px;
}
p:last-child {
	margin-bottom: 0;
}
hr {
	background-color: #e7e7e7;
	border: 0 none;
	clear: both;
	height: 1px;
	margin: 20px 0;
}
img.avatar {
	float: left;
	border: 2px solid #eee;
}
big {
	font-size: 18px;
}
del {
	text-decoration: line-through;
}
ins {
	background: #fff9db;
	text-decoration: none;
}
sub {
	top: .5ex;
}
sup {
	bottom: 1ex;
}
sub,
sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}

a.abilities {
	color:#ffffff;
	text-decoration: none;
	font-size: 11px;
}

a.abilities:hover {
	color:#ffffff;
	text-decoration: underline;
	font-size: 11px;
}

.breadcrumbs {
	background-color: #202e3d;
	padding: 3px;
	margin-top: -10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 3px;
	color: #ffffff;
	font-size: 11px;
}


/* > Admin Bar
-------------------------------------------------------------- */

#wp-admin-bar .padder {
	width: 980px; !important; /* Line up the admin bar with the content body in this theme */
}


/* > Header
-------------------------------------------------------------- */

a.registra {
	font-family: myriad pro;
	font-size: 12px;
	color: white;
	text-decoration: none;
}

a.registra:hover {
	font-family: myriad pro;
	font-size: 12px;
	color: white;
	text-decoration: underline;
}

input, textarea, select {
	BORDER-BOTTOM-COLOR: #000000; 
	BORDER-BOTTOM-WIDTH: 1px; 
	BORDER-LEFT-COLOR: #000000; 
	BORDER-LEFT-WIDTH: 1px; 
	BORDER-RIGHT-COLOR: #000000; 
	BORDER-RIGHT-WIDTH: 1px; 
	BORDER-TOP-COLOR: #000000; 
	BORDER-TOP-WIDTH: 1px; 
	COLOR: #000000; 
	FONT-FAMILY: tahoma; 
	FONT-SIZE: 11px;
}



/* > Item Lists (Activity, Friend, Group lists)
-------------------------------------------------------------- */

ul.item-list {
	width: 100%;
	list-style: none;
}
ul.item-list li {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #eaeaea;
	list-style: none;
	margin-left: -30px;
	width: 620px;
}
ul.single-line li {
	border: none;
}
ul.item-list li img.avatar {
	float: left;
	margin: 0 10px 10px 0;
}
ul.item-list li div.item-title,
ul.item-list li h4 {
	font-weight: normal;
	font-size: 14px;
	width: 75%;
	margin: 0;
}
ul.item-list li div.item-title span {
	font-size: 12px;
	color: #999;
}
ul.item-list li div.item-desc {
	margin: 10px 0 0 64px;
	font-size: 11px;
	color: #888;
	width: 50%;
}
ul.item-list li div.action {
	position: absolute;
	top: 15px;
	right: 0;
	text-align: right;
}
ul.item-list li div.meta {
	margin-top: 10px;
	color: #888;
	font-size: 11px;
}
ul.item-list li h5 span.small {
	font-weight: normal;
	font-size: 11px;
	float: right;
}


/* > Item Tabs
-------------------------------------------------------------- */

div.item-list-tabs {
	clear: left;
	overflow: hidden;
	background: #eaeaea;
	width: 700px;
}
div.item-list-tabs ul li a {
	text-decoration: none;
}
div.item-list-tabs ul {
	width: 100%;
	margin-left: -30px;
}
div.item-list-tabs ul li {
	float: left;
	margin: 5px 0 0 5px;
	list-style: none;
}
div.item-list-tabs#subnav ul li {
	margin-top: 0;
}
div.item-list-tabs ul li:first-child {
	margin-left: 10px;
}
div.item-list-tabs ul li.last {
	float: right;
	margin: 7px 39px 0 0;
}
div.item-list-tabs#subnav ul li.last {
	margin-top: 4px;
}
div.item-list-tabs ul li.last select {
	max-width: 175px;
}
div.item-list-tabs ul li a,
div.item-list-tabs ul li span {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
div.item-list-tabs ul li span {
	color: #aaa;
}
div.item-list-tabs ul li a span {
	display: inline;
	padding: 0;
	color: inherit;
}
div.item-list-tabs ul li.selected a,
div.item-list-tabs ul li.current a {
	background-color: #fff;
	color: #555;
	font-weight: bold;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
}
ul li.loading a {
	background-image: url( ../images/ajax-loader.gif );
	background-position: 92% 50%;
	background-repeat: no-repeat;
	padding-right: 30px !important;
}
div#item-nav ul li.loading a {
	background-position: 88% 50%;
}
div.item-list-tabs#object-nav {
	margin-top: 0;
}
div.item-list-tabs#subnav {
	background: #fff;
	border-bottom: 1px solid #eaeaea;
	min-height: 45px;
	overflow: hidden;
}
div.item-list-tabs ul li.feed a {
	background: url( ../images/rss.png ) center left no-repeat;
	padding-left: 20px;
}


/* > Item Body
-------------------------------------------------------------- */

.item-body {
	margin: 20px 0;
}
span.activity,
div#message p {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	background: #f7f7f7;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	color: #212f3f;
	padding: 1px 8px;
	margin: 6px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
span.activity1{
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	background: #98FB98;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	color: #228B22;
	padding: 1px 8px;
	margin: 6px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* > Directories (Members, Groups, Blogs, Forums)
-------------------------------------------------------------- */

div.dir-search {
	float: right;
	margin: -390px 10px 10px 10px;
	width: 400px;
}
div.dir-search input[type=text] {
	padding: 0 3px;
	font-size: 12px;
}


/* > Pagination
-------------------------------------------------------------- */

div.pagination {
	margin: 10px -19px 0px -19px;
	padding: 8px 20px;
	color: #888;
	font-size: 11px;
	height: 19px;
	background: #f4f4f4;
	border: none;
	position: relative;
	width: 700px;
}
div.pagination .pag-count {
	float: left;
}
div.pagination .pagination-links {
	float: right;
}
div.pagination .pagination-links span,
div.pagination .pagination-links a {
	font-size: 12px;
	padding: 0 5px;
}
div.pagination .pagination-links a:hover {
	font-weight: bold;
}
div#pag-bottom {
	margin-top: -1px;
}


/* > Error / Success Messages
-------------------------------------------------------------- */

div#message {
	margin: 15px 0;
}
div#message.updated {
	clear: both;
}
div#message p {
	padding: 10px 15px;
	font-size: 12px;
	display: block;
}
div#message.error p {
	background: #e41717;
	color: #fff;
	border-color: #a71a1a;
	clear: left;
}
div#message.updated p {
	background: #dffcd9;
	color: #1a9b00;
	border-color: #c4e9bd;
}
.standard-form#signup_form div div.error {
	color: #fff;
	background: #e41717;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px;
	width: 90%;
	margin: 0 0 10px 0;
}


/* > Buttons
-------------------------------------------------------------- */

button,
a.button,
input[type=submit],
input[type=button],
input[type=reset],
ul.button-nav li a,
div.generic-button a {
	background: url( ../images/white-grad1.png ) top left repeat-x;
	border: 1px solid #ddd;
	padding: 3px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	vertical-align: bottom;
	cursor: pointer;
}
button:hover,
a.button:hover,
a.button:focus,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
ul.button-nav li a:hover,
ul.button-nav li.current a,
div.generic-button a:hover {
	border-color: #b41817;
	background: url( ../images/white-grad.png ) top left repeat-x;
	color: #ffffff;
	text-decoration: underline;
	outline: none;
}

/* Buttons that are disabled */
button.pending,
button.disabled,
div.pending a,
a.disabled {
	border-color: #eee;
	color: #bbb;
	cursor: default;
}
button.pending:hover,
button.disabled:hover,
div.pending a:hover,
a.disabled:hover {
	border-color: #eee;
	color: #bbb;
}
div.accept,
div.reject {
	float: left;
	margin-left: 10px;
}
ul.button-nav li {
	float: left;
	margin: 0 10px 10px 0;
}
ul.button-nav li.current a {
	font-weight: bold;
}


/* > AJAX Loaders
-------------------------------------------------------------- */

.ajax-loader {
	background: url( ../images/ajax-loader.gif ) center left no-repeat !important;
	padding: 8px;
	display: none;
}
a.loading {
	background-image: url( ../images/ajax-loader.gif ) !important;
	background-position: 95% 50% !important;
	background-repeat: no-repeat !important;
	padding-right: 25px !important;
}


/* > Input Forms
-------------------------------------------------------------- */

.standard-form textarea,
.standard-form input[type=text],
.standard-form select,
.standard-form input[type=password],
.dir-search input[type=text] {
	border: 1px inset #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px;
	font: inherit;
	font-size: 14px;
	color: #888;
}
.standard-form select {
	padding: 3px;
}
.standard-form input[type=password] {
	margin-bottom: 5px;
}
.standard-form label,
.standard-form span.label {
	display: block;
	font-weight: bold;
	margin: 15px 0 5px 0;
}
.standard-form div.checkbox label,
.standard-form div.radio label {
	font-weight: normal;
	margin: 5px 0 0 0;
	font-size: 12px;
	color: #888;
}
.standard-form#sidebar-login-form label {
	margin-top: 5px;
}
.standard-form input[type=text] {
	width: 75%;
}
.standard-form#sidebar-login-form input[type=text],
.standard-form#sidebar-login-form input[type=password] {
	padding: 4px;
	width: 95%;
}
.standard-form #basic-details-section input[type=password],
.standard-form #blog-details-section input#signup_blog_url {
	width: 35%;
}
.standard-form#signup_form input[type=text],
.standard-form#signup_form textarea {
	width: 90%;
}
.standard-form#signup_form div.submit {
	float: right;
}
div#signup-avatar img {
	margin: 0 15px 10px 0;
}
.standard-form textarea {
	width: 75%;
	height: 120px;
}
.standard-form textarea#message_content {
	height: 200px;
}
.standard-form#send-reply textarea {
	width: 97.5%;
}
.standard-form p.description {
	font-size: 11px;
	color: #888;
	margin: 5px 0;
}
.standard-form div.submit {
	padding: 15px 0 0 0;
	clear: both;
}
.standard-form p.submit {
	padding: 15px 0 0 0;
	margin-bottom: 0;
}
.standard-form div.submit input {
	margin-right: 15px;
}
.standard-form div.radio ul {
	margin: 10px 0 15px 38px;
	list-style: disc;
}
.standard-form div.radio ul li {
	margin-bottom: 5px;
}
.standard-form a.clear-value {
	display: block;
	margin-top: 5px;
	outline: none;
}
.standard-form #basic-details-section,
.standard-form #blog-details-section,
.standard-form #profile-details-section {
	float: left;
	width: 48%;
}
.standard-form #profile-details-section {
	float: right;
}
.standard-form #blog-details-section {
	clear: left;
}
.standard-form input:focus,
.standard-form textarea:focus,
.standard-form select:focus {
	background: #fafafa;
	color: #555;
}
form#send-invite-form {
	margin-top: 20px;
}
div#invite-list {
	height: 400px;
	overflow: scroll;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	background: #f5f5f5;
	width: 250px;
	border: 1px solid #e4e4e4;
	margin: 10px 0;
}





/* > Activity Stream Posting
-------------------------------------------------------------- */

form#whats-new-form {
	margin-bottom: 5px;
}
#item-body form#whats-new-form {
	margin: 20px 0 10px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.home-page form#whats-new-form {
	border-bottom: none;
	padding-bottom: 0;
}
form#whats-new-form h5 {
	margin: 0;
	font-weight: normal;
	font-size: 12px;
	color: #888;
	margin-left: 76px;
	padding: 0 0 3px 0;
}
form#whats-new-form #whats-new-avatar {
	float: left;
}
form#whats-new-form #whats-new-content {
	margin-left: 54px;
	padding-left: 22px;
}
form#whats-new-form #whats-new-textarea {
	padding: 8px;
	border: 1px inset #ccc;
	background: #fff;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
form#whats-new-form textarea {
	width: 100%;
	height: 50px;
	font-size: 14px;
	font-family: inherit;
	color: #555;
	border: none;
	margin: 0;
	padding: 0;
}
form#whats-new-form #whats-new-options select {
	max-width: 200px;
}
form#whats-new-form #whats-new-submit {
	float: right;
	margin: 0;
}


/* > Activity Stream Listing
-------------------------------------------------------------- */

ul.activity-list li {
	padding: 20px 20px 0 0;
	overflow: hidden;
}
ul.activity-list > li:first-child {
	padding-top: 5px;
}
ul.activity-list li.has-comments {
	padding-bottom: 20px;
}
body.activity-permalink ul.activity-list li.has-comments {
	padding-bottom: 0;
}
.activity-list li.mini {
	position: relative;
	font-size: 11px;
	min-height: 45px;
	padding: 12px 0 0 0;
}
	.activity-list li.mini div.activity-meta {
		margin: 0;
	}
	.activity-list li.mini div.activity-meta a {
		padding: 3px 8px;
	}
.activity-list li.mini .activity-avatar img.avatar,
.activity-list li.mini .activity-avatar img.FB_profile_pic {
	width: 20px;
	height: 20px;
	margin-left: 76px;
}
.activity-list li.activity_comment .activity-avatar img.avatar,
.activity-list li.activity_comment .activity-avatar img.FB_profile_pic {
	width: 40px;
	height: 40px;
	margin-left: 20px;
}
body.activity-permalink .activity-list > li:first-child {
	padding-top: 0;
}
body.activity-permalink .activity-list li .activity-avatar img.avatar,
body.activity-permalink .activity-list li .activity-avatar img.FB_profile_pic {
	width: 100px;
	height: 100px;
	margin-left: 0;
}
.activity-list li .activity-content {
	position: relative;
}
.activity-list li.mini .activity-content p {
	margin: 0;
	float: left;
}
	.activity-list li.mini .activity-meta {
		position: absolute;
		right: 0;
	}
		body.activity-permalink .activity-list li.mini .activity-meta {
			position: absolute;
			right: 15px;
		}
.activity-list li.mini .activity-comments {
	clear: left;
	font-size: 12px;
	margin-top: 30px;
}
.activity-list li .activity-inreplyto {
	font-size: 11px;
	color: #888;
	margin-left: 70px;
	margin-bottom: 15px;
	padding-left: 25px;
	background: url( ../images/replyto_arrow.gif ) 7px 0 no-repeat;
}
.activity-list li .activity-inreplyto > p {
	margin: 0;
	display: inline;
}
.activity-list li .activity-inreplyto blockquote,
.activity-list li .activity-inreplyto div.activity-inner {
	background: none;
	border: none;
	display: inline;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.activity-list .activity-avatar img {
	width: 50px;
	height: 50px;
}
body.activity-permalink .activity-list .activity-avatar img {
	width: 100px;
	height: 100px;
}
.activity-list .activity-content {
	margin-left: 70px;
}
body.activity-permalink .activity-list li .activity-content {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	padding: 15px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-left: 135px;
	font-size: 16px;
	line-height: 150%;
	min-height: 35px;
	margin-right: 0;
}
body.activity-permalink .activity-list li .activity-header > p {
	background: url( ../images/activity_arrow.gif ) top left no-repeat;
	margin-left: -35px;
	padding: 5px 0 0 38px;
	height: 35px;
	margin-bottom: 0;
}
.activity-list .activity-content .activity-header,
.activity-list .activity-content .comment-header {
	font-size: 11px;
	color: #888;
	line-height: 220%;
}
.activity-list .activity-content .activity-header img.avatar {
	float: none !important;
	margin: 0 5px -8px 0 !important;
}
.activity-list .activity-header a:first-child,
.commentlist .depth-1 > .comment-content .comment-meta a:first-child,
span.highlight {
	background: #ebf7ff;
	border-bottom: 1px solid #a1dcfa;
	border-right: 1px solid #a1dcfa;
	color: #059ae7;
	padding: 3px 8px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 3px;
}
.activity-list .activity-header a:first-child:hover {
	background: #059ae7 !important;
	color: #fff !important;
}
.activity-list .activity-content a:first-child:focus {
	outline: none;
}
.activity-list .activity-content span.time-since,
.comment-content .comment-meta span.time-since {
	color: #bbb;
}
.activity-list .activity-content span.activity-header-meta a {
	background: none;
	padding: 0;
	font-size: 11px;
	margin: 0;
	border: none;
	color: #aaa;
	text-decoration: underline;
}
.activity-list .activity-content span.activity-header-meta a:hover {
	color: inherit;
	text-decoration: none;
}
.activity-list .activity-content .activity-inner,
.activity-list .activity-content blockquote {
	margin: 15px 0 15px 5px;
	overflow: hidden;
}
body.activity-permalink .activity-content .activity-inner,
body.activity-permalink .activity-content blockquote {
	margin-top: 5px;
}

/* Backwards compatibility. */
.activity-inner > .activity-inner {
	margin: 0 !important;
}
.activity-inner > blockquote {
	margin: 0 !important;
}
.activity-list .activity-content img.thumbnail {
	float: left;
	margin: 0 10px 5px 0;
	border: 2px solid #eee;
}
.activity-read-more {
	margin-left: 1em;
}
.activity-list li.load-more {
	margin: 15px 0 !important;
	padding: 10px 15px !important;
	background: #f0f0f0 !important;
	text-align: center;
	font-size: 1.2em;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.activity-list li.load-more a {
	color: #555;
}


/* > Activity Stream Comments
-------------------------------------------------------------- */

div.activity-meta {
	margin: 0 0 20px 3px;
	clear: left;
}
.activity-list div.activity-meta a {
	font-size: 11px;
	background: #f4f4f4;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #999;
	padding: 4px 8px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 3px;
}
.activity-list div.activity-meta a.acomment-reply {
	background: #6484a9;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #ffffff;
}
div.activity-meta a:focus {
	outline: none;
}
div.activity-meta a:hover {
	background: #aaa;
	color: #fff;
	border-color: #aaa;
}
div.activity-meta a.acomment-reply:hover {
	background: #059ae7;
	color: #fff;
	border-color: #730b0b;
}
div.activity-comments {
	position: relative;
	margin: 0 0 0 20px;
	width: 700px;
	overflow: hidden; /* IE fix */
}
body.activity-permalink div.activity-comments {
	width: auto;
	margin-left: 135px;
	background: none;
}
div.activity-comments > ul {
	background: #f5f5f5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0 10px 0;
}
div.activity-comments ul,
div.activity-comments ul li {
	border: none;
	list-style: none;
}
div.activity-comments ul {
	clear: left;
}
div.activity-comments ul li {
	border-top: 2px solid #fff;
	padding: 10px 0 0;
}
body.activity-permalink .activity-list li.mini .activity-comments {
	clear: none;
	margin-top: 0;
}
body.activity-permalink div.activity-comments ul li {
	border-width: 1px;
	padding: 10px 0 0;
	width: 500px;
}
div.activity-comments ul li p:last-child,
.commentlist .comment-content a:first-child {
	margin-bottom: 10px;
	width: 510px;
}
div.activity-comments > ul > li:first-child {
	border-top: none;
	width: 500px;
}
div.activity-comments ul li:last-child {
	margin-bottom: 0;
	width: 600px;
}
div.activity-comments ul li > ul {
	margin-top: 0;
	margin-left: 20px;
}
body.activity-permalink div.activity-comments ul li > ul {
	margin-top: 15px;
}
div.activity-comments div.acomment-avatar img {
	border-width: 2px !important;
	float: left;
	margin-right: 10px;
}
div.activity-comments div.acomment-content {
	font-size: 11px;
	margin-left: 39px;
	margin-top: 5px;
}
div.acomment-content .time-since {
	display: none;
}
div.acomment-content .activity-delete-link {
	display: none;
}
div.acomment-content .comment-header {
	display: none;
}
body.activity-permalink div.activity-comments div.acomment-content {
	font-size: 14px;
}
div.activity-comments div.acomment-meta {
	font-size: 11px;
	color: #888;
}
div.activity-comments form.ac-form {
	display: none;
	margin: 10px 0 10px 33px;
	background: #fafafa;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 8px;
}
div.activity-comments li form.ac-form {
	margin-right: 15px;
}
div.activity-comments form.root {
	margin-left: 0;
}
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;
	background: #fff;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
div.activity-comments form textarea {
	width: 100%;
	font-family: inherit;
	font-size: 11px;
	color: #555;
	height: 60px;
	border: none;
	padding: 0;
}
div.activity-comments form input {
	margin-top: 5px;
}
div.activity-comments form div.ac-reply-avatar {
	float: left;
}
div.ac-reply-avatar img {
	border: 2px solid #fff !important;
}
div.activity-comments form div.ac-reply-content {
	margin-left: 50px;
	padding-left: 15px;
	color: #888;
	font-size: 11px;
}


/* > Private Message Threads
-------------------------------------------------------------- */

table#message-threads tr.unread td {
	background: #fff9db;
	border-top: 1px solid #ffe8c4;
	border-bottom: 1px solid #ffe8c4;
	font-weight: bold;
}
table#message-threads tr.unread td span.activity {
	background: #fff;
}
li span.unread-count,
tr.unread span.unread-count {
	background: #dd0000;
	padding: 2px 8px;
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
div.item-list-tabs ul li a span.unread-count {
	padding: 1px 6px;
	color: #fff;
	width: 400px;
}
div.messages-options-nav {
	font-size: 11px;
	background: #eee;
	text-align: right;
	margin: 0 -19px;
	padding: 5px 15px;
}
div#message-thread div.message-box {
	margin: 0 -19px;
	padding: 15px;
}
div#message-thread div.alt {
	background: #f4f4f4;
}
div#message-thread p#message-recipients {
	margin: 10px 0 20px 0;
}
div#message-thread img.avatar {
	float: left;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
div#message-thread strong {
	margin: 0;
	font-size: 16px;
}
div#message-thread strong a {
	text-decoration: none;
}
div#message-thread strong span.activity {
	margin: 4px 0 0 10px;
}
div#message-thread div.message-metadata {
	overflow: hidden;
}
div#message-thread div.message-content {
	margin-left: 45px;
}
div#message-thread div.message-options {
	text-align: right;
}


/* > Group Forum Topics
-------------------------------------------------------------- */

ul#topic-post-list {
	margin: 0px -19px 15px;
	width: auto;
}
ul#topic-post-list li {

	position: relative;
}
ul#topic-post-list li.alt {
	background: #f8f8f8;
	list-style: none;
}

ul#topic-post-list li.open {
	background: #ffffff;
	list-style: none;
}

ul#topic-post-list li div.poster-meta {
	margin-bottom: 10px;
	color: #888;
}
ul#topic-post-list li div.post-content {
	margin-left: 54px;
}
div.topic-tags {
	font-size: 11px;
}
div.admin-links {
	position: absolute;
	top: 15px;
	right: 25px;
	color: #888;
	font-size: 11px;
}
div#topic-meta {
	padding: 5px 19px 30px;
	margin: -10px -19px;
	position: relative;
}
div#topic-meta div.admin-links {
	right: 29px;
	top: -16px;
}
div#topic-meta h3 {
	font-size: 20px;
	margin: 5px 0;
}
div#new-topic-post {
	display: none;
	margin: 20px 0 0 0;
	padding: 1px 0 0 0;
}


/* > WordPress Blog Styles
-------------------------------------------------------------- */

.sticky .date {
	background: #fff9db;
	border-top: 1px solid #ffe8c4;
	border-bottom: 1px solid #ffe8c4;
	color: #ffa200;
	padding: 5px;
}
div.page,
div.post,
div.attachment {
	margin: 0 0 40px 0;
	overflow: hidden;
}
div.page:last-child,
div.post:last-child,
div.item-body:last-child,
#trackbacklist {
	margin-bottom: 0;
}
h2.pagetitle,
h2.posttitle {
	margin: 0;
	line-height: 120%;
}
h2.pagetitle a,
h2.posttitle a {
	color: #666;
	text-decoration: none;
}
.edit-link,
.page-link {
	clear: both;
	font-weight: bold;
}
.navigation,
.paged-navigation,
.comment-navigation {
	overflow: hidden;
	font-family: georgia, times, serif;
	font-style: italic;
	font-size: 12px;
	padding: 5px 0;
	margin: 5px 0 25px 0;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
div.page ul,
div.page ol,
div.page dl,
div.post ul,
div.post ol,
div.post dl {
	margin: 0 0 18px 1.5em;
}
div.page ul,
div.post ul {
	list-style: square;
}
div.page ol,
div.post ol {
	list-style: decimal;
}
div.page ol ol,
div.post ol ol {
	list-style: upper-alpha;
}
dl {
	margin-left: 0;
}
dt {
	font-size: 14px;
	font-weight: bold;
}
dd {
	margin: 0 0 15px 0;
}
pre, blockquote {
	margin-bottom: 20px;
}
pre,
code p {
	padding: 15px;
	background: #f4f4f4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
code {
	font-family: "Monaco", courier, sans-serif;
}
blockquote {
	quotes: none;
	font-style: italic;
	padding: 0 3em;
	font-family: georgia, times, serif;
	font-size: 16px;
	line-height: 150%;
}
blockquote p {
	margin-bottom: 15px !important;
}
div.post table,
div.page table {
	margin-bottom: 15px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #eee;
}
div.post table th,
div.page table th {
	border-top: 1px solid #eee;
	text-align: left;
}
div.post table td,
div.page table td {
	border-top: 0px solid #eee;
}
div.author-box {
	background: #f0f0f0;
	padding: 10px;
	float: left;
	margin: 0 15px 15px 0;
	font-family: georgia, times, serif;
	font-style: italic;
	text-align: center;
	width: 70px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
div.author-box p,
div.comment-avatar-box p {
	margin: 5px 0 0;
}
div.author-box a,
div.comment-avatar-box a {
	text-decoration: none;
}
div.author-box img {
	float: none;
	border: 4px solid #fff;
	margin: 0;
}
div.post-content {
	margin-left: 105px;
	width: 600px;
}
p.date span:first-child {
	font-style: italic;
}
p.date,
p.postmetadata {
	color: #888;
	font-size: 12px;
	font-family: Georgia, times, serif;
	padding: 3px 0;
	margin: 10px 0;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
}
p.postmetadata {
	margin-top: 15px;
	clear: left;
	overflow: hidden;
}
.tags {
	float: left;
}
.comments {
	float: right;
}
div.page img,
div.post img {
	margin-bottom: 15px;
}
img.wp-smiley {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	float: none !important;
	clear: none !important;
}
img.centered,
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin-bottom: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
dd.wp-caption p.wp-caption-text,
.wp-caption p.wp-caption-text {
	font-size: 0.9em;
	line-height: 17px;
	padding: 0 4px 5px 0;
	margin: 0;
}
#content .gallery {
	margin: 0 auto 15px;
}
#content .gallery .gallery-item {
	margin-bottom: 0;
	margin-left: 0;
}
.gallery .gallery-caption {
	color: #555;
}


/* > WordPress Blog Comment Styles
-------------------------------------------------------------- */

#trackbacks {
	margin-top: 30px;
}
.commentlist .bypostauthor {
}
#comments ol.commentlist {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 30px;
}
ol.commentlist li {
	list-style: none;
}
ol.commentlist div.comment-avatar-box {
	float: left;
	margin: 10px 10px 10px 0;
}
.commentlist ul.children div.comment-avatar-box {
	float: left;
	margin: 0px 10px 10px 0;
}
div.comment-avatar-box img {
	border: 2px solid #eee;
}
div.comment-content {
	border-top: 1px solid #e4e4e4;
	padding-left: 75px;
}
.commentlist .children .comment {
	margin-bottom: 5px;
}
div.comment-meta,
div.comment-options {
	color: #888;
	font-size: 11px;
	margin: 10px 0;
	padding: 0 0 3px;
}
div.comment-meta em {
	font-style: normal;
}
div.comment-meta span.comment-highlight a {
	background: #EBF7FF;
	border-bottom: 1px solid #a1dcfa;
	border-radius: 4px;
	border-right: 1px solid #a1dcfa;
	color: #059AE7;
	margin-right: 3px;
	padding: 3px 8px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.comment-meta .comment-highlight a:hover,
.commentlist .depth-1 > .comment-content .comment-meta a:first-child:hover {
	background: #059AE7;
	border-color: #059AE7;
	color: #fff;
}
#reply-title small {
	float: right;
	font-size: 11px;
	font-weight: normal;
}
#reply-title small a,
div.comment-options a.comment-reply-link {
	background: #6484a9;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #ffffff;
	border-radius: 4px;
	margin-right: 10px;
	padding: 3px 8px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#reply-title small a {
	margin-right: 0;
}
#reply-title small a:hover,
div.comment-options a.comment-reply-link:hover {
	background: #059ae7;
	color: #fff;
	border-color: #730b0b;
}
.commentlist ul.children {
	background: #f5f5f5;
	margin-bottom: 20px;
	margin-left: 75px;
	padding: 1px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.commentlist ul.children ul {
	margin-left: 20px;
	margin-bottom: 0;
	padding: 5px 0 0 0;
}
.commentlist ul.children img.avatar {
	border-style: none;
	height: 25px;
	margin: 0;
	width: 25px;
}
.commentlist ul.children div.comment-content {
	border-top: none;
	padding-left: 35px;
}
.commentlist ul.children div.comment-meta {
	font-size: 11px;
	margin-top: 0;
}
.commentlist ul.children div.comment-options {
	margin-bottom: 5px;
	margin-top: 0;
}
.commentlist ul.children li {
	border-top: 2px solid #fffeff;
	padding-top: 10px;
}
.commentlist ul.children li:first-child {
	border-top: none;
}
.commentlist ul.children ul li:first-child {
	border-top: 2px solid #fffeff;
}
.commentlist ul.children div.comment-options a.comment-reply-link {
	background: transparent;
	border-style: none;
	color: #1fb3dd;
	margin-right: 0;
	padding: 3px 8px;
	text-decoration: underline;
}
.commentlist ul.children div.comment-options a.comment-reply-link:hover {
	background: transparent;
	border-style: none;
	color: #1fb3dd;
}
#respond {
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
ol.commentlist #respond {
	margin-left: 75px;
}
.commentlist ul.children #respond {
	margin-bottom: 10px;
	margin-left: 35px;
	margin-right: 20px;
}
h3#reply .comments-header {
	font-size: 14px;
}
#respond div.comment-avatar-box {
	margin-top: 0;
}
#respond div.comment-content {
	border-style: none;
}
#nav-below {
	margin: 0 0;
	padding: 0 0;
}


/* > Footer
-------------------------------------------------------------- */

#footer {
	margin: 20px 0;
}
#footer-widgets {
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 19px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#site-generator {
	margin: 20px 20px;
	text-align: center;
	color: #bbb;
	text-shadow: #fafafa 1px 1px 0;
}
#footer-widget-area {
	overflow: hidden;
	margin-top: -19px;
}
#footer-widget-area div.widget-area > ul {
	float: left;
	margin-right: 19px;
	width: 23%;
}
#footer-widget-area div.widget-area > ul > li {
	margin-top: 19px;
}
h3.widgettitle {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #eaeaea;
	padding: 5px;
	font-size: 14px;
	clear: left;
}
h2.widgettitle {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #eaeaea;
	padding: 5px;
	font-size: 14px;
	clear: left;
}
#footer-widget-area div div.item-options {
	margin-left: 0;
	margin-right: 0;
}
#footer-widget-area ul.item-list li img.avatar {
	margin-left: 15px; /* border is 4px */
}

a.vvideo {
	text-decoration: none;
}

a.vvideo:hover {
	text-decoration: underline;
}

a.alfabet {
	text-decoration: none;
	color: #355c8a;
}

a.alfabet:hover {
	text-decoration: underline;
	color: #b41817;
}


input.jam11{
    border: 0px;
    display: block;
    background-repeat: no-repeat;
    background-image: url(http://musclehost.ru/wp-content/plugins/buddypress/bp-themes/bp-default/images/soc-add00.png);
    width: 88px;
    height: 20px;
}

input.jam11:hover{
    border: 0px;
    display: block;
    background-image: url(http://musclehost.ru/wp-content/plugins/buddypress/bp-themes/bp-default/images/soc-add01.png);
    width: 88px;
    height: 20px;
}

.activity-type-tabs {
	width: 680px;
}

.item-header {
	width: 680px;
}

.netsidebar {
	list-style: none;
}

#recentcomments {
	list-style: none;
}

.recentcomments {
	margin-bottom: 10px;
	margin-left: -40px;
}

ul.item-list1 li {
	margin-right: 40px;
}

ul.item-list2 li {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #eaeaea;
	list-style: none;
	margin-left: -40px;
	list-style: none;
	width: 200px;
}

.zhopa {
	list-style: none;
	margin-left: -40px;
	margin-bottom: 10px;
}

.widget {
	list-style: none;
}

.fav {
	background-image: url(http://musclehost.ru/wp-content/plugins/buddypress/bp-themes/bp-default/images/padovan1.png);
	width: 145px;
	height: 22px;
	background-repeat: no-repeat;
	margin: 5px;
}



.fav:hover {
	background-image: url(http://musclehost.ru/wp-content/plugins/buddypress/bp-themes/bp-default/images/padovan2.png);
	width: 145px;
	height: 22px;
	background-repeat: no-repeat;
	margin: 5px;
}

.trn {
	
	background-image: url(http://musclehost.ru/wp-content/plugins/buddypress/bp-themes/bp-default/images/tren1.png);
	width: 145px;
	height: 22px;
	background-repeat: no-repeat;
	margin: 5px;
}

.trn:hover {
	
	background-image: url(http://musclehost.ru/wp-content/plugins/buddypress/bp-themes/bp-default/images/tren2.png);
	width: 145px;
	height: 22px;
	background-repeat: no-repeat;
	margin: 5px;
}

.add_club {
	
	background-image: url(http://musclehost.ru/wp-content/plugins/buddypress/bp-themes/bp-default/images/add_club.png);
	width: 128px;
	height: 22px;
	background-repeat: no-repeat;
	margin: 5px;
}

.add_club:hover {
	
	background-image: url(http://musclehost.ru/wp-content/plugins/buddypress/bp-themes/bp-default/images/add_club1.png);
	width: 128px;
	height: 22px;
	background-repeat: no-repeat;
	margin: 5px;
}
    .search_down{
        background-image: url(http://musclehost.ru/wp-content/plugins/buddypress/bp-themes/bp-default/images/adv-search-down.png);
        width: 192px;
        height: 20px;
        background-repeat: no-repeat;
        margin: 5px;
		cursor:pointer;
    }
    .search_down:hover{
        background-image: url(http://musclehost.ru/wp-content/plugins/buddypress/bp-themes/bp-default/images/adv-search-down1.png);
        width: 192px;
        height: 20px;
        background-repeat: no-repeat;
        margin: 5px;

    }
    .search_up{
        background-image: url(http://musclehost.ru/wp-content/plugins/buddypress/bp-themes/bp-default/images/adv-search-up.png);
        width: 192px;
        height: 20px;
        background-repeat: no-repeat;
        margin: 5px;
		cursor:pointer;
    }
    .search_up:hover{
        background-image: url(http://musclehost.ru/wp-content/plugins/buddypress/bp-themes/bp-default/images/adv-search-up1.png);
        width: 192px;
        height: 20px;
        background-repeat: no-repeat;
        margin: 5px;
		
    }

#tooltip{
background:#4c729b;
border:1px solid #666666;
color:#ffffff;
font:menu;
margin:5px;
padding:3px 5px;
position:absolute;
visibility:hidden;
}

.single-gallery-header {
	font-size: 10px;
}

#Tun {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E5E5E5;
    font-size: 24px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    padding: 3px;
    width: 100%;
}

#Tun {
    background-color: #FFFFE0;
    border: 1px solid #B41817;
}

.depo{
	font-size: 72px;
}

.like{
    border: 1px solid #202E3D;
    color:#ffffff;
    background-color: #6492C5;
    width: 90px;
    height:15px;
    font-size: 11px;
    cursor:pointer;
    float:left;
}
.like:hover{
    background-color: #dddddd;
    color:#000000;
}
.like_people{
    
    border: 1px solid #202E3D;
    color:#000000;
    background-color: #dddddd;
    width:25px;
    height:15px;
    font-size: 12px;
    
}
.likeq{
    border: 1px solid #202E3D;
    color:#000000;
    background-color: #dddddd;
    width: 90px;
    
    height:15px;
    font-size: 11px;
    float:left;
}

.likeqwer{
    border: 1px solid #202E3D;
    color:#ffffff;
    background-color: #6492C5;
    width: 90px;
    height:15px;
    font-size: 11px;

}

.myvideotag{
    border: 0 solid;
}

p.skidka1{
    background-color: #EEEE00; 
    padding: 5px;
    cursor:pointer;
    font-weight: bold;
    
    border: 1px solid #000000;
}

p.skidka1:hover{
    background-color: #FFD700; 
}

p.skidka2{
    background-color: #CAFF70; 
    padding: 5px;
    cursor:pointer;
    font-weight: bold;
    
    border: 1px solid #000000;
}

p.skidka2:hover{
    background-color: #B3EE3A; 
}

a#ski1{
    color: #000000;
}
a#ski1:hover{
    color: #000000;
}

a#ski2{
    color: #000000;
}
a#ski2:hover{
    color: #000000;
}

p.skidka3{
    background-color: #FF6347; 
    padding: 5px;
    cursor:pointer;
    font-weight: bold;
    
    border: 1px solid #000000;
}

p.skidka3:hover{
    background-color: #CD4F39; 
}

a#ski3{
    color: #000000;
}
a#ski3:hover{
    color: #000000;
}

@font-face { font-family: "Rubl Sign"; src: url(http://www.artlebedev.ru/;-)/ruble.eot); }
    span.rur { font-family: "Rubl Sign"; text-transform: uppercase; // text-transform: none;}    
    span.rur span { position: absolute; overflow: hidden; width: .45em; height: 1em; margin: .1ex 0 0 -.55em; // display: none; }
    span.rur span:before { content: '\2013'; }
