@charset "UTF-8";
/* CSS Document */


body {
	background:#FAFAFA;
	font-size:13px;
	font-family:"Helvetica Neue",Tahoma,Arial,sans-serif;
	color:#333333;
	line-height:20px;
	margin:0;
	width:100%;
}



a:hover {
text-decoration:none;
}
.clearboth {
clear:both;
}
.floatleft {
float: left;
}
.floatright {
float: right;
}
.opacity_reset {
opacity:1 !important;
}
.alert-danger, .alert-error{
background-color: #FFC6C6;
border-color: #F4A2AD;
color: #C80700;
}

.btn-primary {
	background-color: #2D6CE0;
    border-color: #185ACC;
    color: #FFFFFF;
}
.btn-primary:hover,.btn-primary:active {
	background-color: #185ACC;
    border-color: #2D6CE0;
    color: #FFFFFF;
}

#nav {
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
padding: 10px 0px;
margin: 0px;
}
#nav li {
list-style: none;
display: inline;
padding: 10px 0px;
}
#nav li a {
color: #707070;
text-transform: uppercase;
text-decoration: none;
padding: 0px 10px;
}
#nav li  a:hover{
color: #000;
}
#nav .current {
list-style: none;
display: inline;
background:#EDEDED;
}
#maincontent {
margin-top:20px;
float:left;
width:100%;
}

.blank_index {
	padding:5px 20px 20px 20px;
}

hr.soften {
  height: 1px;
  margin: 35px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}
/*[class^="fa-"],
[class*=" fa-"] {
  opacity: 0.5;
  filter: alpha(opacity=50);
}*/
.fa-white {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.show_full_content {
display:inline;
}

.contine_read_story{
width:99%;
text-align:center;
padding:10px 0;
opacity:0.8;
filter:alpha(opacity=80);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.no_stories_left {
width:99%;
text-align:center;
padding:10px 0;
opacity:0.4;
filter:alpha(opacity=40);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.jumbotron {
font-size:1.0em;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #2D6CE0;
}

/********************* NAVIGATION MENU ********************/
.custom_header {
  	background-color: #F3F3F3;
    border-bottom: 1px solid #CACACA;
    width: 100%;
}
.custom_header .navbar-collapse {
    border-color: #185ACC;
}
.custom_header .navbar-brand {
    background: url("../img/shareit_logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    height: 22px;
    margin-top: 13px;
	text-indent:-999px;
    width: 120px;
}

.checkitvalue{





}
.linkedin_link{
	 width: 194px;
	 display:inline-block;
}



.input_error{
    background: url("../img/input_error.png") no-repeat scroll 0 0 / 20px auto rgba(0, 0, 0, 0);
    float: right;
    height: 19px;
   /* margin-left: 15px;*/
	margin: 7px 42px 0px 0px;
    margin-top: 7px;
    text-indent: -9999px;
    width: 20px;
}

.input_ok{
    background: url("../img/input_ok.png")no-repeat scroll 0 0 / 20px auto rgba(0, 0, 0, 0);
     float: right;
    height: 19px;
	margin: 7px 42px 0px 0px;
    margin-top: 7px;
    text-indent: -9999px;
    width: 20px;
}




.custom_header .navbar-nav > li > a {
    color: #D4DFF5;
}
.custom_header .navbar-nav > li > a:hover {
    color: #FFFFFF;
}
.custom_header .navbar-nav > .active > a, .custom_header .navbar-nav > .active > a:hover {
    background-color: #185ACC;
    color: #FFFFFF;
}
.custom_header .navbar-toggle {
    border-color: #2D6CE0;
}
.custom_header .navbar-toggle:hover {
    background-color: #185ACC;
    border-color: #185ACC;
}
.custom_nav_search {
	margin: 8px 10px 0 10px !important;
}
.custom_nav_search_button {
	margin:0 !important;
}

.nav .dropdown-menu {
	min-width: 215px;
}
.login_dropdown_wrapper {
	padding:15px;
}
.login_dropdown_remember {
margin: 7px 4px;
}
/********************* CATEGORY MENU ********************/

.subhead {
    margin-bottom: 9px;
    padding-bottom: 0;
}
.subnav {
    height: 30px;
    line-height: 30px;
	background:#2F343D;
	margin-top:50px;
}
.subnav .nav {
    margin-bottom: 0;
}
.subnav .nav > li > a {
    border-radius: 0;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 5px;
	color:#DADADA;
}
.subnav .nav > .active > a, .subnav .nav > .active > a:hover {
    color: #FFFFFF;
}
.subnav .nav > .active > a .caret, .subnav .nav > .active > a:hover .caret {
    border-top-color: #777777;
}
.subnav .nav > li:first-child > a, .subnav .nav > li:first-child > a:hover {
    border-left: 0 none;
    border-radius: 4px 0 0 4px;
    padding-left: 12px;
}
.subnav .nav > li:last-child > a {
    border-right: 0 none;
}
.subnav .dropdown-menu {
    border-radius: 0 0 4px 4px;
}
.subnav .nav > li:first-child > a, .subnav .nav > li:first-child > a:hover {
    border-radius: 0 0 0 0;
}
.subnav .dropdown-menu a {
	position: relative;
	z-index: 99;
}
.subnav .dropdown-menu:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -6px;
}
.subnav .dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -7px;
}
.subnav .dropdown-menu .dropdown-menu:after {
    border: 6px solid transparent;
	border-right: 6px solid #fff;
    content: "";
    display: inline-block;
    left: -11px;
    position: absolute;
    top: 6px;
	z-index: 2
}
.subnav .dropdown-menu .dropdown-menu:before {
    border: 7px solid transparent;
	border-right: 7px solid rgba(0, 0, 0, 0.2);
    content: "";
    display: inline-block;
    left: -13px;
    position: absolute;
    top: 5px;
	z-index: 1
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

/*.navbar .btn, .navbar .btn-group  {
	margin-top:5px;
}*/

#categories .subnav .dropdown-menu .caret {
	border: 4px solid transparent;
	border-left: 4px solid #08c;
}
#categories .subnav .dropdown-menu  a:hover .caret {
	border-left: 4px solid #000;
}

/****************** BREADCRUMB ******************/

.dropdown-menu li {
display:block;
}
.breadcrumb-right {
margin-top:-7px;
margin-right:-14px;
}
.breadcrumb-right .nav > li > a {
padding:7px 14px;
}

/****************** PAGINATION ******************/

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #2D6CE0;
    border-color: #2D6CE0;
}

