/**
 * Avalon School CSS
 *
 * @filename    styles_AS.css
 * @author      Sue Hodgetts
 * @date        05-06-2103
 * @copyright   Essential Websites
 * @url         http://www.essential-websites.com
 */

/* CSS reset */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

/* end of CSS reset */


html {
	min-height: 101%;  /* FF scrollbar fix */
	}
	
body  {
	background: #fff;
	}

	
h1  {
	font-family:  "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 1.5em;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	padding-top: 2px;
	}
	
h2  {
	font-family:  "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 1.6em;
	color: #175a87  /* title blue */;
	letter-spacing: 1px;
	font-weight: bold;
	}
	
h3  {
	font-family:  "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #175a87  /* title blue */;
	padding-bottom: 10px;
	}
	
h4  {
	font-family:  "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 1.1em;
	color: #fff;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 15px;
	}

h5  {
	font-family:  "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	color: #175A87 /* dark blue */;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 15px;
	}
	
p, a, li  {
	font-family:  "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;
	line-height: normal;
	padding-bottom: 15px;
	color: #175A87 /* dark blue #222   text grey */;
	}

.dark-blue {
	color: #175A87 /* dark blue */;
}

li {
	color: #175A87 /* dark blue */;
	list-style: disc;
}

.boldtext {
	font-weight: bold;
}

.friendstitle{
	text-align: center;
	font-size: 1.1em;
	padding: 20px 0;

}

a.ofstedlink {
	color: #fff;
	font-size: 1em;
	font-style: normal;
	margin-left: 30px;
	text-decoration: none;
	font-weight: bold;
}

.ofstedlink:hover {
	text-decoration: underline;
}
/*********************/
/*   OUTER WRAPPER   */
/*********************/
	
#outer_wrapper {
	margin-left: auto;
	margin-right: auto;
	}
	
	
/***************/
/*   WRAPPER   */
/***************/
	
#wrapper {
	width: 940px;
	margin: 20px auto 0 auto;
	overflow: hidden;  /* or else the outer wrapper doesn't display the image */
	}
	
	
/***************/
/*   BANNER    */
/***************/

#banner  {
	width: 940px;
	margin-left: auto;
	margin-right: auto;	
	height: 150px;
	}
	
#logo  {
	float: right;
}

#contrast {
	padding-top: 10px;
}

#contrast a  {
	color: #3193db  /* medium blue */;
}

#ribbon  {
	height: 27px;
	background: url(../images/ribbon.png) repeat-x center top;
}


/*****************/
/*   LEFT MENU   */
/*****************/

#left_menu {
	float: left;
	width: 103px;
	margin-right: 17px;
}

.menu_button  {
	width: 103px;
	height: 82px;
	margin-bottom: 20px;
	overflow: hidden;
}

#home_button  {
	background: url(../images/menu_button_home.png) no-repeat center center;
}

#parents_button {
	background: url(../images/menu_button_parents.png) no-repeat center center;
}

#news_button {
	background: url(../images/menu_button_news.png) no-repeat center center;
}

#friends_button {
	background: url(../images/menu_button_friends.png) no-repeat center center;
}

#partnership_button {
	background: url(../images/menu_button_partnership.png) no-repeat center center;
}

#aims_button {
	background: url(../images/menu_button_aims.png) no-repeat center center;
}

#learning_button {
	background: url(../images/menu_button_learning.png) no-repeat center center;
}

#local_offer_button {
	background: url(../images/menu_button_pupils.png) no-repeat center center;
}

#governors_button {
	background: url(../images/menu_button_governors.png) no-repeat center center;
}

#contact_button {
	background: url(../images/menu_button_contact.png) no-repeat center center;
}


/*******************/
/*    MIDDLE BOX   */
/*******************/

#middle_box {
	float: left;
	width: 700px;
}


/*******************/
/*   TWITTER BOX   */
/*******************/

#twitter_box {
	width: 654px;
	height: 70px;
	padding: 0 20px;
	margin-bottom: 15px;
	background: url(../images/twitter_bg.png) repeat;
	border: 3px solid #1a70b0  /* dark blue */;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.twitter-timeline {
	width: 654px;
	height: 70px;
}


/****************/
/*   SLIDESHOW  */
/****************/

#slideshow {
	float: left;
	width: 700px;
	height: 340px;
	margin-bottom: 15px;
	background: #ddd;
}

/*******************/
/*   MISSION BOX   */
/*******************/

#mission_box {
	float: left;
	width: 694px;
	height: 38px;
	background: #60c020  /* medium green */;
	border: 3px solid #529d1b  /* dark green */;
	-moz-border-radius:  0 0 5px 5px;
	border-radius:  0 0 5px 5px;
}


/******************/
/*   RIGHT MENU   */
/******************/

#right_menu {
	float: right;
	width: 103px;
}



/**********************/
/*   TITLE AND QUOTE  */
/**********************/

#title_quote {
	clear: both;
	width: 940px;
	height: 100px;
	padding-top: 15px;
}

/****************/
/*   TITLE BOX  */
/****************/

#title_box {
	float: left;
	width: 380px;
	text-align: center;
}

