/*
Theme Name: bestkidz
Theme URI: http://www.tastypixels.com.au
Description: Best Kidz site by <a href="http://www.tastypixels.com.au">Tasty Pixels</a>.
Version: 1.0
Author: Ramapriya Ramanuja
Author URI: http://www.tastypixels.com.au
Tags: 
*/

/****** GENERAL ******/
@import url('bootstrap/css/bootstrap.css'); 
@import url('bootstrap/css/bootstrap-responsive.css'); 

body 
{
margin: 0px;
padding: 0px;
background: #FEF6F0;
color: #6E4B32;
font-family: 'Droid Sans', sans-serif;
font-size: 16px;
}

img 
{
border: none !important;
}

/****** FONTS - ALL FOOTER FONTS ARE IN THE FOOTER SECTION FURTHER DOWN ******/

h1.blog-title 
{
font-family: 'Droid Sans', sans-serif;
padding: 0px;
font-size: 32px;
font-weight: normal;
line-height: 1em;
color: #3CBAEA;
}

h1
{
font-family: 'Droid Sans', sans-serif;
padding: 0px;
font-size: 18px;
font-weight: normal;
line-height: 1em;
color: #E7A376;
margin: 5px 0px 10px 0px;
}

h2 
{
font-family: 'Droid Sans', sans-serif;
font-size: 28px;
font-weight: normal;
line-height: 1em;
color: #3CBAEA;
margin: 10px 0px 8px 0px;
}

h2.category-title
{
margin: 10px 0px 20px 0px;
}

h3 
{
font-family: 'Droid Sans', sans-serif;
font-size: 20px;
font-weight: normal;
line-height: 1.5em;
color: #A4D143;
margin: 0px 0px 8px 0px;
}

h3.subheading /*creates space beneath another heading*/
{
line-height: 1.5em;
}

h3.link
{
font-size: 24px;
margin: 0px 0px 15px 0px;
}

h4 
{
font-size: 16px;
font-weight: normal;
color: #6E4B32;
padding: 12px 5px 5px 5px;
line-height: 1.6em;
background: #FCE6D8;
}

h5
{
clear: none;
float: right;
font-size: 22px;
font-weight: normal;
color: #E7A376;
margin: 0px 0px 5px 15px;
padding: 0px 0px 0px 30px;
width: 290px;
line-height: 1.4em;
}

h6 
{
clear: both;
margin: 10px 0px 10px 0px;
font-size: 1px;
color: #FEF6F0;
line-height: 1em;
width: 100%;
border-top: 2px dashed #E7A376;
}

p 
{
clear: none;
margin: 0px 0px 15px 0px;
padding: 0px 0px 0px 0px;
line-height: 1.6em;
color: #6E4B32;
}

				/**** HEADER CONTENT ****/

#header-wrapper
{
width: 100%;
background: #3CBAEA;
}

#header
{
margin: 0px auto;
width: 960px;
height: 190px;
padding: 0px;
}

#logo
{
float: left;
margin: 5px 0px 0px 0px;
width: 204px;
height: 167px;
background: url(img/logo.png) top left no-repeat;
}

#contact
{
float: right;
margin: 15px 0px 0px 0px;
width: 600px;
height: 100px;
}

#contact-left
{
float: left;
width: 300px;
height: 100px;
}

#contact-right
{
float: left;
width: 300px;
height: 100px;
}

h2.header
{
font-family: Helvetica, sans-serif;
font-size: 40px;
line-height: 0em;
margin: 40px 0px 35px 0px;
color: #FFF;
text-align: center;
}

p.heading-text
{
font-family: Helvetica, sans-serif;
font-size: 24px;
line-height: 0em;
margin: 0px 0px 0px 0px;
color: #FFF;
text-align: center;
}

/****** MENU ******/

#menu-wrapper
{
position: relative;
z-index: 1000;
width: 100%;
height: 40px;
background: #3CBAEA;
margin: -15px 0px 0px 0px;
}

#menu-envelope
{
margin: 15px auto;
}

/* this creates the current page menu highlighting. Note the changes in the menu in the header.php file to echo ' page-item-home current_page_item'. In some themes this doesn't work without that modification and the creation of the custom menu in the WordPress admin panel. The custom menu on this site is called 'main'. */
.current_page_item
{
background: #00A6E6; 
}

/**** SLIDER CONTENT ****/

#slider-wrapper
{
width: 100%;
clear: both;
margin: 0px auto;
}

