/*

Theme Name: WildCommunity

Description: A BuddyPress Theme

Author: Diabolique Design

Author URI: http://themeforest.net/user/Diabolique

Theme URI: http://themeforest.net/item/wildcommunity-buddypress-theme/3146452

Tags: buddypress

Version: 1.3.4

*/



/*--------------------------------------------------------------

----------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

1.0 - Reset - Based on work by Eric Meyer

2.0 - Structural

2.1 - Content

2.2 - Header

2.3 - Footer

2.4 - Sidebar

2.5 - Frontpage

2.6 - Groups

2.7 - Top Bar

2.8 - Login Page

2.9  - Search Page

3.0 - Non-structural

3.1 - Text

3.2 - Headers

3.3 - Lists

4.0 - Navigation

4.1 - Pagination

4.2 - Shortcodes

5.0 - WordPress

5.1 - Alignments

5.2 - Comments

5.3 - Gallery

5.4 - Images

5.5 - Posts

5.6 - Contact Form 7

6.0 - BuddyPress

6.1 - Activity

6.1.1 - Activity Listing

6.1.2 - Activity Comments

6.2 - Admin Bar

6.3 - Directories - Members, Groups, Blogs, Forums

6.4 - Error / Success Messages

6.5 - Forms

6.6 - Ajax Loading

6.7 - Topics and Tables - Forums and General

6.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums

6.9 - Private Messaging Threads

7.0 - WooCommerce

--------------------------------------------------------------*/



/*--------------------------------------------------------------

1.0 - Reset - Reset default browser CSS. Based on work by Eric

Meyer: v1.0  http://meyerweb.com/eric/tools/css/reset/index.html

--------------------------------------------------------------*/

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, em, font, img, ins, kbd, q, s, samp, small, strike, strong, 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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--------------------------------------------------------------

2.0 - Structural

--------------------------------------------------------------*/

body {
	background: #ccccc;
	color: #333;
	font-size: 14px;
	font-family: Droid Sans, Tahoma, Verdana, sans-serif;
	padding-top: 36px;
}
.page-template-frontpage1-php #container, .page-template-frontpage2-php #container, .page-template-frontpage3-php #container, .page-template-frontpage4-php #container {
	margin-top: 0px;
}
.page-template-default #container, .page-template-onecolumn-page-php #container {
	margin-bottom: 70px;
}
.single-post #container {
	width: 100%;
}
#container-single {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#container {
	width: 960px;
	margin: 0 auto;
	margin-top: 30px;
	overflow: hidden;
}
body.activity-permalink div#container {
	background: none;
	border: none;
}
div p{font-size:16px; }
a {
	text-decoration: none;
	color: #00b7c2;
}
.current selected a {
	color: #1db7c1;
}
a img {
	border: none;
}
.none {
	display: none;
}
input {
	font-family: Droid Sans;
}
iframe, .video-container object, .video-container embed {
	max-width: 100%;
}
/*--------------------------------------------------------------

2.1 - Content

--------------------------------------------------------------*/

.page-template-frontpage2-php #content, .directory #content, .page-template-onecolumn-page-php #content, .page-template-login-php #content, .registration #content, .page-template-recovery-php #content {
	width: 100%;
}
.page-template-frontpage1-php #content, .page-template-frontpage3-php #content, .page-template-frontpage4-php #content {
	width: 680px;
}
div#content, .forums #content, .activity #content, .members #content {
	float: left;
	width: 680px;
	line-height: 1.6em;
	font-size: 13px;
}
div#content .one-column {
	border-right: 0 none;
	margin-right: 0;
}
div#content .left-menu {
	float: left;
	width: 170px;
}
div#content .main-column {
	margin-left: 190px;
}
.group-create div#content .main-column {
	margin-left: 240px;
}
.visibility-toggle-link {
	font-weight: bold;
}
/*--------------------------------------------------------------

2.2 - Header

--------------------------------------------------------------*/

.page-template-frontpage1-php #header-container, .page-template-frontpage2-php #header-container, .page-template-frontpage3-php #header-container, .page-template-frontpage4-php #header-container {
	height: 428px;
}
#header-container {
	background: url( images/bg-header.gif );
	background-position: 0px 40px;
	height: 280px;
}
#logo {
	margin-top: 16px;
	float: left;
	width: 150px;
}
#logo img {
	width: 150%!important
}
#header-top {
	height: 92px;
	background: #ffffff;
}
#header-bottom {
	width: 960px;
	margin: 0 auto;
}
#text1 {
	margin: 0 auto;
	margin-top: 50px;
	font-size: 60px;
	color: #ffffff;
	text-align: center;
}
#text1 span {
	padding: 12px 50px 12px 50px;
	background-color: #00b7c2;
}
#text2 {
	margin: 0 auto;
	margin-top: 55px;
	font-size: 36px;
	color: #ffffff;
	text-align: center;
}
#text2 span {
	padding: 15px 20px;
}
#page-title {
	float: left;
	margin-top: 100px;
	font-size: 48px;
	color: #ffffff;
	text-align: left;
}
#page-title span {
	padding: 10px 17px;
	background-color: #00b7c2;
}
#header {
	color: #fff;
	margin-bottom: 20px;
	width: 960px;
	margin: 0 auto;
}
#header #search-bar {
	margin-top: 5px;
	text-align: right;
	width: 100%;
}
#header #search-bar .padder {
	padding: 10px 15px 0 20px;
	height: auto;
}
#header #search-bar input[type=text] {
	border: 1px solid #888;
	border-radius: 3px;
	margin-right: 4px;
	padding: 2px;
}
#header #search-bar input[type=submit] {
	font-size: 11px;
	padding: 1px 4px;
	margin-left: 4px;
}
#frontpage-info {
	background-color: #f8f8f8;
	border-bottom: 1px solid #dfdfdf;
	padding: 9px 0;
	font: 14px Droid Sans;
	text-shadow: #ffffff 1px 1px 0px;
	line-height: 26px;
	margin-bottom: 20px;
	color: #898989;
}
.page-template-frontpage1-php #frontpage-info, .page-template-frontpage2-php #frontpage-info, .page-template-frontpage3-php #frontpage-info, .page-template-frontpage4-php #frontpage-info {
	font: 15px Droid Sans, Droid Sans;
	line-height: 24px;
	color: #525252;
}
#frontpage-info-center {
	width: 960px;
	margin: 0 auto;
}
#frontpage-info-icon {
	background: url( images/info.png );
	width: 52px;
	height: 70px;
	float: left;
	margin: 0 25px 0 0;
}
/*--------------------------------------------------------------

2.3 - Footer

--------------------------------------------------------------*/

#footer {
	padding: 10px 0;
	margin-top: 20px;
	background: #141213;
	color: #cfcfcf;
}
.page-template-default #footer, .page-template-onecolumn-page-php #footer, .page-template-contact-php #footer {
	margin-top: 0px;
}
.single-post #footer {
	margin: 0px 0 0 0;
}

