
/* Style lists in blogs and publications. */
div.publication .content li,
div.blog .content li {
  margin-right: 50px;
  text-align: justify;  
}



body {
  color: black;
  background: #3b617f url(bg.png) repeat-x;
}
body.cke_show_borders {
  background: #fff !important;
}
a, a:link, a:active, a:visited,
h1, h2, h3, h4, h5, h6 {
  color: #3b617f;
}
a img, a:link img, a:active img, a:visited img, a:hover img {
  border: none;
}
h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active,
h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active,
h3 a, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active,
h4 a, h4 a:link, h4 a:visited, h4 a:hover, h4 a:active,
h5 a, h5 a:link, h5 a:visited, h5 a:hover, h5 a:active,
h6 a, h6 a:link, h6 a:visited, h6 a:hover, h6 a:active {
  color: #3b617f;
  border: none;
  text-decoration: underline;
}
/*
#sidebar-left .block .content a:hover {
	background: #2D7331;
	color: #FFFFFF;
}
*/
#main {
  background: #fff;
}
#main .node .content a:visited {
  color: #999;
}

blockquote {
	border-left: 1em solid #eee;
}

#wrapper {
}

/*
*  Header
*/
#header {
  background: #3B617F url(bg.png) repeat-x;
  border-bottom: none;
  padding-top:20px;
}
#header h1 a {
  color: #fff;
}
#header .slogan {
  color: #fff;
} 
#header-additional, 
#header-additional h2, 
#header-additional h3, 
#header-additional h4, 
#header-additional h5, 
#header-additional h6, 
#header-additional a, 
#header-additional a:visited {
  color: #fff;
}
#search {
  padding-top: 3px;
}
#search input {
  color: #3B617F;
  background: #fff;
  border: 1px solid #999;
}
#search input:focus {
  background: #ddd;
}
#search input.form-submit {
  color: #fff;  
  background: #193547;
  border-width: 1px;
  border-style: solid;
  border-top-color: #999;
  border-left-color: #999;
  border-right-color: #333;
  border-bottom-color: #333;
}
#search input.form-submit:focus {
  border-top-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #666;
  border-bottom-color: #666;
}

/*
*  Menus
*/

#menu {
  position: relative;
  border-top: 1px solid #ddd;
  background: #3b617f url(bg1.png) bottom left repeat-x;

}

.primary_menu {

  background: #3b617f url(bg1.png) bottom left repeat-x;
  top: 0px;
  left: 0px;
}

div#menu_left
{
	top:0px;
	right:0px;
}


.primary_menu a,
.primary_menu a:link,
.primary_menu a:active,
.primary_menu a:visited {
  color: #3B617F;
  border-bottom: none;
}
.primary_menu  a:hover,
.primary_menu  a:focus {
  color: black;
  background: #D7D7D7;
}
.primary_menu  a.active:hover,
.primary_menu  a.active:focus {
  color: black;
}
#menu .secondary_menu {
  background: #ccc;
}
.secondary_menu a,
.secondary_menu a:link,
.secondary_menu a:active,
.secondary_menu a:visited {
  color: black;
  border-bottom: none;
}
.secondary_menu  a:hover,
.secondary_menu  a:focus {
  color: black;
  background: #e0e0e0;
}
.secondary_menu  a.active:hover,
.secondary_menu  a.active:focus {
  color: black;
}

#content {
	width: 910px;
  float: left;
  -webkit-box-shadow: 3px 0px 25px 3px #333, -3px 0px 25px 3px #333;
  -moz-box-shadow: 3px 0px 25px 3px #333, -3px 0px 25px 3px #333;
  box-shadow: 3px 0px 25px 3px #333, -3px 0px 25px 3px #333;
  background: #fff;
}

