@charset "utf-8";
/*-------------------------------------------------------------------*\
|                                                                     |
|    Aylesbury Vale Academy CSS                                       |
|    Carved from pure binary at Oast One by James Marett, March 2009  |
|                                                                     |
|    IMPORTANT NOTES:                                                 |
|    Light blue: #819AC8                                              |
|    Dark blue: #09357B                                               |
|                                                                     |
\*-------------------------------------------------------------------*/

/*-- General --*/

#sitebox{
	background-color: #243b77;
	display: block;
	width: 870px;
	overflow: hidden;
	height: auto;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

#linkbox{
	background-color: #243b77;
	display: block;
	width: 870px;
	overflow: hidden;
	height: auto;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

.innerlinkbox{
	display: block;
	float: left;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #243b77;
	font-size: small;
	text-align: left;
	line-height: 1.2em;
	border-right-style: none;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	padding-left: 10px;
	list-style-type: square;
}

.innerlinkbox a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
	font-size: x-small;
}

.innerlinkbox a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:underline;}

.innersitebox{
	display: block;
	float: left;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #243b77;
	font-size: small;
	text-align: left;
	line-height: 1.1em;
	border-right-style: none;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	padding-left: 5px;
}

.innersitebox a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
	font-size: x-small;
}

.innersitebox a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:underline;}

#ticker{
	position: relative;
	top: 5px;
	text-align: right;
	background-color: #999999;

}

#ticker2{
	position: relative;
	top: 5px;
	text-align: right;
	min-height:45px;

}

#banner{
	z-index: -1;
	display: block;
}
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/background.jpg) repeat-x #819AC8 top;
	text-align: center;
	/*font-size: 62.5%;*/
}

/*-- Fonts --*/

#content h2, #content h3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

/*-- Page Layout --*/

#page {
	width: 900px;
	background: url(../images/top_diags.jpg) repeat-x #fff top;
	min-height: 300px;
	padding-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 300px;
	padding-bottom: 20px;
}	
#header h1 {
	display: none;
}

/*#menu {
	height: 35px;
	line-height: 35px;
	padding-top: 5px;
	background: url(../images/menu_diags.jpg) repeat-x bottom;
	color: #819AC8;
	font-size: 16px;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#menu li {
	padding: 0;
	margin: 0 10px;
	list-style-type: none;
	display: inline;
}
#menu a {
	color: #819AC8;
	text-decoration: none;
}
#menu a:hover {
	color: #09357B;
	text-decoration: none;
}*/


#contentarea {
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 80px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
}

#sidepanel {
	width: 180px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	text-align: left;
}




#sidepanel .blogbox {
	background: url(../images/blogbox_bg.gif) top right;
	padding: 5px;
	margin: 20px 0 0 0;
}
#sidepanel .blogboxinner {
	background: #fff url(../images/blogbox_star.gif) no-repeat bottom left;
	padding: 5px; /*15px 5px 5px 5px;*/
	min-height: 10px;
}
#sidepanel .blogbox p {
	margin: 5px 0 0 0;
	color: #09357B;
	font-size: 14px;
	text-align: justify;
}
#sidepanel .blogbox a {
	text-decoration: none;
	color: #09357B;
}
#sidepanel .blogbox a:hover {
	background: #819AC8;
	color: #fff;
}

#content {
	width: 550px;
	float: left;
	text-align: left;
	color: #444;
	font-size: 15px;
	margin-left: 0px;
	padding-left: 15px;
	padding-right: 10px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
