/**
 * The following are CSS styles extrapolated from the bp-default theme.
 * Use these styles as a guideline. You will probably need to adjust some
 * declarations so they will gel with your WP theme.
 */
 

@keyframes rotation {
        0% {
                transform: rotate(0);
        }
        100% {
                transform: rotate(360deg);
        }
}

@-webkit-keyframes rotation {
        0% {
                -webkit-transform: rotate(0);
        }
        100% {
                -webkit-transform: rotate(360deg);
        }
}		

@-moz-keyframes rotation {
        0% {
                -moz-transform: rotate(0);
        }
        100% {
                -moz-transform: rotate(360deg);
        }
}
 
 .bp .post-content {
     min-height: 800px;
 }
 
 
 .bp-screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}
 
/* form elements
 * this should not affect the layout of the labels unless you style them in a way that padding applies
 * if I include this here it is mostly because when labels are styled with float and clear, top padding creates a gap between labels (bottom margin would, but not top margin)
 */
.bp label { padding-top: 1.2em; float: none; width: auto; display: inline; text-align: left; margin: 0; font-weight: normal; line-height: auto; }

/* line height helps to set the vertical alignment of radio buttons and check boxes (remember to group these in fieldsets)
 */
.bp fieldset {line-height: 1;}

/* vertical alignment of checkboxes (a different value is served to IE 7)
 */
.bp input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

/* vertical alignment of radio buttons
 */
.bp input[type="radio"] {vertical-align: text-bottom;}

/* vertical alignment of input fields for IE 6
 */
.bp input {_vertical-align: text-bottom;}

/* a specific font-size is set for these elements
 * the line-height is to override FF's default styling
 */
.bp input, .bp button, .bp textarea, .bp select, .bp optgroup, .bp option {
    font-size: .9em;
    line-height: 1.4 !important;
    margin: 0;
}

.bp h2, .bp h3, .bp h4, .bp h5, .bp h6 {
    clear: none;
}

.bp h3 {
    font-weight: bold;
    margin: 0 0 5px;
    clear: both;
    font-size: 1.4em;
}

.bp h4 {
    font-weight: bold;
    margin: 0 0 5px;
    clear: both;
    font-size: 1.3em;
}

.bp a.button span { text-shadow: none; }
 
/*--------------------------------------------------------------
1 - Activity
--------------------------------------------------------------*/
#whats-new-form {
	border-bottom: 1px solid #d6e7ef;
        border-top: solid 1px #FFF;
	margin: 0 -19px 20px;
	padding: 15px;
        background: #f0faff;
}
.home-page form#whats-new-form {
	border-bottom: none;
	padding-bottom: 0;
}
form#whats-new-form h5 {
	font-weight: bold;
	font-size: 1.2em;
	color: #204a66;
	margin: 0;
	margin-left: 76px;
	padding: 0 0 8px 0;
}
form#whats-new-form #whats-new-avatar {
	float: left;
        margin-left: 5px;
}
form#whats-new-form #whats-new-avatar img { 
        background: url(images/gravatar-default-2-75x75.jpg) transparent no-repeat;
}
form#whats-new-form #whats-new-content {
	margin-left: 54px;
	padding-left: 22px;
}
form#whats-new-form textarea {
	background: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #555;
	font-family: inherit;
	font-size: 14px;
	height: 20px;
	padding: 6px;
	width: 98%;
}
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;
}
#whats-new-options {
	overflow: auto;
	height: 0;
}
#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);
}

/*--------------------------------------------------------------
1.1 - Activity Listing
--------------------------------------------------------------*/
ul.activity-list li {
	overflow: hidden;
	padding: 15px 0 0;
}
.activity-list .activity-avatar {
	float: left;
}
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: 20px;
	margin-left: 30px;
	width: 20px;
        background: url(images/gravatar-default-2-20x20.jpg) transparent no-repeat;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}