/********************* STORY ********************/
.stories {
    border-bottom: 1px solid #F3F3F3;
    float: left;
    margin: 0 10px;
	width:97%;
}
.admin-links .dropdown-menu>li>a {
	padding-left:14px;
}
.stories .admin-links a.btn, .span_comment .admin-links a.btn  {
	border-color: transparent;
	background: none;
	box-shadow: none;
}
.stories .admin-links a.btn:hover, .span_comment .admin-links a.btn:hover {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #e6e6e6;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #cccccc;
	*border: 0;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.stories .admin-links a.btn:active,
.stories .admin-links.open a.btn,
.span_comment .admin-links a.btn:active ,
.span_comment .admin-links.open a.btn  {
	background-color: #e6e6e6;
	background-color: #d9d9d9 \9;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border: 1px solid #cccccc;
	*border: 0;
	border-bottom-color: #b3b3b3;
}
.title h2 {
	color: #2F343D;
    font-size: 15px;
    font-weight: 700;
    margin-right: 5px;
    word-wrap: break-word;
	margin: 2px 0px;
	display:inline-block;
	width:75%;
} 
.title h2 a{
	color: #2F343D;
	display:inline-block;
	width:100%;
} 
.title h2 small{
	color: #8D8D8D;
    font-size: 11px;
    font-weight: bold;
}
.title h2 small a{
	color: #8D8D8D;
}
.subtext {
	display: block;
	font-size: 10px;
	line-height:10px;
	color: #aaa;
}
.news-body-text {
	padding:5px 0px;
	color: #2F343D;
    font-family: "Helvetica Neue",Tahoma,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
	word-wrap: break-word;
}
.storyfooter {
margin:6px 0 10px 0;
font-size: 13px;
    font-weight: bold;
}
.storyfooter a{
	color: #005598;   
}
.story-tools-left {
float:right;
}
.story-tools-right {
float:right;
}

.whovotedwrapper ul {
padding:0;
margin:0;
}
.whovotedwrapper ul li {
display:inline;
float:left;
margin:2px;
}

a.favorite:hover{
cursor:pointer;
}
.group-tool-wrapper {
position:relative;
}
.group-share-popup{
z-index:900;
top:15px;
left:0;
position:absolute;
display:block;
background:#fff;
padding:10px 15px;
font-size:12px;
white-space:nowrap;
border-radius: 4px;
box-shadow: 0 1px 2px rgba(0,0,0,.5);
}
.read_more_article{
display:inline;
color:#0088CC;
}
.read_more_article:hover{
color:#005580;
cursor:pointer;
}
.read_more_article:after {
content: "...";
}

/**************** VOTE ******************/
.votebox {
    float: left;
    margin: 1px 1px 0 0;
    width: 36px;
}
.votebox-new{}
.votebox-published {}
.vote {
padding:0px 3px;
}
.votenumber {
text-align:center;
margin:0 0 4px;
padding:0;
 color: #2F343D;
    font-family: "Helvetica Neue",Tahoma,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
	 float: left;
	 width:100%;
	 border:none !important;
}

.votenumbers {
text-align:center;
margin:0 0 4px;
padding:0;
 color: #2F343D;
    font-family: "Helvetica Neue",Tahoma,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
	 float: left;
	 width:100%;
	 border:none !important;
}


.votebutton {
    overflow: hidden;
    text-align: center;
    width: 28px;
}
.votebutton .btn {
float: left;
margin: 0 1px;
padding: 1px 0px;
}
.comment_up{
	background:url(../img/top_arrow.jpg) no-repeat;
	width:23px;
	height:15px;
	float:left;
}
.comment_up:hover{
	background:url(../img/top_arrow_hover.jpg) no-repeat;
}
.comment_down{
	background:url(../img/bottom_arrow.jpg) no-repeat;
	width:23px;
	height:15px;
	float:left;
}
.comment_down:hover{
	background:url(../img/bottom_arrow_hover.jpg) no-repeat;
}

/**************** COMMENTS ******************/
.span_comment {}
.comment-list {
    list-style: none outside none;
    margin: 10px 0 20px;
}

.comment-list li {
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 8px;
}

.comment-author p, .comment-negative p , .comment-moderated p {
	font-size:14px;
	font-weight:normal;
	color:#000;
}

.media,.media-body {
	overflow:visible !important;
}

.comment-content {
	margin-left: 48px;
}

.comment_left {
	text-align:center;
}

.comment_voting {
	min-width:90px;
	margin:5px 5px 10px 0;
}

.dropdown-menu li {
    border-bottom: none;
    margin-bottom: 0px;
}

.child-comment{
	margin-left:30px;
}

.avatar {
	max-width:64px;
	max-height:64px;
}

.comment-data{
	margin-bottom: 9px;
}

.comment-author {
    font-size: 12px;
    font-weight: bold;
    margin-right: 6px;
	margin-left: 2px;
}

.comment-date {
    border-left: 1px solid #EFEFEF;
    color: #888888;
    font-size: 12px;
	font-weight:bold;
    padding: 0 6px;
    /*text-transform: uppercase;*/
}

.comment-hide {
	margin-left:5px;
}
.comment-hide a {
	color:#fff;
}

.comment-reply {
    /*border-left: 1px solid #EFEFEF;*/
    color: #888888;
    font-size: 10px;
    padding: 0 6px 0px 0px;
    /*text-transform: uppercase;*/
}
.comment-reply a{
	font-size: 11px;
    font-weight: bold;
    margin-right: 10px;
}

.comment-hover {}

.comment-wrapper {
position: relative;
}

.commenttools {
padding: 0px 10px;
float:right;
}

.comment-form {
width:90%;
}

/********************* SIDEBAR ********************/
.search-form  {
margin:0 0 10px 0;
}
.search-form .col-md-8,.search-form .col-md-4 {
padding:0;
}
.headline {
    display: inline-block;
    font-size: 1em;
    margin: 25px 0 0;
    width: 100%;
}
.sectiontitle {
  	background-color: #8D8D8D;
    border-radius: 4px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 5px 25px;
    text-align: center;
    text-shadow: 0.1em 0.1em 0.2em #2F343D;
}
.sectiontitle:hover {
    background-color: #F15A4F;
}
.calender_sectiontitle{
    background-color: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 4px;
    margin-top: 15px;
    padding: 15px;
}
.calender_link_box{
    color: #2F343D;
    vertical-align: middle;
    width: 285px;
	top: 10px;
}
.calender_link_box span{
    color: #2F343D;
    font-size: 14px;
    line-height: 32px;
    width: 245px;
}
.calender_link_box span i{
	background:url(../img/calendar.png) no-repeat;
	width:30px;
	height:30px;
	float:left;
	margin-right:10px;
}
.right_share{
	 background-color: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 4px;
    margin-top:15px;
    padding: 15px;
	float:left;
}
.right_share_text {
    color: #2F343D;
    float: left;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px;
    vertical-align: top;
    width: 98%;
}
.twitter-share-button1{
	 background-color: #EEEEEE;
    background-image: linear-gradient(#FFFFFF, #DEDEDE);
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #333333;
    cursor: pointer;
    font-weight: bold;
    height: 18px;
    max-width: 98%;
    overflow: hidden;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	height: 28px;
	max-width: 100%;
	padding: 4px 11px 4px 4px;
	float:left;
}
.twitter-share-button1 i{
	background:url(../img/twitter_btn.png) no-repeat;
    background-position: -24px 0;
    height: 16px;
    margin-top: 3px;
    width: 21px;
	float:left;
	margin-right:6px;
}
.boxcontent {
margin-bottom:15px;
}
#aboutcontent {
margin-bottom:20px;
}
#navlist{
margin:0 0 10px 0;
padding:0 0 0 20px;
}
.sidebar-stories {
margin:0 0 20px 0;
padding:0 5px 0 5px;
list-style-type:none;
}
.sidebar-stories  li{
	font-size:0.8em;
	line-height:0.8em;
	padding:2px 0 8px 0;
	border-bottom:1px dotted #eee;
}
.sidebar-vote-number {
font-weight:bold;
line-height:30px;
padding:2px 6px;
margin:0 8px 0 0;
background:#fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 4px;
 -moz-border-radius: 4px;
	  border-radius: 4px;
}
.sidebar-article {

}

