/* Main CSS for nsp */
body {
	background: url('/media/images/bg.png?f82b6b68a7ce') repeat-y scroll top center white;
	line-height: 18px;
	font-family: "Garamond", "EB Garamond", "Times New Roman", serif;
	font-size: 14px;
	color: #646464;
}
a {
	padding: 3px 0px 0px 0px;
	border-bottom: 1px solid #efefef;
	text-decoration: none;
	color: #3c3c3c;
}
a:hover, a:active {
	color: #ff0000;
	border-color: #ff0000;
	outline: none;
}
a:focus {
	outline: none;
}
p	{
	margin-bottom: 10px;
}

.date {
	color: #8c8c8c;
}
.header {
	padding-bottom: 5px;
	border-bottom: 1px solid #b4b4b4;
	font-size: 14px;
	color: #8c8c8c;
}
.title {
	font-size: 14px;
}
.title .date {
	color: #8c8c8c;
}
.title a {
	text-decoration: none;
	border-bottom: 0;
	color: #ff0000;
}
.title a:hover, .title a:focus, .title a:active {
	text-decoration: none;
	border-bottom: 1px solid;
	color: #ff0000;
}
#main_bg {
	background: url('/media/images/main_bg.png?dc8a2e11961f') repeat-y scroll top center white;
}
/* Header */
#header {
	position: relative;
	height: 125px;
	padding-top: 20px;
	margin-bottom: 30px;
}
#logo {
	position: absolute;
	top: 20px;
	left: 0px;
}
#logo h1 {
	margin: 0;
}
#logo h1 a {
	background: url('/media/images/logo.png?dc8a2e11961f') no-repeat scroll 0 0 transparent;
	display: block;
	width: 366px;
	height: 60px;
	border: 0;
	text-decoration: none;
	text-indent: -9999px;
	color: transparent;
}
input {
	font-family: "Garamond", "EB Garamond", "Times New Roman", serif;	
}
#search {
	position: absolute;
	right: 0px;
	top: 20px;
}
#search-field {
	background: url('/media/images/search-ico.png?51f8654e702f') no-repeat scroll top right transparent;
	padding: 0 20px 0 10px;
}
input[type=password],
input[type=submit],
input[type=email],
input[type=text] {
	width: 144px;
	height: 19px;
	border: 1px solid #b4b4b4;
	line-height: 19px;
	font-size: 14px;
	color: #8c8c8c;
}
input[type=submit] {
  background-color : #DFDFDF;
  color : #3c3c3c;
  height : 23px;
	padding: 0px 10px;
	font-weight : bold;
}
input[type=submit]:hover {
  background-color : #ff0000;
  border-color : #ff0000;
  color : white;
}

