body{
	background:#282b30 url(/img/bg.png) repeat-y center top;
	font:13px/22px 'Open Sans',Arial,sans-serif;
	color:#acacac;
	-webkit-font-smoothing:antialiased!important
}

body.Entry #Content {
	max-width: none;
}

.svbreadcrumb {
	display: inline-block;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
	overflow: hidden;
	border-radius: 5px;
}

.svbreadcrumb a {
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 36px;
	color: white;
	padding: 0 10px 0 30px;
	background: #666;
	background: linear-gradient(#666, #333);
	position: relative;
}

.svbreadcrumb a:first-child {
	padding-left: 20px;
	border-radius: 5px 0 0 5px;
}

.svbreadcrumb a:first-child:before {
	left: 14px;
}

.svbreadcrumb a:last-child {
	border-radius: 0 5px 5px 0;
	padding-right: 20px;
}

.svbreadcrumb a.active, .svbreadcrumb a:hover{
	background: #333;
	background: linear-gradient(#333, #000);
}

.svbreadcrumb a.active:after, .svbreadcrumb a:hover:after {
	background: #333;
	background: linear-gradient(135deg, #333, #000);
}

.svbreadcrumb a:after {
	content: '';
	position: absolute;
	top: 0; 
	right: -18px;
	width: 36px; 
	height: 36px;
	transform: scale(0.707) rotate(45deg);
	z-index: 1;
	background: #666;
	background: linear-gradient(135deg, #666, #333);

	box-shadow: 
		2px -2px 0 2px rgba(0, 0, 0, 0.4), 
		3px -3px 0 2px rgba(255, 255, 255, 0.1);

	border-radius: 0 5px 0 50px;
}

.svbreadcrumb a:last-child:after {
	content: none;
}


.HomepageTitle {
	color: #6DCFF6;
}

.Item.Read {
	border: 1px solid #2B5262;
	background: none;
}

.Item.Read:hover {
	border: 1px solid #6DCFF6;
}

.Flyout.MenuItems hr, .Flyout.MenuItems ul {
	margin: 0;
}

.CommentForm .FormWrapper {
	padding: 0;
}

.ProfilePhotoMedium {
	height: 96px;
	width: 96px;
}

.MeBox .PhotoWrap {
	float: right;
}

.widget .BoxNewDiscussion {
	visibility: hidden;
	display: none;
}