.publication_header{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #000;
	font-weight:700;
}

.publication_header a:link{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #000;
	font-weight:700;
}

.publication_header a:visited{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #000;
	font-weight:700;
}

.publication_author{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #787878;
	font-weight:600;	
}

.publication_author a:link{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #787878;
	font-weight:600;
	text-decoration: none;	
}

.publication_author a:hover{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #787878;
	font-weight:600;
	text-decoration: none;		
}

.publication_author a:visited{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #787878;
	font-weight:600;
	text-decoration: none;		
}

.feedback_header{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #3681ac;
	font-weight:400;
	margin-top: 35px;
	margin-bottom: 10px;
	display: inline-block;
}

.feedback_user{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight:700;
	display:inline;
}

.feedback_body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight:400;
	margin-top:10px;
	margin-bottom: 10px;
	display:block;
	overflow:hidden;
	word-wrap: break-word;
}

.feedback_info{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight:600;
	text-align: right;
}

.publication_sideheader{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000;
	font-weight:700;	
}

.publication_sidesubheader{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #000;
	font-weight:600;	
	text-align: center;
}

.publication_sidesubheader a:link{
	color: #000;
}

.publication_sidesubheader a:visited{
	color: #000;
}

.publication_rating{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight:400;
	margin-bottom: 10px;	
}

.publication_rating_num{
	font-family: 'Open Sans', sans-serif;
	font-size: 46px;
	font-weight:700;
	color: #3681ac;
}

.publication_notes{
	font-family: 'Open Sans', sans-serif;
	font-size: 9px;
	font-weight:400;
	color: #3681ac;	
}

.post_new_feedback_input{
	width: 99%;
	resize: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px #AAA solid;	
	font-family: 'Open Sans', sans-serif;
	padding-left: 5px;	
}

.post_new_feedback_input:hover{
    border: 1px #3681ac solid;		
}

.post_new_feedback_input:active{
    border: 1px #3681ac solid;		
}

#post_new_feedback_form{
	padding: 5px;
	background-color:#F0F0F0;
	margin-top: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight:600;
	color:#ABABAB;	
}

#post_new_feedback_form a:link{
   color: #000;
}

#post_new_feedback_form a:visited{
   color: #000;
}

#post_new_feedback_form input{
	text-align: right;
}

#post_new_button{
	position:relative;
}

.rating_header{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #000;
	font-weight:400;
	margin-top: 5px;	
}

.comment_box{
	border-bottom: 1px #ccc solid;
	padding: 5px 5px;
	width: auto;
	position: relative;
	margin-left:35px;
}

.comment_box:hover{
	background-color:#F0F0F0;	
}

.comment_box_author{
	border-bottom: 1px #fff solid;
	padding: 5px 5px;
	width: auto;
	position: relative;
	margin-left:35px;
	background-color: #FF7F00;
}

.comment_box_author:hover{
	background-color:#FF7F00;	
}

.reply_b{
	border-top: 1px #ccc dotted;
	padding: 5px 5px;
	margin-top: 10px;
}

.indent{
	margin-left: 25px;
}

.feedback_input{
	width: 99%;
	resize: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px #AAA solid;	
	font-family: 'Open Sans', sans-serif;
	padding-left: 5px;
}

.feedback_input:active{
    border: 1px #3681ac solid;		
}

.feedback_input:hover{
    border: 1px #3681ac solid;		
}

.reply_feedback{
	padding: 5px;
	background-color:#F0F0F0;
	margin-top: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight:600;
	color:#ABABAB;
	display:none;
}

.reply_feedback a:link{
   color: #000;
 }

.reply_feedback a:visited{
   color: #000;
 }


.reply_feedback_edit{
	padding: 5px;
	background-color:#F0F0F0;
	margin-top: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight:600;
	color:#ABABAB;
	display:none;
}

.reply_feedback_delete{
	padding: 5px;
	background-color:#F0F0F0;
	margin-top: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight:600;
	color:#ABABAB;
	display:none;
}

.feedback_date{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:400;
	display: inline;
	color: #999999;	
}

.error_message{
	font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #000;
    font-weight:300;
    text-align:center;    
}

.error_message_large{
	font-family: 'Open Sans', sans-serif;
    color: red;
    font-weight:500; 
}

.error_message_large a:link{
	font-family: 'Open Sans', sans-serif;
    color: red;
    font-weight:700; 
}

.error_message_large a:visited{
	font-family: 'Open Sans', sans-serif;
    color: red;
    font-weight:700; 
}

#new_author{
	margin-top: 10px;
}

#feedback_row{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #000;
	border-top: 1px #CCC solid;
	margin-top: 5px;
	padding-top: 5px;
}

.publication_origin_text{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #787878;
	display: inline;
	font-weight:400;
}

#publication_origin{
	text-align: left;
	margin-bottom: 10px;
}

#watch{
	cursor:pointer;
	left: -10px;
}

.watch_off{
	background-image: url(/images/watch_icon_on.png);
	width: 50px;
	height: 30px;
}

.watch_off:hover{
	background-image: url(/images/watch_icon_hover.png);
	width: 50px;
	height: 30px;	
}

.watch_on{
	background-image: url(/images/watch_icon_off_eye.png);
	width: 50px;
	height: 30px;
}

