/* theme-text.css ========================================================= */
body {
    font-size: 15px;
    color: #999;
	background-color: #1b1b1b;
}
a, a.ajaxlink {
    text-decoration: none;
    color: #50a050;
}
a.ajaxlink {
    text-decoration: none;
    border-bottom: dashed 1px #50a050;
}
a.ajaxlink:hover {
    color: #d35400;
    text-decoration: none;
}
a:hover {
    color: #d35400;
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    color: #bbbbbb;
    font-weight: bold;
    text-shadow: 0 1px 1px #000000;
}
p {
    line-height: 1.5em;
}
pre, code {
    display:block;
    overflow: auto;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    box-shadow: inset 0 0 .5em #CCCCCC;
    padding: 10px 15px;
    margin:0;
}

blockquote {
    font-style: italic;
    margin: 0 5px;
    color: #999;  
    background-color: #303030;  
    border: 1px solid #444444;  
    border-left: 10px solid #50a050;  text-align: justify;  
    padding: 10px;
}
.title_quote{
font-style: italic;
margin: 0;
color: #646464;
background-color: #282828;
border: 1px solid #323232;
border-left: 10px solid #323232;
text-align: justify;
padding: 5px;
}
.quote{
font-style: italic;
margin: 0;
color: #646464;
background-color: #282828;
border: 1px solid #323232;
border-left: 10px solid #323232;
text-align: justify;
padding: 5px;
}
ul {
    margin:0 20px;
    padding:0;
}
hr {height: 1px; border: none; border-top: 1px solid #000; color: #333333; background: #333333; margin: 0; /* устраняем начальный отступ для всех браузеров (в ие6 не работает) */}

/* theme-layout.css ========================================================= */
		/* Header =================================================================== */
#layout header {
    height: 50px;
    line-height: 50px;
    padding: 0 14px;
    background: none;
}
header .menu > li > a {
    display: block;
    padding: 0 5px;
    color: #50a050;
    text-decoration: none;
    font-size: 12px;
}
header .menu > li > a:hover {
    color: #ffffaa;
}
header .menu ul li {
    border-bottom: solid 1px #141414;
    background-color: #141414;
    color: #FFF;
}
header .menu ul li a {
    color: #50a050;
}
header .menu ul li:hover > a {
    background-color: #224674;
    color: #ffffaa;
}
#layout header #logo a, #layout header #logo > span{
    display: block;
    float: left;
    height: 40px;
    color: #000; 
    background: transparent;	
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 30px #50a050;
    font-size: 30px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: all .2s linear;  -moz-transition: all .2s linear;  transition: all .2s linear;
    padding-left: 10px;
    padding-right: 10px;
}

#layout header #logo a:hover{
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px #f1c40f;
}
		/* Main Navigation =========================================================== */

nav {
    height: 40px;
    padding: 0;
    margin-bottom: 10px;
    font-size: 12px;
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #222222, #111111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
    background-image: -webkit-linear-gradient(top, #222222, #111111);
    background-image: -o-linear-gradient(top, #222222, #111111);
    background-image: linear-gradient(to bottom, #1B1B1B, #111111);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
    border: solid 1px #252525;
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 1);
	border-radius: 2px;
}
nav .menu {
    position: relative;
    z-index: 5;
    float: left;
    height: 40px;
    line-height: 40px;
}
nav .menu > li > a {
    display: block;
    padding: 0 15px;
    color: #999;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
nav .menu > li > a:hover {
    background: #000 !important;
    color: #ffffaa;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
nav .menu > li.active > a {
    background: #000 !important;
    color: #50a050;
}
nav .menu ul li {
    float: none;
    border-bottom: solid 1px transparent;
    background-color: #141414;
    color: #999;
}
nav .menu ul li a, nav .menu li.active ul li a {
    color: #999;
    text-shadow: none;
    text-decoration: none;
    padding: 0 10px;
}
nav .menu ul li:hover > a {
    background-color: #000;
    color: #ffffaa;
}
nav .menu li ul li.active > a {
    color: #d35400;
    background-color: #000;
}
nav .menu li ul li.active > a:hover {
    color: #d35400;
}

		/* Body ===================================================================== */

#body {
    padding: 15px;
	padding-bottom: 5px;
    background: #1e1e1e;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
    margin-bottom: 10px;
    border: solid 1px #252525;
    border-radius: 2px;
	overflow: hidden;
}
#body section {
    float: left;
    width: 710px;
}
#body section article {
    margin-bottom: 10px;
    position: relative;
    color: #999;
    padding: 0px;
    border: 0px solid #323232;
    background: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
    border-radius: 0px;
}
#body section h1 {
    color: #bbbbbb;
}
		/* Breadcrumbs ============================================================== */
		
