/*   
Theme Name: Real Kids Ponies
Description: A Child Theme of Thematic
Template: thematic
Author: Barns Designs Internet Services
Author URI: http://www.barnsdesigns.co.uk/
*/
@import url(../thematic/style.css);

body, input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
}

body{
	background: url(images/background.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #bcc9bc;
}

#header{
	position: relative;
	top: -50px;
}

#branding{
	position: relative;
	top: 88px;
	background: url(images/logo.jpg) no-repeat top center;
	background-color: inherit;
	width: 751px;
	height: 162px;
	margin: auto;
}

#main{
	position: relative;
	top: -81px;
}

#footer{
	position: relative;
	top: -136px;
}

.aside #searchsubmit{
	display: inline;
}

#s{
	width: 69%;
}

#content{ 
	width: 607px;
	text-align: justify;
}

.page-title{ 
	padding-bottom: 22px;
}

.entry-content{ 
	padding-top: 0;
}

.entry-content h1, .entry-content h2{ 
	padding-top: 14px;
}

.entry-content h3{ 
	padding-top: 8px;
}

.page-title{ 
	padding-bottom: 22px;
}

.entry-content{ 
	padding-top: 8px;
}

.entry-content h1, .entry-content h2{ 
	padding-top: 14px;
}

.entry-content h3{ 
	padding-top: 8px;
}

.sf-menu a, .sf-menu a:visited{ /* visited pseudo selector so IE6 applies text colour*/
	color: #1fa420;
}

.sf-menu a:hover{
	color: #1fa420;
	text-decoration: underline;
}

.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a{
	color: #059b06;
	font-weight: bold;
}

.sf-menu li{
	background: #ebf8ed;
}

.sf-menu li li{
	background: #ebf8ed;
}

.sf-menu .current_page_item, .sf-menu .current_page_parent{
	background-color: #fff;
}

.sf-menu ul a:hover{
    color: #059b06;
	text-decoration: underline;
}

a:link, a:visited, .aside a{ 
	color: #1fa420;
}

a:active, a:hover, .aside a:active, .aside a:hover, .entry-utility a:active, .entry-utility a:hover, .entry-meta a:active, .entry-meta a:hover, #siteinfo a:active, #siteinfo a:hover, .entry-title a:active, .entry-title a:hover, .navigation a:active, .navigation a:hover{ 
	color: #666666;
	text-decoration: none;
}