/*
Theme Name:     Clean Retina Child
Description:    Child theme for the Clean Retina Theme by Theme Horse
Author:         Jack Dillé & Friends
Author URI:     http://jackdille.com
Template:       clean-retina
*/

@import url("../clean-retina/style.css");

@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow);

@font-face {
	font-family: Trade Gothic;
	src:url('/wp-content/themes/clean-ret-child/fonts/lte50543.ttf');
}
.hgroup-right > .social-profiles {
	display: none;
}

.wrapper {
	margin: 0 auto;
	max-width: 978px;
	width: 94%;
}

/* Font Updating */

body, input, textarea {
	font: 14px 'PT Sans Narrow', sans-serif;
}

#site-title a {
	font-family: 'Trade Gothic', 'PT Sans Narrow', sans-serif;
	font-size: 42px;
	color: #93948F;
}

#access a {
	color: #93948F;
	height: 40px;
	font-family: lucida sans,arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.entry-title {
	font-family: 'PT Sans Narrow',sans-serif;
}

.entry-title, .entry-title a {
	color: #555;
	font-size: 24px;
}

#colophon {
	background: none;
	border-top: 1px solid #ddd;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-top: 20px;
	font-size: 15px;
	line-height: 22px;
	color: #777;
	text-align: center;
}

body {
	background-color: #fdfdfd;
}

#site-logo {
	float: left;
	margin-top: 0px;
	margin-left: 32%;
	text-align: center;
	padding-top: 10px;
}

.hgroup-wrap {
	padding-top: 0px;
	padding-bottom: 0px;
}

.hgroup-right {
	margin-top: 10px;
}

p {
	font-family: Lucida Sans, Arial, Sans-serif;
	font-size: 12px;
}

#access {
	background: url('images/access-bg.png') top center #fdfdfd;
	border-bottom: 3px solid #bbb;
	margin-bottom: 15px;
	text-align: center;
}

#access select {
	display: none !important;
}

#access ul li ul {
	font-family: Lucida Sans, Arial, Sans-serif;
	top: 60px;
}

#access ul li ul li a, #access ul li.current-menu-item ul li a, #access ul li ul li.current-menu-item a, #access ul li.current_page_ancestor ul li a, #access ul li.current-menu-ancestor ul li a, #access ul li.current_page_item ul li a {
	color: #999;
	border-top: 0 none;
	float: none;
	line-height: 16px;
	font-size: 12px;
	font-weight: normal;
	height: 100%;
	padding: 8px 10px;
}

.entry-meta .by-author {
	display: none;
	background-image: url('images/by-author.png');
}

.entry-meta .comments {
	display: none;
	background-image: url('images/comments.png');
}

.featured-slider .slider-wrap {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border: none;
	margin-bottom: 30px;
	padding: 7px;
}

.featured-text {
	padding: 15px 13px 13px;
	display: none;
}

#branding {
	background: none;
	border: none;
	box-shadow: none;
}

#controllers {
	padding-bottom: 0px;
}

#main {
	padding-top: 0px;
}

.services-item {
	border-bottom: none;
}

.services-item p {
	font-size: 12px;
}

.services {
	margin: 20px 0 0px -3.06%;
}

.services-item {
	background: none;
}

.service-title {
	font-famiLy: 'pt sans narrow';
	font-size: 20px;
}

#site-generator .copyright {
	font-family: 'pt sans narrow', sans-serif;
	width: 50%;
	margin: 0 25%;
}

.widget-title, .widget-title a {
	color: #555;
	font-size: 20px;
}

#controllers a {
	width: 12px;
	height: 12px;
	margin: 0 5px;
	overflow: hidden;
	display: inline-block;
	background-color: #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #ccc;
}

.entry-header {
	padding-bottom: 0px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	padding-bottom: 0px;
}

.wp-caption .wp-caption-text {
	font-size: 12px;
}

#content .post {
	padding-bottom: 28px;
	line-height: 20px;
}

a.readmore, a.more-link {
	color: #fff;
	display: inline-block;
	border: 1px solid #466282;
	background-color: #5f85b0;
	padding: 0px 12px 0;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	height: 20px;
	margin-bottom: 22px;
	font-size: 12px;
}

.paypal-donations {
	text-align: center;
	margin-bottom: 150px;
}

#access ul {
	margin: 0 auto;
	display: inline-block;
}

.default-menu {
	display: none;
}

.post-featured-image a img {
	width: 100%;
}
/* Mobile */
@media only screen and (max-width: 767px) {
	#site-logo {
		margin: 0;
		width:100%;
	}
	#site-title {
		text-align: center;
	}
}