#body section h1 + .parent_title {
    font-size: 14px;
}
#breadcrumbs {
    margin: 0px 0px 10px 0px;
    background: transparent;
    padding: 0 10px;
    border: 1px solid #323232;
	border-radius: 2px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6);
}

#breadcrumbs > ul:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: -moz-linear-gradient(left, rgba(30, 30, 30,0.1) 0%,rgba(30, 30, 30,1) 100%);
    background: -webkit-linear-gradient(left, rgba(30, 30, 30,0.1) 0%,#1e1e1e00 100%);
    background: linear-gradient(to right, rgba(30, 30, 30,0.1) 0%,rgb(30, 30, 30) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e00', endColorstr='#1e1e1e',GradientType=1 );
    width: 50px;
    height: 100%;
}
#breadcrumbs ul li a {
    color: #50a050;
    text-decoration: none;
}
#breadcrumbs ul li a:hover {
    color: #d35400;
}
#breadcrumbs ul li {
    color: #646464;
}
		/* Footer ============================================================== */

#layout footer {
    background: transparent;
    height: 60px;
    color: #646464;
    padding: 0 5px;
    clear: both;
    font-size: 12px;
}
#layout footer a { 
	color: #646464; 
	}
#layout footer a:hover { 
	color: #646464; 
}

@media screen and (max-width: 800px){
nav select {
    color: #FFF;
    font-size: 16px;
    height: 40px;
    line-height: 30px;
}
#layout header #logo a, #layout header #logo > span {
    font-size: 26px;
    padding-left: 5px;
    padding-right: 5px;
}
}
@media screen and (max-width: 640px){
#layout header #logo a, #layout header #logo > span {
    font-size: 16px;
    padding-left: 0px;
    padding-right: 0px;
}
#layout header {
    padding: 0 4px;
}
#layout header #logo {
    width: 50px;
}
#layout header #logo a, #layout header #logo > span {
    width: 50px;
}
}	
/* theme-content.css ========================================================= */
.content_list_item {
    color: #999;
}
.content_list_item .photo {
    margin-bottom: 10px;
}
.default_list .content_list_item {
    color: #999;
	border-bottom: 0px groove #444;
	padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    padding: 15px;
    border: 1px solid #323232;
    background: #282828;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    border-radius: 2px;
}
.default_list .content_list_item:last-child, .default_list .content_list_item:last-child > div:last-child {
    margin-bottom: 0px;
}
.content_item .field {
    color: #999;
}
.content_list_item .ft_caption .value {
    font-size: 12px;
    color: rgba(41, 128, 185, 0.69);
}
.content_list_item .ft_caption .value a {
    font-size: 20px;
    color: #50a050;
	display: block;
}
.content_list_item .ft_caption a.parent_title {
    color: rgba(41, 128, 185, 0.69);
	display: inline-block;
	font-size: 12px;
}
.default_list .info_bar {
    display: block;

}
.content_item {
    border-bottom: 2px groove #444;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    color: #999;
    padding: 15px;
    border: 1px solid #323232;
    background: #282828;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    border-radius: 2px;
}

.downloads_item .ft_images.auto_field {
    overflow: hidden;
}

.content_item .info_bar, .default_list .content_list_item .info_bar {
    color: #646464;
	padding: 2px 5px 2px 5px;
    border: 1px solid #323232;
    background: #1e1e1e;
	margin-bottom: 0px;
	border-radius: 2px;
}
.content_item .info_bar .bi_hits, .content_list_item .info_bar .bi_hits, .content_list .info_bar .bi_hits {
    padding-left: 25px;
}
/*.content_item .info_bar .bi_date_pub, .content_list_item .info_bar .bi_date_pub {
    padding-left: 25px;
    background: url(../images/icons/clock-small.png) no-repeat 5px center;
}*/
.content_item .info_bar .bi_rating, .content_list_item .info_bar .bi_rating {
    background: transparent;
}
.content_item .info_bar .bar_item a, .content_list_item .info_bar .bar_item a {
    color: #646464;
}

