/*******************************************************************************
*  Personalisation by Pieces 2 column design Chris Jennings - April 2007
* ------------------------------------------------------------------------------
*******************************************************************************/
* html body
{
	text-align: center;
	/* hack to center this under IE5 */
}

		
	body {
	color: #000;
	background: #F7FAFC url(http://www.camb-ed.net/images/honecombrepeat.jpg) repeat-x 50% top;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100.1%;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
	img {
	border: 0;
	}
		
	#everything {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-align: left;
	color: #333;
	background: transparent;
	padding: 0;
	max-width: 900px;
	min-width: 780px;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	padding-top: 0px;
	}	


/*	html>#everything	{
	width: 100%;
	}*/
	
	/* links */
	
div#content a, a:link {
border-bottom: 1px dotted;
	}
	
	div#content a:hover {
border-bottom: 0px dotted;
	}
		
	a:link, a   {
	color: #6680BF;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	border: 0;
	}

	a:visited   {
	color: #69BE7C;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	}

	a:hover   {
	color: #3E705E;
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent
	border: 0;
	}

	a:active   {
	color: #3E705E;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	}
	
	
	/* the whole page */
	
	div#thepage  {
	color: black;
	background: white url(http://www.camb-ed.net/images/pagestrip.jpg) repeat-y 1px top;
	font-weight: normal;
	margin: 0;
	height: 100%;
	}
	
	div#banner {
	text-align: left;
	background-color: transparent;
	/*width: 100%;*/
	border-bottom: 1px solid #bdbdbd;
	margin: 0;
	padding: 0;
	height: 100px;
	
	}
	
	div#banner img {
	margin: 0;
	paddig: 0;
	display: block;
	}
	
	#searchbox {
	display: block;
	overflow:hidden;
	text-align: right;
	float: right;
	width: 160px;
	margin: 38px 6px 0 0;
	}
	
	#searchbox fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	border: 0px solid green;
	}
	
	#searchbox .input {
	font-size: .8em;
	border: 1px solid silver;
	padding: 0;
	margin: 0;
	width: 90px;
	}
	
	#searchbox .submit {
	font-size: .7em;
	border: 1px solid silver;
	padding: 0;
	margin: 0 2px;
	/*width: auto;*/
	}
	
	
/* the navigation stuff box on the left */
	
	div#navbar {
	float: left;
	font-size: 80%;
	background: transparent;
	text-indent: 0;
	margin-right: 0px;
	padding: 109px 0 0 0;
	width: 230px;
	background: transparent url(http://www.camb-ed.net/images/kidsincircle.gif) no-repeat 50% top;
	}
	
	div#navbar p {
	color: black;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	background-color: transparent;
	margin: 0 16px 4px 10px;
	padding: 0;
	}
	
		
	div.feature   {	
	color: black;
	background: white;
	margin: 12px 7px 12px 7px;
	border: 1px solid silver;
	padding: 0px 0;
	}
	
	
	.feature  p.heading img {
	margin: 0;
	float: right;
	border: 0;
	padding: 0;
	}
	
	div#specialsbar div.feature p { 
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 75%;
	line-height: 1.6em; 
	text-align: left; 
	text-indent: 0px;
	padding: 0;
	margin: 2px 4px;
	background:transparent;
	border-bottom: 1px dotted #EAD0D0;
	}
	
	.feature a, .feature a:link, .feature a:visited { 
     text-decoration: none;
	}
	
	.feature a:hover, .feature a:active { 
     text-decoration: underline;
	}
	
	div#specialsbar div.feature > p:last-child {
	border-bottom: none;
	}
	
	.feature img { 
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 8px;
	margin-top: 8px;
	}

	
	div#footerbar { 
	color: white;
	font-size: .7em;
	line-height: 1em;
	background-color: #819EBD;
	text-align:left; 
	text-indent:6px;
	padding: 12px;
	margin: 0;
	border-top: 2px solid #90ADE4;
	clear: both;
	}
	
	div#footerbar a { 
	color: white;
	border-bottom: 1px dotted;
	text-decoration: none;
	}