#slider-frame 
{
width: 100%;
height: 350px;
position: relative;
overflow: hidden;
margin: 0px auto 0px auto;
}

/* REPLACES THE SLIDER WRAPPER ON PAGES */
#top-barx
{
width: 100%;
height: 30px;
clear: both;
margin: 0px auto;
background: #3CBAEA;
}

/****** BODY LAYOUT******/

#wrapper
{
margin: 0px auto;
width: 960px;
}

#page 
{
width: 960px;
margin: 0px auto;
padding-bottom: 0px;
}

#content 
{
position: relative;
z-index: 100; /* IE z-index bug */
}


/*  for pages with a standard sidebar  */
#content-left 
{
float: left;
width: 630px;
padding: 0px;
overflow: visible;
margin: 0px 0px 20px 0px;
}

/*  for pages with no sidebar  */
#content-wide 
{
float: left;
width: 960px;
padding: 0px;
margin: 0px 0px 20px 0px;
}

.box-right, .post, .page 
{
margin: 0 0 10px 0;
}

ol 
{
line-height: 1.7em;
clear: left;
margin-left: 20px;
padding-left: 0px;
}
 
#content-left ul 
{
clear: left;
margin-left: -8px;
padding-left: 0px;
list-style: none;
}

#content-left ul li 
{
background-image: url(img/bullet.png);
background-repeat: no-repeat;
padding-left: 24px;
background-position: 0.5em 0.3em;
line-height: 1.7em;
}

/****** HOME BOXES *****/

#box-wrapper
{
float: left;
width: 960px;
}

#homebox1
{
float: left;
width: 281px;
height: 216px;
margin: 20px 59px 15px 0px;
background: url(img/home-box-1.png) top left no-repeat;
}

#homebox1:hover
{
background: url(img/home-box-1-hover.png) top left no-repeat;
cursor: pointer;
}

#homebox2
{
float: left;
width: 281px;
height: 216px;
margin: 20px 58px 15px 0px;
background: url(img/home-box-2.png) top left no-repeat;
}

#homebox2:hover
{
background: url(img/home-box-2-hover.png) top left no-repeat;
cursor: pointer;
}

#homebox3
{
float: left;
width: 281px;
height: 216px;
margin: 20px 0px 15px 0px;
background: url(img/home-box-3.png) top left no-repeat;
}

#homebox3:hover
{
background: url(img/home-box-3-hover.png) top left no-repeat;
cursor: pointer;
}

#left-box-text
{
float: left;
width: 281px;
margin: 0px 58px 0px 0px;
}

#right-box-text
{
float: left;
width: 281px;
margin: 0px 0px 0px 0px;
}

h2.box-title
{
font-size: 20px;
text-align: center;
}

p.box-text
{
text-align: center;
}


/****** CONTACT PAGE ******/

#contact-box-left
{
float: left;
margin: 10px 30px 0px 20px;
width: 285px;
}

#contact-box-right
{
float: left;
margin: 10px 0px 0px 0px;
width: 310px;
}

p.contact-text /* spacing on contact page */
{
margin: 0px 0px 0px 0px !important;
line-height: 1.5em !important;
}

p.contact-phone-text /* creates extra space above the line for address text */
{
margin-top: 10px !important;
line-height: 1.5em !important;
}

p.fax-text /* spacing on contact page */
{
margin: 0px 0px 20px 0px !important;
line-height: 0em !important;
}


/****** SIDEBAR ******/

#sidebar-wrapper
{
float: right;
width: 281px;
}

#sidebar1
{
float: right;
width: 281px;
height: 140px;
margin: 20px 0px 20px 0px;
background: url(img/alfords-point-sidebar.png) top left no-repeat;
}

#sidebar1:hover
{
background: url(img/alfords-point-sidebar-hover.png) top left no-repeat;
cursor: pointer;
}

#sidebar2
{
float: right;
width: 281px;
height: 140px;
margin: 0px 0px 20px 0px;
background: url(img/southern-highlands-sidebar.png) top left no-repeat;
}

#sidebar2:hover
{
background: url(img/southern-highlands-sidebar-hover.png) top left no-repeat;
cursor: pointer;
}

#sidebar3
{
float: right;
width: 281px;
height: 216px;
margin: 0px 0px 20px 0px;
background: url(img/testimonials-sidebar.png) top left no-repeat;
}

