/*  
Theme Name: Greenfoot 
Theme URI: http://www.greenfoot.com.au/
Description: The theme for the website Greenfoot.com.au.
Version: 1.5
Author: Danielle Hickie. 
Original CSS borrowed with gratitude from http://pix.cloudband.com/alex/csstest/NN4_EggzhampleC.html.
Author URI: http://www.jellyfish.com.au/

*/


/* CSS Document */




html, body
	{
	margin				: 0px;
	padding				: 0px;
	background-color	: #E9E9E9;
	color				: #000000;
        border:1px solid green;
	font-family:  Arial, "Lucida Sans",Georgia;
	font-size:13px;
	}
/* bizarrely IE6 seems to want to shift to the right by 3px
Could hack to shift everything else back but it looks ok */
body
	{
	margin				: 20px;
	margin-right		: 17px;
	}

div
	{
	border				: none;
	margin				: 0px;
	padding				: 0px;
	
	}



#wrapper1, #wrapper2
	{
	margin				: 0px;
	padding				: 0px;
	}

/* NN4 makes a mess of the backgrounds (positioning plus unintended inheritance) so exclude it. OmniWeb doesn't understand background positioning either - the left column can be achieved, but not the right one 
*/
#wrapper1
	{
	/*/*/
	background-image	: 
url(images/EggzhampleCRightBg.gif);
	background-position	: right top;
	background-repeat	: repeat-y;
	/* */
	}
#wrapper2
	{
	/*/*/
	background-image	: 
url(images/bannerrepeat2.jpg);
	background-repeat	: repeat-x;
	/* */
	}

.header
	{
	margin				: 0px;
	padding				: 0px;
	color				: #000000;

	
	background-image: url(images/toesgreenbanner.jpg);background-repeat:no-repeat;	background-position:right top;
	height:190px;
	}
/* IE5 needs shifting up - and #empty to clear its parsing palette */
* html body .header
	{
	margin-bottom		: -19px;
	font-family			: "\"}\"";
	font-family			: inherit;
	margin-bottom		: 0px;
	}
#empty{}

/* -1px margin-top is so NN4 borders overlap */
.columns
	{
	margin				: 0px;
	margin-top			: -1px;
	padding				: 0px;
	border				: solid 1px #000000;
	color				: #000000;
	background-color	: #ffffff;
	}
/* reset post NN4 */
.columns
	{
/*/*/
	border				: none;
	margin-top			: 0px;
	background-color	: transparent;
/* */
	}

/*
make sure that .leftcolumn's width is equal to .centercolumn's margin-left
-11px margin-top enables columns to lign up in NN4 rather than dropping down unacceptably
*/
.leftcolumn
	{
	float				: left;
	left				: 0px;
	width				: 200px;
	margin				: 0px;
	margin-top			: -11px;
	padding				: 0px;
	}
/* reset post NN4 */
.leftcolumn
	{
/*/*/
	margin-top			: 0px;
/* */
	}

/*
make sure that .rightcolumn's width is equal to .centercolumn's margin-right
*/
.rightcolumn
	{
	position			: static;
	float				: right;
	width				: 200px;
	margin				: 0px;
	padding				: 0px;
	}


/* .centercolumn base settings
====================================
These values allow the three columns to butt up against each other
You can change the margins between them either by altering these values. However, in most cases altering the padding property of the .[$column]padding selectors will be simpler and more effective.
------------------------------------
NN4
------------------------------------
margin-left		: -25px
margin-right	: 0px
margin-top		: -1px
If you must change these, experiment with these values extensively since the center column does not move in a direct one-to-one relationship to the value specified here. The margin-top of -1px is needed to make NN4 line up correctly.
------------------------------------
OmniWeb
------------------------------------
margin-left		: 0px;
margin-right	: 0px;
------------------------------------
Other browsers
------------------------------------
margin-left		: width of .leftcolumn
margin-left		: final width of .rightcolumn
margin-right is set to the value of the overriding values for .rightcolumn's width.
*/
.centercolumn
	{
	margin				: 0px;
	padding				: 0px;
	}
