/*
Theme Name: thechild
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thechild
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 thechild is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	/*-webkit-box-sizing: border-box;  Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	/*-moz-box-sizing:    border-box;  Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing 
	box-sizing:         border-box; */
}
body {
	/*background: #fff;  Fallback for when there is no custom background color defined. */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

body {
	background: #eeecdb url('images/background.png');
	font-family: "Georgia", "Times New Roman", "Arial";
	font-size: 14px;
}

/* HOMEPAGE */

div#header {
	width: 100%;
	height: 486px;
	background: url('images/bg-header.png') repeat-x center top;
	text-align: center;
}

div#top {
	width: 960px;
	height: 94px;
	margin: 0 auto;
	text-align: left;
}

img.logo {
	float: left;
}

div#middle {
	width: 990px;
	height: 392px;
	background: url('images/header-light.png') no-repeat center top;
	margin: 0 auto;
	text-align: left;
}

div#middle div#m-left {
	float: left;
	width: 460px;
	position: relative;
	margin-left: 15px;
}

#middle-left {
	float: left;	
	display: block;
	padding: 50px 0 0;
   	position: relative;
  	width: 500px;
}

#middle-right {
	float: right;	
	width: 490px;
	padding: 25px 0 0;
}

div#slogan {
	color: #212726;
	font-size: 16px;
	line-height: 26px;
}

div#slogan p {
	margin-top: 10px;
}

div#featured {
	width: 492px;
	height: 357px;
	background: url('images/bg-featured.png') no-repeat;
	float: right;
	margin-top: 17px;
}
div#featured #featured-movie {
	margin: 50px 0 0 30px;	
}
div.slideshow {
	margin: 41px 0px 0px 35px;
	position: relative;
	z-index: 1;
}

div#content {
	width: 100%;
	color: #574e48;
	text-align: center;
	line-height: 26px;
	background: url('images/bg-content.png') repeat-x center top;
}

div#content div.inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-top: 40px;
}

div#content strong {
	color: #2c2927;
}

div.panel {
	width: 290px;
	float: left;
	margin-right: 40px;
}

div.plast {
	margin-right: 0px;
}

div.line {
	font-size: 0px;
	width: 289px;
	height: 19px;
	background: url('images/line-short.png');
}

div.line-medium{
	font-size: 0px;
	width: 635px;
	height: 19px;
	background: url('images/line-medium.png');
}

div.line-wide{
	font-size: 0px;
	width: 960px;
	height: 19px;
	background: url('images/line-wide.png');
}

div.line-sidebar {
	font-size: 0px;
	width: 250px;
	height: 1px;
	margin: 25px 0;
	background: url('images/sidebar-nav.png');	
}

div.line-p {
	margin-bottom: 20px;
}

div.t-author {
	display: block;
	text-align: right;
	margin-top: 10px;
}

div#buttons {
	width: 100%;
	margin-top: 20px;
}

div#buttons span {
	display: block;
	float: left;
	line-height: 36px;
	font-size: 16px;
	color: #000;
	text-align: center;
	width: 40px;
}

div#clients {
	margin-top: 35px;
}

div#footer {
	background: #222222 url('images/bg-footer.png') repeat-x center top;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #e4e2d2;
	margin-top: 70px;
}

div#footer div.inner {
	margin: 0 auto;
	width: 960px;
	padding: 65px 0px 50px 0px; 
}

div#footer div.left {
	float: left;
}

div#footer div.right {
	float: right;
}

div#footer ul {
	list-style-type: none;
}

div#footer ul li {
	display: inline;
	margin-left: 10px;
}

/* SUBPAGE */

div#header-sub {
	width: 100%;
	height: 210px;
	background: url('images/bg-header-subpage.png') repeat-x center top;
	text-align: center;
}

div#middle-sub {
	width: 960px;
	height: 116px;
	background: url('images/header-light.png') no-repeat center top;
	margin: 0 auto;
	text-align: left;
}

div#sidebar {
	width: 310px;
	/*background: url('images/sidebar-bg.png') repeat-y right top;*/
	float: left;
}

div#sidebar-top {
	width: 310px;
	background: url('images/sidebar-bg-top.png') no-repeat right top;
}

