/*
Theme Name: clean-retina-child
Description: Child theme for the clean retina theme 
Author: Inger Wilkerson
Template: clean-retina
*/


hr {
	border-color: #bbb;
	border-style: dotted none none;
	border-width: 2px 0 0;
	height: 0;
	margin: 0 0 5px;
}

/* =Menu
-------------------------------------------------------------- */
#access {
	background: url('images/access-bg.png') top center #fff;
	border-bottom: 1px solid #bbb;
	margin-bottom: 10px;
}

.hgroup-wrap {
	padding-top: 5px;
	padding-bottom: 5px;
}
.hgroup-wrap a {
	display: block;
}
.hgroup-wrap img {
	margin-top: 1px;
  	margin-bottom: 13px;
}
.hgroup-right {
	float: right;
	width: 31.28%;
	margin-top: 5px;
}
.entry-title {
	font-size: 30px;
	line-height: 50px;
	font-family: 'Gentium Basic',serif;
}
/* fix problem where images dont center  */

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}


/* put a border around content images) removed 7/19  */



/* =Content
----------------------------------------------- */
#main {
	padding-top: 20px;
}
#content .post {
   padding-bottom: 5px;
}

.page-title {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 5px;
	color: #555;
	font-weight: normal;
}
/* Readmore */
a.readmore, a.more-link {
	color: #fff;
   display:inline-block;
   border: 1px solid #669900;
   background-color: #669900;
   padding: 5px 25px 0;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	height: 30px;
	margin-bottom: 22px;
}
a.readmore:hover, a.more-link:hover {
	background-color: #669900;
}
.widget_custom-tagcloud a:hover {
	background-color: #669900;
	border: 1px solid #669900;
	color: #fff;
	}

input[type="reset"], 
input[type="button"], 
input[type="submit"] {
	background-color: #669900;
   -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
   color: #FFFFFF;
   display: inline-block;
   height: 40px;
   width: inherit;
   padding: 0 25px;
	cursor: pointer;
}