/*
Theme Name: St Caths
Theme URI: 
Description: St Catherine School
Version: 1.0
Author: Jeremy Clulow
Author URI: http://www.webswonder.co.uk
*/

body {
padding: 0;
margin: 0;
text-align: center;
background: url(images/menuback.png) repeat #1B1F7A;;
font-family:  Verdana, Arial, Tahoma, sans-serif;
}

#heading {
background: #1B1F7A url(images/banner.jpg) no-repeat;
width:900px;
height: 206px;
margin: 7px auto 0px;
border-bottom: 1px solid #3941D2;
}

#header {
padding: 20px 20px 0px 10px;
}

#header h2 {
visibility: hidden;
display: none;
}


h1 {
visibility: hidden;
display: none;

}

h1 a:link, h1 a:visited {
visibility: hidden;
display: none;
}




/*

Shorthand Font

    * font-style: normal
    * font-variant: normal
    * font-weight: normal
    * font-size: medium
    * line-height: normal
    * font-family: depends on the user agent


*/


 h2, .entry h2 a:link, .entry h2 a:visited {
  margin: 0.5em 0em 0em 0em;
  font: normal  125% /1.3em Georgia, serif;
  color: #000099;
  padding:0px;
  text-decoration:none
}



 .entry h2 a:hover {
  text-decoration:underline
}



/*h2 a:link, h2 a:visited {
  font: 160%  Georgia, serif;
  color: #990000;
  font-weight:normal
}
*/

.entry h3 {
  margin: 0.5em 0em 0em 0em;
  font: normal normal normal 120%/1.3em  Georgia, serif;
  color: #205C93;
}





.entry h4 {
  font: normal normal normal 110%/1.3em  Georgia, serif;
  margin: 0.5em 0em 0em 0em;
  font-weight: normal;
  color: #113351;
}


a:link {
	color: #0000FF; 
	text-decoration: underline;
	}

a:visited {
	color: #990099; 
	text-decoration: underline;
	}
a:hover {
	color: #FF0000;  
	text-decoration: none;
	}

	a:active {
	color: #FF0000; 
	text-decoration: none;
	}



#content {
	margin: 0 auto;
	width: 900px;
	text-align: left;
background: url(images/menuback.png) left top repeat-y #E3F2F9;
}

#navigation {
	padding: 15px;
	background-color:transparent;
}

#main {
	float: right;
	background-color: #E3F2F9;
	padding: 0px;
	width: 650px;



/*MINIMUM HEIGHT HACK FOR IE* TO PREVENT MENU OVERFLOW  */	

/*height:600px*/
}
	 

/*html>body #main
{
height: auto;
min-height: 500px;
}
*/
/*END HACK*/




#sidebar {
	width: 230px;
	margin: 0px;
	background-color: transparent;
	padding : 0px 0px 0px 10px;
}


/*TOP LEVEL MENU*/

#sidebar ul {
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}


#sidebar li {
	background: url(images/bullet.png) no-repeat 0 8px;
	padding: 3px 0px 2px 18px;
	margin-bottom:1px;
border-bottom: 1px solid #3941D2;
font-family: verdana, sans-serif;
}

#sidebar li a:link{
color:#FFFFFF;
font-family: verdana, sans-serif;
font-size: 80%;
text-decoration: none;
font-weight:bold;
line-height:1.1em;
}

#sidebar li a:visited{
color:#FFFFFF;
font-family: verdana, sans-serif;
font-size: 80%;
text-decoration: none;
font-weight:bold;
line-height:1.1em;
}

#sidebar li a:hover{
color:#EFEFEF;
font-family: verdana, sans-serif;
font-size: 80%;
text-decoration: none;
font-weight:bold;
line-height:1.1em;
}


/*SECOND LEVEL MENU*/


#sidebar ul li ul {
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	
}

#sidebar li ul li {
	background: url(images/bullet-sub.png) no-repeat 0 8px;
	padding: 2px 0px 2px 18px;
	margin-bottom:1px;
	border-bottom: 1px solid #1B1F7A;
font-family: verdana, sans-serif;
}

#sidebar li ul li a:link{
color:#FFFFFF;
font-family: verdana, sans-serif;
font-size: 80%;
text-decoration: none;
font-weight:normal;
line-height:1.1em;
}

#sidebar li ul li a:visited{
color:#FFFFFF;
font-family: verdana, sans-serif;
font-size: 80%;
text-decoration: none;
font-weight:normal;
line-height:1.1em;
}

#sidebar li ul li a:hover{
color:#EFEFEF;
font-family: verdana, sans-serif;
font-size: 80%;
text-decoration: none;
font-weight:normal;
line-height:1.1em;
}





















#footer {
	clear: both;
	background: #1A1F7A;
	text-align: center;
	color: #FFFFFF;
	padding: 8px 0px 4px 0px;
	 margin-bottom: 0px;
border-top:  1px solid #3941D2;
height: 23px;
}


#footer p {
	margin: 0px 0px 0px 200px;
	font-size:70%;
	line-height:1.4em;
}