#sidebar3:hover
{
background: url(img/testimonials-sidebar-hover.png) top left no-repeat;
cursor: pointer;
}

/****** FOOTER ******/

#top-footer-wrap 
{
width: 100%;
margin: 0px auto 0px auto;
background: #A4D143;
}

#top-footer 
{
width: 960px;
height: 210px;
margin: 0px auto;
padding: 0px;
}

#footer-kidz /* illustrations on right of footer */
{
float: right;
clear: none;
width: 252px;
height: 214px;
margin: -15px 0px 0px 0px;
background: url(img/footer-kidz.png) top left no-repeat;
}

#footer-sun /* sun illustration on footer */
{
float: left;
clear: none;
width: 100px;
height: 100px;
margin: -40px 0px 0px -150px;
background: url(img/footer-sun.png) top left no-repeat;
}

#top-footer p 
{
font-size: 14px;
color: #FFF;
padding: 0px;
line-height: 1.5em;
margin: 0px;
}

#top-footer h2
{
font-family: 'PT Sans', sans-serif;
font-size: 22px;
line-height: 1em;
margin: 0px 0px 10px 0px;
color: #FFF;
}

#bottom-footer-wrap 
{
width: 100%;
height: 50px;
background: #A4D143;
}

#bottom-footer
{
clear: both;
width: 960px;
margin: 0px auto;
padding-top: 15px;
}

#bottom-footer p
{
font-size: 12px;
text-align: center !important;
margin: 0px 0px 0px 0px;
line-height: 1.7em;
color: #FFF;
}

p.clear-text /* creates extra space above the line for address text */
{
margin-top: 10px !important;
line-height: 2em !important;
}

#footer1
{
clear: none;
float: left;
width: 280px;
margin: 15px 60px 0px 0px;
}

#footer2
{
float: left;
width: 280px;
margin: 10px 0px 0px 0px;
}

/****** LINKS ******/
	
a 
{
color: #3CBAEA;
text-decoration: none;
border-bottom: 1px dotted #3CBAEA;
}

a:hover
{
color: #FEF6F0;
background: #3CBAEA;
text-decoration: none;
border-bottom: 1px solid #3CBAEA;
}

#contact a
{
color: #FFF;
text-decoration: none;
border-bottom: none;
}

#contact a:hover
{
color: #FFF;
background: none;
text-decoration: none;
border-bottom: none;
}

#menu a 
{
color: #FFF;
text-decoration:none;
border-bottom: none;
}

#menu a:hover 
{
color: #9B0643;
background: none;
border-bottom: none;
}

	
#sidebar-panel a 
{
color: #FFF;
text-decoration: none;
border-bottom: 1px dotted #FFF;
}

#sidebar-panel a:hover
{
color: #3CBAEA;
background: #FFF;
text-decoration: none;
border-bottom: 1px solid #FFF;
text-shadow: none;
}
	
#top-footer a 
{
color: #FFF;
text-decoration: none;
border-bottom: 1px dotted #FFF;
}

#top-footer a:hover
{
color: #A4D143;
background: #FFF;
text-decoration: none;
border-bottom: 1px solid #FFF;
text-shadow: none;
}
	
#bottom-footer a 
{
color: #FFF;
text-decoration: none;
border-bottom: 1px dotted #FFF;
}

#bottom-footer a:hover
{
color: #A4D143;
background: #FFF;
text-decoration: none;
border-bottom: 1px solid #FFF;
text-shadow: none;
}

#header a
{
border-bottom: 0px;
}

#header a:hover
{
border-bottom: 0px;
}

.sliderImage a
{
color: #3CBAEA;
text-decoration: none;
border-bottom: 1px dotted #3CBAEA;
}

.sliderImage a:hover
{
color: #FFF;
background: #3CBAEA;
text-decoration: none;
border-bottom: 1px solid #3CBAEA;
}

	
					/****** BLOG DATES ******/


#date 
{
float: left;
margin: 5px 15px 0px 0px;
width: 61px;
height: 66px;
padding: 5px 0px 3px 0px !important;
background: #A4D143;
border-radius: 6px;
overflow: hidden;
}

#date p
{
font-family: sans-serif;
font-size: 14px;
margin: 0px 0px 0px 0px;
color: #FFF;
text-align: center;
line-height: 1em;
text-transform: uppercase;
padding: 0px;
}

#date p.year
{
font-family: sans-serif;
font-size: 14px;
margin: 0px 0px 0px 0px;
color: #FFF;
text-align: center;
line-height: 1em;
text-transform: uppercase;
padding: 0px;
}

