/* CSS for ST Michael's written by
P Vogel, for PBV studios 2016
colours for St Michaels are:
	Maroon:- #782C36 
	Yellow:- #FFF388
*/

/* General pages formatting */
.header .nav .sidebar .footer .content {
	display: block;
}

.float_right {
	float: right;
}

body {
	background: white;
	font-size: 12pt;
}

/** {
	margin: 0px;
	box-sizing: border-box;
}*/

.page .content .fixed_width
.full_page {
	
	width: auto; 
	margin: 0 5%; 
	padding: 0; 
	border: 0; 
	float: none !important; 
	color: black; 
	background: transparent none; 

}


/*
.links a{
	color: #782C36;
}
	
.fixed_width {
	width: 75%;
	padding: 30px 5px 20px 20px;
	color: #636363;
	min-height: 800px;
}
	
.full_page {
	padding: 30px 20px 20px 25px;
	min-height: 900px;
}

.content {
	position: relative;
	background-color: white;
	margin: auto;
}	*/

h1, h2, h3, h4, h5{
	color: #782C36;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 14pt;
}

h2, h3, h4, h5{
	font-style: italic;
}	

.bold {
	font-weight: bold;
}

.header {
	display: none;
}

.school_name h1{
	display: none;
}

.school_name h3{
	display: none;
}

.logo {
	float: left;
	height: 50pt
	}

/*photobanner formatting*/
 .photobanner {
	display: none;
}

/* Photo caption text */
.caption_text {
	display: none;
}


.nav {
	display: none;	
}
	


/* Sidebar, news and event formatting */	
.sidebar {
	display: none;
	}

.sidebar h2, h3 {
	font-style: none;
}

.news{
	display: none;
	}

/* create the circles for the dates */
.date {
	display: none;
	}

.event p{
	display: none;
	}

/*	formatting for the school prayer */
.prayer {
	line-height: 35px;
	font-style: italic;
	text-align: center;
}

.prayer p {
	font-size: 20px;
}

/* Formatting for the timeline table */	
.first {
	width: 120px;
	font-weight: bold;
	color: #636363;
}

.timeline td{
	color: #636363;
	/*font-size: 20px;*/
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

/*formatting for curriculum page */
.curriculum li {
	color: #636363;
	line-height: 25px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

/* foratting for performance reports */
.reports a {
	color: #782C36;
}

.report_link li, ul {
	list-style-type: none;
}

/* -- Newsletter Table elements -- */
.newsletter_table table {
	border-collapse: collapse;
	margin: 10px 15px;	
}

.newsletter_table tr {
	height: 35px;
}

.newsletter_table td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}

.newsletter_table a {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #636363;
	text-decoration: none;
}
	
.newsletter_table td.first,th.first {
	border-left: 0px;
}

.newsletter_table tr.row-a {
	background: #FFFBC6;
}

/* formatting for canteen page */
/*menu button */
.menu {
float: right;
padding: -10px 50px 10px 30px;
}

#green {
	color: green;
	font-weight: bold;
	font-size: 30px;
}

#amber{
	color: orange;
	font-weight: bold;
	font-size: 30px;
}

.order {
	color: #636363;
	line-height: 25px;
}

/* school hours page */
.table_format {
	color: #636363;
	margin-left: 20px;
	line-height: 25px;
}

.list_circles ul li{
	color: #636363;
	margin-left: 20px;
	line-height: 25px;
	list-style-type: circle;
}

.list_none ul li{
	color: #636363;
	line-height: 25px;
}

/* uniform page and shop */
.uniform_season	{
	color: #636363;
}

.shop {
	color: #636363;
	padding-left: 20px;
}

/* formatting for contact page */
.map {
	float: right;
	margin-top: -50;
	position: relative;
}

/* Bullets */
ul.bullet {
list-style-image: url(/images/phone.jpg);
}

/*formatting for picture galleries */
.gallery img {
	float: left;
	padding: 5px 5px 15px 5px;
	border: 1px solid #636363;
	height: 150px;
	margin-right: 10px;
	margin-top: 10px;
}

.gallery { 
padding-bottom: 50px;
}

#anzac {
	text-align: center;
}


/*Formatting for footer */
.footer {
	display: none;
}

.line {
	display: none;
}

	