/* the main content box */
	
	div#content { 
	color: black; 
	font-weight: normal; 
	background-color: transparent; 
	text-indent: 0; 
	margin-left: 231px;
	margin-right: 10px;
	margin-top: 0;
	padding: 6px 0;
	}
	
	div#content p {
	font-size: .85em;
	line-height: 1.4em;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-top: 0px;
	margin: 0px 8px 3px 12px;
	}
	
	
/* images in the content area can be designated as float to the left or right*/

#content img {
	display: block;
	border: 1px solid gray;
	margin-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 4px;
	}
	
#content img.left {
	float: left;
	}	
	
#content img.right {
	float: right;
        clear: right;
	margin-left: 4px;
	}

/* images can float left or right */

#content div.right {
	float: right;
clear: right;
	margin-left: 4px;
}

#content div.left {
	float: left;
	margin-left: 4px;
}

	
#content blockquote {
line-height: 1.4em;
font-size: .9em;
margin: 0px;
padding: 0px 10px 4px 16px;
	}
	
/* 	list items in content area will be in Verdana */
	
	div#content ul li {
	list-style: disc;
	list-style-position: outside;
	background-color: transparent;
	margin: 3px 6px 0 0px;
	padding: 0px;
	}
	
	div#content ul {
	font-size: .8em;
	line-height: 1.2em;
	margin: 6px 0 10px 6px;
	padding-left: 30px;
	}

        div#content ol {
	font-size: .8em;
	line-height: 1.3em;
	margin: 6px 0 20px 6px;
	padding-left: 30px;
	}
	
	h1	{
	font-size: 1.2em;
	font-weight: normal;
	color: #263F6A;
	background-color: transparent;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-top: 0px;
	margin: 0px 8px 3px 12px;
	border-left: 8px solid #EDF2FB;
	}

/* this seems to solve the problem with ie windows 5 */

	html>body h1 {
	margin-right: 8px;
	}
	
	h1 strong {
	font-weight: bold;
	}

/*  */
	
#content h2 {
	font-size: 1em;
	background-color: transparent;
	color: #799CDF;
	margin: 4px 8px 2px 18px;
	}


#content h2 a, #content h2 a:link, #content h2 a:hover, #content h2 a:visited, #content h2 a:active {
	color: #799CDF;
font-size: 1.1em;
font-weight: bold;
	padding-right: 20px;
margin-left: 1px;
border-bottom: 0px dotted;
background: transparent url(http://www.camb-ed.net/images/forwardtriangle.gif) no-repeat right 50%;
	}

	
	h2 strong {
	font-weight: bold;
	}
	
	
	h3	{
	font-size: .8em;
	background-color: transparent;
	margin: 10px 8px 2px 14px;
	padding-bottom: 1px;
	padding-left: 4px;
	}
	
	h3 strong {
	font-weight: bold;
	}
	
	h4	{
	font-size: 11px;
	background-color: transparent;
	margin: 0 3px 0px 6px;
	padding-bottom: 1px;
	padding-left: 0px;
	}

	html p	  {
	font-size: .9em;
	line-height: 1.5em;
	text-align: left;
	margin-top: 0;
	margin-bottom: 2em;
	}
	

/* 	in the early browser stylesheet this will show */

#showhidemessage {
    text-align:right;
    color: gray;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: transparent;
    display: none;
    }
    
div.topmenu {
border: 1px solid #296FAE;
color: black;
background: transparent;
padding: 0;
margin-bottom: 11px;
margin-top: 8px;
margin-left: 10px;
width: 258px;
} 

div.menus {
border: 1px solid silver;
color: black;
background: #FAFCFD;
padding: 0;
margin-bottom: 11px;
margin-top: 8px;
margin-left: 10px;
width: 258px;
}

div#priority {
border: 1px solid #296FAE;
/* background: transparent;*/
background: white url(http://www.camb-ed.net/images/kidsincircle_t.gif) no-repeat 50% -115px;
}


