/*
Theme Name:     Responsive Child
Theme URI:      http://example.com/
Description:    Child theme for the Responsive theme
Author:         Paul Randall
Author URI:     http://example.com/about/
Template:       responsive                             
Version:        0.1.0
*/

@import url("../responsive/style.css");

#container {
	margin: 0 auto;
	max-width: 960px;
	padding: 0px 15px;
}

img.dropin {
  margin-top: 5px;
  padding: 0px 15px 5px 0px;
  float: left;
}

h1.entry-title.post-title {
  font-size:1.9em;
}

p.bq { margin: 5px; }

a h1 { font-size: 1em; }

img.blog {
	-ms-interpolation-mode: bicubic;
	border: 2px solid #666;
        padding: 2px;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

#wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	clear: both;
	margin: 15px auto 20px auto;
	padding: 0 20px 20px 20px;
	position: relative;
}

#content {
	margin-top: 10px;
	margin-bottom: 20px;
}

#featurepage
{
float: left;
width: 182px;
margin-right: 15px;
margin-bottom: 20px;
font-family:Arial,Helvetica,sans-serif;
color: #333;
}

#featurepage img
{
border: 1px solid #888;
margin: 0 0 5px 0;
}

#featurepage a img
{
display:inline;
padding: 3px;
}

#featurepage strong
{ font-size: 110%; }

.bordered img
{
margin:0;
padding:2px;
border:2px solid #666;
}

img.bordered
{
margin:0;
padding:2px;
border:2px solid #666;
}

img.spaced {
margin-top: 20px;
}

p.captioned {
margin: -20px 0px 5px 0px;
padding:10px;
}

a.buttoned {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
background-color: #EDF3FF;
border: 1px solid #888;
border-radius: 8px;
margin:0;
padding: 10px 20px;
}

.page .post-title, .page .post-meta {
    display: none;
}

.post .post-meta  {
    display: none;
}

.post-entry h4 {
  text-align: center;
  line-height: 120%;
  padding: 20px 0px;
}

#recent-posts-2 li { 
  padding:0px;
  margin-left: 0px;
  margin-bottom:6px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 8px;
  clear:both;
  list-style:none;
  list-style-type: none;
}

#recent-posts-2 a {
font-weight:700;
}

#recent-posts-2 ul {
  list-style-position:inside;
  list-style-type:none;
  padding: 0px;
  margin-left: 0px;
}

a {
    color: #2B5B8F;
    font-weight: 400;
    text-decoration: none;
}

a:hover {
    color: #444;
    text-decoration: none;
}

::selection {
    background: #D5F0F7;
    text-shadow: none;
}

::-moz-selection {
    background: #D5F0F7; /* Firefox */
}

.coming {
  margin: 8%;
  margin-top:25px;
  padding: 0px 15px;
  border: 4px solid #bbb;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: rgb(246, 246, 246);
}

.coming h4 {
  text-align: center;
  padding: 0;
}

h1 .entry-title .post-title a { font-size: 4em }

.widget-wrapper {
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	border-radius: 6px;
	margin: -20px 0 30px 0;
	padding: 20px;
}
.widget-title, 
.widget-title-home h3 {
	display: block;
	font-size: 22px;
	font-weight: 700;
	line-height: 23px;
	margin: 0;
	padding: 0 0 15px 0;
	text-align: center;
}

/* Begin the photo menu markup */

.twocol h3, .twocol p { margin:0px 0px 0px 5px;padding:0; }

.twocol p { margin-top: 7px; }

.twocol h3 { font-size: 1.5em; margin-top:5px; }

/* .twocol tr { border-bottom:2px solid #CCC; } */

.twocol td {
  vertical-align: top;
  border:0px solid #FFF;
  margin:5px;
  padding:5px;
  padding-top:15px;
  padding-bottom: 15px;
  }

td.splash {
  text-align: center; 
  display: inline-block;
  width: 100px;
  }

table.twocol { border-collapse:collapse; border:0; }

.picture-menu * {margin: 0; padding: 0;}
 
div.picture-menu {
  margin: 0px;
}
 
.picture-menu ul {
  list-style-type: none;
}
 
.picture-menu h3 {
  font: bold 20px/1.5 Helvetica, Verdana, sans-serif;
}
 
.picture-menu li img {
  float: left;
  margin: 0 15px 0 0;
  border:1px solid #666;
}
 
.picture-menu li p {
  font-size: 14px;
}
 
.picture-menu li {
  overflow: auto;
  padding: 10px 10px 10px 0px;
}

.picture-menu li a {
  /* display: block; */
}
 

/* Twitter Widget */

.really_simple_twitter_widget li  { 
  padding:0px;
  margin-left: 0px;
  margin-bottom:6px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
  clear:both;
  list-style:none;
  list-style-type: none;
}

ul.really_simple_twitter_widget { 
  list-style-position:inside;
  list-style-type:none;
  padding: 0px;
  margin-left: -20px;
}

/* Broadside address block, front page */

.broadside {
  border-bottom: 0px solid #ddd;
  text-align: center;
  padding-bottom:10px;
  margin: 0px 0px 10px 0px;
}

.broadside h3, .broadside h4, .broadside h5 {
  margin: 0;
  margin-bottom: 8px;
}

.broadside h6 {
  margin: 0;
  margin-bottom: 5px;
}