/* subscribe in top bar */
#subscribe {
	position: absolute;
	right: 190px;
	top: 20px;
	width: 176px;
	border-top: 1px solid #ff0000;
	font-size: 18px;
}
a#subscribe, a#subscribe:hover {
	border-bottom: none;
}
/* Authors */
#authors {
	margin-bottom: 15px;
}
#authors .body {
	overflow: hidden;
}
#authors .body .authors_container {
	width: 9999px;
  height : 146px;
}
#authors .body .author {
	float: left;
	width: 81px;
	height: 138px;
	margin-right: 14px;
	padding-top: 0;
	padding-bottom: 7px;
	border-top: 1px solid #ff0000;
}
#authors .body .author:hover {}
#authors .body .author.active {
	padding-top: 1px;
	padding-bottom: 0;
	border-top: 0;
	border-bottom: 7px solid #ff0000;
}
#authors .body .author.active span.name {
	visibility: hidden;
}
#authors .body .author a {
	display: block;
	padding: 0;
	border: 0;
	text-decoration: none;
	cursor: pointer;
}
#authors .body .author.active a {
	cursor:default;
}
#authors .body .author span.name {
	display: block;
	height: 38px;
	line-height: 13px;
	overflow: hidden;
}
#authors .body .author span.pic {
	display: block;
	height: 100px;
	width: 81px;
}
#authors .body .author span.pic img {
	display: block;
	margin: 0;
	height: 100px;
	width: 81px;
	background-color : #F7F7F7;
}
#authors .nav {
	position: relative;
	float: left;
	width: 176px;
	padding: 40px 0 0;
}
#authors .nav.left_nav {
	text-align: left;
}
#authors .nav.right_nav {
	text-align: right;
}
#authors .nav h2 {
	font-family: "EB Garamond", "Garamond", "Times New Roman", serif;
	margin: 0;
	font-size: 24px;
	font-weight: normal;
}
#authors .nav.right_nav h2 a {
	position: relative;
	display: block;
	width: 176px;
	height: 98px;
	border: 0;
	text-decoration: none;
	color: #8c8c8c;
}
#authors .nav.active h2, #authors .nav.active h2 a {
	color: #3c3c3c !important;
}
#authors .nav:hover h2 a {
	color: #ff0000;
}
#authors .nav a span.arrow {
	background: url('/media/images/authors_nav_arrow.png?60dc4b650ab3') no-repeat 0 0 scroll transparent;
	position: absolute;
	width: 18px;
	height: 28px;
}
#authors .nav.left_nav a span.arrow {
	background-position: 0 0;
	right: 0;
}
#authors .nav.left_nav a:hover span.arrow {
	background-position: 0 -28px;
}
#authors .nav.right_nav a span.arrow {
	background-position: -18px 0;
	top: 35px;
	left: 0;
}
#authors .nav.right_nav h2 a:hover span.arrow {
	background-position: -18px -28px;
}
#authors .nav.left_nav h2 {
	display: block;
	cursor: default;
}
#authors .nav.left_nav a {
	position: absolute;
	display: block;
	top: 75px;
	right: 0;
	text-decoration: none;
}
/* Body */
#body {}
/* Menu */
#menu-main {
	margin-top: 113px;
	min-height: 212px;
}
body.article #menu-main,
body.month #menu-main {
	margin-top: 0px;
}
body.month #menu-main {
	min-height: 328px;
}
#menu-main ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu-main ul li {
	height: 37px;
	padding: 0;
	border-top: 1px solid #ff0000;
	margin: 0;
}
#menu-main ul li a {
	display: block;
	height: 37px;
	padding: 0;
	border-bottom: 0;
	line-height: 37px;
	font-size: 22px;
	color: #8c8c8c;
}
#menu-main ul li.active {
	background: url('/media/images/menu_item_bg_active.png?e81ee969de0a') no-repeat scroll top right transparent;
}
#menu-main ul li.active a {
	color: #3c3c3c !important;
}
#menu-main ul li:hover {}
#menu-main ul li:hover a {
	color: #ff0000;
}
/* Minor menu */
.menu-minor {}
.menu-minor ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu-minor ul>ul {
	margin-left: 10px;
}
.menu-minor ul li {
	margin:0;
	font-size: 16px;
}
.menu-minor ul li a {
	display: block;
	padding: 0;
	padding-bottom: 1px;
	border-bottom: 0;
	text-decoration: none;
	line-height: 26px;
	color: #ff0000;
}
.menu-minor ul li:hover a {
	padding-bottom: 0;
	border-bottom: 1px solid #ff0000;
}
.menu-minor ul li.active a {
	color: #3c3c3c;
}
/* Content */
/* Hero */
#hero {
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
	font-family: Georgia, Garamond, "Times New Roman";
}
#hero .wrapper {
	width: 554px;
	height : 313px;
}
#hero .hero {
	position: absolute;
	float: left;
	border: 1px solid #b4b4b4;
	display : none;
	background-color : #F7F7F7;
}
#hero .hero_bg img {
	width : 554px;
	height : 311px;
}
#hero .hero.active {
	display : block;
}
#hero .hero .hero_bg {
	position: relative;
}
#hero .hero .hero_bg img {
	display: block;
	margin: 0;
}
#hero .hero .hero_header-block {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 55px;
	color: #ffffff;
	height : 255px;
}
#hero .hero .hero_about-block {
	background: transparent;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 240px;
	padding: 15px;
	line-height: 15px;
	font-family: "Times New Roman";
	font-size: 13px;
	color: #ffffff;
}
#hero a.subscribe,
#hero .hero .hero_about-block a {
	color: #ffffff;
	border-bottom-color: #ffffff;
}
#hero .hero .hero_name {
	background-color: #8b8b8b;
	background: rgba(139, 139, 139, 0.4);
	display: inline;
	display: inline-block;
	padding: 0px 10px 0px 10px;
	margin-bottom: 3px;
	line-height: 30px;
	font-size: 18px;
}
#hero .hero .hero_title {
	background-color: #8b8b8b;
	background: rgba(139, 139, 139, 0.4);
	padding: 3px 10px 3px 10px;
	margin-bottom: 20px;
	line-height: 30px;
	font-size: 24px;
}
#hero .hero .hero_name a,
#hero .hero .hero_title a,
#hero .hero .hero_name a:hover,
#hero .hero .hero_title a:hover {
	text-decoration : none;
	border : none;
	padding : none;
	color: #ffffff;
}
#hero .hero .hero_date {
	padding: 0 10px 0 10px;
	margin-bottom: 5px;
	font-size: 14px;
}
#hero .hero.future .hero_date {
	background-color: #8b8b8b;
	background: rgba(139, 139, 139, 0.4);
	line-height: 30px;
	font-size: 18px;
}
#hero .hero .hero_type {
	padding: 10px 3px 0 10px;
	text-transform: uppercase;
	font-size: 11px;
}
#hero .hero .hero_credit {
	padding: 0 10px 0 10px;
	font-size: 10px;
	position : absolute;
	bottom : 0px;
  width : 270px;
}
#hero .hero .hero_text {
	margin-bottom: 5px;
}
#hero .hero .hero_more {}
#hero .hero .hero_more a {
	float: right;
}
#hero a.subscribe:hover,
#hero .hero .hero_more a:hover {
	color: #ff0000 ! important;
	border-color : #ff0000 ! important;
}
/* Recent articles */
.recent-articles {
	width: 570px;
	/*	overflow: hidden;*/
}
.recent-articles .horizontal-divider {
	border-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
.recent-articles .section {
	float: left;
	width: 176px;
	/*	height: 280px;*/
	margin-bottom: 20px;
	margin-right: 14px;
}
.recent-articles .section .header {
	border-bottom: 1px solid #b4b4b4;
	padding-bottom: 5px;
	font-size: 14px;
	color: #8c8c8c;
}
.recent-articles .section .body {
	/*	max-height: 225px;*/
	overflow: hidden;
}
.recent-articles .section .body .title {
	margin-bottom: 8px;
}
.recent-articles .section .body .title .contributor {
    color: #8c8c8c;
}
.recent-articles .section .body .article {}
.recent-articles .section .more {
	float: right;
}
.recent-articles .section .more a {}
/* Featured books sidebar section */
#featured-books {}
#featured-books .header {
	margin-bottom: 10px;
}
#featured-books .book {
	border-top: 1px solid #b4b4b4;
	margin-bottom: 25px;
}
#featured-books .book.first {
	border-top: 0;
}
#featured-books .book .pic {}
#featured-books .book .pic a {
	text-decoration: none;
	border: 0;
}
#featured-books .book .pic a img {
	display: block;
	margin: 0;
}
#featured-books .book .title {}
#featured-books .book .author {}
#featured-books .book .buy_book {}
#featured-books .book .buy_book a {}
#featured-books .book .buy_book .price {}
#featured-books .book .buy_ebook {
	position: relative;
}
#featured-books .book .buy_ebook .title_arrowed {
	background: url('/media/images/arrow_ebook.png?60dc4b650ab3') no-repeat right center scroll transparent;
	padding-right: 13px;
	cursor: default;
}
#featured-books .book .buy_ebook:hover .title_arrowed {
	color: #ff0000;
}
#featured-books .book .buy_ebook .flyout {
	background: white;
	display: none;
	position: absolute;
	top: 18px;
	left: 0px;
	width: 165px;
	padding: 5px;
	border: 1px solid #B4B4B4;
	line-height: 13px;
	opacity: 0.9;
	z-index: 1;
}
#featured-books .book .buy_ebook:hover .flyout {
	display: block;
}
#featured-books .book .buy_ebook .flyout ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#featured-books .book .buy_ebook .flyout ul li {
	margin: 0;
}
#featured-books .book .buy_ebook .flyout ul li a {
	display: block;
	border-bottom: 0;
}
#featured-books .book .buy_ebook .flyout ul li:hover {}
#featured-books .book .buy_ebook .flyout ul li:hover a {}
/* In short sidebar section */
#sidebar-right .block {
	background: #f7f7f7;
	padding: 5px 10px;
	border: 1px solid #efefef;
	font-size: 13px;
}
#sidebar-right .block .article {
	margin-bottom: 10px;
}
#sidebar-right .block .article .title {
	font-size: 14px;
  color : #3C3C3C;
}
#in-short .article .date {
	font-size: 13px;
}
#sidebar-right .block .pic {
	margin-bottom: 10px;
}
#sidebar-right .block img {
	display: block;
	margin: 0;
}
#sidebar-right .block p {
	margin-bottom: 10px;
}
#sidebar-right .block a.more {
	color: #ff0000;
	border-bottom-color: #ff0000;
}
#sidebar-right .block blockquote {
	margin: 8px 0 8px 10px;
	/*  #314 Remove red line from block quotes in 'In short'
	border-left: 1px solid #ff0000;
	*/
}
#sidebar-right .block .author {
	margin-bottom: 15px;
}
#sidebar-right .block .author .title {
	margin-bottom: 10px;
}