html>body div.menus {
width: 210px;
}

div.menus h2 {
color: white; 
font-size: .8em; 
line-height: 2.2em;
margin: 0;
border: 0;
padding: 0px 3px 2px 4px;
background: #8CB2D4;

}


html>body div.menus h2 {
width: auto;
}

div.menus ul {
margin: 0; 
padding: 0; 
background: transparent;
border-left: 0px solid gray;
border-right: 0px solid gray;

  }
  
.menus li {
font-size: .8em; 
line-height: 1em;
position: relative;
list-style: none; 
margin: 0;
padding: 4px 1px;
border: 0;
}


.menus li:hover {
text-decoration: none;
background: #D4E9F4;
}


div.menus li a:hover  /* Insert for IE's sake */ {
text-decoration: none;
}

div.menus li a {
color: gray;
display: block; 
text-decoration: none;
border: 0;
padding: 0.28em 0 0.3em 3px;
padding-left: 14px;
background: transparent url(http://www.camb-ed.net/images/forwardtriangle.gif) no-repeat left 50%;
}

div.menus li a:hover {
color: black;
background: #D4E9F4 url(http://www.camb-ed.net/images/forwardtriangleover.gif) no-repeat left 50%;
}

.menus>ul a {
width: auto;
}


.entry, .entryalt1, .entryalt2  {
color: black;
background: transparent;
font-style: normal;
font-weight: normal;
font-size: .9em;
line-height: 1.5em;
margin: 4px 10px 5px 10px;
padding: 4px 0 ;

border-bottom: 1px solid #E6EDF9;
}

#content > div.entry:last-child, #content > div.entryalt1:last-child, #content > div.entryalt2:last-child  {
border-bottom: none;
}


.entry  p, .entryalt1 p, .entryalt2 p {
padding-bottom: 8px;
margin: 0;
vertical-align: top;
}

.entryalt1  {
color: black;
background: #F8FAFD;
}

#content div.entry  p.postdetails {
font-size: .75em;
line-height: 1em;
color: gray;
font-weight: normal;
}
		
#content .datestamp {
font-size:   .8em;
margin-left: 12px;
margin-bottom: 2px;
padding-bottom: 4px;
color:gray;
font-weight: normal;
}
 	
 	#content .category {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size:   9px;
 	margin-right: 40px;
 	margin-bottom: 0;
 	color:black;
 	font-weight: normal;
 	width: 400px;
 	}
 	
 	#content .category em {
 	font-weight: bold;
 	}

#content fieldset {
	border: 1px solid #C3E1C3;
	margin: 8px 17px;
	padding: 14px 8px 4px 8px;
	clear: right;
	}
	
div#content fieldset p {
font-size: .8em;
}

#content legend {
	font-size: .7em;
	}
	
	
div#content .input {
	width: 90%;
	margin: 0px 10px 3px 0px;
    padding: 3px;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: white;
	border: 1px solid gray;
	}

div#content .textarea {
	width: 99%;
	margin: 0px 8px 3px 0px;
    padding: 0px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: white;
	border: 1px solid gray;
	}

#content .input:focus, div#content .textarea:focus { 
	background: #F7FAFC;
	border: 1px solid black;
	}
	
	#content .submit { 
	color: white;
        font-size: .8em;
        margin: 0 18px;
        line-height: 1.3em;
	padding: 4px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #7BA4D9;
	border: 1px solid gray;
	}

	#content fieldset .submit { 
        margin: 0 18px 0 0;
	}
	
#content .submit:focus {
border: 1px solid black;
}

div.editbox {

}

#content div.editbox img {
float: none;
border: none;
display: inline;
}

#content div.editbox a {
border: none;
}

#content div.members_only {
font-size: .8em;
border: 1px dotted silver;
background: #F7FAFC;
margin: 6px 6px 6px 16px;
padding-top: 4px;
}

p.morelink {
clear: right;
}

/* IE Only */

   * html body {
   font-size: 90%;
   }