/*
*  Sidebar
*/
.sidebar-left #main {
  border-left: 1px solid #ccc;
  background: #f4fff4 none repeat scroll 0%;
}
.sidebar-right #main {
  border-right: 1px solid #ccc;
}
.sidebars #main {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.sidebar {
  background: #fff;
}
#sidebar-right {
  border-left: 1px solid #ccc;
}
#sidebar-left {
  border-right: 1px solid #ccc;
  background: #f4fff4;
}
/* Blocks */
.sidebar a,
.sidebar a:link,
.sidebar a:active,
.sidebar a:visited {
  color: #3b617f;
  border-bottom: none;
}
.sidebar a:hover,
.sidebar a:focus {
  border-bottom: 1px solid #999;
}

/*
*  Footer
*/
#footer {
  color: white;

  background: #fff url(bg3.png) bottom left repeat-x;
}

/*
*  Content
*/
.upper-links{
	float: right;
	width: auto;
	text-align: right;
}

.lower-links
{
    float: left;
    width: auto;
    text-align: right;
    margin-top: -13px;
}

.upper-links li,.lower-links li {
	list-style: none;
	display: inline;
}
.upper-links .blog_usernames_blog {
	display: none;
}
.upper-links .forward_links {
	display: none;
}

.upper-links .addtoany {
  margin-left: 1em;
}
.statistics_counter {
/*   display: none !important; */
}
.a2a_kit {
  float: right;
  margin-bottom: 10px;
}

.node .content {
  clear: both;
}

ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0 0 0em;
}

ul.links li a
{
	
}

.node .links, .node .taxonomy {
  color: #999;
}
.node.teaser .calendar {
  background: #fff url(bg2.png) bottom repeat-x; 
}
.messages, .node .meta, .comment, .node.teaser .calendar {
  color: #999;  
  border: 1px solid;
  border-top-color: #f3f3f3;
  border-left-color: #f3f3f3;
  border-bottom-color: #ddd;
  border-right-color: #eee;
}
.messages, .node .meta, .comment {
  background: #f3f3f3;
}
.messages {
  color: #666;
}
.node.teaser .meta {
  background: transparent;
  border: none;
}
.node.teaser .calendar .time {
  color: #999;
}
.node .author {
}
.book-navigation .menu {
  border: none;
}
.book-navigation .page-links {
  border: 1px solid #ccc;
}
.comment {
  color: #000;
}
.comment .id, .comment .id a, .comment .id a:link, .comment .id a:active, .comment .id a:visited {
  color: #ddd;
}
.comment .submitted, .comment .links {
  color: #999;
}
.new {
  color: red;
}

.breadcrumb {
display:inline;
padding-bottom: .5em;

}
p  { text-align: justify; }

.blog {
  padding-bottom: 15px;
}

.view-footer p {
  text-align: center;
  font-weight: bold;
}

#block-views-frontpage_morning_update-block {
  border-top: 1px solid #ccc;
}

.meta {
height: auto;
padding-bottom: 15px;
}

.sharethis_link, sharethis-link 
{
	margin-left: 15px;
}

.taxonomy ul
{
   /*  float:left; CMM Jan 17, 2012 */
     padding-left: 50px;
     margin-left: 50px;
}

.more_on
{
	float:left;
	padding-right: 0px;
}

#taxonomy_table
{
   width: 98%;
   background-color: #F3F3F3;

    border-color: #DDDBDB #DDDBDB #DDDBDB #DDDBDB;
    border-style: solid;
    border-width: 1px;

}

#taxonomy_table tr
{
    border: none;
    padding: 5px;
    
}

#taxonomy_table .lower-links
{
  margin-top: 0px;
}

#taxonomy_table tr td
{
  vertical-align:middle;
}

#taxonomy_table ul.links li
{
   padding-left: 0px;
}


.field-item
{
   display: none;
}

.blog_usernames_blog
{
/*	float: left !important;
	display: block !important;
*/
}

.print_html
{
	
}

.publications_taxonomy_terms
{
	text-align:center;
	align: center;
	vertical-align: middle;
}