#body #content #in-short .pic {
	margin-bottom: 10px;
}
#body #content #in-short img {
	display: block;
	margin: 0;
}
#body #content #in-short p {
	margin-bottom: 10px;
}
#body #content #in-short a.more {
	color: #ff0000;
	border-bottom-color: #ff0000;
}
#body #content #in-short blockquote {
	padding-left: 10px;
	border-left: 1px solid #ff0000;
}
#body #content #in-short .author {
	margin-bottom: 15px;
}
#body #content #in-short .author .title {
	margin-bottom: 10px;
}

#in-short {}
#in-short .header {
	color: #ff0000;
	margin-bottom: 5px;
	font-size: 14px;
}
/* Footer */
#footer {
	background: url('/media/images/footer_bg.png?c178619d7e0d') no-repeat scroll top center transparent;
	padding: 20px 0;
	font-size: 13px;
	color: #8c8c8c;
}
#footer a {
	color: #8c8c8c;
	text-decoration: none;
	border-bottom: 0;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #3c3c3c;
}
#footer .title {
	font-size: 14px;
	font-weight: normal;
	color: #8c8c8c;
}
#footer .title a {
	text-decoration: none;
	border-bottom: 0;
	color: #ff0000;
}
#footer .title a:hover,
#footer .title a:focus,
#footer .title a:active {
	text-decoration: none;
	border-bottom: 1px solid;
	color: #ff0000;
}