.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 .activity-content {
	position: relative;
}
.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 {
	margin-left: 70px;
	margin-bottom: 15px;
}
body.activity-permalink .activity-list li .activity-content {
	background: #fff;
	font-size: 13px;
	line-height: 150%;
	min-height: 35px;
	margin-left: 185px;
	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,
.activity-list .activity-content .comment-header {
	color: #888;
	font-size: 11px;
	line-height: 220%;
}
.activity-header {
	margin-right: 20px;
}
.activity-header a,
.comment-meta a,
.acomment-meta a {
	text-decoration: none;
}
.activity-list .activity-content .activity-header img.avatar {
	float: none !important;
	margin: 0 5px -8px 0 !important;
}
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: 10px 10px 5px 0;
	overflow: hidden;
}
.activity-list li.new_forum_post .activity-content .activity-inner,
.activity-list li.new_forum_topic .activity-content .activity-inner {
	border-left: 2px solid #EAEAEA;
	margin-left: 5px;
	padding-left: 10px;
}
body.activity-permalink .activity-content .activity-inner,
body.activity-permalink .activity-content blockquote {
	margin-left: 0;
	margin-top: 5px;
}
.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;
}

.bp .activity-list li.load-more,
.bp .activity-list li.load-newest {
	background: #f0f0f0;
	font-size: 110%;
	margin: 15px 0;
	padding: 10px 15px;
	text-align: center;
}
.bp .activity-list li.load-more a,
.bp .activity-list li.load-newest a {
	color: #4D4D4D;
}


/*--------------------------------------------------------------
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 {
	color: #bd9c04;
	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;
}
div.activity-comments ul,
div.activity-comments ul li {
	border: none;
	list-style: none;
}
div.activity-comments ul {
	clear: both;
        border: solid 1px #EAEAEA;
        margin-bottom: 10px;
}
div.activity-comments ul li {
	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-top: 0;
        margin-bottom: 0;
	padding-left: 10px;
        border: none;
}
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 {
	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: 12px;
}
div.activity-comments div.acomment-meta {
	color: #888;
	font-size: 11px;
}
div.activity-comments form.ac-form {
	background: #fafafa;
	border: 1px solid #ddd;
	-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/icon-loading-gear.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: 0 0 10px 40px;
}
.acomment-options a {
	color: #999;
        background: #FFF;
        padding: 2px 5px;
        border: solid 1px #EAEAEA;
        -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
        margin-right: 2px;
}
.acomment-options a:hover {
	color: #FFF;
        background-color: #333;
        border-color: #333;
}


/*--------------------------------------------------------------
2 - Admin Bar
--------------------------------------------------------------*/
#wp-admin-bar .padder {
	width: 95% !important; /* Line up the admin bar with the content body in this theme */
}


/*--------------------------------------------------------------
3 - Directories - Members, Groups, Blogs, Forums
--------------------------------------------------------------*/
div.dir-search {
        float: right;
        margin-top: -55px;
}
div.dir-search input[type=text] {
	font-size: 12px;
	padding: 5px;
}
ul#members-list div.item {
    margin: 0 0 0 60px;
}


/*--------------------------------------------------------------
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: #8ff57a;
	border-color: #80cf70;
	color: #1a6a00;
}
.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;
}


/*--------------------------------------------------------------
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 #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #888;
	font: inherit;
	font-size: 14px;
	padding: 6px;
}
.standard-form .editfield {
    background: #F9F9F9;
    border: solid 1px #F1F1F1;
    padding: 5px 15px 15px;
    margin: 0 0 5px 0;
}
.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;
        padding: 0;
}
.standard-form div.checkbox label,
.standard-form div.radio label {
	color: #888;
	font-size: 14px;
	font-weight: normal;
	margin: 5px 10px 0 0;
        display: inline;
}
.standard-form div.radio .label,
.standard-form div.checkbox .label {
    margin-bottom: 10px;
}
.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%;
}
#signup_form .editfield {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

#signup_form.standard-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%;
}
.standard-form p.description {
	color: #888;
	font-size: .9em;
	margin: 5px 0;
        line-height: 12px;
}
.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;
}
#notifications-bulk-management {
	clear: left;
}
body.no-js #notifications-bulk-management #select-all-notifications,
body.no-js #messages-bulk-management #select-all-messages {
	display: none;
}
.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,
a.button,
input[type=submit],
input[type=button],
input[type=reset],
ul.button-nav li a,
div.generic-button a,
.comment-reply-link {
	background: #fff; /* Old browsers */
	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: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	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;
}
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,
.comment-reply-link:hover {
	background: #ededed;
	background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* W3C */
	border: 1px solid #bbb;
	color: #555;
	outline: none;
	text-decoration: none;
}