div#sidebar-bottom {
	width: 310px;
	background: url('images/sidebar-bg-bottom.png') no-repeat right bottom;
}

div#sidebar div.sidebar-inner {
	width: 235px;
}

ul.subnav {
	list-style-type: none;
	margin: 22px 0px 30px 0px;
	padding: 1px 0px 0px 0px;
	width: 235px;
	background: url('images/sidebar-nav.png') repeat-x left top;
}

ul.subnav li {
	height: 41px;
	display: block;
}

ul.subnav li a,
.widget ul li a {
	display: block;
	width: 220px;
	height: 41px;
	background: url('images/sidebar-nav.png') repeat-x left bottom;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	color: #394742;
	padding-left: 15px;
}

ul.subnav li.current a,
ul.subnav li.current-menu-item a,
.widget ul li.current a {
	background: url('images/sidebar-nav-highlighted.png') repeat-x left bottom;
	color: #000;
}


ul.subnav li a:hover,
.widget ul li a:hover {
	background: url('images/sidebar-nav-highlighted.png') repeat-x left bottom;
}

div.sidebar-blogpost {
	padding-bottom: 20px;
	font-size: 12px;
}

div.blogpost p {
	margin-bottom: 50px;
}

div.sidebar-blogpost p.details {
	font-size: 11px;
	position: relative;
	top: -6px;
}

div.sidebar-blogpost h4 {
	margin-bottom: 0px;
	font-size: 14px;
}

div#main {
	width: 635px;
	float: right;
	position: relative;
}

div#main p {
	margin-bottom: 16px;
}

div.wide p {
	margin-bottom: 16px;
}

div#sidebar p {
	margin-bottom: 0px;
}

div#content div.box {
	width: 290px;
	float: left;
	margin: 0px 45px 45px 0px;
	text-align: center;
}

div#content div.box a,
.sidebar-inner a.sidebar-button {
	color: #fff;
	text-decoration: none;
	background: url(images/button.png) 0 0 no-repeat;
	display: block;
	width: 130px;
  	height: 31px;
  	padding: 5px 0 0;
	margin-left: 80px;
	text-align: center;
}

.sidebar-inner a.sidebar-button {
	margin-left: 40px;	
}

div#content div.bright {
	margin: 0px 0px 45px 0px;
}

div.blogpost {
	margin-bottom: 10px;
	background: url('images/line-medium.png') no-repeat center bottom;
	padding-bottom: 45px;
}

div.noborder {
	background: none;
	padding-bottom: 0px;
}

div.blogpost h2{
	margin-bottom: 2px;
}

div.blogpost img {
	padding: 6px;
	background: #fff;
	border: 1px solid #e0dece;
	float: right;
	margin: 10px 0px 10px 10px;
}

div.comment {
	margin: 25px 0px;
}

span.name {
	font-weight: bold;
}

span.details {
	font-size: 12px;
	position: relative;
	top: -3px;
}

div.pagination {
	text-align: right;
	font-size: 16px;
}

div.pagination a {
	padding: 0px 5px;
	text-decoration: none;
}

div.pagination a.current {
	color: #000;
	text-decoration: underline;
}

div.pagination a:hover {
	text-decoration: underline;
}

/* CONTACT FORM */

input.contact-text {
	width: 404px;
	height: 19px;
	background: url('images/form-text.png') no-repeat left top;
	border: none;
	margin-bottom: 10px;
	padding: 10px;
	font: 14px "Georgia", "Arial";
}

textarea.contact-textarea {
	width: 404px;
	height: 156px;
	border: none;
	background: url('images/form-message.png') no-repeat left top;
	margin-bottom: 10px;
	padding: 10px;
	font: 14px "Georgia", "Arial";
}

input.contact-submit {
	width: 130px;
	height: 36px;
	border: none;
	background: url('images/form-submit.png') no-repeat left top;
	margin: 0px;
	cursor: pointer;
	outline: none;
}

img.loaderIcon {
	position: absolute;
	left: 450px;
	top: 20px;
}

/* NAVIGATION */

div#navigation {
	float: right;
	position: relative;
	top: 33px;
	z-index: 2;
}