#content h2 {
	font-weight: normal;
	color: #09357B;
	font-size: 26px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 15px;
}
#content h3, h3 {
	font-weight: normal;
	color: #819AC8;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 15px;
}
#content h4  {
	font-weight: normal;
	color: #09357b;
	font-size: 15px;
	line-height: 22px;
	margin: 0;
	margin-bottom: 5px;
}
#content p {
	line-height: 22px;
	margin: 0;
	margin-bottom: 15px;
}
#content a {
	color: #819AC8;
	text-decoration: none;
}
#content a:hover {
	color: #09357B;
}
#content ul {
	list-style-type: none;
}
#content ul li{
	list-style-image: url(../images/ava_bullet.gif);
	line-height: 22px;
	padding: 3px 0;
}
#content ol li {
	line-height: 22px;
	padding: 3px 0;
}
#content .acrobat {
	border-top: 1px solid #ddd;
	font-size: 11px;
}
#content .acrobat p {
	margin-top: 7px;
	margin-bottom: 7px;
	line-height: 14px;
}
#content .ziplink {
	background: url(../images/zip_icon.gif) no-repeat left;
	padding-left: 22px;
}
#content .pdflink {
	background: url(../images/pdf_icon.gif) no-repeat left;
	padding-left: 22px;
}
#content .wordlink {
	padding-left: 22px;
	background-image: url(../images/word_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#content .linklink {
	background: url(../images/link_icon.gif) no-repeat left;
	padding-left: 22px;
}
#content .doclink {
	background: url(../images/doc_icon.gif) no-repeat left;
	padding-left: 22px;
}
#content .flash {
	border: 1px solid #819AC8;
	background: url(../images/top_diags.jpg) repeat-x top;
	padding: 5px;
	margin-bottom: 20px;
}
#content .divider, .divider{
	border-top: 1px solid #819AC8;
	background: url(../images/top_diags.jpg) repeat-x top;
	padding-top: 5px;
	margin-bottom: 20px;
}
#content .blogentry {
	border-top: 1px solid #819AC8;
	background: url(../images/top_diags.jpg) repeat-x top;
	padding: 5px 0;
	margin-bottom: 20px;
}
#content .blogentry .bottomline {
	border-top: 1px dotted #819AC8;
	padding-top: 5px;
	font-size: 12px;
}
#content .blogentry .bottomline a {
	color: #819AC8;
	text-decoration: none;
}
#content .blogentry .blogdivider {
	border-top: 1px solid #819AC8;
	margin: 5px 0 20px 0;
}
#content .blogfeedback {
	background: #819AC8;
	padding: 5px;
	margin-bottom: 20px;
}
#content .blogfeedback h3,
#content .blogfeedback p {
	color: #fff;
}
#content .blogfeedback .bottomline {
	border-top: 1px dotted #fff;
	padding-top: 5px;
	font-size: 12px;
}
#content .blogfeedback form {
	padding: 0;
	margin: 0;
}
#content .blogfeedback input, #content .blogfeedback textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
}
#content .line {
	border-top: 1px solid #eee;
	height: 1px; 
	margin-top: 20px;
	margin-bottom: 10px;
}

#content .avatable {
	border-top: 1px solid #819AC8;
	background: url(../images/top_diags.jpg) repeat-x top;
	/*padding-top: 5px;*/
	margin-bottom: 20px;
	margin-top: 20px;
}
#content .avatable td {
	border-bottom: 1px solid #819AC8;
	padding: 5px;
}
#content .imageright {
	border: 1px solid #819AC8;
	margin-bottom: 5px;
	margin-left: 10px;
}
#content .imageleft {
	border: 1px solid #819AC8;
	margin-bottom: 5px;
	margin-right: 10px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clearer {
	clear: both;
	height: 1px;
}

#footer {
	background: url(../images/bottom_diags.jpg) repeat-x #09357B top;
	color: #fff;
	line-height: 20px;
	font-size: 12px;
	padding-top: 10px;
	clear: both;
}
#footer em {
	font-size: 8px;
	font-style: normal;
}
#footer p {
	margin: 0;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #819AC8;
}

#credits {
	background: url(../images/bottom_shadow.gif) no-repeat top;
	width: 100%;
	padding: 10px 0;
	font-size: 11px;
	color: #fff;
}
#credits a {
	color: #fff;
	text-decoration: none;
}

/*-- holding page -- */

#holdingflasharea {
	/*height: 187px;*/
	padding-top: 55px;
}

#holdingfooter {
	height: 60px;
	background: url(../images/bottom_diags.jpg) repeat-x #09357B top;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
}
#holdingfooter p {
	margin: 0;
}
#holdingfooter a {
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
}
#holdingfooter a:hover {
	color: #819AC8;
}