#footer .bestsellers {
	min-height: 400px;
	margin-bottom: 50px;
	font-size: 14px;
	color: #646464;
}
#footer .bestsellers .date {
	color: #8c8c8c;
}
#footer .bestsellers .more {}
#footer .bestsellers .more a {
	text-decoration: none;
	color: #3c3c3c;
	border-bottom: 1px solid #B4B4B4;
}
#footer .bestsellers .more a:hover,
#footer .bestsellers .more a:active {
	color: #ff0000;
	border-bottom: 1px solid #ff0000;
}
#footer .bestsellers .heading .title {
	padding-bottom: 5px;
	border-bottom: 1px solid #B4B4B4;
	margin-bottom: 0px;
}
#footer .bestsellers .body .item {
	margin-bottom: 5px;
}

#footer .copyright {
	padding-bottom: 5px;
	border-bottom: 1px solid #b4b4b4;
	font-size: 14px;
}
#footer .menu {
	margin-bottom: 80px;
	line-height: 16px;
}
#footer .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .menu ul li {
	margin: 0;
}
#footer .menu ul li a {
	display: block;
}
#social-block {

}
#social-block ul.social-buttons,
#social-block ul.social-buttons li {
	list-style : none;
	margin : 0;
	padding : 0;
}
#social-block ul.social-buttons li {
	float : left;
}
#social-block ul.social-buttons li.fb-like {

}
#social-block ul.social-buttons li.twitter-share,
#social-block ul.social-buttons li.googleplus {
	width : 65px;
}
#social-block ul.social-buttons li.fb-like {

}
#social-block ul.social-buttons li.twitter-share,
#social-block ul.social-buttons li.googleplus {
	width : 65px;
}
/* fb sets this to 90px when it needs 92px */
#social-block .fb-like iframe.fb_ltr {
	height : 100px ! important;
}
/* fb doesn't seem to trim this correctly */
#social-block .fb-comments {
	min-height : 250px;
}
.social ul.buttons,
#social ul.buttons {
	list-style : none;
	margin : 0;
	padding : 0;
	clear : both;
	display : table;
}
.social ul.buttons li,
#social ul.buttons li {
	background-image : url('/media/images/social-icons.png?51f8654e702f');
	background-repeat : no-repeat;
	background-position : 0 0;
	width : 36px;
	height : 36px;
	list-style : none;
	float : left;
	margin : 0 8px 8px 0;
}
.social ul li a,
#social ul.buttons li a {
	width : 36px;
	height : 36px;
	display : block;
	text-indent : -10000px;
	border : none;
}