#footer p {
	color: #cfcfcf;
}
#footer a {
	color: #9a9a9a;
}
#footer ul li {
	padding: 7px 0;	
	font-size: 12px;
}
#footer-col1 ul li:nth-child(2n+1){clear:left;}
#footer-widgets {
	padding: 10px;
	width: 960px;
	margin: 0 auto;
}
#footer-bottom {
	width: 960px;
	margin: 0 auto;
	display: table;
	padding: 15px 0 15px 0;
}
.footer-bottom-left img {
	display: block;
	float: left;
	margin: 0 7px 0 0;
}
.footer-bottom-right {
	float: right;
	font: 13px Droid Sans;
	color: #656565;
	margin-top: 5px;
}
.footer-column-title {
	padding: 5px 0px;
	font-size: 14px;
	font-family: Droid Sans, Tahoma, Verdana, sans-serif;
	color: #bbbbbb;
	margin: 0 0 5px 0;
}
#footer-col1 {
	width: 680px;
	overflow: hidden;
	text-shadow: #000000 1px 1px 0px;
	float: left;
	border-right: 1px solid #1c1c1c;
}
#footer-col1 .footer-column-title {
	width: 630px;
	padding: 4px 0px;
	margin: 0 0 12px 0;
}
#footer .item-avatar img {
	display: block;
	margin: 1px 4px 4px 0;
	border: 3px solid #0e0e0e;
	width: 40px;
	height: 40px;
}
#footer-widgets .activity-meta, #footer-widgets .time-since {
	display: none;
}
#footer .forum-lastposts {
	float: left;
	min-height: 90px;
	border-bottom: none;
	padding: 0px;
	width: 310px;
	margin-right: 30px;
	margin-bottom: 10px;
}
.forum-lastposts .activity-content {
	display: block;
	font-size: 12px;
	width: 235px;
	float: left;
	line-height: 1.7em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 7px 5px 7px 9px;
	background: #0e0e0e;
}
.forum-lastposts .activity-content img {
	display: none;
}
#footer .forum-lastposts-avatar {
	float: left;
	display: block;
	margin: 7px 15px 0px 0;
}
#footer .forum-lastposts-avatar img {
	display: block;
	width: 40px;
	height: 40px;
	border: 3px solid #0e0e0e;
}
#footer-col2 {
	margin-top: 0px;
	margin-left: 25px;
	width: 250px;
	float: left;
	line-height: 1.6em;
}
.footer-column-box {
	margin-bottom: 20px;
	text-shadow: #000000 1px 1px 0px;
	overflow: hidden;
}
.notif-container {
	position: fixed;
	width: 230px;
	z-index: 1000;
	bottom: 30px;
	right: 30px;
	background: #1db7c1;
	background: linear-gradient(to bottom, #199da6 0%, #199da6 100%);
	box-shadow: inset 0px 0px 0px 0px #199da6;
	border: 0px solid #000000;
	color: #000000;
}
.notif-container-title {
	font-size: 18px;
	padding: 9px 15px;
	border-bottom: 0px solid #c08614;
}
.my-notification {
	padding: 7px 15px;
	border-bottom: 0px solid #c08614;
	border-top: 0px solid #f2bd55;
}
.my-notification:last-child {
	border-bottom: none;
}
.my-notification a {
	color: #fff;
	font-size: 14px;
}
/*--------------------------------------------------------------

2.4 - Sidebar

--------------------------------------------------------------*/

div#sidebar {
	float: right;
	width: 255px;
	margin-top: 0px;
}
div#sidebar p {
	line-height: 1.6em;
	text-shadow: #ffffff 1px 1px 0px;
	font-size: 13px;
}
.sidebar-box, .et_lb_widget {
	margin-bottom: 20px;
	padding: 10px 20px 15px 20px;
	background: #f8f8f8;
	color: #505050;
	line-height: 1.5em;
	font-size: 13px;
}
.sidebar-title, .et_lb_widget-title {
	font-size: 18px;
	font-weight: normal;
	font-family: Droid Sans!important;
	padding: 12px 20px;
	margin: -12px -20px 8px -20px;
	color: #6c6c6c;
	text-shadow: #ffffff 1px 1px 0px;
	background-image: url( images/sidebar-spacer2.png );
	background-position: left bottom;
	background-repeat: repeat-x;
}
.et_lb_widget ul li {
	list-style-type: none;
	padding-bottom: 10px;
	padding-top: 5px;
}
.et_lb_widget ul a {
	color: #1db7c1;
	font-size: 16px;
}
/*#sidebar .widget_recent_entries {
	background: #e53d3e;
}
#sidebar .widget_recent_entries .sidebar-title {
	/*margin: -10px -20px 3px -20px;
	color: #ffffff;
	text-shadow: none;
	background-image: url( images/sidebar-spacer1.png );
	background-position: left bottom;
	background-repeat: repeat-x;
}
#sidebar .widget_recent_entries ul li {
	border-bottom: 1px solid #ea5454;
	padding: 10px 0px 9px 0px;
}
#sidebar .widget_recent_entries ul li a {
	color: #ffffff;
	text-shadow: none;
}*/
#sidebar ul {
	width: 214px;
	margin-top: 0px;
}
.sidebar-box li {
	padding: 6px 0px 5px 0px;
}
.sidebar-box a {
	color: #00b7c2;
	font-size: 13px;
	text-shadow: #ffffff 1px 1px 0px;
}
.sidebar-box ul li ul li {
	margin-left: 10px;
	border: none;
}
ul#blog-categories-left {
	float: left;
	width: 100px;
}
ul#blog-categories-right {
	float: left;
	width: 100px;
	margin-left: 5px;
}
div#sidebar div#sidebar-me {
	margin-bottom: 15px;
}
div#sidebar div#sidebar-me img.avatar {
	float: left;
	margin: 0 10px 15px 0;
}
div#sidebar div#sidebar-me h4 {
	font-size: 16px;
	margin: 0 0 8px 0;
	font-weight: normal;
}
#footer-widget-area ul.item-list img.avatar, div#sidebar ul.item-list img.avatar {
	height: 50px;
	margin-right: 1px;
	width: 50px;
}
div#sidebar div.item-avatar img {
	height: 50px;
	margin: 1px;
	width: 50px;
}
#footer .avatar-block, div#sidebar .avatar-block {
	overflow: hidden;
	margin-top: 10px;
}
#footer-widget-area ul.item-list div.item-title, div#sidebar ul.item-list div.item-title {
	font-size: 12px;
}
#footer-widget-area div.item-options, div#sidebar div.item-options {
	font-size: 11px;
	margin: -10px -20px 0 -19px;
	padding: 5px 15px;
}
#footer-widget-area div.item-content {
	margin-left: 38px;
}
#footer-widget-area div.item-meta, div#sidebar div.item-meta, div#sidebar div.item-content {
	font-size: 11px;
	margin-left: 38px;
}
#footer-widget-area div.tags div#tag-text, div#sidebar div.tags div#tag-text {
	font-size: 1.4em;
	line-height: 140%;
	padding: 10px 0 15px;
}
#right-login {
	overflow: hidden;
	background: #00b7c2;
	padding: 20px 25px 25px 25px;
	margin-bottom: 20px;
	color: #ededed;
}
#right-login label {
	font-family: Droid Sans, Tahoma, Verdana, sans-serif;
	font-size: 11px;
}
#right-login-title {
	font: 18px Droid Sans;
}
#right-login-desc {
	margin: 14px 0;
	line-height: 1.5em;
}
#front-user-login, #front-user-pass, #bp-login-widget-user-login, #bp-login-widget-user-pass{
	background: #fff;
	padding: 7px;
	width: 80%;
	margin-top: 4px;
	margin-bottom: 8px;
	color: #000;
	border-radius: 0px;
	border: 0px solid #333333;
}
#bp-login-widget-user-login, #bp-login-widget-user-pass{margin-bottom:0;}
#right-login .forgetmenot {
	width: 120px;
	float: left;
	margin-top: 14px;
}
#front-login-submit, #bp-login-widget-submit {
	background: #fff;
	cursor: pointer;
	border: none;
	border-radius: 0px;
	margin-top: 12px;
	float: right;
	padding: 3px 20px;
	color: #1db7c1;
	font-size: 13px;
	float: right;
}
.right-login-logged {
	font-family: Droid Sans, Tahoma, Verdana, sans-serif;
	font-size: 18px;
	margin-bottom: 6px;
}
.right-login-logged a {
	color: #000;
	text-transform:capitalize;
}
#right-login .avatar, #bp_core_login_widget-2 .avatar {
	border: 3px solid #262626;
	margin-right: 10px;
}
/*--------------------------------------------------------------

2.5 - Frontpage

--------------------------------------------------------------*/



#front-boxes {
	width: 100%;
	margin: 20px 0 0 0;
	text-align: center;
}
#front-boxes img:hover {
	opacity: 0.7;
}
#front-boxes-wider {
	width: 118%;
}
.front-box {
	width: 110px;
	float: left;
	margin: 0 79px 5px 0;
	font-size: 12px;
	line-height: 1.6em;
}
.front-box-title {
	font-size: 13px;
	padding: 2px 0 3px 0;
	margin: 12px 0 9px 0;
}
.front-box-title a {
	color: #ffffff;
}
#front-boxes2 {
	width: 960px;
	margin: 20px 0 0 0;
	text-align: default;
}
#front-boxes2 img:hover {
	opacity: 0.7;
}
#front-boxes-wider2 {
	width: 100%;
}
.front-box2 {
	width: 250px;
	float: left;
	margin: 0 97px 15px 0;
	font-size: 12px;
	line-height: 1.6em;
}
.front-box-title2 {
	font-size: 20px;
	margin: 0 0 9px 0;
Droid Sans, Tahoma, Verdana, sans-serif;
}
.front-box-title2 a {
	color: #5b5b5b;
}
.front-box-title2 a:hover {
	color: #606060;
}
.frontpage-bottom {
	margin-top: 20px;
}
.page-template-frontpage1-php #tabs-container, .page-template-frontpage3-php #tabs-container, .page-template-frontpage4-php #tabs-container {
	float: left;
	width: 462px;
}
#front-small-sidebar {
	float: left;
	width: 170px;
	border: 1px solid #ececec;
	overflow: hidden;
	margin-left: 26px;
	padding: 9px;
}
#front-small-sidebar .sidebar-box {
	margin-bottom: 15px;
}
#front-small-sidebar .sidebar-box-child p {
	font-size: 13px;
	text-shadow: #ffffff 1px 1px 0px;
}
#tags-middle-title {
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0 0 7px 20px;
	color: #5f5f5f;
Droid Sans, Tahoma, Verdana, sans-serif;
	border-bottom: 1px solid #ececec;
}
#tags-middle a {
	margin-bottom: 10px;
	margin-right: 6px;
	padding: 2px 15px 2px 15px;
	display: block;
	float: left;
	background: #e8e9e9;
	color: #5b5b5b;
	border-radius: 10px;
	text-shadow: #ffffff 1px 1px 0px;
	font-size: 13px;
	transition: all 300ms ease-in;
}
#tags-middle a:hover {
	background: #ff4546;
	color: #ffffff;
	text-shadow: #ff4546 1px 1px 0px;
}
.blog-thumbs-view {
	width: 108%;
}
.blog-thumb-title {
	font-size: 13px;
	color: #5f5f5f;
Droid Sans, Tahoma, Verdana, sans-serif;
}
.blog-thumbs-view-entry {
	width: 215px;
	height: 285px;
	float: left;
	margin-right: 30px;
}
.blog-thumb {
	height: 135px;
	margin-bottom: 15px;
	position: relative;
}
.blog-thumb img {
	width: 215px;
	height: 135px;
}
.blog-thumb img {
	transition: all 300ms ease-in;
}
.blog-thumb img:hover {
	opacity: 0.7;
}
.blog-thumb-category {
	position: absolute;
	bottom: 19px;
	right: 0px;
	font-size: 11px;
	line-height: 1.0em!important;
	padding: 4px 6px;
	background: url( images/bg-transparent-black.png );
	color: #ffffff;
}
.blog-thumb-category a {
	color: #ffffff;
}
.blog-thumb-date {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 11px;
	line-height: 1.0em!important;
	padding: 4px 6px;
	background-color: #00b7c2;
	color: #ffffff;
}
.blog-thumb-desc {
	font-size: 12px;
	margin-top: 5px;
}
/*--------------------------------------------------------------

2.6 - Groups

--------------------------------------------------------------*/

.group-box-members {
	display: block;
	position: absolute;
	bottom: 18px;
	left: 0px;
	font-size: 10px;
	line-height: 1.0em!important;
	padding: 4px 6px;
	background: url( images/bg-transparent-black.png );
	color: #ffffff;
}
.group-box-item-meta {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	line-height: 1.0!important;
	font-size: 10px;
	padding: 4px 6px;
	background-color: #00b7c2;
	color: #ffffff;
}
span.activity {
	font-size: 10px;
	padding: 3px 6px;
	background-color: #00b7c2;
	color: #ffffff;
}
.page-template-frontpage1-php .group-box, .page-template-frontpage3-php .group-box {
	height: 245px;
	margin: 5px 28px 5px 0px;
}
.group-box {
	display: block;
	width: 215px;
	float: left;
	height: 300px;
	margin: 5px 33px 5px 0px;
	font-size: 14px;
	line-height: 1.6em;
}
.my-groups .group-box {
	display: block;
	margin: 0 18px 22px 0px;
}
a.group-box-image {
	width: 215px;
	height: 135px;
	display: block;
	position: relative;
}
a.group-box-image img {
	width: 215px!important;
	height: 135px;
	transition: all 300ms ease-in;
}
a.group-box-image img:hover {
	opacity: 0.7;
}
.group-box-title {
	display: block;
	margin: 14px 0 7px 0;
}
.group-box-title a {
	font-size: 24px;
	color: #5f5f5f;
Droid Sans, Tahoma, Verdana, sans-serif;
}
.group-box-title a:hover {
	color: #3b3b3b;
}
.single-group-box-image-container {
	width: 215px;
	height: 135px;
	float: left;
	position: relative;
}
.single-group-box-image-container img {
	width: 215px!important;
	height: 135px!important;
}
#object-nav {
	width: 100%;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	overflow: hidden;
	font-size: 10px;
	color: #cccccc;
	font-family: Droid Sans, Tahoma, Verdana, sans-serif;
	margin-bottom: 5px;
}
#object-nav ul li a {
	color: #575757;
	font-family: Droid Sans, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	padding: 20px 15px 20px 0px;
	text-transform: uppercase;
}
#object-nav ul li.current a {
	color: #1db7c1;