/*--------------------------------------------------------------
6 - Ajax Loading
--------------------------------------------------------------*/
a.loading,
div.loading a,
input.loading {
    
}
a.button.loading:hover,
a.loading:hover,
div.loading a:hover,
input.loading:hover {
    
    color: #777;
}
a.button.loading:after,
a.loading:after, 
div.loading a:after, 
input.loading:after,
ul li.loading a:after { 
    font-family: FontAwesome;  
    display: inline-block;    
    margin: -0.5rem 0 0 0.3rem;   
    font-size: 0.875rem;  
    color: #777;  
    z-index: 9999;  
    content: "\f110";
    animation: rotation 1s infinite steps(8);
    -webkit-animation: rotation 1s infinite steps(8);
    -moz-animation: rotation 1s infinite steps(8);
}

input[type="submit"].loading,
input[type="button"].loading,
input[type="reset"].loading {
	background-image: url( images/icon-loading-gear.gif ), -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
	background-image: url( images/icon-loading-gear.gif ), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background-image: url( images/icon-loading-gear.gif ), -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background-image: url( images/icon-loading-gear.gif ), -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera11.10+ */
	background-image: url( images/icon-loading-gear.gif ), -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( enabled=0 ); /* IE6-9 */
	background-image: url( images/icon-loading-gear.gif ), linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* W3C */
	background-position: 95% 50%;
	background-repeat: no-repeat;
	padding-right: 25px;
}
input[type="submit"].loading:hover,
input[type="button"].loading:hover,
input[type="reset"].loading:hover {
  	background-image: url( images/icon-loading-gear.gif ), -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
	background-image: url( images/icon-loading-gear.gif ), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background-image: url( images/icon-loading-gear.gif ), -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background-image: url( images/icon-loading-gear.gif ), -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera11.10+ */
	background-image: url( images/icon-loading-gear.gif ), -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( enabled=0 ); /* IE6-9 */
	background-image: url( images/icon-loading-gear.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;
}


/*--------------------------------------------------------------
7 - Forums, Tables and Topics
--------------------------------------------------------------*/
ul#topic-post-list {
	margin: 0px -19px 15px;
	width: auto;
}
ul#topic-post-list li {
	padding: 15px;
	position: relative;
}
ul#topic-post-list li.alt {
	background: #f5f5f5;
}
ul#topic-post-list li div.poster-meta {
	color: #888;
	margin-bottom: 10px;
}
ul#topic-post-list li div.post-content {
	margin-left: 54px;
}
div.topic-tags {
	font-size: 11px;
	float: right;
	margin-top: -25px;
}
div.admin-links {
	color: #888;
	font-size: 11px;
	position: absolute;
	top: 15px;
	right: 25px;
}
div#topic-meta {
	margin: -10px -19px;
	padding: 5px 19px 30px;
	position: relative;
}
div#topic-meta div.admin-links {
	right: 19px;
	top: -36px;
}
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;
}
.bp table {
	width: 100%;
        border: none;
}
.bp table thead tr {
	background: #eaeaea;
}
table#message-threads {
	margin: 0 -19px;
	width: auto;
}
div#sidebar table {
	margin: 0 -16px;
	width: 117%;
}
.bp table tr td,
.bp table tr th {
	vertical-align: middle;
        border: none;
	border-bottom: 1px solid #EAEAEA;
        border-top: solid 1px #FFF;
        background: transparent;
        font-size: 1em;
        
}
.bp table tr td.label {
	border-right: 1px solid #eaeaea;
	font-weight: bold;
	width: 25%;
}
table tr td.thread-info p {
	margin: 0;
}
table tr td.thread-info p.thread-excerpt {
	color: #888;
	font-size: 11px;
	margin-top: 3px;
}
div#sidebar table td,
table.forum td {
	text-align: center;
}
.bp table tr.alt td {
	background: #f5f5f5;
}
table.notification-settings {
	margin-bottom: 20px;
	text-align: left;
}
#groups-notification-settings {
	margin-bottom: 0;
}
table.notification-settings th.icon,
table.notification-settings td:first-child {
	display: none;
}
table.notification-settings th.title {
	width: 80%;
}
table.notification-settings .yes,
table.notification-settings .no {
	text-align: center;
	width: 40px;
}
table.forum {
	margin: 0 -19px;
	width: auto;
}
table.forum tr.sticky td {
	font-size: 1.2em;
	background: #fff9db;
	border-top: 1px solid #ffe8c4;
	border-bottom: 1px solid #ffe8c4;
}
table.forum tr.closed td.td-title {
	background-image: url( images/closed.png );
	background-position: 15px 50%;
	background-repeat: no-repeat;
	padding-left: 35px;
}
table.forum td p.topic-text {
	color: #888;
	font-size: 13px;
}
table.forum tr > td:first-child,
table.forum tr > th:first-child {
	padding-left: 15px;
}
table.forum tr > td:last-child,
table.forum tr > th:last-child {
	padding-right: 15px;
}
table.forum tr th#th-title,
table.forum tr th#th-poster,
table.forum tr th#th-group,
table.forum td.td-poster,
table.forum td.td-group,
table.forum td.td-title {
	text-align: left;
}
table.forum tr td.td-title a.topic-title {
	font-size: 1.2em;
}
table.forum td.td-freshness {
	white-space: nowrap;
}
table.forum td.td-freshness span.time-since {
	font-size: 0.9em;
	color: #888;
}
table.forum td img.avatar {
	float: none;
	margin: 0 5px -8px 0;
}
table.forum td.td-poster,
table.forum td.td-group {
	min-width: 140px;
}
table.forum th#th-title {
	width: 80%;
}
table.forum th#th-freshness {
	width: 25%;
}
table.forum th#th-postcount {
	width: 15%;
}
table.forum p.topic-meta {
	font-size: 0.9em;
	margin: 5px 0 0 0;
}

