@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;
	/*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;
}

#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 {
	margin: 40px;
	background: url(../images/vertical_dotted_line.gif) repeat-y top left;
}

#sidepanel {
	width: 180px;
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
#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: 580px;
	float: left;
	text-align: left;
	color: #444;
	font-size: 15px;
}
#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: 18px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 15px;
}
#content h4,  {
	font-weight: normal;
	color: #819AC8;
	font-size: 16px;
	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: 900px;
	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;
}