!important;
}
#members span {
	text-shadow: #ffffff 0px 0px 0px;
	font-family: Droid Sans;
	padding: 3px 4px 3px 4px;
	border-radius: 3px;
}
/* GROUP TABS */

.list-wrap ul {
	width: 106%;
}
.hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#tabs-container .tabs-nav {
	overflow: hidden;
	font-size: 13px;
	margin: 0 0 16px 0;
	padding: 2px 3px 3px 3px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}
#tabs-container .tabs-nav li {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	font-size: 16px;
	font-family: Droid Sans, Tahoma, Verdana, sans-serif;
}
#tabs-container .tabs-nav li.last {
	margin-right: 0;
}
#tabs-container .tabs-nav li a {
	display: block;
	border: 0;
	color: #909090;
}
#tabs-container .tabs-nav li a.current {
	color: #484848;
}
#tabs-container ul {
	list-style: none;
}
#tabs-container ul li a {
	display: block;
}
#tabs-container ul li:last-child a {
	border: none;
}
#create-group-button {
	float: right;
}
.group-admins {
	width: 200px;
	float: left;
}
#group-create-tabs, .activity-type-tabs {
	padding: 2px 3px 3px 3px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}
#group-create-tabs ul li.current a, .activity-type-tabs ul li.current a {
	color: #222222;
}
/*--------------------------------------------------------------

2.7 - Top Bar

--------------------------------------------------------------*/



#top-bar {
	position: absolute;
	background: #202020;
	top: 0;
	width: 100%;
	height: 36px;
}
#top-bar-center {
	width: 960px;
	margin: 0 auto;
}
#top-bar-left {
	float: left;
	width: 200px;
	margin-top: 12px;
	font-size: 10px;
	color:#ccc;
}
#top-bar-left a {
	font-size: 10px;
}
#top-bar-right {
	float: right;
}
.top-login {
	float: left;
}
.top-login a {
	color: #a7a7a7;
}
.top-register {
	float: left;
}
.top-register a {
	padding: 2px 4px 3px 4px;
	color: #ffffff;
}
.bar-avatar {
	margin-right: 7px;
	float: left;
}
.bar-username {
	float: left;
	font-size: 11px;
	margin-top: 2px;
	color:#ccc;
	text-transform:capitalize;
}
.bar-username a {
	font-size: 11px!important;
	color: #cccccc;
}
#top-search-container {
}
#top-bar-right form#searchform {
	margin-top: 6px;
	background: #00b7c2;
	overflow: hidden;
	border-radius: 15px;
	padding-right: 6px;
	width: 175px;
}
#adv-search-link {
	float: left;
	margin-top: 4px;
	margin-right: 6px;
	opacity: 0.4;
}
#adv-search-link:hover {
	opacity: 1.0;
}
#top-bar-right form#searchform #s {
	background: #00b7c2;
	color: #fff;
	border: none;
	padding: 6px 2px 6px 10px;
	font-size: 10px;
	float: left;
	width: 140px;
}
#top-bar-right form#searchform #searchsubmit {
	background: url(images/search-button.png) no-repeat;
	width: 18px;
	height: 18px;
	cursor: pointer;
	float: left;
	border: none;
	font-size: 14px;
	margin-top: 3px;
	margin-left: 4px;
	padding-left: 8px;
}
#top-bar-right .hoverText {
	color: #4a4a4a;
}
#top-bar-right .hoverTextActive {
	color: #fff !important;
}
/*--------------------------------------------------------------

2.8 - Login Page

--------------------------------------------------------------*/



#page-login-form {
	width: 400px;
	margin: 0 auto;
}
#page-user-login {
	width: 400px;
}
#page-user-pass {
	width: 400px;
}
#wp-submit, #signup_submit {
	padding: 8px 25px;
	border: none;
	font-size: 15px;
	color: #ffffff;
	border-radius: 3px;
	transition: all 300ms ease-in;
}
#wp-submit:hover, #signup_submit:hover {
	padding: 8px 29px;
}
/*--------------------------------------------------------------

2.9  - Search Page

--------------------------------------------------------------*/

.page-template-search-page-php #search-form {
	margin: 70px 0 100px 170px;
	width: 690px;
	overflow: hidden;
}
.page-template-search-page-php #search-page-border {
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	padding: 7px;
	float: left;
}
.page-template-search-page-php .search-terms {
	font-size: 26px;
	border: none;
}
.page-template-search-page-php #search-which {
	margin: 0 10px;
	padding-left: 8px;
	border-left: 1px solid #dbdbdb;
}
.page-template-search-page-php #search-which, .page-template-search-page-php select option {
	font-size: 26px;
}
.page-template-search-page-php #search-submit {
	padding: 12px 30px;
	margin-left: 20px;
	font-size: 10px;
	float: left;
	color: #ffffff;
	border: none;
	border-radius: 3px;
}
/*--------------------------------------------------------------

3.0 - Non-structural

--------------------------------------------------------------*/

p {
	margin-bottom: 15px;
}
p:last-child {
	margin-bottom: 0;
}
.accessibly-hidden {
	left: -999em;
	position: absolute;
}
hr {
	background-color: #e7e7e7;
	border: 0 none;
	clear: both;
	height: 1px;
	margin: 20px 0;
}
textarea {
	resize: vertical;
}
/*--------------------------------------------------------------

3.1 - Text

--------------------------------------------------------------*/

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;
	position: relative;
	vertical-align: baseline;
}
pre, blockquote {
	margin-bottom: 20px;
}
pre, code p {
	background: #f4f4f4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 15px;
	overflow: auto;
}
blockquote {
	font-family: Droid Sans, times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 150%;
	padding: 0 3em;
	quotes: none;
}
blockquote p {
	margin-bottom: 15px !important;
}
/*--------------------------------------------------------------

3.2 - Headers

--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 5px 0 0 0;
	line-height: 1.2em;
	font-family: Droid Sans;
	color: #434343;
}
h1 {
	font-size: 38px;
}
h2 {
	font-size: 34px;
}
h3,h3.et_lb_widget-title {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;	
}
h6 {
	font-size: 18px;
}
/*--------------------------------------------------------------

3.3 - Lists

--------------------------------------------------------------*/

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: lower-alpha;
}
div.page ol ol ol, div.post ol ol ol {
	list-style: lower-roman;
}
dl {
	margin-left: 0;
}
dt {
	font-size: 14px;
	font-weight: bold;
}
dd {
	margin: 0 0 15px 0;
}
div.post ul ul, div.post ol ol, div.post ol ul, div.post ul ol, div.page ul ul, div.page ol ol, div.page ol ul, div.page ul ol {
	margin-bottom: 0px;
}
#blogs-list {
	width: 106%;
}
#blogs-list li {
	float: left;
	width: 150px;
	height: 370px;
	margin: 0 52px 0px 0;
}
#blogs-list li .item-avatar {
	width: 150px;
	height: 150px;
	margin-bottom: 10px;
}
#blogs-list li .item-meta {
	font-size: 11px;
	margin: 5px 0;
}
/*--------------------------------------------------------------

4.0 - Navigation

--------------------------------------------------------------*/

#navigation a {
	color: #4D4D4D;
}
#navigation {
	float: right;
	margin-top: 29px;
}
#navigation span {
	display: block;
	font: 11px Droid Sans, Arial, Vardana;
	color: #8a8a8a;
	margin-top: 5px;
	margin-bottom: 3px;
	text-transform: none;
	line-height: 12px;
}
#navigation ul, #navigation ul ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	background: #ffffff;
	position: relative;
	z-index: 50;
	font: 13px Droid Sans, Arial, Vardana;
	text-transform: uppercase;
	font-size: 14px
}
#navigation ul a:link, #navigation ul a:active, #navigation ul a:visited {
	display: block;
	padding: 0;
	text-decoration: none;
}
#navigation ul ul a:link, #navigation ul ul a:active, #navigation ul ul a:visited {
	display: block;
	padding: 0 0 0 3px;
	text-decoration: none;
}
#navigation ul li {
	float: left;
	position: relative;
	background: none;
	padding: 9px 15px;
	/*text-shadow: #ffffff 1px 1px 0px;*/
	transition: background 300ms ease-in;
}
#navigation ul li:hover {
	background: #ededed;
}
#navigation ul ul {
	position: absolute;
	left: -20px;
	text-align: left;
	padding: 8px 0 14px 10px;
	border-top: 3px solid #f2763b;
	box-shadow: 5px 5px 4px 0px rgba(00, 00, 00, 0.2);
	width: 180px;
	top: 54px;
	display: none;
	font-size: 12px;
	font-family: Droid Sans;
}
#navigation ul ul a {
	color: #414141;
}
#navigation ul li ul a {
	width: 170px;
	float: left;
}
#navigation ul ul ul:hover {
	width: 180px;
}
#navigation ul li ul ul {
	left: 160px;
	top: -2px;
	margin: 0px;
	border-left: 3px solid #f2763b;
	border-top: none;
}
#navigation ul li ul li {
	padding: 10px 0px 10px 5px;
	margin-left: 0px;
	margin-right: 0px;
	width: 166px;
	border-bottom: 1px solid #ededed;
	max-width: none;
	list-style-type: none;
	text-transform: none;
}
#navigation ul li:hover ul ul, #navigation ul li:hover ul ul ul, #navigation ul li:hover ul ul ul ul {
	display: none;
}
#navigation ul li:hover ul, #navigation ul li li:hover ul, #navigation ul li li li:hover ul, #navigation ul li li li li:hover ul {
	display: block;
}
#navigation ul li ul.children li {
	list-style-type: none;
}
#navigation ul li.current-menu-item, #navigation ul li.current_page_item, #navigation ul li.current-menu-parent, .single-post #navigation ul li.blog-nav, .category #navigation ul li.blog-nav, .bbp-user-page #navigation ul li.user-nav, .single-forum #navigation ul li.forum-nav{
	background: #00b7c2;
	color: #ffffff;
	text-shadow: none;
}
#navigation ul li ul li.current-menu-item {
	background: #ededed;
	color: #00b7c2;
	text-shadow: none;
}
#navigation ul li ul li.current-menu-item a {
	color: #00b7c2;
}
#navigation ul li.current-menu-item a, #navigation ul li.current-menu-parent>a, .single-post #navigation ul li.blog-nav>a, #navigation ul li.current_page_item>a, .bbp-user-page #navigation ul li.user-nav>a, .single-forum #navigation ul li.forum-nav>a, .category #navigation ul li.blog-nav>a{
	color: #ffffff;
}
#navigation ul li.current-menu-item ul li a {
	color: #414141;
}
#navigation ul li.current-menu-item>a>span, #navigation ul li.current-menu-parent>a span, .single-post #navigation ul li.blog-nav>a span, #navigation ul li.current_page_item>a span, .bbp-user-page #navigation ul li.user-nav>a span, .single-forum #navigation ul li.forum-nav>a span, .category #navigation ul li.blog-nav>a span{
	color: #ffffff;
}
#navigation ul li.parent {
	background-image: url( images/menu-arrow3.png );
	background-position: center bottom;
	background-repeat: no-repeat;
	transition: all 300ms ease-in;
}
#navigation ul li ul li.parent {
	background-image: url( images/menu-arrow3-child.png );
	background-position: 160px center;
	background-repeat: no-repeat;
}
#navigation ul li.current-menu-item {
	background-image: none;
}
#navigation ul li.parent:hover {
	background-image: url( images/menu-arrow1.png );
	background-position: center bottom;
	background-repeat: no-repeat;
}
#navigation ul li.parent.current-menu-item:hover {
	background-image: url( images/menu-arrow1-current.png );
	background-position: center bottom;
	background-repeat: no-repeat;
}
#navigation ul li ul li.parent:hover {
	background-image: url( images/menu-arrow2.png );
	background-position: 152px center;
	background-repeat: no-repeat;
}
.tinynav {
	display: none;
}
#navigation-320 {
	display: none;
}
/* Bottom Nav */



