/*
Theme Name: Kindergarten
Theme URI: 
Description: Wordpress theme designed for preschools and kindergartens
Version: 1.0
Author: Pixel Rains
Author URI: http://www.pixelrains.com.au
*/


body {
	background: #b3cde8 url("/wp-content/themes/kindergarten/images/bground.jpg") repeat left top;
	font-family: Roboto-Light, Helvetica;
	font-size: 14px;
	color: #000;
	padding:0px;
	margin:0px;
}

@font-face {
    font-family: Roboto-Regular;
    src: url(/wp-content/themes/kindergarten/Roboto-Regular.ttf);   
}

@font-face {
    font-family: Roboto-Light;
    src: url(/wp-content/themes/kindergarten/Roboto-Light.ttf);   
}

p {
	line-height: 20px;		
}

a {
	text-decoration: none;
	color: #026cb6;
}

h2 {
	font-size: 20px;
	color: #026cb6;
}


#container {
	width: 1024px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: -1px 1px 5px 9px rgba(0,0,0,0.2);
 	-moz-box-shadow: -1px 1px 5px 9px rgba(0,0,0,0.2);
 	box-shadow: -1px 1px 5px 9px rgba(0,0,0,0.2);
}

#content {
	background-color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}


header {
	height: 170px;
        padding-top: 20px;
}

header img.logo {
	display: block;
	padding-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

/*Contact details in header */
#header_contact  {
	text-align: right;
	padding-right: 25px;
	font-family: Roboto-Regular, Helvetica;
}

#header_contact .hcontact {
 	line-height: 20px;	
}

#header_contact a {
	color: #000;
}

#header_contact img.icon {
	padding-left: 5px;	
}

/* Search Box*/
#search_form {
	width: 1024px;
	margin: 0 auto;
	padding: 5px 0;
}

#search_form .search-form {
	width: 200px;
	height: 25px;
	background: #fff;
	padding: 0px;
	margin: 0px;
	margin-left: 822px;
	position:relative;
	border: 1px solid #ccc;
	border-radius: 5px;
}

#search_form .search-form form { 
	display:inline ; 
}

#search_form .search-field {
	background-color:transparent;
	border: 0;
	position:absolute;
	top: -1px;
	width:200px;
	height:25px;
	-webkit-appearance:none;
}

#search_form .search-submit {
	border:0px;
	background: #fff url("/wp-content/themes/kindergarten/images/searchbtn.gif") no-repeat;
	cursor: pointer;
	position:absolute;
	top: 1px;
	left:163px;
	width:35px;
	height:23px;
	font-size: 0;
	line-height: 0;
}

#search_form .screen-reader-text {
    display: none;
}

#search_form h2 {
    display: none;
}

/*Member Logged In Bar */
#member_toolbar {
	text-align: right;
	padding-right: 5px;
}

#member_toolbar p, #member_toolbar a {
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	margin: 0px;
}

#member_toolbar a:hover {
	color: #026cb6;
}

/* Navigation Menu at top of every page */
#menu_header {
	height: 50px;
	background: #2277bb;
	font-family: Roboto-Regular, Helvetica;
}

#menu_header a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;	
}

#menu_header ul {
	margin-top: 10px;
	padding: 0;
	font-size: 0;
	text-align: center;
}

#menu_header li {
  	display: inline-block;	
  	list-style: none;
  	padding: 17.5px 12px;
  	cursor: pointer;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
 	 -ms-transition: all 0.2s;
 	 -o-transition: all 0.2s;
  	transition: all 0.2s;	
} 

#menu_header .current-menu-item li, #menu_header .current_page_item li, #menu_header li:hover {
  	background: #499fe4;
  	color: #fff;
  	z-index: 1;
}

#menu_header ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 276px; /* this should be the same height as the top level menu -- height + padding + borders */
	width: 190px;
	text-align: left;
}

#menu_header ul ul li~li:before { 
	content: "";
	padding-left: 5px;
}

#menu_header ul ul li { /* this targets all submenu items */
	/*float: none;*/ /* overwriting our float up above */
	/*width: 150px;*/ /* set to the width you want your sub menus to be. This needs to match the value we set below */
	display: block;
  	list-style: none;
  	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  	padding: 17.5px 12px;
  	cursor: pointer;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
 	 -ms-transition: all 0.2s;
 	 -o-transition: all 0.2s;
  	transition: all 0.2s;
  	background: #026cb6;
}

#menu_header ul ul li a { /* target all sub menu item links */
	padding: 5px 10px; /* give our sub menu links a nice button feel */
}

#menu_header ul li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */
	z-index: 1;
	margin-left: -12px;
}

/* Slider on Home Page */
#slider {
	width: 1024px;
	height: 374px;
}


/* Front page posts */
#frontpage {
	float: left;
        width: 599px;
	padding: 20px 50px 0px;
}

.posts_fp {
	display: block;
	float: left;
	line-height: 20px;
}

/* News and Events on front page */
#sidebar {
	float: right;
 	width: 275px;
	padding-right: 50px;
        margin-top: 20px;
}

.newsbox {
 	border-radius: 5px;
 	background-color: #cae4f1;
 	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 2px;
	margin-top: 20px;
}

.newsbox p {
	line-height: 18px;
	font-size: 12px;	
}