.bp table.profile-fields {
	margin-bottom: 20px;
}
.bp table.profile-fields td, .bp table.profile-fields tr td.label, .bp table.profile-fields tr.alt td {
        background: #F9F9F9;
	border: solid 1px #F1F1F1;
        padding: 10px;
}
.bp table.profile-fields tr td.data {
    background-color: #FFF;
}
.bp table.profile-fields:last-child {
	margin-bottom: 0;
}
.bp table.profile-fields p {
	margin-top: 15px;
}
.bp table.profile-fields p:last-child {
	margin-top: 0;
        margin-bottom: 0;
}

/*--------------------------------------------------------------
8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
--------------------------------------------------------------*/
.item-body {
	margin: 20px 0;
}
span.activity {
	display: inline-block;
	font-size: 11px;
	opacity: 0.8;
	padding: 1px 5px;
}
span.user-nicename, div.user-nicename {
	color: #777;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}
span.activity, 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#message.notice p { margin-top: 0; }
div#item-header div#item-meta div#latest-update {
    font-size: 13px;
    font-style: italic;
    line-height: 18px;
    margin: 12px 0;
}
div#item-header div#item-meta div#item-buttons {
    margin-bottom: 8px;
    float: left;
}
div#item-header {
	overflow: hidden;
}
div#item-header-avatar {
    float: left;
}
div#item-header h2 {
	font-size: 28px;
	line-height: 120%;
	margin: 0 0 15px 0;
        padding:0;
        color: #333;
        clear: none;
        background: transparent;
}
div#item-header h2 a {
        font-weight: bold;
        letter-spacing: -.75pt;
	text-decoration: none;
        color: #166195;
}
div#item-header img.avatar {
	float: left;
	margin: 0 15px 19px 0;
        background: url(images/gravatar-default-2-150x150.jpg) transparent no-repeat;
        width: 100px;
        height: 100px;
}
div#item-header span.activity,
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: #555;
	overflow: hidden;
	margin: 5px 0 5px 0;
	padding-bottom: 10px;
}
body.my-account div#item-header div#item-meta { float: left; }
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;
        background: url(images/gravatar-default-2-75x75.jpg) transparent no-repeat;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}
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%;
}
ul.item-list {
	width: 100%;
}
ul.item-list li {
	border-bottom: 1px solid #eaeaea;
	padding: 15px 0;
	position: relative;
}
ul.item-list li:last-child { border-bottom: none; }
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;
        background: url(images/gravatar-default-2-75x75.jpg) transparent no-repeat;
}
body.activity-permalink ul.activity-list li  img.avatar { background-image: url(images/gravatar-default-2-150x150.jpg) }
ul.item-list li div.item-title,
ul.item-list li h4 {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	width: 75%;
}
ul.item-list li div.item-meta {
        margin-top: 3px;
}
ul.item-list li div.item-meta a.button { 
    padding: 2px 5px;
    font-size: 11px;
}
ul.item-list li div.item-meta span.activity { padding: 0 3px; }
ul.item-list li div.item-title span {
	color: #999;
	font-size: 12px;
        font-weight: normal;
}
ul.item-list li div.item-title span.platform a { position: relative; top: -1px; }
ul.item-list li div.item-desc {
	color: #888;
	font-size: 11px;
	margin: 10px 0 0 64px;
	width: 50%;
}
ul.item-list li div.action {
	position: absolute;
	top: 15px;
	right: 0;
	text-align: right;
}
ul.item-list li ul.item-sub-nav li {
	list-style-type: none;
        text-align: center;
}
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 {
	background: #eaeaea;
	clear: left;
	margin: -15px -19px 15px;
	overflow: hidden;
}
div.item-list-tabs ul li a {
	text-decoration: none;
	height: 20px;
}
div.item-list-tabs ul {
	width: 100%;
}
div.item-list-tabs ul li {
	float: left;
	list-style-type: none;
	margin: 5px 0 0 4px;
}
div.item-list-tabs#subnav ul li {
	margin-top: 0;
}
div.item-list-tabs ul li:first-child {
	margin-left: 15px;
}
div.item-list-tabs ul li.last {
	float: right;
	margin: 7px 20px 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: 6px 7px 5px;
	text-decoration: none;
}
div.item-list-tabs ul li a span {
	background: #1fb3dd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline;
	font-size: 90%;
	padding: 1px 2px;
}
div.item-list-tabs ul li.selected a,
div.item-list-tabs ul li.current a {
	background-color: #fff;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #555;
	font-weight: bold;
}
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;
}
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;
	margin: -15px -19px 15px -19px;
        padding: 6px 0 0 0;
	min-height: 35px;
	overflow: hidden;
}
    .my-account.just-me.my-activity div.item-list-tabs#subnav,
    .logged-in.directory.activity div.item-list-tabs#subnav,
    .buddypress.activity div.item-list-tabs#subnav,
    .buddypress.groups.home div.item-list-tabs#subnav {
            margin-bottom: 0;
    }