.menu-bottom-menu-container {
	width: 100%;
	float:left;
	clear:both;
	margin-bottom:20px;
	border-bottom:1px solid #666;
}

.menu-bottom-menu-container ul li {
	float: left;
	margin: 0px 20px 10px 0;
		
}
#footer .menu-bottom-menu-container ul li{font-size: 14px;}
.menu-bottom-menu-container ul li a {
	color: #fff!important;

	text-transform: uppercase;
	letter-spacing: 0.1em;
}
/*--------------------------------------------------------------

4.1 - Pagination

--------------------------------------------------------------*/

div.pagination {
	border: none;
	color: #888;
	font-size: 11px;
	height: 19px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0;
	position: relative;
}
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#pag-bottom {
	margin-top: -1px;
	margin-left:2px;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
#members-dir-list div#pag-bottom{clear:both;}
/*--------------------------------------------------------------

4.2 - Shortcodes

--------------------------------------------------------------*/



.shortcode_go {
	padding: 10px;
	margin: 10px 0;
	font: 18px Droid Sans;
	font-weight: 700;
	text-align: center;
	border-radius: 6px;
	background: #f2763b;
	cursor: pointer;
	transition: all 300ms ease-in;
}
.shortcode_go:hover {
	background: #df6e39;
}
.shortcode_go a {
	width: 100%;
	display: block;
	color: #ffffff;
}
.shortcode_highlight {
	background: #f2763b;
	color: #ffffff;
}
.shortcode_notice {
	background: #f2763b;
	border: 7px solid #e2e2e2;
	color: #ffffff;
	padding: 14px;
	margin: 20px 0;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 700;
	text-shadow: #5f5f5f 1px 1px 0px;
	border-radius: 12px;
}
.shortcode_quote {
	background: #e6e6e6;
	padding: 12px;
	margin: 10px 0;
	text-shadow: #ffffff 1px 1px 0px;
	font: 11px Droid Sans;
	line-height: 1.6em;
	font-style: italic;
	border-radius: 6px;
	transition: all 300ms ease-in;
}
.shortcode_quote:hover {
	background: #dcdcdc;
}
.shortcode_quoteby {
	background: #e6e6e6;
	padding: 12px;
	margin: 10px 0;
	text-shadow: #ffffff 1px 1px 0px;
	font: 11px Droid Sans;
	line-height: 1.6em;
	font-style: italic;
	border-radius: 6px;
	transition: all 300ms ease-in;
}
.shortcode_quoteby:hover {
	background: #dcdcdc;
}
.shortcode_quoteby p {
	margin-bottom: 0px!important;
}
.shortcode_quotebyauthor {
	font: 12px Droid Sans;
	font-weight: 700;
	text-shadow: none;
	margin: -12px -12px 6px -12px;
	padding: 4px 12px;
	background: #f2763b;
	color: #ffffff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.shortcode_member {
	background: #f2763b;
	color: #ffffff;
	padding: 12px;
	margin: 20px 0;
	font-size: 14px;
	line-height: 1.6em;
	border-radius: 6px;
}
.shortcode_no-member {
	background: #f2763b;
	color: #ffffff;
	padding: 12px;
	margin: 20px 0;
	font-size: 14px;
	line-height: 1.6em;
	border-radius: 6px;
}
.shortcode_h1, .shortcode_h1 a, .shortcode_h2, .shortcode_h2 a, .shortcode_h3, .shortcode_h3 a, .shortcode_h4, .shortcode_h4 a, .shortcode_h5, .shortcode_h5 a, .shortcode_h6, .shortcode_h6 a {
	margin: 5px 0 15px 0;
	line-height: 1.2em;
	font-weight: 700;
	font-family: Droid Sans;
	color: #ffffff;
	background: #f2763b;
}
.shortcode_h1, .shortcode_h1 a {
	font-size: 38px;
	margin-bottom: 20px;
	padding: 7px 14px;
}
.shortcode_h2, .shortcode_h2 a {
	font-size: 34px;
	margin-bottom: 16px;
	padding: 7px 14px;
}
.shortcode_h3, .shortcode_h3 a {
	font-size: 28px;
	margin-bottom: 12px;
	padding: 7px 14px;
}
.shortcode_h4, .shortcode_h4 a {
	font-size: 24px;
	margin-bottom: 10px;
	padding: 7px 14px;
}
.shortcode_h5, .shortcode_h5 a {
	font-size: 20px;
	margin-bottom: 10px;
	padding: 7px 14px;
}
.shortcode_h6, .shortcode_h6 a {
	font-size: 18px;
	margin-bottom: 7px;
	padding: 7px 14px;
}
.leftpullquote {
	width: 200px;
	padding: 0px 0px 10px 60px;
	background: url("images/quote.png") no-repeat;
	border-bottom: 5px solid #cfcfcf;
	float: left;
	font-size: 1.2em;
	font-family: Droid Sans, Tahoma, Verdana, sans-serif;
	font-style: italic;
	margin: 10px 10px 10px 0;
}
.rightpullquote {
	width: 200px;
	padding: 0px 0px 10px 60px;
	background: url("images/quote.png") no-repeat;
	border-bottom: 5px solid #cfcfcf;
	float: right;
	font-size: 1.2em;
	font-family: Droid Sans, Tahoma, Verdana, sans-serif;
	font-style: italic;
	margin: 10px 0px 10px 10px;
}
.my-image {
	float: left;
	margin: 0px 19px 15px 0;
	display: block;
}
.my-image img {
	border: 3px solid #e2e2e2;
	height: 60px;
}
/* ------- Fluid Columns ------- */

.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_third {
	width: 65.33%;
}
.one_fourth {
	width: 22%;
}
.three_fourth {
	width: 74%;
}
.one_fifth {
	width: 16.8%;
}
.two_fifth {
	width: 37.6%;
}
.three_fifth {
	width: 58.4%;
}
.four_fifth {
	width: 67.2%;
}
.one_sixth {
	width: 13.33%;
}
.five_sixth {
	width: 82.67%;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	position: relative;
	margin-right: 4%;
	float: left;
	padding-top: 5px;
	padding-bottom: 15px;
}
.last {
	margin-right: 0 !important;
	clear: right;
}
.clearboth {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}
/*--------------------------------------------------------------

5.0 - WordPress

--------------------------------------------------------------*/

/*--------------------------------------------------------------

5.1 - Alignments

--------------------------------------------------------------*/

.alignright {
	float: right;
	margin-left: 15px;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: left;
}
/*--------------------------------------------------------------

5.2 - Comments

--------------------------------------------------------------*/

