/* Custom container */
.assembly {
  margin-top: 2em;

}
.assembly img{
  max-width: 100%;
}
.assembly h1{
  text-align: center;
  font-weight: normal;
  font-size: 34px;
  margin-top: 20px;
  margin-bottom: 1.5em;
}

.assembly .cta {
  text-align: center;
  width: 100%;
  border: 3px solid #02CEFF;
  color: #02CEFF;
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 1.25em;
}

.assembly .cta:hover {
  background-color: #E4FAFF;
}
.assembly .day {
  width: 100%;
  text-align: center;
  font-weight: strong;
}
.assembly h2{
  text-align: center;
  color: #02CEFF;
  border-bottom: 3px solid #02CEFF;
  padding-bottom: 9px;
  font-size:1.5em;
}

.assembly a{
  color: #02CEFF;
}

a{ 
  color: rgb(177,56,56);
}
h1, h2, h3 { margin-top: 35px; }
h2{
  font-size: 1.3em;
}
h2 a{
  color: rgb(180,58,27);
}
h3 {
  font-size: 1em;
  font-style: italic;
}
b a{
  color: rgb(161,21,21);
}
b, strong {
  font-weight: 600;
  color: #777;
}
.image{
  max-width: 100%:
}
nav{
  border-top:1px solid #eee;
  padding-top:12px;
  margin-top:38px;
  width:100%;
  margin-bottom: 14px;
}

.bottom-navigation {
  padding-left: 0;
}
.bottom-navigation.right{
  float: right;
}
.bottom-navigation.right li{
 float:right;
 padding-right: 0;
 padding-left: 20px;
 padding-top: 0;
 }

.bottom-navigation li{
  float:left;
  list-style: none;
  padding-right: 13px;
  padding-top: 3px;
}

.comment{
  display:none;
}

.bottom-navigation li a{
  color: #888;
}
body{
  color: #666;
  font-weight:300;
  font-size:18px;
  line-height: 29px;
}
.container-narrow {
  margin: 0 auto;
  max-width: 700px; }

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

.navbar .nav {
  float: right; }

/* 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; }

.image-float-right {
	float:right;
	margin: 0 0 7px 20px;
}

.image-float-left {
	float:right;
	margin: 0 20px 7px 0;
}

.tableizer-table {
	margin-bottom: 1em;
}

.tableizer-table td,
.tableizer-table th {
	border: 1px black solid;
	padding: 0.2em 1em;	
}

.tableizer-table th {
	font-weight: bold;
} 