#sidebar-comments{
margin:0 0 20px 0;
font-size:0.8em;
}
.tagformat{
margin:0px 0 20px 0;
padding:0 0 0 5px;
}
/**************** SIMPLE MESSAGING MODULE ******************/
.simple_messaging_wrapper {
	margin-bottom:60px;
}

/**************** USER PROFILE ******************/
#profiletabs {
margin-bottom:20px;
}
.profile_settings_save {
margin:5px 15px 10px 15px;
}
.avatar_thumb {
width: 100px;
float: left;
margin-right: 10px;
padding: 0;
position: relative;
overflow: hidden;
}
.edit-avatar {
position: absolute;
bottom: 0;
display: none;
margin: 4px;
width:90%;
}
.avatar_thumb:hover .edit-avatar {
display: block;
}
.user_navigation_left {

}
.user_navigation_right {

}
.user_search {

}
.user_followers {
margin-top:10px;
}
.checked {
clear:both;
}
.checkbox {
float:left;
margin-right:6px;
}

.follow {
padding:3px 0 5px 5px;
margin:0 0 2px;
line-height:18px;
}
.follow a {color:#fff;}

.user_settings {
margin:20px 0 0 0;
padding:8px;
}
.usercategory_outer{
clear:both;
}
.usercategory_checkbox{
float:left;
}
.usercategory_name{
float:left;
margin:0 0 0 6px;
}
.user_settings_save {
clear:both;
margin:30px 0 15px 0;
}

#personal_info {
float:left;
}
#stats {
float:left;
}
#friends {
float:left;
}
#groups {
float:left;
}
legend {
margin-bottom: 15px;
}

.table_title {
    background-color: #FBFBFB;
    background-image: -moz-linear-gradient(center top , #FCFCFC, #DDDDDD);
    background-repeat: repeat-x;
    border-radius: 3px 3px 3px 3px;
    position: relative;
    z-index: 2;
}
.user_comment_history {
	margin:0 0 15px 0;
}
.user_comment_story_author_avatar, .user_comment_comment_author_avatar {
	width:16px;
	height:16px;
}
.user_comment_story_title {
	font-weight:bold;
}
.site_languages {
	text-transform: capitalize;
}

/**************** SUBMIT ******************/
.submit_step_1_left {
float:left;
width:60%;
min-width:240px;
}
.submit_right_sidebar {
float:left;
width:40%;
min-width:240px;
}

#url {}
#title {}
#tags {}
#summarytext {}
#bodytext {}

.help-block, .help-inline {
font-size:0.8em;
}

.field-description {}

/**************** EDIT SUBMISSION ******************/

.notify_option_list {
	margin:0;
	padding: 0 0 2px 9px;
	list-style-type:none;
}

/**************** FOOTER ******************/
#footer {
margin-bottom:20px;
}

/*************** GROUPS ******************/
.group_explain {
padding-top:0;
}

.create_group {
float:left;
width:48%;
margin:15px 0 0 0;
border-right:1px solid #ddd;
}
.search_groups {
float:left;
text-align:right;
width:48%;
margin:15px 0 0 0;
}
.group_title {
font-weight:bold;
font-size:1.2em;
}
.group_created_by {
font-size:0.85em;
}
.group_created_on {
font-size:0.85em;
}
.group_members {
font-size:0.85em;
}
.group_description {

}

/************** LOGIN PAGE ***************/
.login-left, .login-middle, .login-right {
	padding:10px 30px;
}

/************** LOGIN MODAL ***************/
#loginModal .modal-dialog {
	width:350px;
}
.login_modal_username { }
.login_modal_password { }
.login_modal_remember {
	margin:5px 5px 10px 5px;
}
.login_modal_remember_checkbox {
	float:left;
	display:inline;
}
.login_modal_remember_label {
	float:left;
	display:inline;
	padding:4px 4px 0 2px;
	font-size:11px;
}
.login_modal_login {
	margin-bottom:5px;
}
#login_modal_spacer{
	padding:0;
	margin-top:8px;
	margin-bottom:8px;
}
.login_modal_forgot { }

/************** REGISTER ***************/
.reg_submit { margin-top:10px; }
#reg_usernamecheckitvalue {}
#reg_emailcheckitvalue {}


/* for sortable table header in top user page */
table.tablesorter thead tr .header {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}