.navigation, .paged-navigation, .comment-navigation {
	overflow: hidden;
	font-family: Droid Sans, times, serif;
	font-size: 14px;
	font-style: italic;
	margin: 5px 0 25px 0;
	padding: 5px 0;
}
.comments {
	float: right;
}
#trackbacks {
	margin-top: 30px;
}
.commentlist .bypostauthor {
}
#comments {
	margin-top: 30px;
	background: #f8f8f8;
}
.comment-body {
	width: 960px;
	margin: 0 auto;
	color: #666;
	line-height: 1.5em;
	padding: 19px 0 15px 0;
}
.comment-entry {
	overflow: hidden;
}
.comment-counter {
	float: right;
	width: 106px;
	height: 100%;
	font-size: 50px;
	line-height: 50px;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
.comment-counter a {
	color: #ffffff!important;
}
.thread-odd .comment-counter a {
	color: #efefef!important;
}
.thread-even {
	background-color: #efefef );
}
.thread-even .comment-body {
}
.thread-odd .comment-body {
}
li.thread-even ul.children .comment-body {
	background-image: url( "images/bg-counter1.png" );
	background-position: right top;
	background-repeat: repeat-y;
}
li.thread-odd ul.children .comment-body {
	background-image: url( "images/bg-counter2.png" );
	background-position: right top;
	background-repeat: repeat-y;
}
.comment-body a {
	color: #00b8c2;
}
#comments ol.commentlist {
	margin: 0 0 0 0;
}
#comments ol.commentlist li.thread-even {
	border-bottom: 1px solid #ccc;
}
#comments ol.commentlist li.thread-odd {
	background: #fff;
	border-bottom: 1px solid #ccc;
}
#comments ol.commentlist ol {
	list-style-type: decimal;
}
#comments ol.commentlist ol ol {
	list-style: lower-alpha;
	margin-bottom: 0px;
}
#comments ol.commentlist ol ol ol {
	list-style: lower-roman;
}
.commentlist div.comment-content {
	overflow: hidden;
	float: left;
	width: 740px;
	text-shadow: #000000 0px 0px 0px;
}
ol.commentlist li.comment {
	clear: left;
	list-style: none;
}
ol.commentlist ul.children li {
	margin-bottom: 0;
}
ol.commentlist div.comment-avatar-box {
	float: left;
	margin: 0 15px 0 0;
	border: 5px solid #0c0b0b;
}
.commentlist ul.children div.comment-avatar-box {
	float: left;
	margin: 0 10px 0 0;
}
ol.commentlist ul.children li .comment-body {
	padding-left: 92px;
	width: 869px;
}
ol.commentlist ul.children li ul li .comment-body {
	padding-left: 154px;
	width: 807px;
}
ol.commentlist ul.children li ul li ul li .comment-body {
	padding-left: 216px;
	width: 744px;
}
ol.commentlist ul.children li ul li ul li ul li .comment-body {
	padding-left: 200px;
	width: 500px;
}
ol.commentlist ul.children li ul li ul li ul li ul li .comment-body {
	padding-left: 200px;
	width: 400px;
}
ol.commentlist ul.children li ul li ul li ul li ul li ul li .comment-body {
	padding-left: 200px;
	width: 300px;
}
ol.commentlist ul.children .comment-content {
	width: 675px;
}
ol.commentlist ul.children ul .comment-content {
	width: 612px;
}
ol.commentlist ul.children ul ul .comment-content {
	width: 550px;
}
ol.commentlist ul.children ul ul ul .comment-content {
	width: 350px;
}
ol.commentlist ul.children ul ul ul ul .comment-content {
	width: 200px;
}
ol.commentlist ul.children ul ul ul ul ul .comment-content {
	width: 100px;
}
ul.children .comment-entry {
	margin-bottom: 10px;
}
div.comment-meta {
	font-size: 12px;
	font-family: Droid Sans, Tahoma, Verdana, sans-serif;
	margin: 0 0 7px 0;
	width: 100%;
}
div.comment-meta em {
	font-style: normal;
}
#reply-title {
	margin-top: 0;
	font-size: 26px;
	color: #2e2e2e;
}
#reply-title small {
	float: right;
	font-size: 11px;
	font-weight: normal;
}
#reply-title small a {
	margin-right: 0;
}
.commentlist ul.children {
	width: 100%;
}
.commentlist ul.children #respond {
	width: 960px;
	margin: 0 auto!important;
}
.commentlist ul.children ul {
	width: 100%;
}
.commentlist ul.children img.avatar {
	border-style: none;
	height: 45px;
	margin: 0;
	width: 45px;
}
.commentlist ul.children div.comment-meta {
	margin: 0 0 10px 0;
}
.commentlist ul.children li {
}
.commentlist ul.children li:first-child {
	border-top: none;
}
.commentlist ul.children ul li:first-child {
}
#container-comment-form {
	background: #f8f8f8;
	overflow: hidden;
	padding-top: 30px;
}
#respond {
	overflow: hidden;
	padding: 40px 0;
}
#respond .standard-form {
	float: left;
	width: 100%;
}
#respond {
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	max-width:960px;
}
#respond .avb img {
	float: inherit;
}
#respond .comment-avatar-box {
	float: left;
	margin: 0 15px 0 0;
}
#respond .form-submit {
	margin-bottom: 0;
}
#respond label {
	font-family: Droid Sans, Tahoma, Verdana, sans-serif;
}
ol.commentlist #respond {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
}
.commentlist ul.children #respond {
	margin-bottom: 10px;
	margin-left: 35px;
	margin-right: 20px;
}
h3#reply .comments-header {
	font-size: 14px;
}
#respond div.comment-content {
	border-style: none;
}
.form-allowed-tags, .form-allowed-tags code {
	font-size: 10px;
	font-family: Droid Sans;
}
/*input#comment-submit {
	background: #00b8c3;
	cursor: pointer;
	border: none;
	border-radius: 0px;
	margin-top: 12px;
	margin-bottom: 20px;
	padding: 7px 20px;
	color: #f4f4f4;
	font-size: 15px;
	transition: all 300ms ease-in;
}
input#comment-submit:hover {
	background: #029da6;
}*/
#nav-below {
	margin: 0 0;
	padding: 0 0;
}
#nav-above {
	margin: 0 0 15px;
	padding: 0;
}
#respond input#author, #respond input#email, #respond input#url, #respond textarea#comment {
}
#respond input#author, #respond input#email, #respond input#url {
	width: 350px!important;
}
.comment-options {
	margin: 10px 0 2px;
}
.comment-options .comment-reply-link, .comment-options .comment-edit-link {
	font-size: 10px;
	text-transform: uppercase;
	text-shadow: none;
	background: #00b8c2;
	color: #f4f4f4;
	float: right;
	border: 0px solid #000000;
	margin-right: 5px;
	padding: 5px 10px;
}
.commentlist ul.children div.comment-options {
	margin-bottom: 10px;
}
/*--------------------------------------------------------------

5.3 - Gallery

--------------------------------------------------------------*/

.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 15px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
dd.wp-caption p.wp-caption-text, .wp-caption p.wp-caption-text {
	font-size: 0.9em;
	line-height: 17px;
	margin: 0;
	padding: 5px 4px 5px 0;
}
#content .gallery {
	margin: 0 auto 15px;
}
#content .gallery .gallery-item {
	margin-bottom: 0;
	margin-left: 0;
}
.gallery-item img {
	margin-bottom: 15px;
}
.gallery .gallery-caption {
	color: #555;
}
/*--------------------------------------------------------------

5.4 - Images

--------------------------------------------------------------*/

img.avatar {
	float: left;
}
img.wp-smiley {
	border: none !important;
	clear: none !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}
img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}
/*--------------------------------------------------------------

5.5 - Posts

--------------------------------------------------------------*/

div.page, div.post, div.attachment {
	margin: 0 0 15px 0;
	overflow: hidden;
}
div.page:last-child, div.post:last-child, #item-body:last-child, #trackbacklist {
	margin-bottom: 0;
}
.post-title {
	font-size: 28px;
	line-height: 1.5em;
	font-family: Droid Sans, verdana;
	font-weight: bold;
	color: #373737;
	margin: 0px;
}
.post-title a {
	color: #434343;
}
.page-template-frontpage3-php .post-title {
	font-size: 21px;
}
.post-title a:hover {
	color: #313131;
}
.post-title-bottom {
	color: #656565;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 4px 0;
	font-size: 11px;
	display: table;
	width: 100%;
	margin-top: 9px;
	margin-bottom: 15px;
}
.post-title-bottom-category {
	float: left;
}
.post-title-bottom-category a {
	padding: 2px 3px;
	background: #8b8b8b;
	text-transform: uppercase;
	font-size: 10px;
	color: #f3f3f3;
}
.post-title-bottom-comments {
	float: left;
	margin-left: 25px;
	padding-left: 23px;
	background: url( images/icon-comment.png ) left center no-repeat;
}
.post-title-bottom-tags {
	float: left;
	margin-left: 25px;
	padding-left: 23px;
	background: url( images/icon-tags.png ) left center no-repeat;
}
.blog-post {
	margin-bottom: 35px;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.5em;
}
.blog-post-left {
	float: left;
	width: 75px;
	text-align: center;
	color: #ffffff;
}
.blog-post-left-date {
	width: 75px;
	padding: 8px 0;
}
.blog-post-left-month {
	font-size: 24px;
	font-family: Tahoma;
	line-height: 1.1em;
	text-transform: uppercase;
}
.blog-post-left-day {
	font-size: 44px;
	font-family: Verdana;
	font-weight: bold;
	line-height: 1.1em;
}
.blog-post-left-author {
	background: #444444;
	color: #bbbbbb;
	font-size: 11px;
}
.blog-post-left-author a {
	color: #bbbbbb;
}
.blog-post-right {
	float: left;
	width: 560px;
	margin-left: 12px;
	padding: 11px 15px 15px 15px;
	border: 1px solid #ececec;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.page-template-frontpage3-php .blog-post-right {
	width: 342px;
}
.page-template-frontpage3-php .blog-post-right div.thumbnail img {
	width: 100%;
	height: auto!important;
}
div.thumbnail {
	margin-bottom: 17px;
}
.prev-post a, .next-post a {
	display: block;
	padding: 7px 11px;
	margin-top: 40px;
	margin-bottom: 20px;
	border-radius: 7px;
	font-size: 11px;
	background: #e8e8e8;
	text-shadow: #ffffff 1px 1px 0px;
}
.prev-post a:hover, .next-post a:hover {
	background: #ff4546;
	color: #ffffff;
	text-shadow: none;
}
.text .entry p {
	margin-bottom: 25px;
}
.text .entry ul {
	list-style-type: circle;
	margin: 0 0 20px 30px;
}
.text .entry ol {
	list-style-type: decimal;
	margin: 0 0 20px 30px;
}
.text .entry p a {
	text-decoration: underline;
	transition: all 300ms ease-in;
}
.text .entry p a:hover {
	color: #ff9801;
}
#relatedposts {
	margin-top: 30px;
}
#relatedposts-title {
	margin-bottom: 13px;
	color: #525252;
	font-size: 12px;
	font-family: Droid Sans, Tahoma, Verdana, sans-serif;
}
#relatedposts a {
	padding: 7px 11px;
	border-radius: 6px;
	font-size: 11px;
	background: #e8e8e8;
	text-shadow: #ffffff 1px 1px 0px;
}
#relatedposts a:hover {
	background: #ff4546;
	color: #ffffff;
	text-shadow: none;
}
.prev-post {
	float: left;
}
.next-post {
	float: right;
}
a.more-link {
	display: block;
	margin-top: 25px;
	margin-bottom: 15px;
	padding: 9px 14px 9px 14px;
	font-size: 16px;
	color: #ffffff;
	float: left;
	border-radius: 3px;
	transition: all 300ms ease-in;
}
a.more-link:hover {
	padding: 9px 18px 9px 18px;
}
.older-entries {
	float: left;
}
.newer-entries {
	float: right;
}
.older-entries a, .newer-entries a {
	padding: 6px;
	font: 14px Droid Sans;
}
.edit-link, .page-link {
	clear: both;
	font-weight: bold;
	font-family: Tahoma;
}
div.post table, div.page table {
	border: 1px solid #eee;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 15px;
}
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: 1px solid #eee;
}
div.author-box {
	background: #f0f0f0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: left;
	font-family: Droid Sans, times, serif;
	font-style: italic;
	margin: 0 15px 15px 0;
	padding: 10px;
	text-align: center;
	width: 70px;
}
div.author-box p {
	word-wrap: break-word;
}
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;
}
p.date span:first-child {
	font-style: italic;
}
div.post .entry {
	margin-bottom: 15px;
}
p.date, p.postmetadata {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	color: #888;
	font-family: Droid Sans, times, serif;
	font-size: 12px;
	margin: 10px 0;
	padding: 3px 0;
}
p.postmetadata {
	clear: left;
	overflow: hidden;
}
.page .tags, .post .tags {
	float: left;
}
span.sticky-post {
	font-style: normal;
}
/*--------------------------------------------------------------

5.6 - CONTACT FORM 7

--------------------------------------------------------------*/



.wpcf7-text, .wpcf7-captchar {
	background: none!important;
	width: 300px!important;
	height: 25px!important;
	padding: 4px!important;
	border: 1px solid #dbdbdb!important;
	color: #717171!important;
	font-family: verdana, ms sans serif!important;
	font-size: 12px!important;
	border-radius: 9px; /* CSS3 */
	transition: all 300ms ease-in;
}
.wpcf7-text:focus {
	height: 35px!important;
	border: 1px solid #5b5b5b!important;
	color: #2a2a2a!important;
	font-size: 22px!important;
}
.wpcf7-form-control-wrap textarea {
	background: none!important;
	border: 1px solid #dbdbdb!important;
	padding: 10px!important;
	width: 530px!important;
	color: #717171!important;
	font-family: verdana, ms sans serif!important;
	font-size: 11px!important;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px; /* Safari, Chrome */
	border-radius: 9px; /* CSS3 */
}
.wpcf7-submit {
	margin: 12px 0 30px 0px!important;
	border: none!important;
	padding: 8px 23px!important;
	font-size: 16px!important;
	font-family: Droid Sans!important;
	font-weight: 300!important;
	color: #ffffff!important;
	float: left;
	border-radius: 3px;
}
.wpcf7-submit:hover {
	padding: 8px 27px!important;
}
/*--------------------------------------------------------------

6.0 - BuddyPress

--------------------------------------------------------------*/

