/*   

Theme Name: Stopsley Village Pre-School
Theme URI: http://www.svps.org.uk/
Description: Theme built for the local pre-school.
Author: Darren Oakley
Author URI: http://hocuspokus.net
Version: 1.0

*/

body {
	background: #71b5f5 url(images/background.png) repeat-y center;
	font-family: Verdana, sans-serif;
}

#header h1 {
	text-indent: -9999px;
	height: 160px;
	background: url(images/header.png) no-repeat center top;
}

#header .description {
  display: none;
}

#footer {
	background: url(images/pla.png) no-repeat right 10px;
	height: 100px;
	border-top: 1px dashed #ddd;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 10px;
}

#sidebar {
	min-height: 500px;
	margin-bottom: 25px;
}

/* Useful Stuff */

.hidden {
  display: none;
}

.editlink a {
	float: right;
	background: url(images/page_edit.png) no-repeat left center;
	padding: 4px 2px 4px 20px;
}

/* Links */

a {
	color: #3f6990;
	text-decoration: none;
}

a:hover {
	color: #db6aff;
}

/* Navigation */

#searchform {
	margin-top: -35px;
	margin-bottom: 20px;
}

ul.navigation li {
	list-style-type: none;
	margin-left: 0;
}

ul.navigation li a {
	display: block;
	font-size: 18px;
	color: #fcfcfc;
	border: 1px solid #c33bff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 4px;
	padding-left: 10px;
	background-color: #db6aff;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	box-shadow: #cfcfcf 2px 2px 2px;
	-webkit-box-shadow: #cfcfcf 2px 2px 2px;
	-moz-box-shadow: #cfcfcf 2px 2px 2px;
}

ul.navigation li a:hover {
	background: #b555d4 url(images/bullet_go.png) no-repeat right center;
}

/* Downloads */

.download {
	display: block;
	border: 1px solid #bdbdbd;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: #cfcfcf 2px 2px 2px;
	-webkit-box-shadow: #cfcfcf 2px 2px 2px;
	-moz-box-shadow: #cfcfcf 2px 2px 2px;
	padding: 5px;
	background-color: #e9e9e9;
	text-align: center;
}

/* News Posts */

.hentry {
	margin-bottom: 20px;
}

/* News Post Meta */

.entry-meta {
	font-size: 11px;
	color: #5e5e5e;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	padding-top: 5px;
	padding-bottom: 5px;
}

.entry-meta p {
	margin-bottom: 0;
}

.entry-time, address {
	display: inline;
}

.entry-time, .entry-comments, .entry-tags {
	background: url(images/time.png) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.entry-comments {
	background-image: url(images/comment.png);
}

.entry-tags {
	background-image: url(images/tag_blue.png);
}

