
/* ************************************
 * New styles by nick
************************************ */

#UoL_Logo img {
    /* Just for the UoL logo that needs to be top-right */
    float:right;

}


table {
    padding: 15px;
	width: 100%;
	
}

th, td {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    align: left;
}

tr {
	font-size: 80%;
}
tr:hover {background-color: #f5f5f5;} 



/* ************************************
    Jekyll Twitter theme defauls
************************************ */

/* Custom container */
.container-narrow {
  margin-right: 30px;
  margin-left: 30px;
  max-width: 800px; }

.container-narrow > hr {
  margin: 30px 0; }

.navbar .nav {
  float: left; }

/* posts index */
.post > h3.title {
  position: relative;
  padding-top: 10px; }

.post > h3.title span.date {
  position: absolute;
  right: 0;
  font-size: 0.9em; }

.post > .more {
  margin: 10px 0;
  text-align: left; }

/* post-full*/
.post-full .date {
  margin-bottom: 20px;
  font-weight: bold; }

/* tag_box */
.tag_box {
  list-style: none;
  margin: 0;
  overflow: hidden; }

.tag_box li {
  line-height: 28px; }

.tag_box li i {
  opacity: 0.9; }

.tag_box.inline li {
  float: left; }

.tag_box a {
  padding: 3px 6px;
  margin: 2px;
  background: #eee;
  color: #555;
  border-radius: 3px;
  text-decoration: none;
  border: 1px dashed #cccccc; }

.tag_box a span {
  vertical-align: super;
  font-size: 0.8em; }

.tag_box a:hover {
  background-color: #e5e5e5; }

.tag_box a.active {
  background: #57A957;
  border: 1px solid #4c964d;
  color: #FFF; }


/* ************************************
    For continuous scrolling page
    Adapted from http://designshack.net/articles/javascript/single-page-sliding-website-layout-fixed-nav/
************************************ */


#stickynav { /* Positionning of the menu bar */
    /*
    display: block;
    height: 35px;*/
    
    width: 100%;
    z-index: 9999;

    position: fixed;
    top: 100px;
    left: 20px;

    /*width: 30em;
    height: 20em;*/
}
 
#stickynav #nav { 
    position: fixed; 
    z-index: 9999; }

#stickynav #nav li { 
    /*display: inline;*/ 
    list-style: none; /* Turn off bullet points */
}
/* Style for the individual list items (menu options) */
#stickynav #nav li a {
  display: block;
  /*float: left;*/
  /*margin-right: 8px;*/
  font-size: 1.0em;
  /*font-weight: bold;*/
  padding: 5px 7px;
  background: #eee; /* Color of the background surrounding each list item*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#stickynav #nav li a:hover { 
  text-decoration: none;
  background: #ddd; /* list item background while hovering */
}

/** page structure **/
#w {
  display: block;
  /*width: 750px;*/
  margin: 0 auto;
  padding-top: 10px;
}
 
#content {
  display: block;
  width: 100%;
  background: #fff;
  /*padding: 25px 20px;*/
  /*padding-bottom: 35px;*/
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}