/*--------------------------------------------------------------

6.1 - Activity

--------------------------------------------------------------*/

#activity-stream {
	margin-top: -2px;
}
ul#activity-stream li.activity-item {
	border-bottom: 1px solid #e5e5e5;
}
#item-body form#whats-new-form {
	border-bottom: 1px solid #ddd;
	margin: 20px 0 10px;
	padding-bottom: 20px;
}
#activity-stream li ul li ul li {
	display: table!important;
}
.home-page form#whats-new-form {
	border-bottom: none;
	padding-bottom: 0;
}
form#whats-new-form h5 {
	font-weight: normal;
	font-size: 12px;
	color: #888;
	margin: 0;
	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 textarea {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #555;
	font-family: inherit;
	font-size: 14px;
	height: 20px;
	padding: 6px;
	width: 98%;
}
body.no-js form#whats-new-form textarea {
	height: 50px;
}
form#whats-new-form #whats-new-options select {
	max-width: 200px;
	margin-top: 12px;
}
form#whats-new-form #whats-new-submit {
	float: right;
	margin-top: 12px;
}
.activity-greeting {
	padding-left: 75px;
}
#whats-new-options {
	overflow: auto;
	height: 0;
}
body.no-js #whats-new-options {
	height: auto;
}
#whats-new:focus {
	border-color: rgba(31, 179, 221, 0.9) !important;
	outline-color: rgba(31, 179, 221, 0.9);
	box-shadow: 0 0 7px rgba(31, 179, 221, 0.7);
	-moz-box-shadow: 0 0 7px rgba(31, 179, 221, 0.7);
	-webkit-box-shadow: 0 0 7px rgba(31, 179, 221, 0.7);
}
/*--------------------------------------------------------------

6.1.1 - Activity Listing

--------------------------------------------------------------*/

ul.activity-list li {
	overflow: hidden;
	padding: 20px 0 16px 0!important;
	min-height: 70px;
}
.activity-list .activity-avatar {
	float: left;
	display: block;
	margin-top: 3px;
}
.activity-permalink .activity-avatar img {
	width: 150px!important;
	height: 150px!important;
}
ul.activity-list > li:first-child {
	padding-top: 5px;
}
ul.item-list.activity-list li.has-comments {
	padding-bottom: 15px;
}
body.activity-permalink ul.activity-list li.has-comments {
	padding-bottom: 0;
}
.activity-list li.mini {
	font-size: 11px;
	min-height: 35px;
	padding: 15px 0 0 0;
	position: relative;
}
.activity-list li.mini .activity-avatar img.avatar, .activity-list li.mini .activity-avatar img.FB_profile_pic {
	height: 53px;
	margin-left: 30px;
	width: 53px;
}
.activity-permalink .activity-list li.mini .activity-avatar img.avatar, .activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic {
	height: auto;
	margin-left: 0;
	width: auto;
}
body.activity-permalink .activity-list > li:first-child {
	padding-top: 0;
}
.activity-list li.mini .activity-content p {
	margin: 0;
}
.activity-list li.mini .activity-comments {
	clear: both;
	font-size: 12px;
}
body.activity-permalink li.mini .activity-meta {
	margin-top: 4px;
}
.activity-list li .activity-inreplyto {
	background: url( images/replyto_arrow.gif ) 7px 0 no-repeat;
	color: #888;
	font-size: 11px;
	margin-left: 5px;
	margin-top: 5px;
	padding-left: 25px;
}
.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;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.activity-list .activity-content {
	display: block;
	margin-left: 55px;
	margin-bottom: 15px;
}
body.activity-permalink .activity-list li .activity-content {
	font-size: 16px;
	line-height: 150%;
	min-height: 35px;
	margin-left: 175px;
	margin-right: 0;
	padding: 15px;
}
body.activity-permalink .activity-list li .activity-header > p {
	background: url( images/activity_arrow.gif ) top left no-repeat;
	height: 35px;
	margin-bottom: 0;
	margin-left: -35px;
	padding: 5px 0 0 35px;
}
.activity-list .activity-content .activity-header {
	font-size: 10px;
}
.activity-header {
	margin-right: 20px;
	display: block;
	line-height: 1.7em;
	font-family: Droid Sans, Tahoma, Verdana, sans-serif;
}
.activity-header a {
	font-size: 10px;
	font-weight: bold;
	clear: both;
}
.activity-header a, .comment-meta a, .acomment-meta a {
	text-decoration: none;
}
.activity-header img.avatar {
	display: none;
}
a.bp-secondary-action, span.highlight {
	font-size: 11px;
	padding: 0;
	margin-right: 5px;
	text-decoration: none;
}
.activity-list .activity-content .activity-inner, .activity-list .activity-content blockquote {
	margin: 5px 0 0 0;
	overflow: hidden;
}
.activity-list li.new_forum_post .activity-content .activity-inner, .activity-list li.new_forum_topic .activity-content .activity-inner {
	margin-left: 5px;
}
body.activity-permalink .activity-content .activity-inner, body.activity-permalink .activity-content blockquote {
	margin-left: 0;
	margin-top: 5px;
}
.activity-inner {
	display: block;
	font-size: 12px;
}
.activity-inner img {
	max-width: 100%;
}
.activity-inner > p {
	word-wrap: break-word;
}
.activity-inner > .activity-inner {
	margin: 0 !important;
}
.activity-inner > blockquote {
	margin: 0 !important;
}
.activity-list .activity-content img.thumbnail {
	border: 2px solid #eee;
	float: left;
	margin: 0 10px 5px 0;
}
.activity-read-more {
	margin-left: 1em;
	white-space: nowrap;
}
.activity-list li.load-more {
	font-family: Droid Sans, Tahoma, Verdana, sans-serif;
	background: #f0f0f0 !important;
	border-right: 1px solid #ddd;
	min-height: 0px;
	border-bottom: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.2em;
	margin: 15px 0 !important;
	padding: 10px 15px !important;
	text-align: center;
}
.activity-list li.load-more a {
	color: #939393;
}
/*--------------------------------------------------------------

6.1.2 - Activity Comments

--------------------------------------------------------------*/

div.activity-meta {
	margin: 18px 0;
}
body.activity-permalink div.activity-meta {
	margin-bottom: 6px;
}
div.activity-meta a {
	font: normal 11px/20px Arial, Tahoma, Verdana, sans-serif;
	padding: 4px 8px;
}
a.activity-time-since {
	text-decoration: none;
}
a.activity-time-since:hover {
	color: #888;
	text-decoration: underline;
}
a.bp-primary-action, #reply-title small a {
	font-size: 11px;
	margin-right: 5px;
	text-decoration: none;
}
a.bp-primary-action span, #reply-title small a span {
	background: #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 90%;
	margin-left: 2px;
	padding: 0 5px;
}
a.bp-primary-action:hover span, #reply-title small a:hover span {
	background: #555;
	color: #fff;
}
div.activity-comments {
	margin: 0 0 0 70px;
	overflow: hidden; /* IE fix */
	position: relative;
	width: auto;
	clear: both;
}
body.activity-permalink div.activity-comments {
	background: none;
	margin-left: 185px;
	width: auto;
}
div.activity-comments > ul {
	background: #f5f5f5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0 0 0 10px;
}
div.activity-comments ul, div.activity-comments ul li {
	border: none;
	list-style: none;
}
div.activity-comments ul {
	clear: both;
}
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 0;
}
div.activity-comments > ul > li:first-child {
	border-top: none;
}
div.activity-comments ul li:last-child {
	margin-bottom: 0;
}
div.activity-comments ul li > ul {
	margin-left: 30px;
	margin-top: 0;
	padding-left: 10px;
}
body.activity-permalink div.activity-comments ul li > ul {
	margin-top: 10px;
}
body.activity-permalink div.activity-comments > ul {
	padding: 0 10px 0 15px;
}
div.activity-comments div.acomment-avatar img {
	border-width: 2px !important;
	float: left;
	height: 25px;
	margin-right: 10px;
	width: 25px;
}
div.activity-comments div.acomment-content {
	font-size: 11px;
	margin: 5px 0 0 40px;
}
div.acomment-content .time-since, div.acomment-content .activity-delete-link, 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 {
	color: #888;
	font-size: 11px;
}
div.activity-comments form.ac-form {
	background: #fafafa;
	border: 1px solid #ddd;
	margin-top: 40px!important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: none;
	margin: 0 0 15px 33px;
	padding: 8px;
}
div.activity-comments li form.ac-form {
	margin-right: 15px;
	clear: both;
}
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 {
	background: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 8px;
}
div.activity-comments form textarea {
	border: none;
	color: #555;
	font-family: inherit;
	font-size: 11px;
	height: 60px;
	padding: 0;
	width: 100%;
}
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 {
	color: #888;
	font-size: 11px;
	margin-left: 50px;
	padding-left: 15px;
}
.acomment-options {
	float: left;
	margin: 5px 0 5px 40px;
}
.acomment-options a {
	color: #999;
}
.acomment-options a:hover {
	color: inherit;
}
.activity-type-tabs {
	margin-bottom: 10px!important;
	overflow: hidden;
}
.activity-type-tabs ul li span {
	font-family: Droid Sans;
}
/*--------------------------------------------------------------

6.2 - Admin Bar

--------------------------------------------------------------*/





/*--------------------------------------------------------------

6.3 - Directories - Members, Groups, Blogs, Forums

--------------------------------------------------------------*/

div.dir-search {
	float: right;
	margin: 0px 0 0 0;
}
div.dir-search input[type=text] {
	font-size: 12px;
	padding: 5px 5px;
}
input#groups_search {
	padding: 5px;
}
#members-dir-list {
	margin-top: 30px;
	padding-top: 10px;
	background-image: url( images/spacer1.png );
	background-position: left top;
	background-repeat: repeat-x;
}
.members-sorting {
	width: 300px;
	margin-top: 12px;
}
.members-sorting label {
	font-size: 11px;
}
#members-list li {
	border-bottom: 1px solid #e7e7e7;
}
/*#post-topic-reply #submit, #new-topic-post #submit, .my-account #submit {
	padding: 8px 12px;
	font-size: 15px;
	text-shadow: none;
	color: #ffffff;
	border: none;
	border-radius: 3px;
}
#post-topic-reply #submit:hover, #new-topic-post #submit:hover, .my-account #submit:hover {
	padding: 8px 16px;
}*/
/*--------------------------------------------------------------

6.4 - Errors / Success Messages

--------------------------------------------------------------*/

