/*
Theme Name:     Delicate Child
Theme URI:
Description:    Delicate Child theme
Author:         Rob Harrell
Author URI:     http://projectgoboy.com
Template:       delicate
Version:        1
*/

@import url("../delicate/style.css");

body {
	background-color: #00b0bc;
	font-family: "Segoe UI", Segoe, Calibri, Georgia, Candara, Optima, Arial, sans-serif;
	margin-top: 30px;
}
body .content-pad {
	width: 1000px;
	padding:0;
	background-color: transparent;
}
body .top, body #main, .post-page, #content {
	padding: 0 15px;
	background-color: #fff;
}
body #main {
	padding-top: 30px;
}
body .top {
	width: auto;
	margin-bottom: 0;
	display: block;
	float: none;
	height: 35px;
}
body #header {
	line-height: normal;
	height: 195px;
	overflow: hidden;
}
#header {
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
}
.head-img {
	display: none;
}
body #sidebar ul li.widget#widget_search .search-input {
	width: 100px;
}
.page #footer {
	background-color: #fff;
	padding: 23px 25px 10px 25px;
}
body .narrowcolumn {
	width: 70%;
}
body .fullwidth {
	width: 100%;
}
body #sidebar {
	width: 25%;
}
.post .title h2 {
	text-align: center;
}
.singlepage .post .title h2, .home .post .title h2, .single-post .singlepage .post .title h2 {
	text-align: left;
}
.fullwidth .post .title h2, body .singlepage .post .title h2 {
	text-align: center;
}
body .fullwidth.singlepage .post .title, body .singlepage .post .title {
	width: auto;
}