/*
Theme Name: Next-Blog Cosmic
Theme URI: http://nextblog.ro/
Description: Theme for the nextblog.ro blogging platform
Version: 1.0
Author: Adrian Şilimon
Author URI: http://adrian.silimon.eu/
Template: cosmicbuddy
Tags: buddypress, cosmicbuddy, nextblog
*/

/* Inherit the cosmicbuddy theme styles _inc */
@import url('../../plugins/buddypress/bp-themes/cosmicbuddy/_inc/css/fonts/12px.css');
@import url('../../plugins/buddypress/bp-themes/cosmicbuddy/_inc/css/adminbar.css');
@import url('../../plugins/buddypress/bp-themes/cosmicbuddy/_inc/css/components.css');
@import url('../../plugins/buddypress/bp-themes/cosmicbuddy/_inc/css/screen.css');

/* Inherit the cosmicbuddy theme styles */
@import url('../../plugins/buddypress/bp-themes/cosmicbuddy/style.css');

#wp-admin-bar{
	background: none repeat scroll 0 0 #E7E7F5;
}

#top-banner a img{
	margin: 0px;
	margin-left:14px;
}

#bottom-nav #credits{
	padding-top: 8px;
}

#bottom-nav #credits a.links_desc{
	font-style:normal;
	cursor:none;
}

#bottom-nav #credits a{
	display: inline;
}

.send-comment{
	font-size:16px;
	font-family:'Trebuchet MS', Arial, sans-serif;
}

#content .create-account a {
	background:url("./_inc/images/create-account.gif") no-repeat scroll 0 0 transparent;
}

ul#activity-filter-links li#afilter-blogs a {
	background:url("./_inc/images/blogs_filter_tab.gif") no-repeat scroll 0 0 transparent;
}

ul#activity-filter-links li#afilter-groups a {
	background:url("./_inc/images/groups_filter_tab.gif") no-repeat scroll 0 0 transparent;
}

ul#activity-filter-links li#afilter-friends a {
	background:url("./_inc/images/friends_filter_tab.gif") no-repeat scroll 0 0 transparent;
}

ul#activity-filter-links li#afilter-profile a {
	background:url("./_inc/images/profile_filter_tab.gif") no-repeat scroll 0 0 transparent;
}

ul#activity-filter-links li#afilter-clear a {
	background:url("./_inc/images/clearfilter_tab.gif") no-repeat scroll 0 0 transparent;
}

#basic-details-section .label, #profile-details-section .label, #blog-details-section .label{
	width: 35%;
}

#basic-details-section .input, #profile-details-section .input, #blog-details-section .input{
	width: 50%;
}

div#si-captcha div.editfield{
	padding:5px;
	width:auto;
	haight:auto;
}

div#si-captcha div.editfield input{
	float:left;
	margin:3px;
}

p.submit{
	padding-top:10px;
	text-align:center;
}

#site-wide-stream p img.thumbnail, .activity-inner img.thumbnail{
	width:100px;
	height:auto;
}

#top-more-menu ul{
	display:none;
	background: url('./_inc/images/top-menu-more-list-bg.jpg') repeat-y top center !important;
	color: #fff !important;
	margin: 0;
	margin-top:6px;
	list-style: none;
	line-height: 1;
	cursor: pointer;
	height: auto;
	padding: 0;
	z-index:120;
	position:fixed;
}

#top-more-menu ul li{
	height:auto !important;
}

#top-more-menu ul li a#more_link_last{
	border-top:none;
	border-bottom:1px solid #a32d84;
	width:100px;
	height:3px;
	padding-top:0px;
	padding-bottom:0px;
	-moz-border-radius-bottomleft: 6px !important;
	-khtml-border-bottom-left-radius: 6px !important;
	-webkit-border-bottom-left-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
	-moz-border-radius-bottomright: 6px !important;
	-khtml-border-bottom-right-radius: 6px !important;
	-webkit-border-bottom-right-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
}

#top-more-menu ul li a#more_link_last:hover{
	background: #ADC2CA;
}

#top-more-menu ul li a.more_link{
	background: #ADC2CA;
	display: block;
	padding:5px 5px 5px 10px;
	color:#4B565A !important;
	width:100px;
	font-size:14px !important;
	z-index:120;
	border:1px #a32d84 solid;
	border-top:none;
	border-bottom:none;
}

#top-more-menu ul li a.more_link:hover{
	background: #ADC2CA url('./_inc/images/top-menu-more-background.png') no-repeat top center;
	font-style:oblique;
	color: #FFFFFF !important;
}