.content_list.tiled .info_bar {
    font-size: 11px;
    color: #646464;
    opacity: 0;
    transition: all 0.5s ease;
    padding: 0;

}
.content_list.tiled .video_list_item .info_bar {
	position: absolute;
    bottom: 10px;
}
.content_list.tiled .video_list_item .info_bar .bi_rating {
display: none;
}
.content_item .field .title_left, .content_item .field .title_top, .content_list .field .title_left, .content_list .field .title_top {
    font-weight: bold;
    color: #fbbc00;
}
.content_item .fields_group_downloads_1 {
    margin: 0px 0px 10px 0px;
    padding: 0px 20px 20px 20px;
    border: 1px solid #323232;
    background: #1e1e1e;
}
.content_item .fields_group:first-child .group_title {
    margin-top: 0;
}
.ft_html a.read-more {
    display: inline-block;
    margin: 5px;
	font-weight: bold;
}
.content_datasets ul .active {
    color: #666;
}
.content_datasets ul li a {
    color: #50a050;
}
.content_list.tiled .tile .ft_caption, .content_list.tiled .tile .ft_caption h2 {
    font-size: 14px;
}
.content_list.tiled .tile .ft_caption .value {
    color: rgba(41, 128, 185, 0.69);
    font-weight: bold;
}
.content_list.tiled .tile .ft_caption a {
    color: #50a050;
    text-decoration: none;
}
.content_list.tiled .tile .ft_caption a.parent_title {
    font-size: 14px;
    font-weight: normal;
    color: rgba(41, 128, 185, 0.69);
}

.content_list.tiled .video_list_item .border {
    background: #282828;
    padding: 10px 10px 0;
    border: 1px solid #323232;
    border-radius: 2px;
	height: 280px;
    position: relative;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.content_list.tiled .video_list_item .border .fields {
    max-height: 100px;
	height: 100px;
    overflow: hidden;
}
.content_list.tiled .video_list_item {
    margin-bottom: 15px;
    padding-right: 15px;
}
.content_list.tiled .tile:nth-child(3) {
    padding-right: 0;
}
.content_list.tiled .tile:nth-child(7) {
    padding-right: 0;
}.content_list.tiled .tile:nth-child(11) {
    padding-right: 0;
}.content_list.tiled .tile:nth-child(15) {
    padding-right: 0;
}.content_list.tiled .tile:nth-child(19) {
    padding-right: 0;
}
/* theme-gui.css ========================================================= */

.striped-list .item {
    padding: 5px 15px 6px 6px;
    border-bottom: dashed 1px #323232;
    clear: both;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 5px;
}
.striped-list .item:hover {
    background-color: #353535;
}
.striped-list .item .actions {
    color: #666;
    font-size: 12px;
    font-weight: bold;
}
.list-64 .item .icon img {
    display: block;
    border: 1px solid #3e3e3e;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    border-radius: 5px;
	height: 64px;
    width: 64px;
	font-size: 10px;
    line-height: 10px;
}
.list-32 .item .icon img {
    height: 32px;
    width: 32px;
}
.login_form h3, .right_cell h3 {
    margin-top: 0;
}
.login_form h3, .right_cell h3 {
    font-weight: normal;
    font-size: 16px;
}

.tabs-menu > ul {
    border-bottom: solid 1px #414141;
}
.tabs-menu .tabbed li {
    background: #141414;
    border-radius: 2px;
	font-size: 14px;
}

.tabs-menu .tabbed li a {
    color: #999;
    text-shadow: 0 1px 1px #000000;
    padding: 0 7px;
    border: solid 1px #414141;
	border-radius: 2px;
}

.tabs-menu .tabbed li a:hover {
    background-color: #0B0B0B;
    color: #50a050;
}
.tabs-menu li a .counter {
    color: #999;
    font-size: 10px;
    background-color: rgba(27,31,35,0.08);
    border-radius: 8px;
    padding: 1px 4px;
}
.tabs-menu li a:hover .counter {
    color: #f1c40f;
}
.tabs-menu .tabbed li.active a, .tabs-menu .tabbed li.active a:hover {
    cursor: default;
    color: #999;
	border: solid 1px #414141;
    border-bottom: solid 1px #1e1e1e;
    background-color: #1e1e1e;
    margin: 0;
    border-top-color: #414141;
    border-top-width: 1px;
}
#comments_list .comment .content {
    color: #646464;
}
#comments_list .comment .avatar img {
	width: 32px;
    height: 32px;
}
#comments_list .comment {
    overflow: hidden;
    border-radius: 2px;
    padding: 5px 10px;
    margin: 4px 0;
    border: 1px solid #323232;
    background: #1e1e1e;
}
#comments_list .selected-comment {
    box-shadow: 0 0 5px #2980b9;
    border: solid 1px #2980b9;
}
#comments_list .comment .deleted {
    padding: 0;
    background: none;
    color: #666;
    border-radius: 0;
    margin-right: 0;
}
#comments_list .comment .info {
    border-bottom: 1px solid #323232;
	padding-bottom: 5px;
}
#comments_list .comment .info .rating {
    float: right;
    margin-right: 0px;
}
#comments_list .comment .info .rating .buttons {
    margin-right: 0px;
    margin-left: 0px;
}
#comments_list .comment .info .date {
    color: #999;
    font-size: 10px;
}
#comments_list .comment .info .date .time{
    vertical-align: middle;
}
#comments_list .comment .info .date time {
    vertical-align: middle;
}
#comments_list .comment .info .name .user {
    color: #2980b9;
}
#comments_list .comment .info .name .guest_name {
    font-weight: bold;
    color: #999;
}
#comments_list .comment .info .name .subject {
    color: #50a050;
}