#nav, #nav ul{
     margin: 0px;
     padding: 0px;
     list-style-type: none;
     list-style-position: outside;
     position: relative;
	 line-height: 30px;
	 margin-left: 0px;
	 z-index: 2;
 }
 
#nav a:link, #nav a:active, #nav a:visited{
    display: block;
    color: #c7dad5;
    text-decoration: none;
	font-size: 18px;
 }


#nav li.current a,
#nav li.current-menu-item a {
	color: #fff;
}

#nav li.current ul a{
    color: #c7dad5;
}

#nav a:hover{
   color: #fff;
}

#nav li.current ul a:hover{
    color: #fff;
}

#nav li{
    float:left;
    position:relative;
	margin-left: 25px;
}

#nav ul {
    position:absolute;
    width:12em;
    top:30px;
    display:none;
	margin-left: 0px;
}

#nav ul li{
	margin-left: 0px;
	background: #000;
	position: relative;
	z-index: 5;
}

#nav li ul a{
    width:12em;
    float:left;
	height: 35px;
	line-height: 35px;
}

#nav ul ul{
	top:auto;
	}	

#nav li ul ul {
    left:12em;
    margin:0px 0 0 10px;
    }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
    }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;
    }

li.drop {
	background: url('images/nav-arrow.png') no-repeat;
	background-position: 0px 13px;
}

li.drop a {
	padding-left: 15px;
}

/* NAVIGATION ENDS */

/* TABS */

div.tabs {
	width: 100%;
	height: 45px;
}

div.tabs div.left {
	float: left;
}

div.tabs div.right {
	float: right;
	padding-right: 40px;
}

div.tabs div.right ul {
	float: right;
	height: 38px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	top: 3px;
}

div.tabs div.right li {
    display: inline;
    margin: 0px;
    padding: 0px;
}

div.tabs div.right a {
	height: 38px;
	line-height: 38px;
  	float: left;
  	margin: 0px 0px 0px 3px;
  	padding: 0px 0px 0px 11px;
  	text-decoration: none;
	cursor: pointer;
	position: relative;
	top: 5px;
}
	
div.tabs div.right a span {
	font: 14px "georgia", "arial";
	color: #3a3633;
	height: 38px;
	line-height: 38px;
   	float: left;
   	display: block;
	padding: 0px 18px 0px 7px;
}
	
div.tabs div.right li.current a {
	background: url('images/tab-left.png') no-repeat left top;
}
	
div.tabs div.right li.current a span {
	background: url("images/tab-right.png") no-repeat right top;
	color: #000;
}

div.tabs div.right a:hover span {
	color: #000;
}

/* TABS ENDS */

/* TITLES */

h1 {
	font-size: 48px !important;
	color: #141615;
	font: normal 48px Georgia, Arial, Verdana, Helvetica, sans-serif !important;
	line-height: 48px !important;;
	padding-top: 28px !important;;
}

div#middle-sub h1 {
	padding-top: 34px;
	position: relative;
	z-index: 1;
}

h2 {
	color: #2c2927;
	font-size: 24px !important;
	font-weight: bold;
	margin: 0px 0px 15px 0px
}

div#clients h2 {
	color: #2c2927;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 15px 0px
}

h3 {
	color: #2c2927;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 8px 0px
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #2c2927;
	margin-bottom: 10px;
}

h5 {
	font-size: 16px;
	font-weight: normal;
	color: #2c2927;
}

h6 {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #2c2927;
}

/* TABLES */

table.normal {
	width: 100%;
	border-collapse: collapse;
	border: none;
	background: url('images/table-row.png') repeat-x center bottom;
	margin-bottom: 25px;
}

table.normal td {
	padding: 10px;
	background: url('images/table-col.png') repeat-y right top;
}

table.normal th {
	padding: 10px;
	background: url('images/table-col.png') repeat-y right top;
	color: #2c2927;
	text-align: left;
}

table.normal td.center {
	text-align: center;
}

table.normal td.last {
	background: none;
}

table.normal th.center {
	text-align: center;
}

table.normal th.last {
	background: none;
}

table.normal tr {
	background: url('images/table-row.png') repeat-x left top;
}

