/*
Theme Name: Honeybuns Nursery Group
Theme URI: http://www.pwnet.org.uk
Description: Custom theme developed for The Honeybuns Nursery Group. Adapted from the excellent <a href="http://pixopoint.com/simplecms_theme/">SimpleCMS Theme</a> theme by Ryan Hellyer.
Version: 1.1
Author: Phil Wylie
Author URI: http://www.philwylie.co.uk
Tags: orange, fixed-width
*/

body {
    background: #F7BF12 url(images/background.jpg) no-repeat center top;
    margin: 0px;
    padding: 0px;
    color: #202225;
    font-family: sans-serif;
    font-size: 1em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}
#page {
    background-color: #fff;
}
.menu-main-menu-container {
    margin: 15px;
    margin-left: 14px;
}
.menu {
    font-weight: bold;
    width: 100%;
}
.menu, .menu ul {
    float: left;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.menu a {
    background-color: #E5E5E5;
    color: black;
    display: block;
    padding: 10px 25px;
    text-decoration: none;
}
.menu li {
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
    float: left;
    padding: 0;
}
.menu ul {
    border: solid 1px #fff;
    border-top: none;
    font-weight: normal;
    height: auto;
    left: -999em;
    line-height: 1;
    margin: 0 0 0 -1px;
    position: absolute;
    width: 200px;
}
.menu li li {
    border-left: none;
    border-bottom: none;
    border-top: 1px solid #fff;
    width: 200px;
}
.menu li li a {
    border: none;
    padding: 10px 25px;
}
.menu li ul ul {
    margin: -20px 0 0 130px;
}
.menu li li:hover {
    background: #F8DBA7;
}
.menu li:hover ul ul, .menu li:hover ul ul ul, .menu li:hover ul ul ul ul, .menu li.sfhover ul ul, .menu li.sfhover ul ul ul, .menu li.sfhover ul ul ul ul {
    left: -999em;
}
.menu li:hover ul, .menu li li:hover ul, .menu li li li:hover ul, .menu li li li li:hover ul, .menu li.sfhover ul, .menu li li.sfhover ul, .menu li li li.sfhover ul, .menu li li li li.sfhover ul {
    background: #f4cb81;
    left: auto;
}
.menu li a:hover, .menu li.sfhover {
    background: #f4cb81;
}
h2,h3,h4 {
    color: #ffcc00;
}
h2 a,h3 a,h4 a {
    color: #63A9D5;
    text-decoration: none;
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover {
    text-decoration: underline;
}
h2 {
    font: normal bold 1.7em "Kristen ITC", sans-serif;
    margin: 0.5em 0;
}
h3 {
    font: normal bold 1em "Kristen ITC", sans-serif;
    margin: 0.4em 0;
}
h4 {
    font: normal bold 1.3em sans-serif;
    margin: 0.3em 0;
}
p a {
    color: #63A9D5;
    text-decoration: none;
}
p a:hover {
    text-decoration: underline;
}
.accordion h3 {
    font: normal bold 1em sans-serif;
    color: #202225;
}
ul li, ol li {
    color: #202225;
    font-family: sans-serif;
}
h1 {
    font-size: 0.1em;
    height: 0!important;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
h2 {
    font: normal bold 1.7em "Kristen ITC", sans-serif;
    margin: 15px 0 0 0;
    padding: 0;
}
#container {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 800px;
}
#breadcrumbs {
    background: #FFF;
    border: 1px solid #FFB503;
    border-bottom: none;
    float: right;
    margin-right: 10px;
    width: 690px;
}
#breadcrumbs p {
    margin: 0;
    padding: 5px;
}
#wrapper {
    background-color: #F7BF12;
    background-image: url(images/header.gif);
    background-repeat: no-repeat;
    clear: both;
}
#header {
    height: 201px;
}
#heading {
    background-color: #F9A600;
    padding: 20px;
}
#content {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
#splash {
    background-image: url(images/splash.jpg);
    background-repeat: no-repeat;
    clear: both;
    height: 285px;
    margin-top: 5px;
    text-align: right;
    width: 770px;
}
#splash img {
    padding-right: 12px;
    padding-top: 17px;
}
#quote {
    height: 270px;
}
#cta {
	clear: both;
    background: url(images/cta.jpg) no-repeat left 12px;
    height: 87px;
    padding-left: 15px;
    padding-top: 16px;
    text-align: left;
}
#cta p {

    margin: 0;
}
.arrow1 {
    display: block;
    float: left;
    padding: 5px;
    width: 260px;
}
.arrow2 {
    display: block;
    float: left;
    padding: 5px;
    width: 150px;
}
.arrow3 {
    display: block;
    float: left;
    padding: 5px;
    width: 120px;
}
#footer {
    clear: both;
    background: #E5E5E5;
    margin: 0 15px;
    padding: 15px;
}
#footer p {
    font-size: 0.8em;
    margin: 0px;
}
.alignright {
    float: right;
    margin: 0 0 15px 15px;
}
.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}
.ddet_div {
    display: block;
    padding: 5px 15px;
    margin: 0;
    background: #F8DBA7;
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

#special {
    background-color:#E5E5E5;
    float:right;
    margin-top:16px;
    padding:10px;
    width:250px;
    text-align: center;
    font: bold 1em sans-serif;
}

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
.page-id-364 .wp-caption {
	float: left;
	width: 365px !important;
	margin: 0 10px 0 0;
	height: 125px;
	background-color: #fff;
}

/**
 * The Den
 */
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.the-den-heading {
	background-image: url('http://www.honeybunsnurseries.co.uk/wp-content/uploads/2011/08/the-den.gif');
	width: 113px;
	height: 29px;
}
.the-den-forms {
	background-image: url('http://www.honeybunsnurseries.co.uk/wp-content/uploads/2011/08/the-den-timetables-and-forms.gif');
	width: 442px;
	height: 31px;
}
