/*
Theme Name:     Responsive Child
Theme URI:      http://RoboDesigners.com/
Description:    My alterations to the Responsive theme
Author:         Andrew Norton
Author URI:     http://example.com/about/
Template:       responsive                           
Version:        0.1.0
*/

@import url("../responsive/style.css");


#featured p {
	font-size: 20px;
	font-weight: 200;
	line-height: 27px;
	text-align: justify;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}


.col-400 {
	width: 40%;
  display: inline;
	margin-right: 2.127659574468%;
}

a {
  color: #993333;
}

/* Post excerpt */
.featuredImage {
  display: block;
  float: left;
  width: 175px;
  height: auto;
  background: #EFEFEF;
  border-style: solid;
  border-color: #CDCDCD;
}

.postExcerpt {
  margin-left: 185px;
  margin-bottom: 1em;
}

.metadata {
  font-size: 12px;
  line-height: 15px;
  margin-top: 0em;
  margin-bottom: .857em;
}

.postTitle {
    font-size: 1.875em; /* = 30px */
    margin-bottom: .125em;
    margin-top: .857em;
}

.post-data {
	clear: both;
	font-size: 10px;
	font-weight: 700;
	margin-top: 0.5em;
}

.post-edit {
	clear: both;
	display: block;
	font-size: 10px;
	margin: 0.5em 0;
}

/*
.post-thumb {
    float: left
}
.post-thumb img {
    display: block
}
.post-content {
    margin-left: 210px
}
.post-title {
    font-weight: bold;
    font-size: 200%
}*/