table.normal tr.caption {
	background: url('images/table-caption.png') repeat-x left top;
}

/* LIST */

ul {
	list-style-type: disc;
	margin: 0px 0px 15px 35px;
}

ol {
	margin: 0px 0px 15px 35px;
}

li {
	margin: 0px;
}

ul#response {
	list-style-type: none;
}

/* LINKS */

a {
	text-decoration: underline;
	color: #485e57;
	outline: none;
}

a.readmore {
	display: block;
	text-align: right;
	margin-top: 10px;
}

a:hover {
	text-decoration: none;
}

a.button {
	display: block;
	float: left;
	width: 130px;
	height: 36px;
}

a.blearnmore {
	background: url('images/button-learn-more.png') left top;
}

a.bsignup {
	background: url('images/button-sign-up.png') left top;
}

a.button:hover {
	background-position: 0px -36px;
}

div#footer a {
	color: #e4e2d2;
	text-decoration: none;
}

div#footer a:hover{
	text-decoration: underline;
}

/* IMGS */

img.header-arrow {
	position: absolute;
	left: 375px;
	top: 300px;
}

img.normal,
.panel img.attachment-post-thumbnail,
img.blog_homepage 
{
	padding: 6px;
	background: #fff;
	border: 1px solid #e0dece;
}
img.blog_homepage {
    width: inherit;
}

img.right {
	float: right;
	margin: 10px 0px 10px 10px;
}

img.left {
	float: left;
	margin: 10px 10px 10px 0px;
}

img.avatar {
	padding: 6px;
	background: #fff;
	border: 1px solid #e0dece;
	margin: 0px 10px 10px 0px;
	float: left;
}

/* BLOG FORMAT BEGIN */
#blog-container, #blog-entry-container {
	margin: 0 auto;
    padding-top: 40px;
    text-align: left;
    width: 960px;	
}
#primary {
	float: right;
    position: relative;
    width: 635px;
}
#secondary {
	 background: url('images/sidebar-bg.png') repeat-y scroll right top rgba(0, 0, 0, 0);
    float: left;
    width: 260px;
	padding-right: 50px;
}
#blog-container article {
	margin-bottom: 40px;	
}
.widget h1, .screen-reader-text {
	font-size: 18px !important;
	color: #141615;
	font: normal 18px Georgia, Arial, Verdana, Helvetica, sans-serif !important;
	line-height: 48px !important;
}

.entry-content {
	line-height: 26px;
	color: #574e48;
}
article.post {
	background: url('images/line-medium.png') center bottom no-repeat;
	padding-bottom: 40px;
}
.widget ul {
	margin: 0;
	padding: 0;	
}
.widget ul li {
	list-style: none;
}

/* BLOG FORMAT END */

/* Email Contact Form BEGIN */
#signup fieldset {
	border: none;
	padding: 20px 0 0 0;
}
#signup .labelContainer {
	width: 100px; float: left; text-align: right; margin-right: 10px;
}
#signup .fieldContainer {
	width: 250px; float: left; margin-bottom: 5px;
}
#signup label {
	width: 100px;
	text-align: right;
}
#signup input {
	width: 200px;
	height: 20px;
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;
}
#signup input[type="submit"] {
	width: 100px;	
}
#signupResponse {
	display: none;
}
/* Email Contact Form END */

/* Carousel BEGIN */
#my-slideshow-wrapper {
	width: 400px; padding: 10px; background-color: #fff; margin: 0 auto;	
}
#my-slideshow {
	background-color: #eae5ce;
}
.bjqs-prev a, .bjqs-next a {
	display: block;
	position: relative;
	padding: 10px;
	background-color: #666;
	color: #fff;	
	text-decoration: none;	
}
.bjqs-markers li a {
	display: block;
	padding: 5px;
	margin-right: 5px;
	background-color: #666;
	color: #fff;
	text-decoration: none;
}
.bjqs-markers li.active-marker a {
	background-color: #fff;
	color: #666;	
}
.bjqs-content {
	width: 100%;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
/* Carousel END */

/* OTHER */

div.clear {
	clear: both;
}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}

.entry-header .entry-meta {
    padding: 0 0 15px 0;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}
