/*
Theme Name: BuddyPress ZFUniversity
Theme URI: http://zfuniversity.com
Description: ZFUniverstiy theme
Version: 2.0
Author: Wojciech Szela
Author URI: http://zfuniversity.com
Template: bp-default
Tags: buddypress
*/

@import url(./css/reset-min.css);
@import url(./css/base-min.css);
@import url(./css/fonts-min.css);

html {
    margin: 0;
    padding: 0;
    background-color: #efefef;
    background-color: #ffffff;
}

body  {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #204a87;
}

blockquote {
    font-style: italic;
}

.page h2,
.forum h2 {
    font-size: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    color: #555753;
}

.post h2 {
    font-size: 1.231em;
    margin: 1em 0;
}


#content h3 {
    font-size: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    color: #555753;
}

#content #blog-archives h3 {
    font-size: 2em;
}

#content .page h3,
#content .post h3 {
    font-size: 1.08em;
}

#content h3 a {
    display: block;
    font-size: 0.5em;
    margin-top: 1em;
}

input[type="text"],
input[type="password"],
textarea {
    width: 25em;
}

textarea {
    height: 15em;
}

.padder {
    padding: 8px 16px;
}

#header .padder {
    padding-top: 16px;
}

#content .padder {
    padding: 8px 8px 8px 16px;
}

#sidebar .padder {
    padding: 8px 16px 8px 8px;
}

#footer .padder {
    background-color: #555753;
    margin: 8px 16px;
}

#wp-admin-bar .padder {
    padding: 0;
}

#header {
    background-image: none !important;
    position: relative;
    margin: 0 auto;
    width: 1116px;
}

#header h1 {
    margin: 0;
    padding: 0 15px 0 15px;
}

#header h1 a {
    color: #161616 !important;
    text-decoration: none;
}

#header .description {
    padding: 0 0 15px 15px;
}

#nav {
    margin: 0;
    background-color: #3465A4;
    height: 3em;
    line-height: 3em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#nav li {
    list-style-type: none;
    float: left;
    background-color: #3465A4;
}

#nav li.first,
#nav li.first a {
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

#nav a {
    padding: 0 1em;
    color: #ffffff;
    display: block;
    background-color: #3465A4;
}

#nav a:hover,
#nav li.selected a {
    background-color: #204a87;
}

#nav hr {
    clear: left;
    height: 0px;
    border-width: 0px;
}

#search-bar {
    position: absolute;
    top: 15px;
    right: 15px;
}

#search-terms {
    width: 12.5em;
}

#container {
    margin: 0 auto;
    width: 1116px;
}

#content {
    float: left;
    width: 792px;
    margin-bottom: 15px;
}

#sidebar {
    float: right;
    width: 324px;
    margin-bottom: 15px;
}

#footer {
    color: #ffffff;
    clear: both;
    text-align: center;
    margin: 0 auto;
    width: 1116px;
}

#footer .box {
    width: 340px;
    text-align: left;
}

#footer .box-first {
    float: left;
}

#footer .box-last {
    float: right;
}

#footer .box-center {
    margin: auto;
}

#footer .box .widget {
    padding: 5px;
}

#footer .box h3 {
    margin-top: 0;
    color: #eeeeee;
    padding-bottom: 0.25em;
    border-bottom: 1px solid #aaaaaa;
}

#footer .box a {
    color: #fcaf3e;
}

#footer .box ul {
    margin: 1em;
}

#footer .box li {
    list-style-type: none;
}

#footer p.copyright {
    margin: 0;
    text-align: center;
    clear: both;
}

/* post */

#blog-latest {
    margin-top: 1em;
}

#blog-latest .post,
#blog-archives .post {
    border-top: 1px solid #6298c8;
}

.post {
    margin-bottom: 1em;
}

#blog-page .post {
    border-top: 0;
}

.author-box .avatar {
    float: left;
    margin-right: 0.5em;
}

.author-box > img,
.author-box > p {
    vertical-align: top;
}

.author-box > p {
    display: inline;
}

.share-buttons {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}

.share-buttons .button {
    float: left;
    margin-right: 1em;
}

.page .navigation {
    border-top: 1px solid #6298c8;
    margin-top: 1em;
    padding-top: 1em;
}

/* comments */

#respond {
    border-top: 1px solid #6298c8;
    padding-top: 1em;
}

#respond .comment-avatar-box {
    float: left;
}

#respond .comment-content {
    margin-left: 60px;
}

#respond label {
    display: block;
}

#trackbacks {
    border-top: 1px solid #6298c8;
    padding-top: 1em;
    margin-top: 1em;
}