.watch_on:hover{
	background-image: url(/images/watch_icon_off_hover.png);
	width: 50px;
	height: 30px;	
}

#watch_box{
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
}

.vote_arrow{
	cursor:pointer;
}

.vote_rating{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #999999;		
}

#sorting{
	display: inline-block;
	float: right;
	top: 30px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}

#sorting select{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	padding: 5px;
}

.rating_below{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color:  #000;
	margin-left: 12px;
}

.rating_average{
	padding-left: 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #000;
}

.rating_above{
	padding-left: 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #000;
}

#rating_box{
	border: 1px #ccc solid;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	margin-top: 15px;
	padding: 10px;
	text-align: center;
}

.rating_box_header{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	padding-top: 20px;
	border-top: 2px #CCC solid;
}

.rating{
margin-left:15px;
}

#share_box{
	display: inline-block;
	position: relative;
	top: -7px;
}

#share_icon{
	cursor: pointer;
	margin-top: 15px;
    display: block;
    position: relative;

}

.post_as{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 18px;
}

.post_as a:link{
	color: #fff;
}

.post_as a:visited{
	color: #fff;	
}

.clickable_white{
	color: #fff;
	cursor: pointer;
	text-decoration: underline;
}

.owner{
	background-color:#FFFFAA;
	padding: 5px;
}

.new_comment_hide{
	display: none;
}

#already_posted{
	margin-top: 20px;
}

.pub_extra ul{
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
}

.pub_extra li{
	margin-bottom: 10px;
}

.pub_extra{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 12px;
    position: relative;
    display: block;
    width: 250px;
}

.pub_extra li:hover{
	text-decoration: underline;
	cursor:pointer;
}

.publication_count{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	/*color: #FF7D40;*/
	color: #000;
	font-size: 60px;
	margin-right: 5px;
}

.visits{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 15px;
}

#pub_count{
	margin-top: 25px;
	width: 205px;
	border: 1px #CCC solid;	
	padding: 15px;
	text-align: center;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.login_form{
	display: none;
}

.anon_form{
	display: none;
}

.author_callout{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 13px;
	border: 1px #CCC solid;	
	padding: 15px;
	text-align: center;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;	
	margin-top: 25px;
}

.author_callout_name{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #327556;
	font-size: 20px;	
}

.side_search_header{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:600;
	color:#000;	
}

.context_area{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight:700;
	color:#000;
	width: 100%;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 10px;		
}

.context_area a:link{
	color: #000;
}

.context_area a:visited{
	color: #000;
}

.new_post{
  background-color: #FFFFE0;
}

.fixed_side_float{
  position: fixed;
  top: 75px;
  background-color: #FFF;
  z-index: 500;
}

.altmetric_wide{
 position: relative;
 z-index:3;
 display: block;
 padding-bottom: 10px;
font-family: 'Open Sans', sans-serif;
	border: 1px #CCC solid;	
	padding: 15px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}



.altmetric{
 position: relative;
 z-index:3;
 display: block;
 padding-bottom: 10px;
font-family: 'Open Sans', sans-serif;
	width: 225px;
	border: 1px #CCC solid;	
	padding: 15px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.altmetric h2{
 padding: 0px;
 margin: 0 0 10px 0;
}

.altmetric_wide h2{
 padding: 0px;
 margin: 0 0 10px 0;
}

ul.inthenews{
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
	list-style-type: none;	
}

ul.inthenews li{
	width: 225px;
	word-wrap:break-word;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight:400;
	color:#000;
	padding-bottom: 5px;
	border-bottom: 1px solid #eaeaea;
		
}

ul.inthenews li a:link{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#000;
}

ul.inthenews li a:visited{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#000;
}

ul.inthenews li a:hover{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	color:#3681ac;
}

ul.inthenews_full{
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
	list-style-type: none;	
}

ul.inthenews_full li{
	word-wrap:break-word;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:400;
	color:#000;
	padding-bottom: 5px;
	border-bottom: 1px solid #eaeaea;
		
}

ul.inthenews_full li a:link{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#000;
}

ul.inthenews_full li a:visited{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#000;
}

ul.inthenews_full li a:hover{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#3681ac;
}

.side_headline_full{
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight:700;
	color:#000;
	margin-bottom: 5px;
	border-bottom: 1px solid #3681ac;
}

.side_headline{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight:700;
	color:#000;
	margin-bottom: 5px;
}

.news_text{
	font-size: 9px;
}

.right_column_wrapper{

}

#breadcrumb{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight:700;
	color:#fff;
	margin-bottom: 10px;
	margin-left: 10px;
}

#breadcrumb a:link{
	color:#fff;
}

#breadcrumb a:visited{
	color:#fff;
}	

.author_reply{
	border-radius: 5px;
	background-color: red;
	padding: 3px;
	display: inline-block;
	color: #FFF;
	margin-left: 20px;
	font-size: 12px;
	font-weight: bold;
}

.feedback_reply_title{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight:700;
	display:inline;
}

.feedback_reply_title link{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight:700;
	display:inline;
}

.feedback_reply_title visited{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight:700;
	display:inline;
}

.feedback_reply_title:hover{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #3681ac;
	font-weight:700;
	display:inline;
	cursor: pointer;
}