/************ FILE UPLOAD *************/
.btn.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn.btn-file > input[type="file"] {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.fileupload {
  margin-bottom: 9px;
}
.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
}
.fileupload .img-thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.fileupload .img-thumbnail > img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.fileupload .btn {
  vertical-align: middle;
}
.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}
.fileupload-inline .fileupload-controls {
  display: inline;
}
.fileupload-new .input-append .btn-file {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/************* RSS FEEDS **************/
.rss_category {
font-size:1.4em;
}
.rss_url {}

/************* RECAPTCHA **************/
/* Apply the iframe class to any iframes that need to display */
iframe.iframe {display:block} 



.categories_box{
	border: 1px solid #CACACA;
    border-radius: 4px;
    text-align: left;
    width: 100%;
	background:#FFFFFF;
	float:left;
	margin-bottom:15px;
}
.link_category_tag{
	border-radius: 4px;
    color: #FFFFFF;
    float: left;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 2px 5px;
	background-color: #00AEEF;
	margin-top: 5px;
}
.link_category_subtag{
	background-color: #F15A4F;
    border-radius: 4px;
    color: #FFFFFF;
    float: left;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 2px 5px;
	margin-top: 5px;
}
.post_comment_detail {
    clear: both;
	color: #2F343D;
	font-size: 11px;
	font-family: "Helvetica Neue",Tahoma,Arial,sans-serif;
	line-height:16px;
	padding:5px 0px;
}

.storycontent, .storyfooter {
    clear: both;
}
.avatar_subtag {
    color: #005598;
    font-size: 11px;
    font-weight: 700;
    line-height: 29px;
    padding-left: 7px;
}
.comments_rights {
    float: left;
    width: 94%;
}
.discuss_tag{
	 font-size: 13px;
    font-weight: bold;
	float:right;
	color: #005598;
}
.discuss_tag a{
	color: #005598;
}
.twitter{
	background:url(../img/twitter.png) no-repeat;
	width:12px;
	height:12px;
	max-width:100%;
}
.post_title_container{
	margin-bottom: 15px;
	border: 1px solid #CACACA;
    border-radius: 4px;
    padding: 15px;
    text-align: left;
    width: 100%;
	background:#FFFFFF;
}
.post_title_title {
    color: #005598;
    font-size: 18px;
    line-height: 24px;
    margin: 5px 3px 0;
}
.post_title_text {
    color: #2F343D;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 5px 3px 0;
}
.control-group{
    background-color: #E4E4E4;
    border: 1px solid #CACACA;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 15px;
    padding: 10px 15px 15px;
    position: relative;
    text-align: left;
    width: 100%;
	float:left;
}
.symbols_count {
    color: #8D8D8D;
    float: right;
}
.post_image_and_text_container {
    width: 100%;
}
.post_image_container {
    float: left;
    margin-top: 15px;
    width: 100px;
	position:relative;
}
.post_image {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    height: 90px;
    max-height: 100px;
    width: 100px;
}
.post_image_selector {
    background-color: #2F343D;
    color: #FFFFFF;
    font-size: 11px;
    height: 18px;
    text-align: center;
    width: 100px;
	float:left;
}
.post_text_container {
    float: right;
   /* margin-top: 15px;*/
    width: 82%;
}
.post_field_title {
    margin-bottom: 10px;
}
.post_field_text_input {
    border: 1px solid #CACACA;
    border-radius: 4px;
    height: 85px;
    padding: 5px;
    text-align: left;
    width: 100%;
}textarea {
    font-family: Tahoma,Arial,sans-serif;
    font-size: 12px;
}
textarea {
    resize: none;
}
.post_no_thumb_chk, .post_anonym_chk {
    display: inline;
    vertical-align: middle;
}
.no_thumb_text {
    font-size: 11px;
}
.fleft {
    float: left;
}
.post_field_title {
    margin-bottom: 10px;
}
.post_field_tag_select {
    border: 1px solid #CACACA;
    border-radius: 4px;
    height: 100px;
    padding: 0 15px;
    width: 300px;
}
select {
    font-family: Tahoma,Arial,sans-serif;
    font-size: 12px;
}
.fright {
    float: right;
}
.post_type_link {
    background-color: #E4E4E4;
    border-radius: 4px;
    color: #2F343D;
    cursor: pointer;
    font-size: 11px;
    margin-left: 15px;
    padding: 3px 15px;
	margin-bottom:15px;
}
.post_type_link.active {
    background-color: #F58723;
    color: #FFFFFF;
    cursor: default;
    font-weight: bold;
}
.post_button_container {
    margin-top: 15px;
	float:left;
}
.posts_filters_div{
	margin-top: 10px;
}

.posts_filter {
    color: #8D8D8D;
    cursor: pointer;
    padding-left: 5px;
}
.posts_filter.filter_active {
    color: #005598;
    cursor: default;
    font-weight: 700;
    text-decoration: underline;
}
.share_post_btn.post_content_btn {
    background-color: #005598;
    border-radius: 4px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 11px;
    padding: 7px 9px;
    text-align: center;
    text-shadow: 0 -1px #2F343D;
}


.share_post_btns.post_content_btns {
    background-color: #F58723;
    border-radius: 4px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 11px;
	font-weight: 700;
    padding: 7px 9px;
    text-align: center;
    text-shadow: 0 -1px #2F343D;
}



.share_post_btn.post_content_btn:hover {
    background-color: #F15A4F;
    color: #FFFFFF;
}
.share_post_btn {
    background-color: #F3F3F3;
    border: 1px solid #CACACA;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    margin-right: 5px;
    padding: 5px;
}
.share_post_btn.share_and_tweet_btn {
    float: left;
    margin-left: 10px;
    padding: 4px 9px;
}
.share_post_button {
    background: url("../img/twitter_button.png") no-repeat scroll 7px 10px #f3f3f3;
    border: 1px solid #cacaca;
    border-radius: 5px;
    color: #2f343d;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    margin-right: 5px;
    padding: 7px 10px 7px 28px;
}
.share_post_btn img {
    height: 19px;
    vertical-align: middle;
}
.tweet_img {
    background: url("../img/twitter_btn.png") no-repeat scroll -2px 4px rgba(0, 0, 0, 0);
    float: left;
    height: 16px !important;
    margin-right: 7px;
    vertical-align: middle;
    width: 12px !important;
}
#footer {
    padding-top: 50px;
    width: 1000px;
	margin:0 auto;
}
#sub_footer {
    color: #8D8D8D;
    font-size: 12px;
    height: 100px;
    width: 1000px;
}
#sub_footer ul {
    display: inline;
    float: left;
    list-style-type: disc;
    text-decoration: none;
}
#sub_footer ul li {
    display: inline;
    margin-right: 15px;
}
#sub_footer ul li a {
    color: #8D8D8D;
    line-height: 20px;
}
.footer_icon {
    height: 20px;
    margin-left: 4px;
    vertical-align: bottom;
    width: 20px;
}
#comments .control-group{
	background:none;
	border:none;
}

.profile_header_container {
    background-color: #E4E4E4;
    border-top: 1px solid #CACACA;
    float: left;
    padding-bottom: 15px;
    width: 100%;
}
.user_header {
    padding: 15px 0 10px;
}
.page_sizer_wide {
    margin: 0 auto;
    width: 1000px;
}
.profile_left_block {
    float: left;
    padding-left: 20px;
    width: 820px;
}
.profile_image {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #8D8D8D;
    border-radius: 4px;
    float: left;
    height: 85px;
    margin-right: 14px;
    padding: 1px;
    vertical-align: top;
    width: 85px;
}
.profile_details_div {
    float: left;
    width: 690px;
}
.profile_full_name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
}
.profile_details_row {
    margin-top: 5px;
}
.profile_detail {
    color: #2F343D;
    font-size: 12px;
    font-weight: 700;
}
.profile_byline {
    color: #2F343D;
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
}
.profile_right_block {
    float: right;
    margin-top: 1px;
    position: relative;
    width: 160px;
}
.right_btn {
    float: right;
    margin-left: 10px;
}
.profile_edit {
    background-color: #8D8D8D;
    cursor: pointer;
}
.action_button {
    background-color: #005598;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
}
.profile_edit a, .profile_follow a {
    color: #FFFFFF;
}