#comments {
    border-top: 1px solid #6298c8;
    padding-top: 1em;
    margin-top: 1em;
}

/* sidebar */

#sidebar .widget-sidebar-me {
    background-color: #fcaf3e;
    border: 2px solid #F19200;
    padding: 1em;
}

#sidebar-me h4 {
    font-size: 1.231em;
}

#sidebar-me .clear {
    clear: left;
}

#sidebar-login-form dl {
    margin: 1em 0 0 0;
}

#sidebar-login-form dt {
    float: left
}

#sidebar-login-form dd {
    margin-left: 8em;
    margin-bottom: 0.5em;
}

#sidebar-login-form dd.nodt {
    margin-bottom: 0;
}

#sidebar-login-form #sidebar-user-login,
#sidebar-login-form #sidebar-user-pass {
    width: 12.5em;
}

.widget-sidebar-me .avatar {
    float: left;
    margin-right: 1em;
}

#sidebar h3.widgettitle {
    background-color: #F19200;
    color: #ffffff;
    padding: 0.5em;
    clear: left;
}

#sidebar .bbld_widget h3.widgettitle,
#sidebar .widget_recent_comments h3.widgettitle,
#sidebar .widget_dbem_list h3.widgettitle,
#sidebar .widget_dbem_calendar h3.widgettitle,
#sidebar #forum-directory-tags h3 {
    background-color: #79B011;
}

#sidebar .widget_tag_cloud h3,
#sidebar .widget_archive h3,
#sidebar .widget_pages h3,
#sidebar .widget_authors h3,
#sidebar .widget_categories h3,
#sidebar .widget_yarpp h3 {
    background-color: #3465a4;
}

#sidebar .dbem-calendar-table {
    width: 100%;
}

#sidebar .dbem-calendar-table,
#sidebar .dbem-calendar-table td {
    border-color: #d3d7cf;
}

.item-list {
    margin: 1em 0;
}

.item-list li {
    list-style-type: none;
    clear: left;
}

.item-list .vcard .item-avatar {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

.item-list .vcard .item {
    margin-bottom: 1em;
}

.bbld_widget ul {
    margin: 1em 0;
}

.bbld_widget ul li {
    list-style-type: none;
    margin-bottom: 0.5em;
}

.widget_recent_comments ul {
    margin: 1em 0;
}

.widget_recent_comments ul li {
    list-style-type: none;
}

.widget_dbem_list ul {
    margin: 1em 0;
}

.widget_dbem_list ul li {
    list-style-type: none;
    clear: left;
}

.widget_dbem_list ul li > div {
    float: left;
    width: 30px;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    border: 1px solid #cc0000;
    text-align: center;
}

.widget_dbem_list ul li > div span {
    font-size: 1.2em;
    font-weight: bold;
}

.widget_dbem_list ul li > div em {
    width: 100%;
    background-color: #cc0000;
    color: #ffffff;
    display: block;
    font-style: normal;
}

.widget_authors ul {
    margin: 1em 0;
}

.widget_authors ul li {
    list-style-type: none;
}

.widget_authors .avatar {
    float: left;
    margin-right: 0.5em;
    margin-bottom: 1em;
}

/* buddypress */

form.standard-form #basic-details-section,
form.standard-form #blog-details-section,
form.standard-form #profile-details-section {
    float:left;
    width:48%;
}

form.standard-form #profile-details-section {
    float:right;
}

form.standard-form #blog-details-section {
    clear:left;
}

form.standard-form div.submit {
    clear:both;
    padding:15px 0;
}

#content .standard-form h4 {
    font-size: 1.231em;
    margin: 1em 0;
}

#register-page h4 {
    font-size: 1.231em;
    margin: 0.5em 0;
}

#register-page label,
#group-create-body label,
#content .standard-form label {
    display: block;
    margin-top: 1em;
}

.item-list-tabs {
    clear: left;
    background-color: #d3d7cf;
    margin-bottom: 0.5em;
}

div#subnav.item-list-tabs {
    background-color: #ffffff;
}

.item-list-tabs ul {
    padding: 0.75em 0 0 1.5em;
    margin: 0;
}

div#subnav.item-list-tabs ul {
    padding-top: 0;
}

.item-list-tabs ul li {
    list-style-type: none;
    display: inline;
    padding: 0.5em 0.75em;
    margin-right: 0.5em;
    line-height: 2em;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    background-color: #eeeeec;
}

.item-list-tabs ul li.selected,
.item-list-tabs ul li.current {
    background-color: #ffffff;
}