a.stbutton.stico_default
{
	padding: 0px 1px 1px 22px;
}

td.more_on_td
{
	margin-right: 0px;
	padding-right: 0px;
}

td.more_on_td2
{
	margin-left: 0px;
	padding-right: 0px;
}

.view-popular div.view-content table
{
	background-color: #FFF; /* #EFEFEF; */
	padding: 10px;
}


div.view-popular div.view-content table.views-table tbody tr.odd
{
	background-color: #F6F6F6 !important;
	
}

div.view-popular div.view-content table.views-table tbody tr.even
{
	background-color: #FFF !important;
	
}

div.view-popular div.view-content table.views-table tbody tr td.views-field span.marker
{
	color:#000;
	text-transform: capitalize;
}

/*
div.block-user *, body.front div#wrapper div#content div#sidebar-left.sidebar div#block-user-0.block div.content form#user-login-form div div#fbconnect_button-wrapper.form-item, body.front div#wrapper div#content div#sidebar-left.sidebar div#block-user-0.block
{
	 visibility: hidden; 
}


div#sidebar-left.sidebar div#block-user-0.block div.content form#user-login-form div div#fbconnect_button-wrapper.form-item
{
	margin-top: -175px;
	visibility: hidden;
}
*/
/*
 #fbconnect_button-wrapper, #fbconnect_button-wrapper * 


div#sidebar-left.sidebar div#block-user-0.block div.content form#user-login-form div div#fbconnect_button-wrapper.form-item,
div#sidebar-left.sidebar div#block-user-0.block div.content form#user-login-form div div#fbconnect_button-wrapper.form-item *
{
	
	visibility: hidden;
}
*/

a.fb_button:hover a.fb_button_large:hover
{
	background-color: #3B617F !important;
}

#edit-submit[value="Log in"]
{
	margin-top: -35px;
}

/*
html.js body.not-front div#wrapper div#content div#main div.content form#user-login div div#edit-name-wrapper.form-item,
html.js body.not-front div#wrapper div#content div#main div.content form#user-login div div#edit-pass-wrapper.form-item,
html.js body.not-front div#wrapper div#content div#main div.content form#user-login div input#edit-submit.form-submit
{
	visibility: hidden;
}

html.js body.not-front div#wrapper div#content div#main div.content form#user-login div div#fbconnect_button-wrapper.form-item
{
	margin-top: -155px;
}


/*
body.not-front div#wrapper div#content div#main div.content form#user-login div div#fbconnect_button-wrapper.form-item, #fbconnect_button-wrapper
{
	visibility: hidden;
}

*/

/* 
html.js body.not-front div#wrapper div#content div#main div.content form#user-login div div#fbconnect_button-wrapper.form-item,
html.js body.not-front div#wrapper div#content div#sidebar-left.sidebar div#block-user-0.block,
#block-user-0
{
	visibility: hidden;
	display: none;
}
*/
.sharethis_link
{
}

.links_inline
{
   width: 100%;
}

html.js body.not-front div#wrapper div#content div#main div.content div#node-2582.node div.taxonomy table#taxonomy_table tbody tr td div.lower-links ul.links li.blog_usernames_blog a, div.taxonomy table#taxonomy_table tbody tr td div.lower-links ul.links li.blog_usernames_blog 
{
   min-width: 100px !important;
   width: 350px !important;
   float: left;
}

html.js body.not-front div#wrapper div#content div#main div.content div#node-3041.node div.taxonomy table#taxonomy_table tbody tr td div.lower-links ul.links li.statistics_counter
{
   margin-left: -200px;
   margin-right: 200px;
}

#related strong 
{
   font-size: 12px;
   color: #000;
}

.authors_taxonomy, .authors_taxonomy li
{
   color: #000;
   font-size: 13px;
}

.authors_taxonomy li a
{
   font-size: 13px;
}

html body.front div#wrapper div#content div#main h1.title span, html body.front div#wrapper div#content div#sidebar-right.sidebar h1.title span a
{
	display: none;
}