#my_feed_link {
    background: none repeat scroll 0 0 #005598;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    margin-right: 30px;
}
.following_box{
	display:inline-block;
	
	
}
.follow_block {
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    float: left;
    height: 88px;
    padding: 10px;
    text-align: left;
    width: 295px;
	margin:10px 15px 10px 0;
}
.following_box .follow_block{
	height:auto !important;
}
.follow_logo {
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    display: inline-block;
    height: 65px;
    padding: 2px;
    vertical-align: middle;
    width: 65px;
}
.follow_details {
    display: inline-block;
    line-height: 1.2em;
    margin-bottom: 4px;
    margin-left: 10px;
    vertical-align: middle;
    width: 112px;
    word-wrap: break-word;
}
.follow_name a {
    color: #2F343D;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3em;
}
.follow_related_name a {
    color: #2F343D;
    font-size: 12px;
}


.follow_block.no_image {
    border: 1px solid #CACACA;
    height: 44px;
}
.follow_block.no_image .follow_details {
    float: left;
    line-height: 22px;
    margin-left: 10px;
    width: 185px;
}
.follow_block.no_image .profile_follow {
    float: right;
}
.profile_follow:hover {
    background-color: #00AEEF !important;
}
.profile_follow.active {
    background-color: #F58723;
}
.profile_follow {
    background-color: #005598;
    cursor: pointer;
}

.left_connection{
	display: inline-block;
    float: left;
    width: 680px;
}
.left_connection_box{
	border: 1px solid #CACACA;
    border-radius: 4px;
    padding: 15px;
    text-align: left;
    width: 96%;
	background:#FFFFFF;
	float:left;
}

/* Header ============================================================= */

.header_person {
    background-color: #F3F3F3;
    border-left: 1px solid #F3F3F3;
    border-right: 1px solid #F3F3F3;
    float: right;
    text-align: right;
	padding: 6px;
}
.icon_header {
    border: 0 none;
    height: 24px;
    padding-right: 5px;
    vertical-align: middle;
    width: 24px;
}
.subheader_tag, #sub_header, .vslogo_header, .icon_header, a.save_changes, a.cancel, .title_wide_popup, .popup_function, .stars_container {
    -moz-box-sizing: content-box;
}
.header_content li ul {
	position:absolute;
	visibility:hidden;
	z-index:999;
	float:left;
	width:190px;
	padding:6px 0px;
	background:#E4E4E4;
	margin-top:36px;
	border: 1px solid #CACACA;
}
.header_content li:hover ul {
	visibility:visible;
}

.header_content ul li {
    float: left;
    margin: 0;
    padding: 3px 15px;
    width: 98%;
    z-index: 100;
}


/* Boby ============================================================= */




.page_main_wide {
    margin: 0 auto;
    width: 1000px;
}
.rails_container {
    margin-top: 25px;
}
.left_box {
    display: inline-block;
    float: left;
    width: 680px;
}
.left_top_tab{
	float:left;
}
.left_top_tab li{
	float:left;
}
.left_top_tab li a {
    background-color: #E4E4E4;
    border-radius: 4px;
    color: #2F343D;
    cursor: pointer;
    font-size: 11px;
    margin-left: 15px;
    padding: 3px 15px;
}
.left_top_tab .active {
    background-color: #F58723;
    color: #FFFFFF;
    cursor: default;
    font-weight: bold;
}
.main {
	margin: 0 auto;
	width:1000px;
	max-width: 100%;
	position:relative;
}
#header {
    background-color: #F3F3F3;
    border-bottom: 1px solid #CACACA;
    height: 50px;
    overflow: hidden;
    width: 100%;
}
#sub_header {
    height: 38px;
    margin: 0 auto;
    padding-top: 9px;
    width: 1000px;
}
#sub_header h1{
	margin:0px;
}
.header_logo {
    border: medium none;
    display: inline;
    float: left;
    font-size: 25px;
    height:25px;
    margin: 0;
    padding-right: 15px;
    padding-top: 3px;
    vertical-align: middle;
    width: 134px;
}
.header_content {
    background-color: #F3F3F3;
    float: right;
	margin:0px;
    margin-top: -7px;
    position: relative;
}
.header_content li{
	float: left;
    margin-top: 9px;
	list-style:none;
}
.header_content li a{
	color: #005598;
    font-size: 14px;
    font-weight: bold;
    /*line-height: 24px;*/
    text-align: right;
    text-decoration: none;
	margin-right: 30px;
}
.header_content li:last-child a{
	margin-right:0px;
}


/*.container {
    border-bottom: 1em solid #E4E4E4;
    text-align: center;
    width: 100%;
}*/
.banner_img{
    background: url(../img/landing_background.jpg) no-repeat scroll 50% 0 #FFFFFF;
    border-bottom: medium none;
    color: #FFFFFF;
    height: 600px;
    max-height: 600px;
}
.block_content {
    max-width: 96em;
    text-align: center;
    width: 100%;
	margin:0 auto;
}
.banner_img .block_content {
    max-width: 100em;
}

.box_container {
    display: inline-block;
    width: 100%;
}
.left_block {
    margin-top: 18em;
    text-align: left;
    width: 44em;
}
.left_coming_title {
    font-size: 4em;
    line-height: 1.125em;
    text-shadow: 0.1em 0.1em 0.2em #2F343D;
}
.left_coming_descr {
    font-size: 1.6em;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-top: 1em;
    text-shadow: 1px 1px 3px #2F343D;
    width: 26em;
}
.left_form_div {
    margin-top: 2.5em;
}
.scroll_input {
    -moz-box-sizing: content-box;
    background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    font-family: "HelveticaNeue","Tahoma","Arial",sans-serif;
    font-size: 1.4em;
    height: 26px;
    line-height: 26px;
    outline: medium none;
    padding: 10px;
    text-shadow: 0.1em 0.1em 0.2em #2F343D;
    width: 250px;
}
.join_btn {
    background-color: #005598;
    border-color: #FFFFFF;
    border-image: none;
    border-style: solid;
    border-width: 2px 2px 2px 1px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.4em;
    line-height: 26px;
    padding: 10px 30px;
    text-decoration: none;
    text-shadow: 0 -1px #2F343D;
}
.join_btn:hover{
	background:#1166A9;
}


.bottom_content {
    background-color: #2F343D;
    color: #E4E4E4;
    font-size: 18px;
    line-height: 80px;
    text-align: center;
}
.bottom_links{
	display:inline-block;
}
.bottom_links li {
    margin: 0 25px;
    vertical-align: middle;
	display:inline-block;
}


#footer {
    padding-top: 50px;
    width: 100%;
	float:left;
}
#sub_footer {
    color: #8D8D8D;
	float:left;
    font-size: 12px;
    height: 100px;
    width: 1000px;
	margin:0 auto;
}
#sub_footer ul {
    display: inline;
    float: left;
    list-style-type: disc;
    text-decoration: none;
}
#sub_footer ul li {
    display: inline;
    margin-right: 15px;
}
#sub_footer ul li a {
    color: #8D8D8D;
    line-height: 20px;
}
.footer_icon {
    height: 20px;
    margin-left: 4px;
    vertical-align: bottom;
    width: 20px;
}