#Notice {
	font-size:14px;
	line-height:125%;
	text-align: justify;
	display: block;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	background-position: center top;
	width: auto;
}
#index ul li{
	list-style-image: url(../images/ava_bullet.gif);
	line-height: 18px;
	padding: 3px 0;
}
#index p {
	line-height: 22px;
	margin: 0;
	margin-bottom: 15px;
}
#index h4  {
	font-weight: normal;
	color: #819ac8;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	margin-bottom: 5px;
}


#line{
	background-image: url(../images/vertical_dotted_line.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.rightsidepanel{
	width: 100px;
	float: right;
	min-height: 200px;
	padding-left: 1px;
	text-align: center;

}
.rightbox a {
	font-family: "Century Gothic", Arial, sans-serif;
	color: #999999;
	text-decoration: none;
}

.rightbox a:hover {
	color: #243b77;
}

.rightbox{
	text-align: left;
	display: block;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	text-indent: 5px;
	margin-bottom: 1px;
	color: #999999;
	width: 90px;
	padding-left: 2px;
	border: 1px solid #CCCCCC;
}
.rightbox a.news{
	background-image: url(../images/NewsIcon.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.innerrightbox{
	display: block;
	margin-bottom: 20px;
}

.rightsidepanel h3{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	color: 243b77;
	text-align: left;
	vertical-align: middle;
	line-height: normal;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image: url(../images/Star.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 5px;
	padding-right: 0px;
	padding-left: 18px;
	font-weight: bolder;
}

#pageend{
	display: block;
	overflow: hidden;
	height: 80px;
	background-position: bottom;
	vertical-align: bottom;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: right;
}

.icon{
	float: left;
	margin-right: 10px;
	vertical-align: bottom;
	height: 80px;
	margin-bottom: 5px;
}

.LeftCell{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.trans{
	color: #FFFFFF;
	z-index: auto;
	text-align: right;
	width: 550px;
	margin-bottom: 20px;
	height: 18px;
	background-image: url(../images/topnav.gif);
	background-repeat: repeat-y;
	background-position: right top;
	font-family: "Century Gothic", Arial, sans-serif;
	background-color: #FFFFFF;
	display: list-item;
}

.trans ul{
	list-style-type: none;
	padding: none;
	margin: none;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.trans ul li{
	display: inline;
	margin-right: 0px;
	margin-left: 2px;
	padding: 0px;
	margin-top: 0px;
	vertical-align: middle;
	color: #FFFFFF;
	font-family: "Century Gothic", Arial, sans-serif;
}
.trans ul li a{
	color: #FFFFFF;
	font-family: "Century Gothic", Arial, sans-serif;
}
.trans ul li a:hover{}
.navtext{
	color: #243b77;
}

.boldtext{
	font-weight:bold;
	text-align:left;
}

.sidemenu{
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.sidemenu a:hover{
	background-color:#CCC;
	text-decoration: none;
	color: #243b77;
	display: block;
	font-weight: bold;
}

.load{	background-color:#CCC;
	text-decoration: none;
	color: #243b77;
	display: block;
	font-weight: bold;} 

.sidemenu a{	
    text-decoration: none;
	color: #243b77;
	
	}

#subWelcome{
	background-color: #0F0;
}

a.subBase {}

.sideitem{
	font-size: 0.8em;
	text-align: left;
	display: block;
	border-bottom-style: none;
	border-top-style: none;
	line-height: 3em;
	font-weight: normal;
	color: #243b77;
}

.topbar{
	display: block;
	text-align: left;
	font-size: 2em;
	font-variant: small-caps;
	background-color: #243b77;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;

}

#breadcrumbs {
	display: block;
	height: 20px;
	text-align: left;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-size: 0.7em;
	margin-bottom: 10px;

}
#breadcrumbs a{
	text-decoration: none;
	color: #243b77;	
	line-height: 1.2em;
}
#breadcrumbs a:hover{
	
		color: #819ac8	}

.subNavLeft{
	font-size: 0.9em;
	line-height: 1.2em;
	height: auto;
	width: 180px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 30px;
	margin-top: 0px;

}

.subNavLeft ul{
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

.subNavLeft ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: 0.7em;
	color: #243b77;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;


}
.subNavLeft h3{
	line-height: 1.2em;
	
	padding-top: 15px;
}

.active{
	font-weight: bold;
	background-color: #CCC;
	disable:true;

}

.nonactive{}

.subNavLeft a{
		color: #243b77;
		text-decoration:none;}

.subNavLeft a:hover{
	background-color:#CCC;
	color: #243b77;
	display: block;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
} 
	
#curriculum a:hover{font-weight:normal;}

.subnavContainer{
	height: auto;
	width: 100%;
}

.box{
	display: block;
	height: 250px;
	width: 500px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	padding-top: 10px;
}

.innerleftbox{
	font-size: 10px;
	clear: right;
	width: 230px;
	float: left;
	z-index: 0;
}
.innerrightbox{
	line-height: normal;
	text-align: left;
	height: 250px;
	overflow: hidden;
	float: right;
	width: 230px;
	padding-left: 10px;
	position:relative;
	padding-right: 5px;
}
.innerrightbox p{
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

.innerrightbox h4{
	font-size:12px;
	padding: 0px;
	margin: 0px;
}
.timetable{
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 30px;
}

.cell1{
	
	background-color: #243b77;
	color: #FFFFFF;
	text-indent: 10px;

}

.cell1b{
	
	background-color: #243b77;
	color: #FFFFFF;

}
.cell2{
	background-color: #999999;
	color: #FFFFFF;
	text-align: center;

}

.cell3{
	background-color:#333333;
	color:#FFFFFF;
	text-align: center;
}

#table{
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

#table a {color:#fff;}

#table a:hover {color:#819ac8;}

/*Latest news formatting*/

.thumb{
	background-image: none;
	display: inline;
	padding: 4px;
	border: 1px solid #d9d2cb;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 0px;
	float: left;
	text-align: left;
}

.news_item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d2cb;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	height:auto !important;
	padding-bottom: 10px;
	margin:0px;
	min-height: 140px;
	}
	
#news_list p{
	font-size: .8em;
	}
	

#news_list h4{
	font-size: 0.9em;
	line-height:2em;
	padding:0px;
	margin:0px;
	font-family: "Century Gothic", Arial, Calibri;
	font-weight:normal;
	color: #819ac8;	
}


#news_list{
	height:auto !important;	
	}