div.item-list-tabs ul li.feed a {
	background: url( images/rss.png ) center left no-repeat;
	padding-left: 20px;
}
#admins-list li {
	overflow: auto;
}

.groups #content .post {
    width: 642px;
    padding: 15px;
}

.groups h4 {
    margin-bottom: 20px;
}

.groups .standard-form div.radio label {
    display: block;
    line-height: 20px;
}

.groups .standard-form div.radio label input {
    vertical-align: text-top;
}

.groups .standard-form input[type="submit"] {
    margin-top: 15px;
}

.groups .standard-form div.radio {
    margin: 0 0 15px;
    overflow: hidden;
}

.groups .standard-form div.radio ul li {
    font-size: 12px;
}

.groups img.avatar {
    background: url(images/gravatar-default-2-150x150.jpg) transparent no-repeat;
}

.groups .left-menu {
    float: left;
    margin: 0 15px 0 0;
}

.groups .main-column {
    float: left;
    width: 544px;
}

.groups #friend-list li {
    background: #F9F9F9;
    border: solid 1px #EAEAEA;
    padding: 6px 8px;
    overflow: hidden;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.groups #friend-list li h4, .groups #group-list li h4 {
    clear: none;
}

.groups ul#friend-list li div.action {
    right: 10px;
}

.groups ul#admins-list, .groups ul#mods-list, .groups ul#members-list {
    margin: 0 0 15px;
}

.groups ul#admins-list li, .groups ul#mods-list li, .groups ul#members-list li {
    background: #F9F9F9;
    border: solid 1px #EAEAEA;
    padding: 6px 8px;
    margin: 0 0 10px;
    overflow: hidden;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.groups ul#admins-list li h5, .groups ul#mods-list li h5, .groups ul#members-list li h5 {
    padding: 3px 0 0;
}

.groups div#item-header div#item-meta {
    width: 100%;
}