/* signin ============================================================= */




.menu_bar {
    height: 30px;
    line-height: 30px;
	background:#2F343D;
}
.menu_bar li{
	display:inline-block;
}
.menu_bar li a {
    color: #DADADA;
    font-size: 11px;
    font-weight: bold;
    margin: 0 20px;
}
.menu_bar li a.active, .menu_bar li a:hover {
    color: #FFFFFF;
}
.main_page {
    margin: 0 auto;
    width: 1000px;
}
.page_container {
   float:left;
}
.signin_container {
   /* margin: 50px auto 0;*/
    padding: 0;
    width: 680px;
	border: 1px solid #CACACA;
    border-radius: 4px;
	text-align: left;
	background:#FFFFFF;
	display:inline-block;
}
.signin_container_block {
    border-bottom: 1px solid #E4E4E4;
    padding: 10px;
    text-align: center;
}
.signin_container_block li{
	list-style:none;
}
.page_title, .have_account, .fields_section, .used_emails_section {
    padding: 20px 0;
}
.page_title_text {
    font-size: 24px;
    height: 25px;
    line-height: 30px;
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.buttons_section {
    padding: 30px 0;
}
.signin_social_main {
    margin: 0 auto;
    padding: 0 15px;
}
.sign_social_btn:first-child {
    margin-left: 0;
}
.sign_social_btn {
    background-color: #F3F3F3;
    border: 1px solid #CACACA;
    border-radius: 4px;
    display: inline-block;
    line-height: 25px;
    margin: 0 0 0 12px;
    padding: 5px;
    text-align: left;
    width: 194px;
}
.sign_social_btn1{
	background-color: #F3F3F3;
	border:none;
	color: #005598;
    font-size: 12px;
    font-weight: bold;
}
.sign_social_btn:first-child {
    margin-left: 0;
}
.sign_social_media_text {
    color: #005598;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    vertical-align: middle;
}
#ideas-content{
	text-align:center;
}

.social_btn_div {
    margin: 15px 0 0;
}
.wide_btn {
    background-color: #E4E4E4;
    border: 1px solid #CACACA;
    line-height: normal;
    width: 265px;
}
.account_social_logo {
    height: 25px;
    vertical-align: middle;
    width: 25px;
}
.sign_logo {
    height: 30px;
    vertical-align: middle;
    width: 30px;
	float:left;
}
.sign_social_text {
    color: #005598;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    vertical-align: middle;
}
.center_title {
    text-align: center;
}
.subtitle {
    color: #005598;
    font-size: 14px;
}


/* Join ============================================================= */



.join_page{
	margin:0 auto;
	width:680px;
}
.join_text {
    font-size: 14px;
    margin-top: 20px;
}
.join_steps_main {
	float:right;
	margin:20px 0px;
}
.join_step {
    float: right;
    text-align: center;
    width: 60px;
}
.join_step_name {
    color: #005598;
    padding-bottom: 5px;
}
.join_step_circle {
    border: 1px solid #005598;
    border-radius: 50%;
    display: inline-block;
    height: 22px;
    width: 22px;
}
.join_step.active .join_step_circle {
    background-color: #005598;
}

.join_step.active .join_step_name {
    font-weight: bold;
}


.sign_form {
    margin:15px auto;
    text-align: left;
    width: 340px;
}
.join_field_title {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 15px;
    width: 265px;
	float:left;
}
.join_input {
    border: 1px solid #CACACA;
    border-radius: 4px;
    padding: 7px;
    width: 265px;
}




/* Join-confirm ============================================================= */





.join_logo_div {
    display: inline-block;
    width: 265px;
	position:relative;
}
.join_input {
    border: 1px solid #CACACA;
    border-radius: 4px;
    padding: 7px;
    width: 265px;
}
.symbols_count {
    color: #8D8D8D;
    float: right;
}
.app_error {
    color: #F15A4F;
    display: inline-block;
    margin-top: 10px;
}
.sign_btn {
    background-color: #F3F3F3;
    border: 1px solid #CACACA;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    padding: 3px 10px;
    text-align: center;
	color: #005598;
}
.long_text_div {
    color: #8D8D8D;
    font-size: 11px;
    margin-top: 10px;
    width: 265px;
}



/* sidebar ============================================================= */



.front_custom_invite_div {
    background-color: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 15px;
    padding: 15px;
    width: 100%;
	float:left;
}
.front_custom_invite_input_div {
    margin: 5px 0 10px;
}
.join_input {
    border: 1px solid #CACACA;
    border-radius: 4px;
    padding: 7px;
    width: 265px;
}
.front_custom_invite_input {
    background-color: #FFFFFF;
    padding: 4px;
    width: 100%;
}
.share_post_buttons {
    margin-top: 10px;
}
.share_btns_line_div {
    margin: 0 0 12px;
}
.share_post_btn {
    background-color: #F3F3F3;
    border: 1px solid #CACACA;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    margin-right: 5px;
    padding: 5px;
}
.share_post_btn img {
    height: 19px;
    vertical-align: middle;
}
.tweet_img {
    height: 12px !important;
    margin-right: 3px;
    vertical-align: middle;
    width: 12px !important;
}
.share_post_btn.fb_btn {
    max-height: 31px;
    min-height: 31px;
    padding-bottom: 0;
    vertical-align: bottom;
}
.fb_btn .fb_img {
    height: 18px;
    margin-top: 1px;
    width: 58px;
}
.event_container {
    border-bottom: 1px solid #F3F3F3;
    min-height: 60px;
    padding: 15px 0;
	float:left;
}
.event_date {
    float: left;
    font-size: 14px;
    font-weight: bold;
    width: 70px;
}
.event_name {
    float: left;
    margin-left: 15px;
    width: 410px;
}
.event_name_link {
    color: #005598;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.event_location {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-left: 15px;
}

.guidelines_box{
	float:left;
	width:100%;
}
.guidelines_box h1{
    font-size: 18px !important;
    font-weight: bold !important;
    margin: 5px 0 20px !important;
    text-align: center !important;
	font-family: "Helvetica Neue",Tahoma,Arial,sans-serif !important;
	color: #2F343D !important;
	line-height: 18px !important;
}
.guidelines_box span {
    display: inline-block;
    font-size: 13px !important;
    margin: 0 !important;
    text-align: center !important;
    width: 100%;
}
.guidelines_box h2{
    font-size: 12px !important;
    font-weight: bold !important;
	font-family: "Helvetica Neue",Tahoma,Arial,sans-serif !important;
	color: #2F343D !important;
	line-height: 18px !important;
    margin: 15px 0 0 !important;
}
.guidelines_box p{
	color: #333333 !important;
    font-family: "Helvetica Neue",Tahoma,Arial,sans-serif !important;
    font-size: 13px !important;
    line-height: 20px !important;
}
.guidelines_box ul{
	list-style:none !important;
	padding-left:10px;
}
.guidelines_box ul li{
	list-style:none !important;
}


