/* search results */

h2#results_head {
	display: block;
	padding: 10px 0 5px 0;
}

h2#results_head + span {
	font-size: 1.2em;
	letter-spacing: 1px;
}

h6 {
	font-size: 1.2em;
}



#search_results_menus {
	padding: 20px 0;
}

#search_results_menus ul {
	float: left;
	width: 100%;
	padding: 8px 10px;
	font-size: 1.1em;
}

#search_results_menus li { 
	display: inline; 
	padding-right: 20px;
}

#search_results_menus li a { padding: 5px; }
#search_results_menus li a.selected { background-color: #caedf9; }
#search_results_menus li a:hover { background-color: #caedf9; }

#results_panel {
	width: 750px;
	padding-bottom: 40px;
	float: left;
}

.result_container {
	width: 160px;
	height: 160px;
	position: relative;
	float: left;
	margin-right: 20px;
	z-index: 1;
	margin-bottom: 45px;
}

.result_container h6 {
	position: relative;
	top: 150px;
	left: 10px;
	margin: 0;
	padding: 0;
	line-height: 120%;
	width: 135px;
}

.result_image {
	
}

.result_image {
	max-width: 150px;
	width: 160px;
	max-height: 122px;
	padding: 5px;
	border: 1px solid #999;
	z-index: 5;
	position: absolute;
	bottom: 20px;
	left: 5px;
/*	position: absolute;
	bottom: 5px;
	left: 5px; */
	overflow: hidden;
}

.result_container .result_details h6 {
	position: relative;
	top: 1px;
	left: 0px;
	line-height: 120%;
}

.result_image img {
	max-width: 150px;
	overflow:hidden;
}

.result_details {
	padding: 10px 5px;
	border: 1px solid #999;
	border-top: none;
	position: absolute;
	top: 139px;
	left: 5px;
	width: 150px;
	background: #fff;
	display: block;
	z-index: 100;
}

.result_details li {
	padding: 3px 0;
}

.result_details li span.green { font-weight: bold; }

.result_details input, .result_details label {
	width: 140px;
/*	float: left; */
	position: relative; 
}

.result_details label {
	padding-top: 5px;
	padding-bottom: 2px;
}

.result_details .copied {
	position: relative;
	margin-top: -28px;
	background-color: #d8f3fc;
	color: #333;
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 4px 0;
	width: 145px;
}

/* search results feed adjustments */

.status_update {
	width: 700px;
	padding-bottom: 10px;
}

#column_thin {
	padding: 0;
	margin-top: 20px;
}

.feed_media {
	margin-top: -40px;
	padding-bottom: 30px;
}

.status_update p {
	padding-bottom: 40px;
}

.options {
	float: left;
	width: 100%;
}

.options li {
	padding:0 3px;
}

/* standards */

.ss_social_icon {
	bottom: 10px;
	right: 10px;
}

#column_thin { 
	width: 210px;
	}
	
