@charset "utf-8";
/* CSS Document */

body {
	padding-top: 10px;
	padding-bottom: 40px;
	font-family: 'Roboto', sans-serif;
	font-size: 11pt;
}

/* Custom container */
.container-narrow {
	margin: 0 auto;
	max-width: 900px;
}

.container-narrow > hr {
	margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
	margin: 60px 0;
	text-align: center;
}
.jumbotron h1 {
	font-size: 72px;
	line-height: 1;
}

.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

 /* Supporting marketing content */
.marketing {
	margin: 20px 0;
}
.marketing p + h4 {
	margin-top: 18px;
}
	  
.profilepic {
	margin-right: 15px;  
}
	  
h1, h2, h3, h4 {
	font-family: Arial; /*'Roboto Condensed'*/	
}

.navbar {
  margin-bottom: 20px;
}

.list-group li {
	list-style: none;
}
 
.newsitem {
	list-style: none;
 	margin-left: 0;
 	padding-left: 1em;
 	text-indent: -1em;
}
 
.newsdate {
	color: #aaaaaa; 
}

.authors {
  font-style: italic;
  color: #444444;
}

.programblock {
    clear: left;
    margin-bottom: 20px;
    margin-left: 0;
}

.programblock h2 {
    font-size: 14pt;
    margin: 0;
    margin-bottom: 10px;

}

.programblock h3 {
    font-size: 12pt;
    margin: 0;
    margin-bottom: 10px;
    color: #003a9c;
}

.programblock h4 {
    font-size: 11pt;
    font-weight: bold;
    margin: 0;
    color: #3d3d47;
    margin-left:100px;
}

.dateitem {
    color: #333333;
    width: 100px;
    margin-right: 20px;
    float: left;
}

.programdesc {
    float: left;
    width: 800px;
}

.programdesc ul {
    list-style-type: none;
    margin-left:100px;
    padding-left: 0;
}

.programdesc li {
 margin-bottom: 10px;   
}

.post-content { margin: 0 0 30px; }

.post-content > * { margin: 20px 0; }


.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  line-height: 1;
  font-weight: 300;
  margin: 40px 0 20px;
}

.post-content h2 {
    margin-left:100px;
  font-size: 18px;
  letter-spacing: -1.25px;
}

.post-content h3 {
  font-size: 26px;
  letter-spacing: -1px;
}

.post-content h4 {
  font-size: 20px;
  letter-spacing: -1px;
}

.post-content blockquote {
  border-left: 4px solid #e8e8e8;
  padding-left: 20px;
  font-size: 18px;
  opacity: .6;
  letter-spacing: -1px;
  font-style: italic;
  margin: 30px 0;
}

.post-content ul,
.post-content ol { padding-left: 20px; }