/* 
Theme Name: Little Foxes Website
Theme URI: http://www.littlefoxesnursery.com/
Description: The default Little Foxes Wordpress Theme.
Version: 1.1
Author: Andrew Willy
Author URI: http://www.andywilly.net/

This theme was designed and built by Andy Willy,
whose blog you will find at http://www.andywilly.net/blog/

The CSS, XHTML and design is Copyright Andrew Willy and Little Foxes Nursery 2007-2010

This theme may not be copied, edited or reproduced without express permission from Little Foxes Nursery School.
*/

body {
margin:0; padding:0;
font-family:verdana, arial, sans-serif; font-size:80%; color:#000000; background-color:#BFDFEE;
min-width:950px;
width:1024px;
}


a:link, a:visited {
color:#6096C5; 
text-decoration:underline;
}

a:hover {
color:#1470D3; 
text-decoration:none;
}

a:active {
color:#1470D3; 
text-decoration:underline;
}

div {
margin:0; 
padding: 0;
/*outline:solid; #fff; thick;*/
}

h1 {
color:#1076DA; 
font-size:150%; 
font-family:"trebuchet ms", "lucida sans", arial, sans-serif; 
font-weight:normal;
}

h2 {
color:#1076DA;
margin:10px 0 0px 5px;  
padding:0; 
text-indent:0px; 
font-size:150%;
}

.hide {
display:none;
}

small|| .small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
}

.center {
text-align: center;
}

/*  Header  */

#header {
clear: both;
background-color: #FFFFFF;
margin:10px 5px 25px 35px; 
padding:20px 1em 15px 1em; 
text-align:left;
background-image:url(images/logoSmall.gif); 
background-repeat:no-repeat; 
background-position:right top; 
}

#header h1 {
font-size:300%; 
margin:0 0 5px 10px; 
padding:0;
}

#header .description {
text-indent:4em; 
color:#5D99C7; 
margin:0; 
padding:0.2em; 
font-weight:bold;
}

/*  Menu List  */

#menu {
clear: left;
float:left;
margin-left:35px; 
padding:0; 
width:170px; 
text-align:right;
font-weight:normal;
font-size: 150%;
letter-spacing: 3px;
}

#menu ul {
margin:0; 
padding: 0;
list-style:none; 
width:170px; 
background-color:#BFDFEE;
}

/*  adjust bottom margin to space buttons out  */

#menu li {
margin: 0 0 10px 0; 
display:block;
overflow: hidden;
background-color:#E1EAEF;
}

#menu li a {
height: 20px;
text-decoration:none; 
color:#6096C5; 
margin:0; 
padding:35px 5px 5px 0; 
display:block;
background-color:#E1EAEF;
}

#menu li a:hover { 
color:#1470D3; 
background-color:#ACCBE2;
}

/*Side Graphic and Sidebar */

#sidebarContainer {
float: right;
width: 199px;
margin: 0 5px 0 25px;
background: #E1EAEF url(images/handSidebarBottom.png) repeat-y;
}

#sidebar {
padding-top: 10px;
background: url(images/windmillHandSidebar.png) no-repeat;
min-height: 588px;
}

#sideGraphic {
float: right;
width: 200px;
margin: 0 5px 0 25px;
padding-bottom: 20px;
background-color: #BFDFEE;
}

/* Begin Form Elements */

#pp-searchform div {
	margin: 0 auto 10px auto;
	padding: 0 3px 5px 3px;	
	text-align: left;
	}

#pp-searchform #s-input {
	width: 228px;
	padding: 2px;
	margin-right: 10px;
	}
	
#sidebar #pp-searchform #s-input {
	width: 120px;
	padding: 2px;
	margin-right: 2px !important;

	}
	
#sidebar #s-submit {
	padding: 1px;
	}
	
/* End Form Elements */

#sidebar ul, #sidebar ul ol {  /*Main sidebar area*/
	margin: 0;
	padding: 0 0 20px 0;
	}

#sidebar ul li {				/*main sidebar ul content blocks*/
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	/*background-color:#E1EAEF;*/
	}
	
#sidebar h2 {
	color:#1076DA;
	margin:1px 0 0px 5px;  
	padding:0; 
	text-indent:0px; 
	font-size:150%;
	}

/*Blog author info and category description dialog*/
#sidebar>ul>li>p {
	text-align: justify;
	margin: 0 5px 0 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
/*dialog end*/

#sidebar ul ul, #sidebar ul ol {		/* Pages, Archive, Categories lists */
	margin: 5px 0 0 10px;
	padding: 0;
	}

#sidebar ul ul ul, #sidebar ul ol {		/* Pages, Archive, Categories child list items */
	margin: 0 0 0 10px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 1px 0 0 0;
	padding: 0;
	}

#sidebar a:link, #sidebar a:visited {
color:#000; 
text-decoration:none;
}

#sidebar a:hover {
color:#6096C5; 
text-decoration:none;
}

#sidebar a:active {
color:#000; 
text-decoration:none;
}

.post {
	margin: 0 0 40px;
	}


/*  Main Content Area */

#content {
margin: 0 220px 20px 220px;
padding: 0 10px 0 10px;
text-align:justify;
font-size: 1.2em;
}

#content h1 a:link, #content h1 a:visited {
color:#1470D3; 
text-decoration:none;
}

#content h1 a:hover {
color:#6096C5; 
text-decoration:none;
}

#content h1 a:active {
color:#6096C5; 
text-decoration:none;
}

.date {
color:#5D99C7; 
margin:10px 0 5px 0px; 
padding:0;
font-size: 0.9em;
}

.postmetadata {
font-size: 0.9em;
text-align: left;
}
.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}

#content img {
border-style:none;
padding: 5px;
}

#content table {
border-style:none;
}

#content fieldset {
border-style:none;
}

blockquote {
	margin: 30px 40px; /*Was 20px left and right when body width is 950px*/
	}

#content h1 {
margin:0; 
padding:0; 
text-indent:0px; 
font-size:350%;
text-align: left;
}

#content h1.archivetitle {
color:#5D99C7;
margin:20px 0 15px 0px;  
padding:0; 
text-indent:0px; 
font-size:250%;
font-weight: bold;
}

#content h2 {
color:#5D99C7;
margin:20px 0 15px 5px;  
padding:0; 
text-indent:0px; 
font-size:150%;
}

#content h3 {
color:#5D99C7; 
margin:10px 0 5px 10px; 
padding:0;
}

#content h4 {
color:#5D99C7; 
margin:10px 0 5px 15px; 
padding:0;
}

#content dt {
	padding-bottom: 5px;
}

#content dd {
	padding-bottom: 30px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

#content .alignright {
	float: right;
}

#content .alignleft {
	float: left
}
	
#content .navigation {
	border: 5px solid #BFDFEE;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* Comments typography (from default style) */

.alt {
	border-left: 5px solid #ddd;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li, #commentform input {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#commentform textarea {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin: 5px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
	
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
	
/* Begin Comments structure */

	
h2#comments {
	padding: 0;
	margin: 40px auto 20px ;
	text-align: left;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	background: #E1EAEF;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/*  Footer  */

#footer { 
margin-top: 30px;
text-align: left;
color:#999999;
}

#footer p {
font-size:0.65em !important; 
}