html body.front div#wrapper div#content div#sidebar-right.sidebar div#block-block-101.block div.content p img
{
	margin-left: -10px;
	padding-left: 0px;
	margin-top: -4px;
}

html body.front div#wrapper div#content div#sidebar-right.sidebar div#block-block-101.block div.content center img
{
	margin-top: -4px;
}

html body.front div#wrapper div#content div#sidebar-right.sidebar div#block-block-41.block 
{
	display: none;
}

html body.front div#wrapper div#content div#sidebar-right.sidebar div#block-block-101.block
{
	padding-bottom: 0px;
	margin-bottom: 14px;
}

html body.front div#wrapper div#content div#sidebar-left.sidebar div#block-block-5.block div.content center a img
{
	margin-top: -1px;
}

html body.front div#wrapper div#content div#main div.content div#block-block-100.block div.content center img
{
	margin-top: 2px;
	margin-bottom: -7px;
	
}


div#sidebar-right.sidebar div#block-block-101.block div.content center a, div#sidebar-left.sidebar div#block-block-5.block div.content center a:hover
{
	border-bottom: none !important;
	text-decoration: none !important;
	background: none;
}

#block-block-5 .content, #block-block-100 .content, #block-block-101 .content
{
        margin-top: -14px;
}

#block-block-100 .content
{
	padding-bottom: 7px;
}

#block-block-101 .content
{
	padding-bottom: 0px;
/*	margin-bottom: -2px; */
}

div#sidebar-left.sidebar div#block-block-5.block div.content center 
{
	padding-bottom: 0px;
	margin-bottom: 5px;
}

.lower-links, .lower-links .links
{
	width: 650px;
}

div.lower-links ul.links li.blog_usernames_blog a, div.lower-links ul.links li.print_html a
{
	width: 250px;
}


/* #block-block-101 */

.taxonomy_h2
{
	font-size: 170% !important;
}


body.front div#wrapper div#content div#main div.content div#block-block-4.block div.content p
{
	margin-top: -12px;
}

body.front div#wrapper div#content div#sidebar-right.sidebar div.view div.view-content div.views-row div#node-3447.node
{
	margin-top: -20px;
}

#author_date_block
{
	float: left;
}

#upper_links_on_author_line
{
	float: right;
}

#upper_links_on_author_line ul li.blog_usernames_blog
{
	display: none;
}

#upper_links_on_author_line ul li
{
	float: left;
}

.view-frontpage
{
	margin-top: -26px;
}


.left_column_no_underline:hover
{
	background-color: none !important;
	background: none !important;
	border-bottom: none !important;
}


/* $Id$ */
/*
 *  *   This is the default layout template for nice menus, and will provide
 *   *     a starting point for the look of your menus. To customize, it's
 *    *       recommended to create a custom CSS file using this file as a template,
 *     *         then configure the module to use your custom CSS file
 *      *           (this is done in the global settings tab of the theme administration.)
 *       *
 *        *             See README.txt and the handbook page (http://drupal.org/node/185543)
 *         *               for more information on using the CSS.
 *          *               */

/******************************
 *  *  Global CSS for ALL menu types
 *   *  ******************************/
div#menu {
	height:32px;
	line-height: 185%;
	border-top: 0px;
}
ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.nice-menu li {
  border-right: 1px solid white;
  float: left; /* LTR */
/*  background: #fff url(http://www.cis.org/sites/all/themes/barlow/bg1.png) bottom left repeat-x; */
}

.nice-menu a.active {
  color: white;
  text-decoration: underline;
}

ul.nice-menu a:hover {
  background: #6EB4EB;
}


ul.nice-menu li li {
  background: #5287B0;
  border-right: 0px;
}

ul.nice-menu li:last-child {
  border-bottom: 0px;
}

ul.nice-menu a {
  padding: 0.3em 6px 0.3em 6px;
  color: white;
}