.social ul li.Facebook,
.social ul li.facebook,
#social ul.buttons li.facebook {
	background-position : -36px -72px;
}
.social ul li.Facebook:hover,
.social ul li.facebook:hover,
#social ul.buttons li.facebook:hover {
	background-position : 0px -72px;
}
.social ul li.Twitter,
.social ul li.twitter,
#social ul.buttons li.twitter {
	background-position : -36px 0px;
}
.social ul li.Twitter:hover,
.social ul li.twitter:hover,
#social ul.buttons li.twitter:hover {
	background-position : 0px 0px;
}
.social ul li.Google-plus,
.social ul li.google-plus,
#social ul.buttons li.google-plus {
	background-position : -36px -108px;
}
.social ul li.Google-plus:hover,
.social ul li.google-plus:hover,
#social ul.buttons li.google-plus:hover {
	background-position : 0px -108px;
}
.social ul li.Rss,
.social ul li.rss,
#social ul.buttons li.rss {
	background-position : -36px -144px;
}
.social ul li.Rss:hover,
.social ul li.rss:hover,
#social ul.buttons li.rss:hover {
	background-position : 0px -144px;
}
.social ul li.Linkedin,
.social ul li.linkedin,
#social ul.buttons li.linkedin {
	background-position : -36px -36px;
}
.social ul li.Linkedin:hover,
.social ul li.linkedin:hover,
#social ul.buttons li.linkedin:hover {
	background-position : 0px -36px;
}

.social ul li.Subscribe,
.social ul li.subscribe,
#social ul.buttons li.subscribe {
 	background-position : -28px -216px; 
 	width : 44px;
 	margin-left : -8px;
}
.social ul li.Subscribe:hover,
.social ul li.subscribe:hover,
#social ul.buttons li.subscribe:hover {
 	background-position : -28px -180px; 
}

.social ul li.Twitter.Hashtag,
.social ul li.twitter-hashtag,
#social ul.buttons li.twitter-hashtag {
  background : none;
  width : auto;
}
.social ul li.web-link a,
#social ul li.web-link a,
.social ul li.twitter-hashtag a,
#social ul.buttons li.twitter-hashtag a{
  text-decoration : underline;
  width: auto;
}
.social ul li.Twitter.Hashtag:hover,
.social ul li.twitter-hashtag:hover,
#social ul.buttons li.twitter-hashtag:hover {
 	background-position : 0px 0px; 
}

.social ul li.twitter-hashtag a:before {
  content : "";
  background : url('/media/images/social-icons.png?51f8654e702f') no-repeat -36px -252px;

  width : 36px;
  height : 36px;
  display : block;
  position : absolute;
  margin-left : -48px;
  margin-top : -8px;
}

