/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

#newswrapper {
       background: #ecf7ff url('http://hectorsworld.netsafe.org.nz/html/images/information_island_logo.jpg') no-repeat right;
      }

#news {
       
        margin: 0;
        width: 625px;
        padding: 10px 5px 5px 5px;
        font-style: italic;
        /*border-bottom: 1px solid #666;*/
        }

#news ul, li {
        margin-left: 10px;
        padding: 0;
        list-style: none;
        }

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

a, h2 a:hover, h3 a:hover {
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}


/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 10px;
	padding: 0 0 0 30px;
	text-indent: 0px;
	}

html>body .entry li {
        padding: 0 0 0 10px;
	margin: 7px 0 8px 0;
        list-style: disc;
	}

/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
        }
*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	/*list-style-type: none;
	list-style-image: none;*/
	}

#sidebar1 ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar1 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
        padding: 5px 0 0 7px;
        font-weight: bold;
	}

#sidebar1 ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar1 ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar1 ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar1 ul ol li {
	list-style: decimal outside;
	}

#sidebar1 ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.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;

	}
.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 */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */





/* Begin HW styles */


@charset "utf-8";
body  {
	font: 0.8em Century Gothic, Verdana, Arial, Helvetica, sans-serif;
        
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container { 
	width: 960px;
	/*background: #fff url('http://hectorsworld.netsafe.org.nz/html/images/homepage_palm.png') 750px 55px no-repeat;
        overflow: visible;*/
	margin: 0 auto;
	border: 0;
	text-align: left;
        

} 
#header { 
	background: #transparent; 
	padding: 0 0 10px 0;
	text-transform: uppercase;
        
	/*border: solid 2px #ccc;
	background: url('http://hectorsworld.netsafe.org.nz/html/images/header_navbar_background.jpg') bottom repeat-x;*/
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#menu{
	float: left;
	padding: 10px 0 0 0;
        

}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	}

#menu li{
	display: block;
	float: left;
	padding: 22px;
	margin: 0;
	/*background:url('http://hectorsworld.netsafe.org.nz/html/images/navbar_background.png') top repeat-x;*/
	}
	
/*
#menu li.teachers{
	display: block;
	float: left;
	padding: 22px;
	margin: 0;
        color: #cc3399;
	border: 1px #000 solid;
	background:url('http://hectorsworld.netsafe.org.nz/html/images/teachers_navbar_background.png') top repeat;
	}
*/

#menu li.search{
	display: block;
	float: left;
	padding: 20px 20px 20px 60px;
	margin: 0;

	}

#menu li a{
	padding: 0px;
	margin: 0;
	text-decoration: none;
        text-transform: uppercase;
	font-weight: bold;
	display: block;
	text-align: center;
        color: #000;
	}

#menu li a.teachers:hover{
        color:#cc3399;
        }

#menu li a.parents:hover{
        color:#3399ff;
        }

#menu li a.aboutus:hover{
        color:#666699;
        }

#menu li a.experts:hover{
        color:#336666;
        }

#menu li a.news:hover{
        color:#cc9933;
        }
	
#menu .current_page_item{
	color: #370c42;
  	background:url('img/menuhover.png') repeat-x;
	}

input {
 font-size: 0.8em;
 background-color: #ecf7ff;
 border: 1px solid #666666;
 color: #666;
}

input.go {
 font-size: 0.8em;
 background-color: #666;
 border: 1px solid #666666;
 color: #FFF;
 font-weight: bold;
}


#searchbox{
	float: right;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top: 15px;

	
}

#pageContent {
        clear: left;
	margin: 0;
	padding: 0;
	
}

#pageContent.homepage {
        clear: left;
	margin: 0;
	padding: 0;
	background: url('http://hectorsworld.netsafe.org.nz/html/images/homepage_background.png') top no-repeat;
	/*border: 2px solid #ff9900;*/
}

#pageContent.teachers {
        clear: left;
	margin: 0;
	padding: 0;
	background: url('http://hectorsworld.netsafe.org.nz/html/images/teachers_page_background.jpg') top no-repeat;
	/*border: 2px solid #ff9900;*/
}


#pageContent.parents {
        clear: left;
	margin: 0;
	padding: 0;
	background: url('http://hectorsworld.netsafe.org.nz/html/images/parents_page_background.jpg') top no-repeat;
	/*border: 2px solid #ff9900;*/
}

#pageContent.news {
        clear: left;
	margin: 0;
	padding: 0;
	background: url('http://hectorsworld.netsafe.org.nz/html/images/news_page_background.jpg') top no-repeat;
	/*border: 2px solid #ff9900;*/
}

#pageContent.aboutus {
        clear: left;
	margin: 0;
	padding: 0;
	background: url('http://hectorsworld.netsafe.org.nz/html/images/aboutus_page_background.jpg') top no-repeat;
	/*border: 2px solid #ff9900;*/
}

#pageContent.experts {
        clear: left;
	margin: 0;
	padding: 0;
	background: url('http://hectorsworld.netsafe.org.nz/html/images/experts_page_background.jpg') top no-repeat;
	/*border: 2px solid #ff9900;*/
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 90px 10px 15px 20px;

}
#mainContent { 
	margin: 0 200px 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 20px 20px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 3px solid #666;
} 

#mainContent a { 
        text-decoration: underline;
}

#mainContent.homepage { 
	/*width: 350px;*/
        height: 315px;
        margin: 0 0 0 50px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 100px 0 0 0;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 0;
        /*border: 2px solid #999;*/
} 

#mainContent.homepage a { 
        font-style: italic;
        font-weight: bold;
        
}

#homepageButtons {
        float: right;
        width: 319px;
        /*border: 2px solid #ff9900;*/
        padding: 88px 0 0 0;
        overflow: hidden;
}

#homepageText {
        float: left;
        width: 350px;
        /*border: 2px solid #000;*/
}

#mainContent.parents { 
	margin: 0 200px 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 20px 20px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 3px solid #666;
}

#mainContent.news { 
	margin: 0 200px 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 20px 20px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 3px solid #666;
} 

#mainContent.experts { 
	margin: 0 200px 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 20px 20px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 3px solid #666;
} 


#mainContent h2 {
        padding-bottom: 10px;
}
#footer { 
	padding: 10px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: transparent; 
        
} 
#footer p {
	margin-top: 20px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
        border-top: 3px solid #666;
        text-transform: uppercase;
	font-weight: bold;

   
}

.tohector {
       background: url('http://hectorsworld.netsafe.org.nz/html/images/to_hector_button_lrg.jpg') center left no-repeat;
       padding: 18px 0 18px 45px;
        line-height: 110px;     


      }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


