/* General Template */

body{
	background: #062547 url('http://media.bishops.org.za/images/bg-home.png') repeat-x;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: arial, tahoma, sans-serif, serif;
}

p{
	margin: 12px 0;
}
a:hover {
	text-decoration: underline;
}
form{
	margin: 0;
	padding: 0;
}

div#container{
	margin: 0 auto;
	width: 940px;

}

div#wrapper{
	padding: 0 60px;
}

div#main{
  background: #fff;
  width: 100%;
  padding: 30px 0 0;
}

div#columns{
  clear: both;
  background: #153457;
  color: #fff;
  width: 100%;
  padding: 30px 0 0;
}

/* Header Styling */

div#header{
}

div#header-right{
	background: url('http://media.bishops.org.za/images/header-right.png') center center no-repeat;
	float: right;
	width: 543px;
	padding: 45px 60px 0 0;
	height: 77px;
	text-align: right;
	font-size: 11px;
}

div#header-logo{
	float: left;
	width: 337px;
	height: 122px;
	background: url('http://media.bishops.org.za/images/header-logo.png') center center no-repeat;
}

div#header-logo img{
	border: 0;
}

div#header-right input{
	border: 1px solid #295587;
	background: #173E69;
	font-size: 11px;
	color: #fff;
	padding: 3px;
	margin: 0 20px 0 0;
	font-size: 11px;
	width: 150px;
}

div#header-right ul{
	list-style: none;
	margin: 20px 15px 0 0;
	text-transform: uppercase;
}

div#header-right li{
	float: right;
	padding: 0 5px;
}

li.breaker{
	color: #244F7F;
}

div#header-right a, div#header-logo a{
	text-decoration: none;
	font-weight: bold;
	color: #B99B11;
}

div#header-right a:hover, div#header li.current a{
	color: #fff;
}

div#header-logo h1{
	position: absolute;
	left: -9999px;
}

/* Nav Bar Styling */

div#nav-bar{
	clear: both;
	height: 31px;
	font-size: 11px;
	padding: 0 57px 0 58px;
}

ul#nav, ul#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	
}

ul#nav ul li {
	float: left;
	width: 160px;
	background: none;
}

#nav li ul {
	position: absolute;
	width: 170px;
	left: -999em;
	margin: 9px 0 0;
	background: #153457;

}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

ul#nav a{
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
ul#subnav a{
	display: block;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	padding-left: 10px;
}

ul#nav li{
	float: left;
	width: 93px;
	height: 23px;
	padding: 8px 0 0;
	background: url('http://media.bishops.org.za/images/spacer.png') right center no-repeat;
		
}

div.spacer{
	background: url('http://media.bishops.org.za/images/spacer.png') center center no-repeat;
	float: left;
	width: 2px;
	height: 31px;
}

/* Content Styling */

div#content{
	padding: 0 20px;
}

h1, h2{
	font-size: 24px;
	font-family: georgia;
	font-weight: bold;
	font-style: italic;
	color: #B99B11;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

h2{
	font-size: 18px;
	text-align: center;
}

h3{
	font-size: 16px;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

h4, h4 a{
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #173E69;
	font-size: 14px;
	font-weight: bold;
}


.clear{
	clear: both;
}

.arrow-right{
	background: url('http://media.bishops.org.za/images/arrow-right.png') center left no-repeat;
	padding-left: 15px;
	color: #B99B11;
	font-weight: bold;
}

.blue-arrow-right{
	background: url('http://media.bishops.org.za/images/blue-arrow-right.png') center left no-repeat;
	padding-left: 15px;
	color: #B99B11;
	font-weight: bold;
}
.blue-arrow-right a{
	color: #B99B11;
	font-weight: bold;
	text-decoration: none;
}

.arrow-up{
	background: url('http://media.bishops.org.za/images/arrow-up.png') center left no-repeat;
	padding-left: 15px;
	color: #B99B11;
	font-weight: bold;
}

.arrow-right a, .arrow-up a{
	text-decoration: none;
	color: #B99B11;
	font-weight: bold;
}
.arrow-right a:hover, .arrow-up a:hover{
	text-decoration: underline;
}
div#content hr{
	border: 0;
	width: 100%;
	height: 1px;
	margin: 10px 0;
	color: #DADBDC;
	background: #DADBDC;
}


img.main{
  float: left;
  border: 1px solid #7D9BB7;
  padding: 3px;
  margin: 0 20px 20px 0;
}

img.headmaster{
  float: right;
  border: 1px solid #7D9BB7;
  padding: 3px;
  margin: 10px;
}

div#calendar{
  margin-right: 20px;
}

div#term-dates{
  margin-left: 20px;
}

div.column{
	width: 260px;
	float: left;
}

div#columns ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

div#columns ul li{
  padding: 5px;
  margin: 1px 0 0;
}

.colour{
  background: #15457C;
}

.alt-colour{
  background: #1C5290;
}

p.weekly{
  background: #15457C;
  padding: 5px;
  margin: 1px 0 0;
}

p.weekly-arrow-right{
	background: #15457C url('http://media.bishops.org.za/images/weekly-arrow-right.png') center left no-repeat;
	margin: 1px 0 0;
	padding: 5px 5px 5px 25px;
	color: #B99B11;
	font-weight: bold;
}
p.weekly-arrow-right a {
		color: #B99B11;
	font-weight: bold;
	text-decoration: none;
}

div#columns table{
  width: 100%;
  border: 0;
}

div#columns table th{
  background: #15457C;
  padding: 5px;
  text-transform: uppercase;
  font-weight: normal;
}


div#columns table td{
  text-align: center;
  background: #1C5290;
  padding: 5px;
}

/* Footer Styling */
div#footer{
	background: url('http://media.bishops.org.za/images/footer-home.png') top center no-repeat;
	margin: 30px 0 0;
	height: 41px;
	padding-right: 120px;
	font-size: 11px;
	color: #4D739F;
	text-align: center;
}

div#footer p{
	margin: 0;
	padding: 5px 0 0;
}
div#footer a {
	color: #4D739F;	
}