div#subnav.item-list-tabs ul li {
    padding: 0;
    background-color: #ffffff;
}

div#subnav.item-list-tabs ul li.current a,
div#subnav.item-list-tabs ul li.selected a,
div#subnav.item-list-tabs ul li a:hover {
    border-bottom: 3px solid #729fcf;
}

.item-list-tabs ul li.filter {
    padding: 0;
    background-color: transparent;
    margin-right: 1.5em;
    color: #666666;
    margin-top: -0.37em;
}

.item-list-tabs ul li a {
    color: #666666;
    font-weight: bold;
    padding: 0.5em;
}

div#subnav.item-list-tabs ul li a {
    color: #204A87;
    font-weight: normal;
}

div.item-list-tabs ul li.feed a {
    background:url("./images/rss.png") no-repeat scroll left center transparent;
    padding-left:20px;
}

.item-list-tabs li.last {
    float: right;
}

.activity-list li {
    padding-top: 1em;
    border-top:1px solid #6298C8;
}

.activity-list .activity-avatar {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

#forums-search-form,
#groups-directory-form,
#members-directory-form,
#blogs-directory-form {
    position: relative;
}

#forums-search-form div.dir-search,
#groups-directory-form div.dir-search,
#members-directory-form div.dir-search,
#blogs-directory-form div.dir-search  {
    position: absolute;
    top: 0;
    right: 0;
}

div.dir-search #forums_search,
div.dir-search #members_search,
div.dir-search #blogs_search {
    width: 10em;
}

div.pagination {
    color: #666666;
    margin: 1em 1.5em 0 1.5em;
    padding-bottom: 1em;
}

div.pagination .pag-count {
    float: left;
}

div.pagination .pagination-links {
    float: right;
}

#content .item-list {
    clear: both;
    padding: 0em 1.5em 0 1.5em;
    border-top: 1px solid #eeeeec;
}

#content .item-list li {
    padding: 1em 0;
    border-bottom: 1px solid #eeeeec;
    clear: left;
}

#content .item-list li .item-avatar {
    float: left;
    margin-right: 1em;
}

#content .item-list li .clear {
    clear: left;
}

#whats-new-form {
    padding: 1em 0;
}

#whats-new-form #whats-new-avatar {
    float: left;
    margin-right: 1em;
}

#whats-new-form #whats-new-content {
    margin-left: 68px;
}

#whats-new-form h5 {
    color: #666666;
    font-size: 1.231em;
    margin-bottom: 0.5em;
}

#whats-new-form #whats-new-textarea {
    padding-bottom: 1em;
}

#whats-new-form #whats-new-textarea textarea {
    width: 98%;
    height: 5em;
}

#whats-new-form #whats-new-submit {
    float: right;
}

#item-header {
    padding-bottom: 1em;
}

#item-header #item-header-avatar {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

#item-header #item-header-content {
    margin-left: 168px;
    margin-bottom: 1em;
}

#item-header #item-buttons {
    margin-top: 1em;
}

#item-header .generic-button {
    display: inline;
    margin-right: 2em;
}

table.profile-fields {
    width: 100%;
    margin-top: 1em;
}

table.profile-fields,
table.profile-fields tr,
table.profile-fields th,
table.profile-fields td {
    border-width: 0;
}

table.profile-fields tr {
    background-color: #ffffff;
}

table.profile-fields tr.alt {
    background-color: #eeeeec;
}

table.profile-fields td {
    padding: 0.75em;
    vertical-align: top;
}

table.profile-fields td.label {
    border-right: 1px solid #d3d7cf;
}

table.profile-fields td p {
    margin: 0;
}

.button-nav {
    margin: 0;
}

.button-nav li {
    list-style-type: none;
    display: inline;
    margin-right: 2em;
}

#message-threads {
    margin-top: 1em;
    clear: left;
}

#message-threads td {
    border-width: 0;
    vertical-align: top;
}

#message-threads tr {
    border-top: 1px solid #d3d7cf;
}

.message-content {
    padding-top: 1em;
}

#message_content {
    width: 100%;
}

.message-box {
    border-top: 1px solid #d3d7cf;
    padding-top: 1em;
}

.ac-reply-avatar {
    float: left;
    margin-right: 1em;
}

.ac-reply-content {
    margin-left: 40px;
}

.ac-reply-content textarea {
    width: 100%;
    height: 5em;
}

/* wp pagenavi */

.wp-pagenavi span,
.wp-pagenavi a {
    border: 1px solid #ffffff;
    margin:2px;
    padding:2px 4px;
}