#comments_list .comment .content .links {
    float: right;
}
#comments_list .comment .content .links .reply {
    border-bottom: none;
    display: inline-block;
    padding: 2px 4px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #468847;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#comments_list .comment .content .links .reply:hover {
    color: #ffffff;
    border-bottom: none;
}
#comments_add_link + #comments_add_form {
    margin-bottom: 10px;
}
#comments_widget.tabs-menu .tabbed li.active a {
    border-top-color: #414141;
    font-size: 12px;
}
#comments_widget #comments_add_form textarea {
    height: 100px;
    margin-bottom: 4px;
    background-color: #151515;
    padding: 2px 2px 2px 10px;
    border: 1px solid transparent;
    border-top: 1px solid #000000;
    border-right: 1px solid #454545;
    border-bottom: 1px solid #454545;
    border-left: 1px solid #000000;
    color: #999;
    box-shadow: inset 0 0px 0px #DDD;
}
#wall_widget #wall_add_form, #comments_widget #comments_add_form {
    background: transparent;
}
#comments_widget #comments_add_link a {
    font-size: 18px;
}
#comments_list.striped-list .comment {
    padding-bottom: 10px;
}
#comments_list.striped-list .comment:last-child {
    padding-bottom: 10px;
}

.rating_widget .style-svg {
    fill: #646464;
}

.pagebar {
    clear: both;
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	line-height: 30px;
}
.pagebar_notice {

    color: #646464;

}
.pagebar_page {
    margin: 2px;
    text-decoration: none;
    color: #646464;
    background: #252525;
    border: 1px solid #454545;
    padding: 2px 5px;
    font-size: 14px;
}
.pagebar_pages .pagebar_page:hover {
    color: #50a050;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    border: 1px solid #50a050;
    box-shadow: 0px 0px 4px #50a050;
    background: #282828;
}
.pagebar_nav .disabled {
    background-color: #333;
    text-decoration: none;
    border: 1px solid #454545;
    color: #646464;
}
.pagebar_nav .pagebar_page {
    padding: 2px 5px;
}
.pagebar_nav a.pagebar_page:hover {
	color: #50a050;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    border: 1px solid #50a050;
    box-shadow: 0px 0px 4px #50a050;
    background: #282828;
	text-decoration: none;
}
.pagebar_current {
    background-color: #333;
    text-decoration: none;
    padding: 2px 5px;
    border: 1px solid #454545;
    color: #646464;
    font-size: 14px;
}
#wall_widget {
    border-top: 2px groove #444;
}