/* OmniWeb value - others in external css file */

/* no they're not - they're here for ease of viewing for the moment */
/* NN4 values */
.centercolumn
	{
	margin-right		: 0px;
	margin-left			: -25px;
	}
/* Other browsers */
/*/*/
.centercolumn
	{
	margin-right		: 200px;
	margin-left			: 200px;
	}
/* */

/* OmniWeb (exclude from IE5 mac) */
/*\*/
.fake.centercolumn
	{
	margin-right		: 0px;
	margin-left			: 0px;
	}
/* reset IE*/
* html body .centercolumn
	{
	margin-right		: 200px;
	margin-left			: 200px;
	}


/* -7px margin-top enables footer/middles to lign up in NN4 rather than dropping down unacceptably */
.footer, .middle
	{
	clear				: both;
	margin				: 0px;
	margin-top			: -7px;
	padding				: 6px;
	text-align			: left;
	color				: #000000;
	background-color	: #a1c183;
	border				: solid 1px #000000;
	background-image:url(images/footer.gif); background-repeat:no-repeat; background-position:right;
	height:65px;
	}
/* reset post NN4 */
.footer, .middle
	{
/*/*/
	margin-top			: 0px;
/* */
	}

  .centerpadding, .leftpadding
	{
	margin				: 4px;
	padding				: 4px;
	}

.rightpadding
 
	{
	margin				: 1px;
	padding				: 1px;
	}

/* following styles have nothing to do with the structural layout */




h1, h2, h3
	{
	
	color:#669933;
margin-top:0;
	}

h2 a, h3 a, h1 a
	{
	
	color:#669933;
margin-top:1em;
	}


p
	{
	margin-bottom		: 0px;
	}
	
.box {border:1px solid green;background-color:white;}

.box h3, .box h2 {
	background-image:url(images/greenbk.gif);
	background-repeat:repeat-x;
	padding:2px 0 2px 6px;
	color: #FFFFFF;
	font-size:16px;
	font-style:normal;
	font-family:
}

.box h4 {
	color:green;
	padding:0px 0 0 4px;
	
	font-size:14px;
	font-style:normal;
}

.box li {font-size:11px;list-style-type:none;margin-left:-15px;padding:3px;
}


.box li img {margin:8px 2px;border:0px;
}


<!-- search box -->

form {margin:0px;
padding: 0;}

#searchbox {
height:25px;

padding-top:10px;
text-align: center;
width: 200px;

}

#searchbox a {color: #0067A7;}


input, textarea, select {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 100%;}

.input {margin-top:70px;
border: 1px solid #999999;
font-size: 120%;
padding: 0;
width: 250px;}


#searchwrapper
{float:right;
	width: 200px;
	height:50px;

}

.entry img, .entrytext img {
padding:1em;
border: 1px dashed gray;
margin-right:1em;
float:left;

}
.entry .wp-smiley {
padding:0px;
border: 0px dashed white;
margin:0px;
}

/* Comments */

.commentlist li { 
background-image:url(images/commentback.gif);
background-repeat:no-repeat;
background-position:bottom right;
background-color:#d0e4c2;
padding:1em;
margin:1em;
}

.alt cite {
padding:4px 4px 2em 2em;
background-repeat:no-repeat;
background-position:top left;
background-image:url(http://greenfoot.com.au/wp-content/themes/greenfoot/images/feet/rotator.php);
margin-bottom:1em;

}

.even cite {
padding:4px 4px 2em 2em;
background-repeat:no-repeat;
background-position:top left;
background-image:url(http://greenfoot.com.au/wp-content/themes/greenfoot/images/feet2/rotator2.php);
}


#addthis img{
padding:0;
border: 0;
margin: 10px 0px;

}

.entry {
margin-left:10px;
}
.dateblock {
float:left;
text-align: center;
width: 40px;
font-family: Arial;
background-color:#D5E3AE;
margin-right:10px;
padding:0;
}
.day {color:#689A36;
font-size: 20px;
}
.month {
font-size: 12px;
}
.year {display:none;
font-size: 12px;
}