ul.nice-menu ul {
  left: -1px; /* LTR */
  border: 0;
  border-top: 0px solid #ccc;
  margin-right: 0; /* LTR */
  -moz-box-shadow: 5px 5px 10px #3b617f;
  -webkit-box-shadow: 5px 5px 10px #3b617f;
  box-shadow: 5px 5px 10px #3b617f;
}

ul.nice-menu ul li {
  white-space: nowrap;
  width: 18em;
}

/******************************
 *  *  VERTICAL (left/right) menus
 *   *  ******************************/

/* This is the default width of all vertical menus. */
ul.nice-menu-right, ul.nice-menu-left,
ul.nice-menu-right li, ul.nice-menu-left li {
  width: 12.5em;
}

/* VERTICAL menus where submenus pop RIGHT (default). */
ul.nice-menu-right ul {
  width: 12.5em;
  left: 12.5em;
  top: -1px;
}

ul.nice-menu-right ul ul {
  width: 12.5em;
  left: 12.5em;
  top: -1px;
}

ul.nice-menu-right li.menuparent,
ul.nice-menu-right li li.menuparent {
  background: #eee url(arrow-right.png) right center no-repeat;
}

ul.nice-menu-right li.menuparent:hover,
ul.nice-menu-right li li.menuparent:hover {
  background: #ccc url(arrow-right.png) right center no-repeat;
}

/* VERTICAL menus where submenus pop LEFT. */
ul.nice-menu-left li ul {
  width: 12.5em;
  left: -12.65em;
  top: -1px;
}

ul.nice-menu-left li ul li ul {
  width: 12.5em;
  left: -12.65em;
  top: -1px;
}

ul.nice-menu-left li.menuparent,
ul.nice-menu-left li li.menuparent {
  background: #eee url(arrow-left.png) left center no-repeat;
}

ul.nice-menu-left li.menuparent:hover,
ul.nice-menu-left li li.menuparent:hover {
  background: #ccc url(arrow-left.png) left center no-repeat;
}

ul.nice-menu-left a, ul.nice-menu-left ul a {
  padding-left: 14px;
}

/******************************
 *  *  HORIZONTAL (down) menus
 *   *  ******************************/

ul.nice-menu-down {
  float: left; /* LTR */
  border: 0;
}

ul.nice-menu-down li {
  border-top: 0px solid #ddd;
}

ul.nice-menu-down li li {
    border-bottom: 1px solid white;

}

ul.nice-menu-down ul {
  left: 0; /* LTR */
}

ul.nice-menu-down ul li {
  clear: both;
}

ul.nice-menu-down li ul li ul {
  left: 12.5em; /* LTR */
  top: -1px;
}

ul.nice-menu-down .menuparent a {
  padding-right: 10px; /* LTR */
  padding-left: 10px;
}

ul.nice-menu-down li.menuparent {

	background: /*url(arrow-down.png) right center no-repeat; /* LTR */
}

ul.nice-menu-down li.menuparent:hover {
  background: #5287B0;
	
 /* background: #ddd url(arrow-down.png) right center no-repeat; /* LTR */
}

ul.nice-menu-down li li.menuparent {
  background: #fff /*url(arrow-right.png) right center no-repeat; /* LTR */
}

ul.nice-menu-down li li.menuparent:hover {
  background: #ddd /*url(arrow-right.png) right center no-repeat; /* LTR */
}

.imageshadow {
  -moz-box-shadow: 5px 5px 7px #555;
  -webkit-box-shadow: 5px 5px 7px #555;
  box-shadow: 5px 5px 7px #555;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555')";
/*  filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555')";
*/}

.imageshadow2 {
  -moz-box-shadow: 3px 3px 3px #1d1d20;
  -webkit-box-shadow: 3px 3px 3px #1d1d20;
  box-shadow: 3px 3px 3px #1d1d20;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#1d1d20')";
}

