/* Enter Your Custom CSS Here */
/* Enter Your Custom CSS Here 

************************* Change History *******************************
20141029 nd  	remove header from home page
				
*/

// For Postbode Post
// Bullet Points -> can make into gifs


// create comment boxes
.text{
  color:pink;
  font-weight: bold;
}

.teacher-comment{
    background-color: lightGrey;
    padding: 3.23em 0 0;
    border: 5px solid orange;
    margin: 0;
}

// Home page special edits
 .entry-header{
  	display: none;
}

.entry-title {
    display: none;
 }

// Create tables
.container{
    display:table;
    width:90%;
    border-collapse: collapse;
}
.heading{
     font-weight: bold;
     display:table-row;
     background-color:orange;
   
     line-height: 25px;
     font-size: 100%;
     color:#fff;
    
}
.table-row{  
     display:table-row;
     text-align: center;
  	 font-size:90%;
}
.col{
	display:table-cell;
	//border: 1px solid #CCC;
 	// padding-left: 5px;
     padding-right: 15px;
     text-align: left;
}

/* Links Page Formatting*/
article{
   -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-width: 150px;
     -moz-column-width: 150px;
          column-width: 150px;
   -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
   -webkit-column-rule: 1px dotted #ddd;
     -moz-column-rule: 1px dotted #ddd;
          column-rule: 1px dotted #ddd;
}

.recent-content{
	margin: 0 3.645833333333%;
}
.recent-content {
	overflow: hidden;
}
.recent-post {
	float: left;
	margin: 0;
	max-width: 22.134831460674%;
}

.recent-post + .recent-post {
	margin-left: 3.720224719101%;
}

.recent-title{
	border-bottom: 3px double #eee;
  	border-top: 3px double #eee;
	margin-bottom: 5em;
  	margin-top: 5em;
}
.recent-post {
	margin-bottom: 1.615em;
}
.recent-title {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.25;
	margin: .1em 0 0;
}

.recent-title a:focus,
.recent-title a:active,
.recent-title a:hover {
	color: #1982d1;
}
.recent-post .entry-meta {
	border-bottom: 1px solid #eee;
	color: #8a8a8a;
	font-size: 10px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 2.4em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	text-transform: uppercase;
}

.recent-summary {
  margin-top:2em;
}