#news_list h6{
	font-size: 0.7em;
	line-height:1.5em;
	padding-right:5px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d9d2cb;
	color: #243b77;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.news_link {
	font-size: 0.8em;
	font-weight: bold;
	color: #F60;
	text-transform: uppercase;
}

/*end of latest news formating*/

/*events list formatting*/
.eventsthumb{
	background-image: none;
	display: inline;
	padding: 4px;
	border: 1px solid #d9d2cb;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 0px;
	float: left;
	text-align: left;
}

.events_item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d2cb;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	height:auto !important;
	padding-bottom: 10px;
	margin:0px;
	min-height: 120px;
	}
	
#events_list p{
	font-size: 1em;
	}
	

#events_list h4{
	font-size: 1.3em;
	line-height:2em;
	padding:0px;
	margin:0px;
	font-family: "Century Gothic", Arial, Calibri;
	font-weight:normal;
	color: #819ac8;
}

#events_list{
	height:auto !important;	
	}

#events_list h6{
	font-size: 0.9em;
	line-height:1.5em;
	padding-right:5px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d9d2cb;
	color: #243b77;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.events_link {
	font-size: 0.8em;
	font-weight: bold;
	color: #F60;
	text-transform: uppercase;
}
/*end of events list formatting*/

.back{
	font-size: .8em;
	color: #819ac8;
}

#photo{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#photo td{
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	line-height:1.5em;
}

#photo p{
	font-size:0.7em;
	line-height:1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#photo a{
	text-decoration: none;
	border:none;
}


#photo a:hover{
	text-decoration: none;
		border:none;
}

#photo a img{
	text-decoration: none;
	border:none;
}