.wp-pagenavi a.page {
    color: #ffffff;
    background-color: #204a87;
    border: 1px solid #204a87;
}

.wp-pagenavi span.current {
    border: 1px solid #204a87;
}

/* admin bar */
#wp-admin-bar-container {
    position: fixed;
    top: 150px;
    left: 0;
    background-color: #2e3436;
    opacity: 0.9;
    filter: alpha(opacity=90);
    white-space: nowrap;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.wp-admin-bar-hidden {
    width: 16px;
    visibility: hidden;
}

.wp-admin-bar-visible {
    with: auto;
    visibility: visible;
}

#wp-admin-bar #admin-bar-logo {
    color: #2e3436;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(images/wp-admin.png);
}

#wp-admin-bar ul {
    margin: 0;
    width: 140px;
}

#wp-admin-bar ul ul {
    width: 180px;
}

#wp-admin-bar .main-nav li {
    list-style-type: none;
    position: relative;
}

#wp-admin-bar .main-nav li a {
    color: #ffffff;
    display: block;
    padding: 0.5em;
}

#wp-admin-bar .main-nav li ul {
    display: none;
    background-color: #555753;
    position: absolute;
    top: 0;
    left: 129px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#wp-admin-bar .main-nav li ul ul {
    left: 169px;
}

#wp-admin-bar .main-nav > li.sfhover ul {
    display: block;
}

#wp-admin-bar .main-nav li.sfhover ul ul {
    display: none;
    background-color: #888a85;
}

#wp-admin-bar .main-nav li.sfhover ul li.sfhover ul {
    display: block;
    background-color: #888a85;
}

/* events */

#content .dbem_events_list {
    margin: 0;
}

#content .dbem_events_list li {
    list-style-type: none;
}

/* bbpress */

#forumlist,
#latest {
    width: 100%;
    border: 1px solid #2e3436;
    border: 1px solid #4e9a06;
}

#latest {
    margin-top: 1em;
}

#forumlist td,
#forumlist th,
#latest td,
#latest th {
    border-width: 0;
}

#forumlist th,
#latest th,
#forumlist th a,
#latest th a {
    background-color: #2e3436;
    background-color: #4e9a06;
    color: #ffffff;
}

#forumlist tr.alt,
#latest tr.alt {
    background-color: #eeeeec;
}

#forumlist tr.bb-root,
#latest tr.bb-root {
    background-color: #555753;
    background-color: #73d216;
    font-weight: bold;
    color: #d3d7cf;
    color: #eeeeec;
}

#forumlist tr.bb-root a,
#latest tr.bb-root a {
    color: #ffffff;
}

.forum input.text,
.forum input[type="text"],
.forum textarea {
    width: 100%;
    display: block;
}

.forum #thread {
    margin: 1em 0;
}

.forum #thread li {
    list-style-type: none;
    clear: left;
    border: 1px solid #2e3436;
    border: 1px solid #4e9a06;
    border-top-width: 0px;;
}

.forum #thread .threadauthor {
    float: left;
    width: 150px
}

.forum #thread .threadauthor > p {
    padding: 1em;
}

.forum #thread .threadpost {
    margin-left: 150px;
    padding: 1em;
    border-left: 1px solid #2e3436;
    border-left: 1px solid #4e9a06;
}

.forum .topicmeta {
    margin: 1em 0 0 0;
    border: 1px solid #2e3436;
    border: 1px solid #4e9a06;
    border-bottom-width: 0px;
    background-color: #eeeeec;
    background-color: #d3d7cf;
    padding: 1em;
}

.forum .topicmeta li {
    list-style-type: none;
    display: inline;
    margin-right: 2em;
}

.forum .topicmeta li#favorite-toggle {
    float: right;
    margin-right: 0;
}

.forum #topic-tags {
    border: 1px solid #2e3436;
    border: 1px solid #4e9a06;
    border-top-width: 0px;
    background-color: #eeeeec;
    background-color: #d3d7cf;
    padding: 0 1em 1em 1em;
}

.forum #tag-form #tag {
    width: 35em;
    display: inline;
}

.forum #tag-form p {
    margin-bottom: 0;
}

.forum #thread {
    margin-top: 0;
}

.forum .bb_syntax {
    overflow: scroll;
    background-color: #eeeeec;
    padding: 1em;
}

/* ads tweaks */

.breadcrumbs {
    padding-top: 1em;
}

.navigation {
    padding-bottom: 1em;
}

.widget-sidebar-me {
    margin-bottom: 1em;
}