input.button-submit, input.button {
    padding: 10px 15px;
    line-height: 100%;
    border-radius: 4px;
    cursor: pointer;
    width: auto;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
    background-color: #282828;
    color: #50a050;
    border: 1px solid #232323;
    -webkit-box-shadow: inset 0 -1px 0px 0px #1f1f1f, inset 0 1px 0px #3c3c3c;
    -moz-box-shadow: inset 0 -1px 0px 0px #1f1f1f, inset 0 1px 0px #3c3c3c;
    box-shadow: inset 0 -1px 0px 0px #1f1f1f, inset 0 1px 0px #3c3c3c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: -moz-linear-gradient(90deg, #282828 0%, #323232 100%);
    background-image: -webkit-linear-gradient(90deg, #282828 0%, #323232 100%);
    background-image: -o-linear-gradient(90deg, #282828 0%, #323232 100%);
    background-image: linear-gradient(0deg, #282828 0%, #323232 100%);
}

input.button-submit:hover, input.button:hover {
    color: #50a050;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    border: 1px solid #50a050;
    box-shadow: 0px 0px 6px #50a050;
	background: #282828;
}

input.button.button-cancel {
    background: #282828;
    color: #ffa500;
}
input.button.button-cancel:hover {
    background: #282828;
    border: 1px solid #ffa500;
    box-shadow: 0px 0px 6px #ffa500;
    color: #ffa500;
}
input.button.to_draft {
    background: #282828;
    color: #8e44ad;
}
input.button.to_draft:hover {
    background: #282828;
    border: 1px solid #8e44ad;
    box-shadow: 0px 0px 6px #8e44ad;
    color: #8e44ad;
}
form .field label {
    color: #999;
}
form fieldset {
    border: solid 1px #323232;
}
form fieldset legend {
    color: #999;
}
.input, .date-input, .city-input, .textarea, select {
    background-color: #151515;
    padding: 2px 2px 2px 10px;
    border: 1px solid transparent;
    border-top: 1px solid #000000;
    border-right: 1px solid #454545;
    border-bottom: 1px solid #454545;
    border-left: 1px solid #000000;
    color: #999;
    box-shadow: inset 0 0px 0px #DDD;
	border-radius: 2px;
}


#geo-widget-city.city-input {
    padding: 0px 0px;
	border: solid 0px;
    background-color: transparent;
}

.gui-panel {
    background: #282828;
    border: solid 1px #323232;
    margin: 20px 0;
    padding: 15px;
    color: #B3C2C9;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    border-radius: 2px;
}
.filter-panel .fields .title {
    color: #bbbbbb;
    text-shadow: 0 1px 1px #000000;
    margin-bottom: 3px;
}
.filter-panel {
    padding: 0;
}
.filter-panel .buttons {
    overflow: visible;
    display: table;
}
.filter-panel .filter-link a {
    color: #50a050;
}
.filter-panel .filter-link a:hover {
    background-color: #282828;
    border: solid 1px #50a0507a;
    padding: 6px 4px;
    padding-left: 9px;
    border-radius: 2px;
}

.list_actions_menu .group_menu_title {
    height: 32px;
}
.group_menu_title {
    background-color: #282828;
    color: #55677d;
	border: 1px solid #323232;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
	color: #50a050;
}
.group_menu_title:hover, #body .controller_actions_menu > input:checked + .group_menu_title {
    background-color: #282828;
    border-radius: 2px 2px 0 0;
    border: 1px solid #50a050;
    box-shadow: 0px 0px 5px 1px #50a050;
}
#body .controller_actions_menu ul.menu {
    border: 1px solid #323232;
    background: #282828;
	box-shadow: -2px 2px 2px 0px #000;
}
#body .controller_actions_menu ul.menu li {
    padding: 0px 0;
    line-height: 24px;
    background: #282828;
}
#body section .list_actions_menu .menu a {
    font-weight: normal;
	color: #999;
}
#body section .list_actions_menu .menu a:hover {
	background-color:#000;
	color: #ffffaa;
}
#body .controller_actions_menu ul.menu a:hover {
    background-color: #000;
	color: #ffffaa;
}

.tabs-menu {
    margin-bottom: 15px;
    position: relative;
    clear: both;
}
#pm_contact .chat {
    background-color: #282828;

}
#pm_contact .overview a {
    color: #2980b9;
}
#pm_chat .message-my .content {

    background: #1e1e1e;
    border: 1px solid #323232;
}
#pm_contact .overview, #user_search_panel {
    border-bottom: 1px solid #323232;
}
#pm_contact .composer {
    border-top: 1px solid #323232;
}
#pm_window .right-panel {

    box-shadow: 0px 0px 0px #ddd0;
    border-right: solid 1px #323232;
}
#user_search_panel {
    background-color: #282828;
}
/* theme-modal.css ========================================================= */

.nyroModalCont {
    background: #282828;
}


