/*
File:			custom.css
Description:	Custom styles for Thesis

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

.menu {
  background-color:#EFEFEF;
}
.lof-container {
    margin-left: -1em;
}
#footer {
  text-align:center;
}
#header #logo {
  margin-left:80px;
  margin-top:20px;
}
#logo, #logo a {
  color:#2361A1;
}
#header #tagline {
  margin-left:80px;
  margin-bottom:20px;
}
#page {
  margin-bottom:25px;
  margin-top:25px;
}
.custom #header {background:transparent url('https://child-psychology.net/wp-content/uploads/2011/08/header.png') no-repeat left top; line-height:24px; padding-left:30px;}
.custom #page {
/* rounded corners */
-moz-border-radius: 20px; -webkit-border-radius: 20px;
}

.wpcf7 input[type="text"] {width:550px;}
.wpcf7 textarea.wpcf7-textarea { width:550px;}

span.wpcf7-list-item { display: table-row; }
span.wpcf7-list-item * { display: table-cell; }