.groups #item-header-content span.highlight {
    border: solid 1px #CCC;
    line-height: 170%;
    padding: 3px 7px;
    margin-right: 2px;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.groups div#item-header span.activity {
    margin-bottom: 4px;
}

.group-subscription-options {
    border: solid 2px #e5e56f;
}


#groups-dir-list .group-subscription-div, #groups-list .group-subscription-div {
    position: absolute;
    top: 50px;
}

#groups-dir-list .group-subscription-options, #groups-list .group-subscription-options {
    position: absolute;
    top: -5px;
}



/*--------------------------------------------------------------
9 - Private Messaging Threads
--------------------------------------------------------------*/
.bp table#message-threads tr.alt td { background: #FFF; }

.bp  table#message-threads tr.unread td {
	background: #fff9db;
	border-top: 1px solid #ffe8c4;
	border-bottom: 1px solid #ffe8c4;
	font-weight: normal;
}
table#message-threads td.thread-avatar img {
    background: url(images/gravatar-default-2-75x75.jpg) transparent no-repeat;
}

table#message-threads thead tr {
    background: #FFF;
}

table#message-threads thead th {
    padding: 0px 10px 10px;
}

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 4px;
}
div.item-list-tabs ul li a span.unread-count {
	padding: 1px 6px;
	color: #fff;
}
div.messages-options-nav {
	background: transparent;
	font-size: 1em;
	margin: 0 -19px;
	padding: 10px 15px;
	text-align: right;
        border-top: solid 1px #FFF;
}
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: 0 0 20px 0;
}

div#message-thread p#message-recipients .button { 
    float: right; 
    position: relative;
    top: -20px;
}

div#message-thread img.avatar {
	float: left;
	margin: 0 10px 0 0;
	vertical-align: middle;
        background: url(images/gravatar-default-2-75x75.jpg) transparent no-repeat;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}
div#message-thread strong {
	font-size: 16px;
	margin: 0;
}
div#message-thread strong a {
	text-decoration: none;
}
div#message-thread strong span.activity {
	margin: 0 0 0 10px;
        padding: 1px 3px;
        position: relative;
        top: -2px;
}
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;
}
.messages li.friend-tab img.avatar {
        background: url(images/gravatar-default-2-20x20.jpg) transparent no-repeat; 
        vertical-align: text-top; 
        margin-right: 3px;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}
.messages input#send-to-input {
        width: 275px;
}

.messages #send-notice { margin: 5px 0 0 6px; }

.buddypress .message-search { float: right; padding-right: 10px; }

.message-star-actions {
	position: absolute;
	left: 0;
	top: 0;
}
#buddypress a.message-action-star,
#buddypress a.message-action-unstar {
	border-bottom: 0;
	text-decoration: none;
	outline: none;
}
a.message-action-star {
	opacity: .7;
}
a.message-action-star:hover {
	opacity: 1;
}
.message-action-star span.icon:before,
.message-action-unstar span.icon:before {
	font-family: FontAwesome;
	font-size: 18px;
}
.message-action-star span.icon:before {
	color: #aaa;
	content: "\f006";
}
.message-action-unstar span.icon:before {
	color: #FCDD77;
	content: "\f005";
}

.thread-options a { margin-left: 10px;}

.thread-options a.delete,
.thread-options a.read,
.thread-options a.unread {
	border-bottom: 0;
	text-decoration: none;
	outline: none;
}
.thread-options a.delete, .thread-options a.read, .thread-options a.unread {
	opacity: .7;
}
.thread-options a.delete:hover, .thread-options a.read:hover, .thread-options a.unread:hover {
	opacity: 1;
}
.thread-options a.delete span.icon:before, .thread-options a.unread span.icon:before, .thread-options a.read span.icon:before {
	font-family: FontAwesome;
	font-size: 18px;
        color: #aaa;
}

.thread-options a.delete span.icon:before { content: "\f00d"; }
.thread-options a.unread span.icon:before { content: "\f003"; }
.thread-options a.read span.icon:before { content: "\f0e0"; }



