body{background-color: #383838;}
hr{ border-top: 1px solid #555; clear: both; }
hr.bootstrap{ border-top: 1px solid #eee; }

/* Article pages */
.article-wrapper, .article-keyword-wrapper{color:#ccc;}
.article-wrapper img{
	max-width: 100%;
	height: auto;
}
.article-edit a{
	color: #999;
	font-size: 18px;
}
.article-comments-title{
	font-weight: 200;
	margin-top: 30px;
	color: #fff;
}

/* Profile Page */
.profile-avatar{max-width: 200px;max-height: 200px;margin: 0 auto;}
.profile-ad{ width: 100%; background-color: #222; margin-bottom: 20px; text-align: center;}
.profile-ad > img{ margin: 0 auto;}
.profile-user-info h3, .profile-user-info h4, .article-header { font-weight: 100; color:#fff; }
.profile-user-info{ color:#ccc; word-wrap:break-word; }

.profile-user-info #user-follow-profile, 
.profile-user-info #user-unfollow-profile, 
.profile-user-info #edit-proile,
.profile-user-info #contact-profile {width: 100%;}

.profile-user-pills {margin-bottom: 30px;}
.profile-user-pills .activities-wrapper .row:first-child .notice{margin-top: 0;}
.pill-spinner{display:none; color:#fff;}
.user-following, .user-followers{ text-decoration: none !important;}


/* Dashboard */
.activities-wrapper, .landing-wrapper, .homepage-wrapper{ color: #ccc; }
.activities-wrapper hr:last-child, .landing-wrapper hr:last-child{display:none;}
/*.activities-wrapper a{ color: #edbd4f; }*/
.activities-wrapper .media .media-body, .landing-wrapper .media .media-body{ width:100%; }
.activities-wrapper .media .media-left, .landing-wrapper .media .media-left{ text-align: center;}
.activities-wrapper .notice, .landing-wrapper .notice { 
	position: relative;
	padding: 0 0 1em 45px;
	overflow: hidden;
}
.activities-wrapper .notice .mega-octicon, .landing-wrapper .notice .mega-octicon {
	position: absolute;
	top: 14px;
	left: 0;
	width: 32px;
	height: 32px;
	padding: 3px;
	color: #bbb;
	top: 0;
}

.event-filter{ width: 70px; }
.event-filter .filter-icon{ width: 40px; }
.event-filter .filter-icon a {
	text-align: center;
	border-left: 3px solid #428bca;
	background: #2a2a2a;
	border-radius: 2px;
	margin-bottom: 10px;
	padding: 9px 7px;
	width: 40px;
	display: inline-block;
	color: #428bca;
}
.event-filter .filter-icon.inactive a {
	color: #DDD;
	border-left: 3px solid #222;
}
.event-filter .filter-icon > a > i{ font-size: 24px; }

.feed-panel tr td{ border-top: 1px solid #666 !important; }
.feed-panel tr:first-child td{ border-top:none !important; }

.dashboard-header {
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: 200;
	color: #fff;
}

#mark-notifications-read, #massDeleteButton{
	width: 100%;
}


/* Results */
.core-featurette{
  text-align: left;
  color: #ccc;
  padding: 20px;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1),0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1),0 0 0 1px rgba(0, 0, 0, 0.05);
}

.core-featurette h3{
  color: #ccc;
  margin-top: 8px;
  margin-bottom: 8px;
}

.core-featurette-light{
  background-color: #333;
  padding-bottom: 0;
}

.core-featurette-department{
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.ui-box{
	background: #222;
	margin-bottom: 25px;
	border: 1px solid #333;
	word-wrap: break-word;
	-webkit-box-shadow: 0 0 0 3px #000;
	-moz-box-shadow: 0 0 0 3px #000;
	-ms-box-shadow: 0 0 0 3px #000;
	-o-box-shadow: 0 0 0 3px #000;
	box-shadow: 0 0 0 3px #000;
}

.well-list{
	background: #222;
	border-radius: 2px;
	border: 1px solid #000;
	list-style: none;
	padding-left: 0;
}

.well-list li:first-child{
	border-top: none;
}

.well-list li {
	border-bottom: 1px solid #333;
	border-top: 1px solid #000;
}

.well-list a {
	color: #ccc;
	display: block;
	padding: 8px 10px 8px 8px;
	border-left: 2px solid #000;
	text-decoration:none !important;
}

.well-list a.selected {
	background: #555;
	border-left: 2px solid #333;
	font-weight: bold;
	color: #fff;
	cursor: default;
}

.well-list a .counter {
	float: right;
	margin: 0 0 0 5px;
	padding: 2px 5px;
	font-size: 11px;
	font-weight: bold;
	color: #555;
	background: #eee;
	border-radius: 2px;
}


.following-modal-title{ font-weight: 100; color:#fff; }
.following-modal-title a{ color: #ccc; }  
.following-modal-title small { font-weight: 200; }
.following-modal-title a{ text-decoration: none; }

.recent-upload-title a{ color: #fff; }
.recent-upload-title-profile-avatar{
	max-width: 30px;max-height: 30px;float:left;margin:0 10px 0 0;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
}

.following-modal-profile-avatar{
  max-width: 40px;max-height: 40px;float:left;margin:0 10px 0 0;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
}

.modal-following .modal-body {
    max-height: 550px;
    overflow-y: auto;
}

#activity-filter {
  top: 50px;
   width: 70px;
}

.activity-feed .media-left{
	min-width: 70px;
}

.news-display-wrapper{ background-color: #222; text-align: center; }
.news-display-wrapper img{ margin: 0 auto; }

.collage-container ul{
  list-style-type: none;
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  margin: 0;
  padding: 0;
}
.collage-container ul li {
  width: 200px;
  display: none; /** Hide items initially to avoid a flicker effect **/
  cursor: pointer;
  opacity:0;
}

.rendo-helper-affix{
  width: auto;
  top: 80px;
}

@media (max-width: 767px) {
  .rendo-helper-affix {
    position: static;
    width: auto;
    top: 0;
  }
	/*	Use js function affixFix(...) instead
	.hp-top {
		padding-top: 50px;
	}*/

	.hp-products-glider .thumbnail a>img, .hp-gallery-glider .thumbnail a>img {
		max-width: 250px;
	}

}
@media (min-width: 768px) {
  .rendo-helper-affix {
    width: 178px;
  }
	/*	Use js function affixFix(...) instead
	.hp-top {
		padding-top: 200px;
	}*/

	.hp-products-glider .thumbnail a>img, .hp-gallery-glider .thumbnail a>img {
		width: 250px;
	}
}
@media (min-width: 992px) {
  .rendo-helper-affix {
    width: 293px;
  }
	/* Use js function affixFix(...) instead
	.hp-top{
		padding-top: 100px;
	}*/

	.hp-products-glider .thumbnail a>img, .hp-gallery-glider .thumbnail a>img {
		width: 250px;
	}
}
@media (min-width: 1200px) {
  .rendo-helper-affix {
    width: 390px;
  }
    /* Use js function affixFix(...) instead
    .hp-top{
		padding-top: 50px;
	}*/

	.hp-products-glider .thumbnail a>img {
		width: auto !important;
		max-height: 350px;
	}

}

.hp-exclusive-img {
	width:100%;
	max-height: 300px;
}

.hp-exclusive-leadline {
	font-size: 1.5em;
}

.glider-img img{
	width: 400px;
	margin: auto;
}
.hp-gallery-glider .glider-img {
	height: 200px;
	overflow: hidden;
}

#hp-hero-slides {
	width: 100%;
}

.hp-hero .camera-wrap .cameracurrent img.imgloaded {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.hp-hero-leadline{
	font-size: 1.5em;
}



a.view-more:link, a.view-more:visited { color: #00aced; }

/*#main ul .item-info h4, .freestuff-featurette-wook ul .item-info h4{
  margin-bottom: 0;
}*/