/* My Account ============================================================= */


#sidemenu{
    border: 1px solid #CACACA;
    border-radius: 4px;
    float: left;
    width: 298px;
	padding:0px;
}
#sidemenu li{
	float:left;
	list-style:none;
	width:100%;
}
.account_menu_link:first-child{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.account_menu_link {
    border-bottom: 1px solid #CACACA;
    color: #2F343D;
    display: block;
    font-size: 12px;
    padding: 8px 25px;
    text-align: left;
    vertical-align: middle;
	outline:none;
}
.account_menu_link.open {
    background-color: #FFFFFF;
    color: #000000;
    font-weight: bold;
	text-decoration:none;
}
.account_menu_link:hover {
    background-color: #E4E4E4;
    cursor: pointer;
	color: #2F343D;
	text-decoration:none;
}
#content {
    background-color: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 4px;
    float: left;
    margin-left: 20px;
    padding: 20px 0;
    width: 640px;
}
#contact-content {
    padding: 0 20px 0 15px;
}
.user_notifications_title {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
}

.subtabs_btns_div a:first-child {
    margin-left: 0;
}
.emails_div {
	float:left;
	width:100%;
}
.email_settings_div {
    margin: 10px 0;
}
.email_settings_div input {
    vertical-align: middle;
}
.notifications_email_label {
    color: #000000;
    cursor: pointer;
    margin-left: 3px;
	font-size:12px;
}
.file_upload {
    height: 100px;
    opacity: 0;
    position: relative;
    width: 100px;
    z-index: 1;
}
.upload_img {
    position: absolute;
    top: 1px;
}
.join_followus{
    padding: 15px;
    border-bottom: 1px solid #E4E4E4;
    padding: 10px 20px;
    text-align: center;
	display:inline-block;
	width:100%;
}
.join_invites_submit {
    background-color: #8D8D8D;
    border: 1px solid #2F343D;
    border-radius: 4px;
    color: #FFFFFF;
    float: right;
	margin-right:25px;
    font-size: 14px;
    padding: 3px 10px;
    text-align: center;
}
.join_invites_submit:hover {
    background-color: #C8C8C8;
	color:#FFFFFF;
}
.join_invites_submit.inactive {
    background-color: #C8C8C8;
    cursor: default;
}
.join_next_block {
    display: inline-block;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.join_followus .follow_block{


}
.join_invites_skip {
    color: #8D8D8D;
    float: left;
    font-size: 12px;
    line-height: 30px;
    margin-left: 30px;
}

.follow_all_div {
    line-height: 16px;
    margin-bottom: 15px;
    margin-left: 1px;
    text-align: left;
}
.follow_all_div input {
    margin-right: 5px;
    vertical-align: middle;
}
.contact_right_block {
    float: left;
    margin-left: 25px;
    text-align: left;
    width: 300px;
}.contact_right_block {
    text-align: left;
}
.contact_name {
    font-size: 15px;
    font-weight: 700;
	text-align:left;
}
.contact_input_div {
    display: inline-block;
    margin: 10px 0px;
	float: left;
}
.join_input {
    border: 1px solid #CACACA;
    border-radius: 4px;
    padding: 7px;
    width: 265px;
}
.contact_right_block_content{
	margin: 0px auto;
	clear:both;
	display:inline-block;
	text-align:center;
	margin:20px 0px;
}
.join_contacts_div {
    height: 500px;
    overflow: auto;
}
.slider {
	float:left;
	left: -5000px; 
	position:relative; 
	visibility:hidden;	
}
	
.slider ul {
	height:100px;
	width:100px; 
}

.slider ul li {
	padding:0 0px;
}

.slider ul li img {
	cursor:pointer;
	height:100px; 
	padding-top:3px;
	width:100px;  
}

.prev {
	cursor:pointer; 
	float:left;
	color:#FFFFFF;
	position:absolute;
	bottom:0px;
	left:10px;
}

.next {
	cursor:pointer; 
	float:right; 
	color:#FFFFFF;
	position:absolute;
	bottom:0px;
	right:10px;
}
.content_middle{
	display:inline-block;
	text-align:center;
	width:96%;
	margin:10px 20px 10px 0px;
}
.content_middle .contact_name{
	text-align:center !important;
}
.content_middle .contact_input_div{
	float:none !important;
	text-align:center;
}
.contact_input_div .follow_name{
	float:left;
	width:215px;
}
.contact_input_div .follow_name .join_input{
	float:left;
	width:auto;
	margin-right:10px;
}
.profile_header_container {
    background-color: #E4E4E4;
    border-top: 1px solid #CACACA;
}
.edit_profile_container {
    padding: 15px 15px 30px;
}
.page_sizer_wide {
    margin: 0 auto;
    width: 1000px;
}
.edit_profile_header {
    margin-bottom: 20px;
	display:inline-block;
	width:100%;
}
.you_are_aditing_div {
    color: #2F343D;
    float: left;
    font-weight: 700;
    line-height: 22px;
}
.fright {
    float: right;
}
.profile_edit {
    background-color: #8D8D8D;
    cursor: pointer;
}
.profile_edit:hover {
    background-color: #F15A4F;
}
.profile_suspend.suspended {
    color: #FF0000;
}
.profile_follow {
    background-color: #005598;
    cursor: pointer;
}
.right_btn {
    float: right;
    margin-left: 10px;
}
.profile_follow:hover {
    background-color: #00AEEF !important;
}
.profile_follow.active {
    background-color: #F58723;
}
.profile_edit a, .profile_follow a {
    color: #FFFFFF;
}
.profile_edit_save:hover {
    background-color: #00AEEF;
}
.action_button {
    background-color: #005598;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
}
.profile_edit a, .profile_follow a {
    color: #FFFFFF;
}
.fleft {
    float: left;
}
.profile_edit_field {
    margin: 5px 0;
}
.edit_profile_field_title {
    display: inline-block;
    margin: 5px 15px 5px 0;
    vertical-align: top;
    width: 100px;
}
.join_input {
    border: 1px solid #CACACA;
    border-radius: 4px;
    padding: 7px;
    width: 265px;
}
.join_field_status {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.join_field_status_img {
    display: none;
    height: 20px;
    width: 20px;
}
.edit_profile_right {
    margin-right: 30px;
}
.image_upload_div {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat !important;
    background-size: auto auto;
    display: inline-block;
    height: 100px;
    width: 100px;
}
.profile_summary {
    background-color: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 4px;
    margin:10px 0 15px 0;
    text-align: left;
	float:left;
	width: 288px;
}
.summary_title {
    background: none repeat scroll 0 0 #F3F3F3;
    border-bottom: 1px solid #CACACA;
    border-radius: 4px 4px 0 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 15px;
}
.summary_text {
    padding: 10px 15px 15px;
	float:left;
}
.user_links {
    padding: 0 15px 15px;
	float:left;
}
.user_links a {
    float: left;
}
.user_website {
    color: #8D8D8D;
    font-size: 12px;
    padding-right: 5px;
    width: 100%;
    word-wrap: break-word;
}
.user_links img:first-child {
    margin-left: 0;
}
.user_links img {
    height: 18px;
    margin: 0 3px;
    width: 18px;
}
.profile_summary.followers, .profile_summary.following {
    margin-top: 0px;
    padding: 14px 14px 10px;
    text-align: left;
}
.follow_logo_small {
    border-radius: 2px;
    height: 34px;
    padding: 1px 1px 3px;
    width: 34px;
}
.profile_summary {
    text-align: left;
}
a{ outline:none;}
img{ border: none;}
.TabbedPanels {
	padding: 0px;
	float: left;
	clear: none;
	width:100%;
	margin:10px 0px;
}

.TabbedPanelsTabGroup {
	padding: 0px;
}

.TabbedPanelsTab {
   background-color: #E4E4E4;
    border-radius: 4px;
    color: #2F343D;
    cursor: pointer;
    font-size: 11px;
    margin-bottom: 15px;
    margin-left: 15px;
    padding: 3px 15px;
	float:left;
	list-style:none;
}

.TabbedPanelsTabHover {
	 z-index:25 !important;
	color:#FFFFFF !important;
	background-color: #8d8d8d;
     cursor: pointer;
    font-weight: bold;
}
.TabbedPanelsTabSelected {
	 z-index:25 !important;
	color:#FFFFFF !important; 
	background-color: #F58723;
    cursor: default;
    font-weight: bold;
}
.TabbedPanelsTab a {
	color: #FFFFFF;
	text-decoration: none;
	
}
.TabbedPanelsContentGroup {
	 padding: 14px 14px 10px;
    text-align: left;  
	background-color: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 4px;
    float: left;
    margin: 10px 0 15px;
    text-align: left;
	clear: both;
	width:100%;
}
.TabbedPanelsContent {
	line-height:28px;  font-weight:normal; overflow:hidden; font-family: 'OpenSansRegular';
	
}
.TabbedPanelsContentVisible {
}

.TabbedPanelsContent table td{ padding:3px;}
.followers_see_all {
    display: inline-block;
    margin-top: 10px;
}
.small_link {
    color: #8D8D8D;
    cursor: pointer;
    font-size: 11px;
	font-family:"Helvetica Neue",Tahoma,Arial,sans-serif;
}
.header_links{
	color: #005598;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    text-align: right;
    text-decoration: none;
	margin-top: 7px;
	float:left;
}
.urlvalidate {
    background: none repeat scroll 0 0 #EE0101;
    border: 2px solid #DDDDDD;
    border-radius: 6px;
    box-shadow: 0 0 6px #000000;
    color: #FFFFFF;
    float: left;
    font-family: tahoma;
    font-size: 11px;
    line-height: 0;
    padding: 12px 10px;
    position: absolute;
    right: 10px;
    top: -5px;
    width: 150px;
    z-index: 5001;
	display:none;
}
.urlvalidateTitle {
    background: none repeat scroll 0 0 #EE0101;
    border: 2px solid #DDDDDD;
    border-radius: 6px;
    box-shadow: 0 0 6px #000000;
    color: #FFFFFF;
    float: left;
    font-family: tahoma;
    font-size: 11px;
    line-height: 0;
    padding: 12px 10px;
    position: absolute;
    right: 10px;
    top: -5px;
    width: 150px;
    z-index: 5001;
	display:none;
}

.urlvalidateDESC {
    background: none repeat scroll 0 0 #EE0101;
    border: 2px solid #DDDDDD;
    border-radius: 6px;
    box-shadow: 0 0 6px #000000;
    color: #FFFFFF;
    float: left;
    font-family: tahoma;
    font-size: 11px;
    line-height: 0;
    padding: 12px 10px;
    position: absolute;
    right: 10px;
    top: -5px;
    width: 180px;
    z-index: 5001;
	display:none;
}
.save_changes {
    background: none repeat scroll 0 0 #005598;
    border: 1px solid #005598;
    border-radius: 2px;
    color: #FFFFFF;
    float: right;
    height: 27px;
    line-height: 20px;
    margin-right: 15px;
    margin-top: 6px;
    padding: 2px 5px;
    text-decoration: none;
	font-size: 14px;
    font-weight: bold;
}
.help-inline{
	display:none;
}
.comments_btn {
    background-color: #005598;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    float: right;
    font-size: 11px;
    font-weight: 700;
    margin-right: 14px;
    margin-top: 10px;
    padding: 2px 8px;
}
.categories_links_main {
    display: inline-block;
    width: 100%;
}
.categories_links li{
	list-style:none;
}
.comment-author{
    color: #005598;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}

.comment_date {
    color: #8D8D8D;
    font-size: 12px;
    font-weight: bold;
}
.share_avatar_img{
	float:left;
	margin-right:15px;
	margin-left:5px;
	width:20%;
	overflow:hidden;
	height:100px;
	text-align:center;
}

.comment_input_div .cancel_link {
    
}
.cancel_btn {
    background-color: #cacaca;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    float: left;
    font-size: 11px;
    font-weight: 700;
    margin-left: 48px;
    margin-right: 2px;
    margin-top: 10px;
    padding: 2px 8px 3px;
}
.fa-comment {
    background: url("../img/twitter_btn.png") no-repeat scroll -27px 1px rgba(0, 0, 0, 0);
    content: none !important;
    float: left;
    height: 15px;
    width: 18px;
}




.header_right_main{
	
}
.header_right_links{
	float:left;
	margin-bottom: 7px;
	font-size: 14px;
	color: #2F343D;
    font-family: "Helvetica Neue",Tahoma,Arial,sans-serif;
    font-weight: normal;
    line-height: 16px;
}
.header_right_links strong{
	padding:0px 0px 0px 5px;
}
.header_right_links span a{
	color: #8D8D8D;
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
}
.header_right_links small{
	font-size: 11px;
    font-weight: normal;
    padding-left: 10px;
	color: #005598;
}
.header_right_inner{
	margin-top:15px;
	float:left;
}

#CompanyTagSubCate{
    border: 1px solid #ccc;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    padding: 4px 10px 6px;
}
.upload_img_box {
    margin: 15px auto;
    text-align: left;
    width: 340px;
	position:relative;
}
.upload_input_image{
    height: 102px !important;
    width: 101px !important;
	
}

.edit_list {
    background: none repeat scroll 0 0 #005598;
    float: right;
    padding: 1px;
    position: relative;
    top: 65px;
}
.edit_list li{
	list-style:none;
	float:right;
	padding:0px 5px;
}