/*--------------------------------------------------------------
10 - Pagination
--------------------------------------------------------------*/
.bp div.pagination {
	overflow: hidden;
        background-color: #7A8D9C !important;
        margin: -14px -15px 10px !important;
        top: 0 !important;
        padding: 10px 20px !important;
        -moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.bp div#pag-top { margin-bottom: 10px; }
.bp div#pag-bottom { margin-top: 15px !important; margin-bottom: -15px !important; }
.bp div.pagination .pag-count {
	float: left;
}
.bp div.pagination .pagination-links {
	float: right;
}

/*--------------------------------------------------------------
12 - Extended Profiles
--------------------------------------------------------------*/

.bp div.profile h3, .bp div.profile h4 {
	margin: 15px 0;
}
#profile-edit-form ul.button-nav {
	margin-top: 15px;
}
body.no-js .field-visibility-settings-toggle,
body.no-js .field-visibility-settings-close {
	display: none;
}
.field-visibility-settings {
	display: none;
}
	body.no-js .field-visibility-settings {
		display: block;
	}
.current-visibility-level {
	font-weight: bold;
}
.field-visibility-settings,
.field-visibility-settings-toggle,
.field-visibility-settings-notoggle {
	color: #666;
        position: relative;
        top: 4px;
        line-height: 20px;
}
.field-visibility-settings-toggle a,
.field-visibility-settings a {
	font-size: .9em;
}
.field-visibility-settings label,
.field-visibility-settings-toggle label,
.field-visibility-settings-notoggle label {
    padding: 0;
    margin-top: 0;
}

.field-visibility-settings {
   margin: 5px 0 0 8px; 
}

body.register div.page ul {
	list-style: none;
}

div#item-header div#user-profile-core-fields {
    margin: 0 0 10px;
    line-height: 18px;
    overflow: hidden; /* IE fix */
}

div#item-header div#user-profile-core-fields div.user-nicename {
    margin-right: 8px;
    font-weight: normal;
    color: #333;
}

div#item-header div#user-profile-core-fields div {
    float: left;
    margin: 0 5px 0 0;
}

div#item-header div#profile-header h2 {
    margin-bottom: 0;
}

div#item-header div#user-profile-core-fields .rep .badges {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

div#item-header div#user-profile-core-fields .rep .badges li {
    float: left;
}

div#item-header div#user-profile-xtra-fields {
    font-size: 1em;
    line-height: 16px;
    margin: 12px 0 0;
    color: #777;
    overflow: hidden; /* IE fix */
}
div#item-header div#user-profile-xtra-fields div { margin: 0 0 1px; }
div#item-header div#user-profile-xtra-fields span { font-weight: bold; color: #444; }

div#item-header div#user-profile-xtra-fields .col1 {
    float: left;
    width: 250px;
    overflow: hidden;
}

div#item-header div#user-profile-xtra-fields .col2 {
    float: left;
}

/*--------------------------------------------------------------
13 - Registration Page
--------------------------------------------------------------*/
#register-page h4 {
    margin: 20px 0;
}

#register-page label {
    margin: 15px 0;
}

#register-page #signup_username, #register-page #signup_password, #register-page #signup_password_confirm  {
    width: 40%;
}

#register-page .register-section-wrap {
    background: url(images/reg-page-bkg.jpg) #F9F9F9 no-repeat 5% 15%;
    border: solid 1px #F1F1F1;
    padding: 2% 0 4% 25%;
    overflow: hidden;
}

#register-page #basic-details-section, #register-page #profile-details-section {
    float: none;
    clear: both; 
}

#register-page #reg-form-newsletter {
    margin-top: 15px;
}

#register-page #reg-form-newsletter label {
    display: inline;
    margin: 0 0 0 10px;
    vertical-align: text-bottom;
    line-height: 10px;
}

#register-page #sign-up-complete, #activate-page #activated-section-wrap {
    padding: 0 0 250px;
    background: url(images/sign-up-complete-bkg.jpg) no-repeat scroll 50% 70% transparent;
}


/*--------------------------------------------------------------
14 - Notifications
--------------------------------------------------------------*/

table.notifications thead tr th, table.notifications thead tr {
    background: transparent !important;
}

table.notifications thead tr th.actions {
    width: 70px;
}

table.notifications tr td.notification-actions,
table.notifications tr td.notification-since{
    font-size: .9em;
}

table.notifications td {
    line-height: 16px;
}

table.notifications th.icon,
table.notifications td:first-child,
table.notification-settings th.icon,
table.notification-settings td:first-child {
	display: none;
}

.notifications-options-nav {
    margin: 10px 0 0;
}