
/* fix bootstrap bug for navbar obscuring content */
body {
	padding-top: 60px;
	background: #e8f0e8;
}

.navbar {
	background: #d8e0d8;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #c8d0c8;
}

img {
	max-width: 100%;
}

p {
  font-size: 120%;
}

blockquote {
  font-size: 16px;
}

table tbody {
	width: 100%;
	height: 100%;
	display: table;
}

ul.breadcrumb {
	background: #e4ece4;
	border-bottom: 1px solid #c8d0c8;
	border-right: 1px solid #c8d0c8;
}

.project_box{
	
	border: solid 1px rgba(0,0,0,0.3);
	border-radius: 5px;
	width: 100%;
	padding: 1px;
	height: 100%;
	display: inline-block;
	background: rgba(255,255,255,0.6);
	cursor: pointer;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	color: black;
}

.project_box:hover{

	background: rgba(0,0,0,0.1);
	border: 1px solid #000;
}


.project_icon{
	width: 128px;
	height: 128px;
	margin: 0px;
	padding: 0px;
}

.project_icon_cell{
	height: 128px;
	width: 129px;
	margin: 1px;
	border-right: 1px solid #999;
	vertical-align: top;
}

.project_right {

	height: 100%;
	width: 100%;
	margin-left: 5px;
	padding-right: 2px;
}

.project_title{
	width: 100%;
	display: inline-block;
	padding-left: 4px;
	font-weight: bold;
	font-size: 103%;
}
.project_summary{
	width: 100%;
	display: inline-block;
	color: #333;
	font-size: 95%;
	font-style: italic;
}

.project_dates {
	display: block;
	float: left;
	font-size: 80%;
	padding-bottom: 1px;
}


.project_ncomm {
	display: block;
	float: right;

	font-size: 80%;
}

.project_terminator {
	width: 100%;
	height: 1px;
	clear: both;
}