.gradient1 {
background-color: #3b617f;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#234258', endColorstr='#3b617f',GradientType=0); /* for IE */
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#234258', endColorstr='#3b617f');
background-image: linear-gradient(top, #234258 0%, #3B617F 100%);
background-image: -o-linear-gradient(top, #234258 0%, #3B617F 100%);
background-image: -moz-linear-gradient(top, #234258 0%, #3B617F 100%);
background-image: -webkit-linear-gradient(top, #234258 0%, #3B617F 100%);
background-image: -ms-linear-gradient(top, #234258 0%, #3B617F 100%);

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #234258),
	color-stop(1, #3b617f)
);
}

.roundedcorners1 {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  overflow: hidden;
}

.sidebox1 {
  text-align: center;
  width: 100px;
  padding: 1em;
  border: 2px solid #eee;
  float:right;
  margin-left:20px;
  margin-right:20px;
  margin-top:10px;
  margin-bottom:15px;
  text-shadow: 2px 2px #1d1d20;
  filter:DropShadow(Color=#000000, OffX=1, OffY=1)
  font-face:verdana; 
  font-size:14px;
  color:#edf6ff; 
}

img.relatedtopic {
  height: 80px;
  margin: 2px;
  margin-top: 13px;
  overflow: hidden;
}

.frontpage {
  width:150px;
  height:111px;
  -moz-border-radius:4px;
  border-radius:4px;
  position:relative;
  float:left;
  background:#fff;
  -webkit-box-shadow:7px 7px 4px rgba(0, 0, 0, 0), 0 0 40px rgba(0, 0, 0, 1) inset;
  -moz-box-shadow:7px 7px 4px rgba(0, 0, 0, 0), 0 0 40px rgba(0, 0, 0, 1) inset;
  box-shadow:7px 7px 4px rgba(0, 0, 0, 0),0 0 40px rgba(0, 0, 0, 1) inset;
}

.frontpage:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 11px;
  right:0px;
  left: auto;
  width: 75%;
  top: 70%;
  max-width:150px;
  background: #888 ;
  -webkit-box-shadow: 0 15px 5px #888 ;
  -moz-box-shadow: 0 15px 5px #888 ;
  box-shadow: 0 15px 5px #888 ;
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}


tbody {
  border-top: 0px;
}


.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: white;
  /*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/

  background-color: #3b617f;
  background-image: -moz-linear-gradient(top, #3b617f, #1D3A4F);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b617f), to(#1D3A4F));
  background-image: -webkit-linear-gradient(top, #3b617f, #1D3A4F);
  background-image: -o-linear-gradient(top, #3b617f, #1D3A4F);
  background-image: linear-gradient(to bottom, #3b617f, #1D3A4F);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b617f', endColorstr='#1D3A4F', 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 #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: white;
  background-color: #6EB4EB;
  *background-color: #6EB4EB;
}
.btn:active,
.btn.active {
  background-color: #5287B0 \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: white;
  text-decoration: none;
  /*background-position: 0 -15px;*/
/*  -webkit-transition: background-position 0.1s linear;
 *    -moz-transition: background-position 0.1s linear;
 *      -o-transition: background-position 0.1s linear;
 *        transition: background-position 0.1s linear;*/
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  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);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
  margin-top: 10px;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -2px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -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);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -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);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

a.btn {
color: white;
} 


/* Lupo's modifications */
.node-subtitle {
	font-size: 80%;
}

.view-taxonomy-term-topics .views-exposed-form .views-widget {
	float: left;
}
.view-taxonomy-term-topics .views-exposed-form label {
	float: left;
	margin-right: 0.5em;
	display: block;
	line-height: 24px;
}

.view-taxonomy-term-topics .views-exposed-form .views-exposed-widget .form-submit {
	margin-top: 0;
}

/* hide publication type taxonomy on blog node form*/
body.node-type-blog .node-form #edit-taxonomy-2-wrapper {
	display: none;
}