div#message {
	margin: 0 0 15px;
}
#message.info {
	margin-bottom: 0;
}
div#message.updated {
	clear: both;
}
div#message p {
	font-size: 12px;
	display: block;
	padding: 10px 15px;
}
div#message.error p {
	background-color: #db1717;
	border-color: #a71a1a;
	clear: left;
	color: #fff;
}
div#message.updated p {
	background-color: #1db7c1;
	border-color: #1db7c1;
	color: #fff;
}
.standard-form#signup_form div div.error {
	background: #e41717;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 6px;
	width: 90%;
}
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;
}
/*--------------------------------------------------------------

6.5 - Forms

--------------------------------------------------------------*/

.standard-form textarea, .standard-form input[type=text], .standard-form select, .standard-form input[type=password], .dir-search input[type=text] {
	border: 1px solid #dedede;
	border-radius: 5px;
	color: #888;
	font-size: 14px;
	padding: 9px;
	transition: all 300ms ease-in;
}
.standard-form input[type=text]:focus, .standard-form input[type=password]:focus, .dir-search input[type=text]:focus {
	border: 1px solid #a5a5a5;
	color: #282828;
	font-size: 26px;
}
.standard-form select {
	padding: 3px;
}
.standard-form input[type=password] {
	margin-bottom: 5px;
}
.standard-form label, .standard-form span.label {
	display: block;
	font-family: Droid Sans, Tahoma, Verdana, sans-serif;
	margin: 15px 0 5px 0;
	font-size:14px;
}
.standard-form div.checkbox label, .standard-form div.radio label {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0 0 0;
}
.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, .form-allowed-tags, #commentform input[type=text], #commentform textarea {
	width: 90%;
}
.standard-form#signup_form div.submit {
	float: left;
}
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%;
}
.register-section input, #signup_username {
	border: 1px solid dedede!important;
}
.standard-form p.description {
	color: #888;
	font-size: 11px;
	margin: 5px 0;
}
.standard-form div.submit {
	clear: both;
	padding: 15px 0 0 0;
}
.standard-form p.submit {
	margin-bottom: 0;
	padding: 15px 0 0 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 {
	background: #f5f5f5;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 400px;
	margin: 0 0 10px;
	overflow: auto;
	padding: 5px;
	width: 160px;
}
.button-orange{
	text-decoration: none;
	padding: 5px 20px;
	color: #fff;
	font-size: 26px;
	cursor:pointer;
	background-color:#E85D00;
	line-height:3em;}


/*button, a.button, input[type=button], input[type=reset], ul.button-nav li a, div.generic-button a { border: 1px solid #ccc; border-radius: 3px;color: #777;cursor: pointer;font: normal 12px/20px Arial, Tahoma, Verdana, sans-serif;outline: none;padding: 4px 10px;text-align: center;text-decoration: none;line-height: 14px;}*/
#top-bar-right input[type=submit]{text-indent:-999em;}
.et_lb_button a span{background:none; padding:0;}
.et_builder  .et_lb_button a{box-shadow:none; text-shadow:none; border-radius:0; line-height:normal;}
a.bp-primary-action span, #reply-title small a span{background:none;}
button, .button, .submit input[type=submit], .dir-search input[type=submit], a.button, input[type=button], input[type=reset], ul.button-nav li a, div.generic-button a, .et_builder  .et_lb_button a, .sidebar-box-child input[type=submit], .form-submit input[type=submit]{
	text-decoration: none;
	padding: 5px 20px;
	color: #fff;
	border: 0px solid #aca;
	background-color: #00b8c3;
	font-size: 12px;
	cursor:pointer;
}


h3 a.button{font-weight:normal; font-family:Droid Sans,Tahoma,Verdana,sans-serif;}
button:hover, .submit input[type=submit]:hover, .dir-search input[type=submit]:hover, .button:hover, a.button:hover, input[type=button]:hover, input[type=reset]:hover, ul.button-nav li a:hover, div.generic-button a:hover,.et_builder  .et_lb_button a:hover, #search-form #search-submit:hover, .sidebar-box-child input[type=submit]{
background-color:#01a1ab ;
border-color:#7c7;
color:#fff;

}
#members-list .friendship-button .friendship-button{padding:5px 10px;}
.sidebar-box-child .searchtext{border: 1px solid #d7d7d7;
border-radius: 6px;
width: 90%;
margin: 6px 0;
padding: 4px;}
#search-form #search-submit{border-radius:0;}
div.profile {
	padding-top: 10px;
}
table.profile-fields tr td {
	padding: 5px 5px 10px 5px;
}
table.profile-fields tr {
	border-bottom: 1px solid #e8e8e8;
}
table.profile-fields tr td.data {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5em;
}
.profile-fields {
	margin-top: 30px;
}
.profile-fields td.label {
	min-width: 200px;
	text-transform: uppercase;
	color: #000;
}
#group-settings-form {
	margin-top: 30px;
}
#pass-strength-result {
	font-size: 12px;
}
#pass-strength-result.short {
	color: #db0000!important;
}
#pass-strength-result.bad {
	color: #f69100!important;
}
#pass-strength-result.good {
	color: #167400!important;
}
.profile-settings {
	width: 100%;
	text-align: left;
}
#xprofile-settings-base {
	margin-top: 30px;
	margin-bottom: 30px;
}
/* SELECT FIELD STYLING */

select {
	color: #363636;
	font-size: 10px;
	border: none;
}
select option {
	font-size: 10px;
	padding: 0 0 3px 0;
}
.customStyleSelectBox {
	padding: 0px 3px 0px 6px;
}
.customStyleSelectBox.changed { /* You can use this if you want a different style after user has made a selection */
}
/* on the next line we add a down arrow on the right to indicate that it is a select box */

.customStyleSelectBoxInner {
	padding: 0px 6px!important;
	color: #6b6b6b;
	text-shadow: #ffffff 1px 1px 0px;
	background: url(images/select.png) no-repeat right center;
}
#activity-filter-by, #forums-order-by, #members-order-by {
	width: 220px;
}
#activity-filter-select label {
	color: #6b6b6b;
}
select#notifications-sort-order-list {
	width: 200px;
}
/*--------------------------------------------------------------

6.6 - Ajax Loading

--------------------------------------------------------------*/

a.loading, input.loading {
	background-image: url( images/ajax-loader.gif );
	background-position: 95% 50%;
	background-repeat: no-repeat;
	padding-right: 25px;
}
a.loading:hover, input.loading:hover {
	background-image: url( images/ajax-loader.gif );
	background-position: 95% 50%;
	background-repeat: no-repeat;
	padding-right: 25px;
	color: #777;
}
a.button.loading, input[type="submit"].loading, input[type="button"].loading, input[type="reset"].loading {
	background-image: url( images/ajax-loader.gif ), -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
	background-image: url( images/ajax-loader.gif ), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0)); /* Chrome,Safari4+ */
	background-image: url( images/ajax-loader.gif ), -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background-image: url( images/ajax-loader.gif ), -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* Opera11.10+ */
	background-image: url( images/ajax-loader.gif ), -ms-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( enabled=0 ); /* IE6-9 */
	background-image: url( images/ajax-loader.gif ), linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* W3C */
	background-position: 95% 50%;
	background-repeat: no-repeat;
	padding-right: 25px;
}
a.button.loading:hover, input[type="submit"].loading:hover, input[type="button"].loading:hover, input[type="reset"].loading:hover {
	background-image: url( images/ajax-loader.gif ), -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
	background-image: url( images/ajax-loader.gif ), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0)); /* Chrome,Safari4+ */
	background-image: url( images/ajax-loader.gif ), -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background-image: url( images/ajax-loader.gif ), -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* Opera11.10+ */
	background-image: url( images/ajax-loader.gif ), -ms-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0', GradientType=0 ); /* IE6-9 */
	background-image: url( images/ajax-loader.gif ), linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* W3C */
	border: 1px solid #ccc;
	padding-right: 25px;
}
input[type="submit"].pending, input[type="button"].pending, input[type="reset"].pending, input[type="submit"].disabled, input[type="button"].disabled, input[type="reset"].disabled, button.pending, button.disabled, div.pending a, a.disabled {
	border-color: #eee;
	color: #bbb;
	cursor: default;
}
input[type="submit"]:hover.pending, input[type="button"]:hover.pending, input[type="reset"]:hover.pending, input[type="submit"]:hover.disabled, input[type="button"]:hover.disabled, input[type="reset"]:hover.disabled, button.pending:hover, button.disabled:hover, div.pending a:hover, a.disabled:hover {
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ededed 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%, #ededed 100%); /* W3C */
	border-color: #eee;
	color: #bbb;
}
/*--------------------------------------------------------------

6.7 - Forums, Tables and Topics

--------------------------------------------------------------*/





/*--------------------------------------------------------------

6.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums

--------------------------------------------------------------*/