#footer p a:link, #footer p a:visited { 
	color: white;
	font-weight:bold;
}



.meta {
	color: #6D6D74;
	font-size: 11px;
	margin: 0px;
}

.entry {
	padding: 0px 20px 10px 20px;
}

.entry p, .entry li, .entry td {
margin: 0.5em 0em 0.5em 0em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
line-height: 1.5em;
}

.entry li{
	margin-top:0.1em;
	margin-bottom:0.2em;
}

.entry blockquote {
	font-style: italic;
}


.entry table{
	margin: 10px 0px 10px 0px;
font-size:75%;
border: 1px solid #CCCCCC;
}

.entry table td{
padding: 3px;
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
}

.alignleft {
	float: left;
margin: 5px 15px 3px 0px;
}

.alignright {
	float: right;
margin: 5px 0px 3px 15px;
}


.pagenav{
	}
	
	
.hiddenstuff{
	visibility:hidden;
	display: none;
}

				
			/*Forces Scrollbar in short pages in Firefox and Opera*/


#scrollbar {
position:absolute;
top:0;
bottom:-0.1px;
width:1em;
z-index:-1;
}


.w3clogos {
text-align:center;
margin: 10px 0px 5px 0px;
}	

#content .infobox {
	border: 1px solid #6D6D74;
	margin: 5px 2px;
	padding: 5px;
	background-color:#FFFFEE;
	font-size:80%;
	}

#content .infoboxcentre {
	border: 1px solid #6D6D74;
	margin: 5px 2px;
	padding: 5px;
	background-color:#FFFFEE;
	text-align: center;
	font-size:80%;
}




/*Contact form CSS moved from Contact Form Plugin*/

/*.mailwrapper {
	text-align: center;
}
.maildiv {
	margin: 20px auto 0 auto;
	text-align: left;
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;




.contactform {
	position: static;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
line-height: 1.4em;

}

.contactleft {
	width: 35%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright {
	width: 65%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 1px solid #ff0000;
}

.contactsubmit {
background-color:#DDDDDD;
}

*/


.gone{
	visibility:hidden;
	display:none;
}




















/*EDITOR CLASSES FOR IMAGES*/


.entry .wp-caption p{
	font-size:smaller;
	margin:0px;
	padding:0px;
text-align:center;
}

.entry .aligncenter{
margin:0px auto;	
}




/*EDITOR CLASSES FOR IMAGES*/

/*Change .entry if not apply*/

/*Image border*/

.entry img {
	border: 2px solid #CCC;
	padding: 4px;
	margin:2px;
}

/*Caption positioned central to picture*/



.entry   p.wp-caption-text{
	font-size:smaller;
	margin:0px;
	padding:0px;
text-align:center;
line-height:1.2em;
}


/*Center or float*/



img.aligncenter, div.aligncenter{
margin:0px auto;	
text-align:center;
}

img.alignleft, div.alignleft 
{
float:left;
margin: 8px 15px 3px 0px;
}

img.alignright, div.alignright {
float:right;
margin: 8px 0px 3px 15px;
}



/*Legacy Positioning*/

.entry img.float-right, .entry p.float-right {
  margin: 8px 0px 5px 15px;  
  float: right;
}

.entry img.float-left, .entry p.float-left {
  margin: 8px 15px 5px 0px;
 float: left;
}














.entry .postdate{
	color:#990000;
	font-size:90%;
	line-height:1.0em;
	margin:0.5em 0em 1em 0em;
	padding:0px;
}


#sidebar .latestnews li {
	font-weight:normal;
}


#sidebar p, #sidebar p a{
	color:white;
	text-align:center;
	font-size:80%;
	margin:0px;
	padding:0px;
}

#sidebar .dateleft{
	font-weight:normal;
	font-size:70%;
color:#FFFF00;
}

#sidebar h3{
	color:white;
	text-align:center;
	font-size:130%;
	margin:10px auto 3px auto;;
	padding:0px;
	font-family:georgia, serif;
	font-weight:normal;
	
}




#searchform{
border:0px dashed red;
margin:0px 0px;
}

/*HOME PAGE FEATURED POST*/


#featured{
border: 0px;
background-color: transparent;
margin: 15px 3px 5px 3px;
font-size:110%;
color:#FF0000;
font-weight:normal;
font-family:georgia, serif;
}





/*EDIT PAGE BUTTON*/



#editpage{
  z-index: 10;
  position:relative;
	border:1px solid white;
	width: 150px;
	height:20px;
	background-color:#019966;
	margin-left:3px;
	padding:3px 0px 1px 0px;
	font-weight:bold;
	text-align:center;
	-moz-border-radius: 5px;
	border-radius:5px;
	-webkit-border-radius: 5px;	
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}

#editpage a {
color:#FFFFFF;
font-family:verdana, sans-serif;
text-decoration: none;
font-size:100%;
}

#editpage:hover {
display:block;
color:#FFFFFF;
background-color:#CC3333;
}


/*End Edit page button*/