/* Members Sidebar */
#sidebar-members {
	float: right;
 	width: 275px;
 	padding-left: 20px;
	padding-right: 50px;
	margin-top: -80px;		
}

.members-menu ul.menu {
	padding: 0px;
	background: #2277bb;
	margin-top: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.members-menu ul.menu li{
	list-style: none;	
	line-height: 30px;
	padding: 10px 20px;
	border-bottom: 1px solid #fff;
	cursor: pointer;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
 	 -ms-transition: all 0.2s;
 	 -o-transition: all 0.2s;
  	transition: all 0.2s;

}

.members-menu ul.menu li:hover {
  	background: #499fe4;
  	color: #fff;
}

.members-menu h3 {
	font-size: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0;
	padding: 10px 20px;
	color: #026CB6;
	background-color: #CAE4F1;
}

.members-menu a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;	
}

/* Members Login */
#background #wpmem_login {
	font-family: Roboto-Light, Helvetica;
	font-size: 14px;
}

#background #wpmem_login legend {
	font-size: 14px;
	font-weight: bold;
}


/* Clears div */
#divclear {
 	clear:both;
}

/* Search Page */
.search-page {
	width: 924px;
	border-bottom: 1px dotted #ccc;	
}

.search-page {
	font-size: 12px;		
}

.search-page h3 {
	text-decoration: underline;		
}

/* Footer on every page */
footer  {
	background-color: #2277bb;
	margin-top: 30px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;	
}

footer a {
	font-family: Helvetica;
	color: #fff;
	font-size: 11px;
	line-height: 17px;
}

footer p {
	font-family: Helvetica;
	font-size: 11px;
	color: #fff;
	line-height: 17px;
}

#footer_sitemap {
	margin: 0 auto;
	padding-top: 10px;
}

#footer_sitemap h2 {
	font-family: Helvetica;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
		
#footer_sitemap ul.footer li{
	display: inline-block;
        *display: inline;
        vertical-align: top;
	width: 210px;	
  	list-style: none; 	
}

#footer_sitemap ul.menu {
	padding: 0px;
}

#footer_sitemap ul.sub-menu {
	padding-left: 5px;
}

#footer_sitemap ul.footer li.sitemap {
	margin-left: -50px;
        width: 150px;
        
}


#footer_sitemap img {
	margin-top: 40px;
	margin-left: 45px;
}

#footer_sitemap ul.sub-menu li:before {
	content: "– ";
	color: #fff;
	font-size: 11px;
}


/* Footer copyright Style */
#copyright {
	margin-top: -10px;	
}

#copyright p.copy {
	font-family: Arial;
	font-size: 11px;
	color: #fff;
	text-align: right;
	line-height: 17px;
	padding-right: 50px;
	padding-bottom: 10px;
	
}

#copyright a.copy {
	font-family: Helvetica;
	font-size: 11px;
	color: #fff;
}

/* Content Page */
.page-header {
	padding-top: 5px;
	margin-left: 50px;
}

.page-content {
	float: left;
	width: 615px;
	min-height: 400px;
	margin-left: 50px;
	margin-bottom: 50px;
}


.page-content ul li, .page-content ol li{
	line-height: 20px;
	margin-bottom: 10px;
}

.calendar {
	background: #fff;
	border: 1px solid #ccc;
	cursor: pointer;	
}

/*Breadcrumbs on each page */
.breadcrumbs {
	padding-top: 10px;	
}
.breadcrumbs p {
	color: #026cb6;
	font-size: 10px;
	margin-left: 50px;
}


/* Sidebar with Images */
#sidebar_images {
   	float: right;
   	margin:0;
    width: 264px;
    margin-right: 54px;
}


#sidebar_images img {
	margin-bottom: 20px;
	width: 260px;
	border: 2px solid #2277bb;
}

/*Gallery page */
.page-content-gallery {
	float: left;
	min-height: 380px;
	margin-left: 50px;
	padding-right: 50px;
	margin-bottom: 50px;
}

.ngg-album-compact {

}
.ngg-album-compact h4 {
	height: 20px;
}

.ngg-album-compactbox {
	box-shadow: 5px 5px 5px #888888;	
}

/*Contact Form */
.contact-form-box {
	margin-top: 20px;
	line-height: 30px;
}

.phil-blue {
border: 1px solid #9aa1b1;
background: #dce7fe;
border-radius: 30px;
padding: 10px;
font: 12px arial, sans-serif;
width: 320px;
}



.phil-orange {
border: 1px solid #eea367;
background: #fce1d5;
border-radius: 30px;
padding: 10px;
font: 12px arial, sans-serif;
width: 320px;
}

.phil-purple {
border: 1px solid #8768a6;
background: #e9def4;
border-radius: 30px;
padding: 10px;
font: 12px arial, sans-serif;
width: 235px;
}

.phil-green {
border: 1px solid #31B404;
background: #d5f0cc;
border-radius: 30px;
padding: 10px;
font: 12px arial, sans-serif;
width: 235px;
}

.phil-blue h1, .phil-orange h1, .phil-purple h1, .phil-green h1 {
color: #fff;
font-size: 30px;
margin: 0;
text-align: right;
}

.phil-blue ul li, .phil-orange ul li, .phil-purple ul li, .phil-green ul li{
line-height: 16px;
}

.phil-blue p, .phil-orange p, .phil-purple p, .phil-green p{
line-height: 16px;
}