/* theme-modal.css ========================================================= */
header .widget_user_avatar .user_info {
    transition: background 0.0s;
}
header .widget_user_avatar:hover .user_info {
    background: #141414;
	box-shadow: -5px 5px 5px #000;
}
header .widget_user_avatar .menu {
    background: #141414;
    box-shadow: -5px 5px 5px #000;
    transition: visibility 0.0s;
}
header .widget_user_avatar .menu > li:hover, header .widget_user_avatar .menu ul li a:hover {
    background-color: #000;
}
header .widget_user_avatar .menu ul {
    box-shadow: -2px 2px 10px #000;
}
header .widget_user_avatar .user_info .name a {
    color: #50a050;
    font-size: 14px;
}
header .widget_user_avatar .user_info .name a:hover {
    color: #ffffaa;
}
.widget {
    background: #282828;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    border: 1px solid #323232;
    border-radius: 2px;
	margin-bottom: 15px
}
.widget > .title {
    background: #1b1b1b;
    color: #999;
    text-shadow: 0 1px 1px #000000;
}
.widget_tabbed > .tabs .links a, .widget > .title .links a {
    background: #282828;
    color: #999;
    border: 1px solid #323232;
}
.widget_ajax_wrap:last-child .widget:last-child {
    margin-bottom: 10px;
}
.widget_content_list.tiles-big .item .title a {
	color: #50a050;
	text-decoration: none;
}
.widget_content_list.tiles-big .item .title a:hover {
	color: #d35400;
	text-decoration: underline;

}
aside .widget > .title {
    color: #999;
    background: #1b1b1b;
}
aside .widget {
    background: #282828;
}

.subscribe_wrap {
		line-height: 36px !important;
		margin-bottom: 15px;
}
.subscribe, .unsubscribe {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
	border: 1px solid #59bcff;
}
.unsubscribe {
    border: 1px solid #eaeaea !important;
}
.count-subscribers {
    background: #282828 !important;
    border: 1px solid #323232 !important;
	padding: 4px 8px !important;
	font-size: 15px !important;
	color: #999 !important;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.count-subscribers:after {
    border-color: transparent #323232 !important;
}









#user_profile {
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    color: #999;
    padding: 15px;
    border: 1px solid #323232;
    background: #282828;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    border-radius: 2px;
}
#user_profile #information {
    padding: 0px;
    background: transparent;
    border: 0px solid #323232;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
}
#user_profile #left_column .block {
    border: solid 1px #323232 !important;
    background: #1e1e1e !important;
	border-radius: 2px;

}
#user_profile .block .content_counts li {
    border-bottom: solid 1px #323232 !important;
}
#user_profile .block .content_counts a {
    color: #646464 !important;
}
#user_profile .block .content_counts a:hover {
    background: rgb(18, 62, 19) !important;
	color: #ffffaa !important;
}
#user_profile .block .content_counts a .counter {
    color: #646464 !important;

}
#user_profile #information .fieldset_title h3 {
    background: #282828 !important;
    color: #bbbbbb !important;
    font-weight: bold !important;
}
#user_profile #information .fieldset .field .title {
    color: #999 !important;
}
#user_status_widget {
    background: #282828 !important;
    border: 1px solid #323232 !important;
    border-radius: 2px !important;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6) !important;
}
#user_status_widget .input {
    background-color: #151515;
    padding: 2px 2px 2px 10px;
    border: 1px solid transparent;
    border-top: 1px solid #000000 !important;
    border-right: 1px solid #454545 !important;
    border-bottom: 1px solid #454545 !important;
    border-left: 1px solid #000000 !important;
    color: #999;
    box-shadow: inset 0 0px 0px #DDD;
}

input.button.delete_profile {
	background-color: #282828 !important;
    color: #ff0000;
}
input.button.delete_profile:hover {
	background-color: #282828 !important;
	color: #ff0000 !important;
    border: 1px solid #ff0000 !important;
    box-shadow: 0px 0px 6px #ff0000 !important;
}



.smilepanel > img:hover {
    background-color: #282828 !important;
    box-shadow: 0px 0px 9px 3px #323232 !important;
}
#group_content_list .filter-panel {
    border: solid 1px #323232 !important;
    border-bottom: solid 1px #323232 !important;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.activity-list::before {
    width: 1px !important;
    background-color: #323232 !important;
}
.activity-list h3 .octicon {
    color: #999 !important;
    background: #282828 !important;
    border: 1px solid #323232 !important;
    border-radius: 2px !important;
	padding: 1px !important;
}