/****************/
/*   QUOTE BOX  */
/****************/

#quote_box {
	float: right;
	width: 501px;
	height: 74px;
	margin-bottom: 30px;
	padding: 15px;
	font-size: 0.9em;
	background: url(../images/quote_box.png) no-repeat center center;
}

#quote_box p {
	color: #fff;
	padding-bottom: 5px;

}

#author {
	float: left;
	font-style: italic;
	font-size: 0.9em;
}

	
/***************/
/*    STRIPE   */
/***************/

#stripe {	
	float: left;
	width: 940px;
	height: 9px;
	background: url(../images/stripe.png) repeat-x center center;
	margin-bottom: 30px;
	}
	
	
/*************/
/*    MAIN   */
/*************/

#main {	
	float: left;
	width: 940px;
	margin-top: 30px;
	}

#home #main {
	margin-bottom: 30px;
}
	
#home #main_left {
	float: left;
	width: 600px;
	margin-left: 40px;
	margin-right: 33px;
	}
	
#home #highlight_box  {
	background: url(../images/highlight.png) repeat center center;
	padding: 20px;
	font-weight: bold;
	margin-top: 30px;
	border: 2px solid #1a70b0  /* dark blue */;
}

#home #highlight_box p {
	font-weight: bold;
	color: #175a87  /* title blue */;
	font-size: 0.9em;
}
	
#home #main_right {
	float: right;
	text-align: center;
	width: 260px;
	}
	
#home #main_right p {
	color: #175a87  /* title blue */;
	}
	
#home #main_right img {
	padding-bottom: 20px;
	}

.main_local {
	text-align: center;
	padding: 0px 0 40px 0;
}

.boxrow  {
	float: left;
	width: 700px;
	margin-left: 70px;
}

.boxleft {
	float: left;
	width: 130px;
	margin-right: 30px;
	padding: 40px 0;
}

.boxright {
	float: left;
	width: 500px;
	padding: 20px 0;
}

.line {
	border-top: 1px dashed #1a70b0  /* dark blue */;
	margin-bottom: 40px;
}

.nopadding {
	padding: 0;
}

#contact .boxrow  {
	width: 800px;
	margin-left: 0px;
}

#contact .boxleft {
	width: 240px;
	padding: 0;
}

#contact .boxright {
	float: right;
	width: 460px;
	padding: 0;
}

iframe {
	border: 1px solid #1a70b0  /* dark blue */;
}

.contact-telephone, .contact-email  {
	font-weight: normal;
	font-size: 0.9em;
}

.contact-telephone {
	margin-left: 15px;
}

#contact .marginbottom {
	padding-bottom: 2px;
}


/**********************/
/*    MAIN  CENTRED   */
/**********************/

.main-centred {
	float: left;
	margin: 0 0 40px 60px;
	width: 820px;
	min-height: 400px;
}

.friends_logo  {
	text-align: center;
}

.highlight-box {
	background: url(../images/highlight.png) repeat center center;
	border: 2px solid #1a70b0  /* dark blue */;
	padding: 0 20px;
	font-weight: bold;
	margin-top: 30px;
	width: 500px;
	margin-left: 150px;
}

#aims .highlight-box {
	margin-bottom: 60px;
}


/***********/
/*  TABLE  */
/***********/

#friends table {
	font-family:  "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;
	line-height: normal;
	padding-bottom: 15px;
	color: #175A87 /* dark blue */;
	margin: 30px 0 0 120px;
}

#friends td {
	width: 320px;
}

#friends .tablespacer {
	width: 30px;
}

#friends .rowspacer {
	padding-bottom: 30px;
}



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

#footer_bg  {
	background: url(../images/footer_bg.png) repeat-x center bottom;
	height: 250px;
}

#footer  {
	clear: both;
	width: 940px;
	margin-left: auto;
	margin-right: auto;	
	padding-top: 30px;
	}	
	
#footer p  {
	font-family:  "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	color: #fff;
	}
	
#footer a {
	font-family:  "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	display: block;
	padding: 0;
}

#footer a:hover{
	color:  #ddd;
	text-decoration: underline;
}

.grey  {
	color: #ccc;
}

#footer_left  {
	float: left;
	width: 300px;
	margin-right: 60px;
}

#footer_left img  {
}

#footer_middle  {
	float: left;
	width: 240px;
}

#footer_right  {
	float: right;
	width: 250px;
	text-align: right;
}

	
/*********************/
/* 		WEBMASTER 	 */
/*********************/
	
#webmaster {
	clear: both;
	width: 940px;
	padding: 25px 0 5px 0;
	text-align: center;
	font-family:   "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;
	}
		
#webmaster p{
	color: #ccc;
	}	

#widgit  {
	font-size: 0.9em;
	margin-top: -10px;
	font-style: italic;
}

#webmaster a  {
	font-family:   "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	color: #ccc;
	margin-left: 7px;
	text-decoration: underline;
	display: inline;
	}
	
#webmaster a:hover  {
	color:  #aaa;
	text-decoration: underline;
	}

#web  {
	margin-left: 40px;
}