#date h2
{
font-family: sans-serif;
font-size: 28px;
color: #FFF;
line-height: 1em;
text-align: center;
font-weight: strong;
margin: 3px 0px 3px 0px;
padding: 0px;
}

/****** FIXES FOR WIDGETS PLUG-IN *****/

/* removes bullets from widgets */
div.widgets_on_page li 
{
list-style:none !important;
background:none !important;
}

div.widgets_on_page ul 
{
margin-left: -40px !important;
margin-bottom: 0px !important;
margin-top: 0px !important;
}

ol 
{
line-height: 1.7em;
clear: left;
margin-left: 20px;
padding-left: 0px;
}
 
#content-left ul 
{
clear: left;
margin-left: -8px;
padding-left: 0px;
list-style: none;
}

#content-left ul li 
{
background-image: url(img/bullet.png);
background-repeat: no-repeat;
padding-left: 24px;
background-position: 0.5em 0.3em;
line-height: 1.7em;
}


/****** USEFUL STUFF ******/

.clearfix:after 
{
content: " ";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix 
{
display: inline-block;
}

html[xmlns] .clearfix 
{
display: block;
}

* html .clearfix 
{
height: 1%;
}

.clear 
{
clear: both;
}

/****** WORDPRESS CSS ******/

.aligncenter,
div.aligncenter 
{
display: block;
margin: 0 auto;
}

.aligncenter 
{
margin-top: 10px;
margin-bottom: 20px!important;
}

.alignleft 
{
float: left;
margin: 8px 15px 10px 0px;
}

.alignright 
{
float: right;
margin: 8px 0px 10px 15px;
}

.wp-caption 
{
margin-bottom: 10px;
padding-top: 4px;
text-align: center;
background-color: #E6E4DA;
}

.wp-caption img 
{
float: none;
margin: 0px;
padding: 0px;
border: none;
}

.wp-caption p.wp-caption-text 
{
font-size: 11px;
line-height: 1.5em;
text-align: center;
padding: 3px 5px;
margin: 0px;
}

/****** WIDGETS CSS ******/

#calendar_wrap table 
{
width: 100%;
}

#calendar_wrap td 
{
text-align: center;
}

#wp-calendar caption 
{
margin: 0 0 10px 0;
padding: 2px;
background: #3a3a3a;
}

img a
{
border: none !important;
}
/****** DIVS WHICH HOLD PRELOADED IMAGES ******/

#preloader1
{
clear: left;
float: left;
width: 1px;
height: 1px;
background: url(img/home-box-1-hover.png) no-repeat -9999px -9999px;
}

#preloader2
{
clear: left;
float: left;
width: 1px;
height: 1px;
background: url(img/home-box-2-hover.png) no-repeat -9999px -9999px;
}

#preloader3
{
clear: left;
float: left;
width: 1px;
height: 1px;
background: url(img/home-box-3-hover.png) no-repeat -9999px -9999px;
}

#preloader4
{
clear: left;
float: left;
width: 1px;
height: 1px;
background: url(img/alfords-point-sidebar-hover.png) no-repeat -9999px -9999px;
}

#preloader5
{
clear: left;
float: left;
width: 1px;
height: 1px;
background: url(img/southern-highlands-sidebar-hover.png) no-repeat -9999px -9999px;
}

#preloader6
{
clear: left;
float: left;
width: 1px;
height: 1px;
background: url(img/testimonials-sidebar-hover.png) no-repeat -9999px -9999px;
}

					/****** NEWS PAGE BUTTONS ******/


#news-button 
{
float: left;
margin: -20px 0px 20px -20px;
padding: 0px;
list-style: none;
}

#news-button ul 
{ 
padding: 0px;
list-style: none;
float : left;
width : 200px;
}

#news-button li 
{ 
position: relative;
float: left;
line-height: 1.25em;
margin-bottom: 15px;
width: 210px;
list-style:none !important;
background:none !important;
}
	
#news-button li a 
{
width: 210px;
display: block;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #FFF;
text-decoration: none;
text-align: center;
background: #3CBAEA;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #C0AE94;
border-right: 1px solid #C0AE94;
border-left: 2px solid none;
padding: 5px 5px 5px 5px;
border-radius: 6px;
}
	
#news-button li a:hover 
{
color: #FFF;
background-color: #DB6B98;
}