.social ul li.twitter-hashtag:hover a:before {
  background-position : 0px -252px;
}

.social ul li.Web.Link,
.social ul li.web-link,
#social ul.buttons li.web-link {
  background : none;
}
.social ul li.Web.Link:hover,
.social ul li.web-link:hover,
#social ul.buttons li.web-link:hover {

}

.clear {
    clear: both;
}

#hero a.subscribe {
  margin-left : 10px;
}
/*
  this would be for using the icon instead of a text link - disabled

a.subscribe {
  display : block;
  text-indent : -10000px;
	background-image : url('/media/images/social-icons.png?51f8654e702f');
	background-repeat : no-repeat;
	background-position : -36px -183px;
	width : 36px;
	height : 24px;
	float : right;
	text-decoration : none;
	border-bottom : none;
}

.subscribe:hover {
 	background-position : 0px -183px; 
}
*/

.page-generation-timestamp {
    opacity: 0.25;
}
#mc_embed_signup {
  max-width : 640px;
  min-width : 320px;
  margin : 0 auto;
  padding : 20px;
}
#mc_embed_signup h2 {
  display : none;
}

#mc_embed_signup .asterisk {
  font-size : 2em;
  color : red;
}
#mc_embed_signup li,
#mc_embed_signup ul {
  list-style : none;
  padding : 0;
  margin : 0;
}

#mc_embed_signup input[type=radio] {
  margin-right : 10px;
}

#mc_embed_signup input[type=email] {
  width : 250px;
	padding: 1px 10px;
}
#mc_embed_signup input[type=email]:focus {
  border-color : #ff0000;
  color : #3c3c3c;
}
#mc_embed_signup .indicates-required {
  font-size : 0.9em;
  font-style : italic;
}

#mc_embed_signup .clear {
  height : auto;
  width : auto;
  visibility : visible;
}
#mc_embed_signup strong {
  font-weight : normal;
  font-size : 15px;
  color : red;
}

#mc_embed_signup .mc-field-group {
  margin : 5px 0;
}
#mc_embed_signup .mc-field-group.input-group {
  float : left;
  margin-right : 20px;
  min-width : 45%;
}
#mc_embed_signup.minimal { 
  width : 420px;
  text-align : center;
  padding-bottom : 2.5em;
}
#mc_embed_signup.minimal label {
  display : block;
}
#mc_embed_signup.minimal input[type=submit] {
  margin : 0;
  width : 110px;
  border-left : none;
}
#mc_embed_signup.minimal input[type=submit],
#mc_embed_signup.minimal input[type=email] {
  vertical-align : baseline;
  font-size : 1.2em;
}
#mc_embed_signup.minimal .clear {
  display : inline;
}
/*Remove button padding in firefox - fixes vertical alignment */
input::-moz-focus-inner  { 
    border: 0;
    padding: 0;
}
/* disable the ios styling of our form elements */
input[type=password],
input[type=email],
input[type=submit],
input[type=text] {
  -webkit-appearance : none;
  -webkit-border-radius : 0;
  border-radius : 0;
}
/* hide all modals */
.modal {
  display : none;
}

#simplemodal-overlay {
  background-color : #DFDFDF;
}
#simplemodal-container {
  background-color : #ffffff;  
  border : 1px solid #A3A3A3;
}
#simplemodal-container a.modalCloseImg {
	background: url('/media/images/authors_nav_arrow.png?60dc4b650ab3') no-repeat -72px 0;
	width:24px;
	height:24px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-4px;
	right:-5px;
	cursor:pointer;
	padding : 0;
  border : none;
}
#simplemodal-container a.modalCloseImg:hover {
  background-position : -72px -28px;
}
/* all iOS devices (iPhone, iPod Touch, iPad) */
@media screen and (max-device-width: 1024px) {
    #simplemodal-overlay {
        width: 990px !important; /* change to the maximum width of your site */
        height: 5000px !important; /* change to a very large number, greater than the height of the page */
    }
    #mc_embed_signup input[type=email]:focus {
	    border: 1px solid #b4b4b4;
	  }
}
.author .social ul, .book .social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.author .social ul, .book .social ul li {
}
.social ul li.twitter-hashtag,
.social ul li.web-link {
  float : none;
  clear : both;
}