.item-body {
	margin: 20px 0;
}
span.user-nicename {
	color: #777;
	display: inline-block;
	font-size: 16px;
	font-family: Droid Sans, Tahoma, Verdana, sans-serif;
	font-style: italic;
}
div#message p {
	border: 1px solid #e1ca82;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight: normal;
	margin-top: 3px;
	text-decoration: none;
	background: #ffeaa6;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
}
div#item-header {
	margin-bottom: 20px;
	display: table;
}
#item-header-avatar {
	width: 230px;
	float: left;
	margin-top: 5px;
}
.bp-user #item-header-avatar {
	width: 170px;
}
div#item-header div#item-header-content {
	float: left;
	width: 445px;
	font-size: 13px;
	line-height: 1.6em;
}
div#item-header h2 {
	font-size: 28px;
	line-height: 120%;
	margin: 0 0 15px 0;
}
div#item-header h2 a {
	color: #3c3c3c;
	text-decoration: none;
}
div#item-header img.avatar {
	float: left;
	margin: 0 15px 19px 0;
}
div#item-header h2 {
	margin-bottom: 5px;
}
div#item-header h2 span.highlight {
	font-size: 11px;
	font-weight: normal;
	line-height: 170%;
	margin-bottom: 7px;
	vertical-align: middle;
}
div#item-header h2 span.highlight {
	font-size: 16px;
}
div#item-header h2 span.highlight span {
	background: #a1dcfa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 2px;
	padding: 1px 4px;
	position: relative;
	right: -2px;
	top: -2px;
	vertical-align: middle;
}
div#item-header div#item-meta {
	font-size: 13px;
	color: #707070;
	line-height: 1.5em;
	overflow: hidden;
	margin: 15px 0 5px 0;
	padding-bottom: 10px;
}
div#item-header div#item-actions {
	float: right;
	margin: 0 0 15px 15px;
	text-align: right;
	width: 20%;
}
div#item-header div#item-actions h3 {
	font-size: 12px;
	margin: 0 0 5px 0;
}
div#item-header ul {
	margin-bottom: 15px;
	overflow: hidden;
}
div#item-header ul h5, div#item-header ul span, div#item-header ul hr {
	display: none;
}
div#item-header ul li {
	float: right;
}
div#item-header ul img.avatar, div#item-header ul.avatars img.avatar {
	height: 30px;
	margin: 2px;
	width: 30px;
}
div#item-header div.generic-button, div#item-header a.button {
	float: left;
	margin: 10px 10px 0 0;
}
div#item-header div#message.info {
	line-height: 80%;
}
#item-header-avatar img {
	width: 150px;
	height: 150px;
}
#groups-list li {
	width: 380px;
	float: left;
	margin: 0 90px 50px 0;
}
#member-list li {
	border-bottom: 1px solid #e5e5e5;
}
ul.item-list {
	width: 100%;
}
ul.item-list li {
	padding: 15px 0;
	position: relative;
}
ul.item-list.activity-list li {
	padding-bottom: 0;
}
ul.single-line li {
	border: none;
}
ul.item-list li img.avatar {
	float: left;
	margin: 0 10px 0 0;
}
ul#members-list{width:auto; margin:0 -5px;}
ul#members-list li{float:left; padding:15px 5px; box-sizing:border-box; width:25%;}
ul#members-list li img.avatar{float:none; margin:0 0 10px; width:100%; height:auto;}
ul.item-list li div.item-title, ul.item-list li h4 {
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	font-family: Droid Sans, Tahoma, Verdana, sans-serif;
}
ul.item-list li div.item-title span {
	color: #7b7b7b;
	font-size: 12px;
}
ul.item-list li div.item-desc {
	color: #888;
	font-size: 11px;
	margin: 10px 0 0 64px;
	width: 100%;
}
ul.item-list li div.action {
	position: absolute;
	bottom: 15px;
	right: 0;
	text-align: right;
}
#members-list div.action{
	position:static;
	text-align:left;
	margin-top:5px;
}
.logged-in #members-list div.action{min-height:21px;}
ul.item-list li div.meta {
	color: #888;
	font-size: 11px;
	margin-top: 10px;
}
ul.item-list li h5 span.small {
	float: right;
	font-size: 11px;
	font-weight: normal;
}
div.item-list-tabs {
	clear: left;
	margin: 25px 0 0px 0;
	overflow: hidden;
}
div.item-list-tabs ul li a {
	text-decoration: none;
	font-size: 11px;
}
div.item-list-tabs ul {
	width: 100%;
}
div.item-list-tabs ul li {
	float: left;
	margin: 0 0 0 0px;
}
div.item-list-tabs#subnav ul li {
	margin-top: 0;
}
div.item-list-tabs ul li:first-child {
	margin-left: 0px;
}
div.item-list-tabs ul li.last {
	float: right;
	margin: 0px 10px 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;
	font-family: Droid Sans, Tahoma, Verdana, sans-serif;
	padding: 3px 10px 3px 0px;
	text-decoration: none;
}
div.item-list-tabs ul li a span {
	text-shadow: none;
	background: #1fb3dd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline;
	font-size: 90%;
	margin-left: 2px;
	padding: 1px 5px 2px 5px;
}
div.item-list-tabs ul li.selected a span, div.item-list-tabs ul li.current a span, div.item-list-tabs ul li a:hover span {
	background-color: #999;
}
div.item-list-tabs ul li.selected a span, div.item-list-tabs ul li.current a span {
	background-color: #555;
	padding-bottom: 2px;
}
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 {
	border-bottom: 1px solid #ececec;
	overflow: hidden;
	font-size: 10px;
	color: #9a9a9a;
	margin: 0px 0 5px 0;
	min-height: 18px;
	padding-bottom: 7px;
}
#subnav li.current {
	font-weight: bold;
}
.group-forum div.item-list-tabs#subnav, .group-members div.item-list-tabs#subnav {
	border-bottom: none;
	margin: 0px;
	padding-bottom: 5px;
}
.group-members div.item-list-tabs#subnav {
	padding-bottom: 0px;
}
div.item-list-tabs#subnav a {
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
}
div.item-list-tabs ul li.feed a {
	/*background: url( images/rss.png ) center left no-repeat;*/
	padding-left: 30px;
	color: #c7c7c7;
}
#admins-list li {
	overflow: auto;
}
body.notifications #pag-top {
	display: none;
}
body.notifications table.notifications {
	width: 100%;
	margin-top: 30px;
}
body.notifications table.notifications thead tr th {
	text-align: left;
	background: #eaeaea;
	padding: 10px 0px;
}
body.notifications table.notifications tbody tr td {
	border-bottom: 1px solid #eaeaea;
	padding: 10px 0px;
}
/*--------------------------------------------------------------

6.9 - Private Messaging Threads

--------------------------------------------------------------*/

#message-threads {
	margin: 0px 0px 0px 0px!important;
}
#message-threads tr td {
	padding-top: 6px;
	padding-bottom: 6px;
}
table#message-threads tr.unread td {
	background: #fff9db;
	border-top: 1px solid #ffe8c4;
	border-bottom: 1px solid #ffe8c4;
	font-weight: bold;
	vertical-align: top;
}
li span.unread-count, tr.unread span.unread-count {
	background: #dd0000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	padding: 2px 8px;
}
div.item-list-tabs ul li a span.unread-count {
	padding: 1px 6px;
	color: #fff;
}
div.messages-options-nav {
	background: #eee;
	font-size: 11px;
	padding: 5px 15px;
	text-align: right;
}
.thread-info, .thread-from, .thread-options {
	vertical-align: top!important;
}
.thread-from {
	padding-left: 10px;
}
.thread-info a {
	font-size: 18px;
	font-family: Droid Sans, Tahoma, Verdana, sans-serif;
}
div#message-thread div.message-box {
	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: top;
}
div#message-thread strong {
	font-size: 16px;
	margin: 0;
}
div#message-thread strong a {
	text-decoration: none;
}
div#message-thread strong span.activity {
	margin: 4px 0 0 10px;
}
div#message-thread div.message-content {
	margin-left: 45px;
}
div#message-thread div.message-options {
	text-align: right;
}
/*--------------------------------------------------------------

7.0 - WooCommerce

--------------------------------------------------------------*/

body.woocommerce #comments {
	background: none;
}
body.tax-product_cat h1.page-title, body.post-type-archive-product h1.page-title {
	display: none;
}

/*--------------------------------------------------------------

8.0 - custom code

--------------------------------------------------------------*/
.et_lb_slogan, .et_lb_slogan p{font-size:22px;}
li .bbp-author-role{background:#00b7c2;}

#members-list .update{display:none;}
.register-section #registration-groups-section{float:none; width:auto;}
#register-page ul{list-style:none; margin-left:0; }

#registration-groups-section h4{margin-bottom:15px;}
#register-page p{font-size:14px;}
.reg_groups_item input[type=checkbox]{margin:0 6px 0 0}
.field_areas-of-expertise .checkbox label:first-child{margin-bottom:15px;}
.field_areas-of-expertise .checkbox label:last-child{margin-bottom:5px;}
.field_areas-of-expertise .checkbox label input[type=checkbox]{margin:0 6px 0 0;}
.standard-form legend{font-size:14px;}
#right-login-desc a{color:#333;}
.gform_body .plupload_scroll .plupload_filelist{height:130px;}
.col-wrap{margin:0 -10px;}
.column4{padding-top:20px;}
.column4 .ivycat-post{width:25%; padding:10px; box-sizing:border-box; float:left;}
.column4 .item4 .ivycat-post{clear:left;}
.ivycat-post{margin-bottom:20px;}
.ivycat-post .post-title{font-weight:normal; line-height:1em; margin:0 0 5px; min-height:60px; overflow:hidden; overflow:hidden;}
.ivycat-post .post-title a{color:#5f5f5f; font-family:'Big Noodle'; font-size:24px;}
.ivycat-post p, .ivycat-post .entry-summary{font-size:14px;}
.ivycat-post .entry-summary{height:98px; overflow:hidden; margin-bottom:5px;}
.communities-wrap{margin-bottom:30px; float:left; clear:both;}
.plupload_file_action{display:none;}
#frontpage-info{padding:0;}
#frontpage-info.block{padding:9px 0;}
.block #frontpage-info-center{display:block;}
#frontpage-info-center{display:none;}
#bp_core_login_widget-2{background:#00b7c2; color:#ededed; padding:20px 25px; overflow:hidden;}
#bp_core_login_widget-2 h3{display:none;}
#bp_core_login_widget-2 label{font-size:11px;}
#bp_core_login_widget-2 label:first-child{margin-top:0;}
#bp_core_login_widget-2 .bp-login-widget-user-link{font-size:18px; margin:6px 0;}
#bp_core_login_widget-2 .bp-login-widget-user-link a{color:#333;}
#bp_core_login_widget-2 a{color:#ededed;}
#bp_core_login_widget-2 .forgetmenot{margin-top:15px;}
#bp_core_members_widget-2{background:none;}
.container-projects .group-box{width:33.333%; margin:5px 0; box-sizing:border-box; padding:0 15px;}
.container-projects  a.group-box-image{width:auto;}
.container-projects a.group-box-image img{width:100% !important;}
#tabs-container .container-projects ul{ width:inherit; margin: 0 -15px 15px;}
.plupload_content .plupload_file_size, .plupload_content .plupload_file_status, .plupload_content .plupload_progress{width:41px;}
div .gfield_label {color:#00b7c2; margin:1em 0 0;}
td .bbp-forum-content p{font-size:12px; color:#666; line-height:normal;}
#bp_core_members_widget-2 h3{background:none;}

.group div#pag-bottom{clear:both; float:left; margin-left:2px;}
#groups-list.subgroup-list{margin:0 -10px;}
.subgroup-list a.group-box-image{width:100%;}
#groups-list.subgroup-list li{margin:0; border-bottom:1px solid #e5e5e5; width:33.33%; padding:10px; box-sizing:border-box;}
#groups-list.subgroup-list li img{max-width:100% !important;} 
.subgroup-list .item{float:left}
.sidebar-ad-box{margin-bottom:20px;}
.sidebar-ad-box img{max-width:100%;}
.comment-subscription-form{margin:6px 0 0;}
#respond .comment-form{max-width:77%;}
#profile-details-section{display:none;}
#profile-details-section .field_1{display:none;}
#members-list li:nth-child(4n+5){clear:left;}
#d4p-bbp-quote-442{font-size:16px;}
li .topic-content{font-size:16px;}
div .topic-by{font-size:12px;}

.fontsize .post-title{max-height:inherit;}
.fontsize #top-bar-left{width:auto;}
.fontsize .group-box{height:auto;}
.fontsize #top-bar-left{margin-top:5px;}