.social ul li.twitter-hashtag a {
  text-indent: 0;
  margin-left: 48px;
  padding-top: 10px;
}
.social ul li.web-link a {
  text-indent: 0;
}  
/*
  mr.snow commented this out 
.author .social ul li, .book .social ul li {
	padding: 0;
	margin: 0;
}
*/

/* science prize styles */
body.scienceprize {
}
body.scienceprize h2 {
  text-transform : uppercase;
  font-family: "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
  letter-spacing: 4px;
  color : #f99b1d;
  font-size : 65px;
  background-image : url('/media/images/science-prize-assets/scienceprize-logo.png?b067d9e16aa7');
  background-repeat : no-repeat;
  text-indent : -9999px;
  width : 485px;
  height : 104px;
}
body.scienceprize #static-content {
  font-size: 17px;
  color: #3C3C3C;
  font-family: garamond-premier-pro-caption "Garamond", "EB Garamond", "Times New Roman", serif;
}

body.scienceprize #static-content p {
  margin-bottom: 20px;
}
body.scienceprize #sidebar-left {
  padding-top : 10px;
  /*
  background-image : url('/media/images/science-prize-assets/left-atom.png?b067d9e16aa7');
  */
}
body.scienceprize #sidebar-right {
  padding-top : 35px;
  width: 130px;
  /*
  background-image : url('/media/images/science-prize-assets/right-atom.png?b067d9e16aa7');
  */
}
body.scienceprize #sidebar-left h3 {
  text-transform: uppercase;
  font-family: "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
  letter-spacing: 4px;
  font-size : 22px;
  color : #f99b1d;
  margin-top : 8px;
}

body.scienceprize #sidebar-left a,
body.scienceprize #sidebar-left a:hover {
  text-decoration : none;
  border-bottom : none;
  color : #f99b1d;
}

body.scienceprize #sidebar-left a:hover {
  color : #444444;
}

body.scienceprize #sidebar-left,
body.scienceprize #sidebar-right {
  font-family: "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
  font-weight : bold;
  color : #f99b1d;
  font-size : 18px;
  line-height : 24px;
  background-repeat : no-repeat;
  background-position : left bottom;
}

body.scienceprize #sidebar-right h3 {
  font-size : 22px;
}
body.scienceprize #menu-main,
body.scienceprize #sidebar-left .download,
body.scienceprize #sidebar-right .image .caption, 
body.scienceprize #sidebar-left .image .caption {
  display : none;
}

body.scienceprize #sidebar-left .image {
  margin-left: -19px; 
}

body.scienceprize hr {
  margin-top: 15px;
  margin-bottom: 5px;
}

body.scienceprize #sidebar-right hr {
  border-color : #f99b1d;
}
body.scienceprize h3.bragg {
  background-image : url('/media/images/science-prize-assets/bragg-logo.png?e81ee969de0a');
  background-repeat : no-repeat;
  text-indent : -9999px;
  color : #444444;
  width : 86px;
  height : 93px;
}

body.scienceprize h3.copyright-agency {
  background-image : url('/media/images/science-prize-assets/copyright-agency-logo-new.png?b067d9e16aa7');
  background-repeat : no-repeat;
  text-indent : -9999px;
  color : #444444;
  width : 96px;
  height : 43px;
}

body.scienceprize .small {
  font-size : 0.8em;
 	color: #646464; 
}

body.scienceprize .hanging {
  position : relative;
  font-size : 2em;
  top:10px;
  margin-left : -4px;
}

.banner {
	width: 556px;
}

.banner a:hover, .banner a {
	border: none;
}

a#fdbk_tab {
    background-image: url('/media/images/admin_tab.png?60dc4b650ab3');
    color: white;
    cursor: pointer;
    height: 71px;
    left: 0;
    margin-left: -7px;
    overflow: hidden;
    position: fixed;
    text-indent: -100000px;
    top: 25%;
    width: 42px;
    z-index: 100000;
}

a#fdbk_tab:hover {
	border-bottom: none;
	margin-left: -4px;
}