body.home {
	color: #000000;
	background-color: #663399; 	
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	}

body.level2 {
	color: #000000;
	background-color: #663399;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	}

h1 {
	font-size: 30px;
	font-family: arial, helvetica, sans-serif;
	}

h2 {
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	font-variant: small-caps;
	}

h3 {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	}
/*h4 is actually used for the paragraph content of the news box - tweak cos the p class news doens't seem to work?? */	
h4 {
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	}

h5 {
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	background-color: #663399;
	text-align: center;
	margin: 0;
	padding: 3px;
	font-weight: normal;
	}

h5.copyright {font-size: 11px;}
h5.contactinfo {font-size: 12px;}
			
h8 {
	text-align: left; 
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	
	 
	}


h8 a {
	text-decoration: none;
	}
h8 a:hover{ 
	text-decoration: underline;
	}


p {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	padding: 6px 40px;
	}

li {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	margin: 0px 50px 0 10px;
	}
	

img {
	border: 0;
	}

img.border {
	border: solid 1px gray;
	padding: 2px;
	}

img.floatright {
	float: right;
	border: solid 1px gray;
	margin: 0px 0px 15px 20px;
	}

p.centeredimage {
	text-align: center;
	}	


/* ========== special divs ======== */

#container {
	margin: 0px auto;
	padding: 0;
	width: 800px;
	text-align: left;
	/*border: 1px solid gray;*/
	}

/* ========== MASTHEAD ======== */

#header {
	padding: 2px;
	margin: 0;
	height: 69px;
	}

.logo {
	float: left;
	width: 328px;
	height: 55px;	
	border: 0;
	padding: 10px 0px 0px 0px;
	}

#headerlinks {
	text-align: right; 
	margin: 48px 5px 10px;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	background-color: #663399; 
	}


#headerlinks a {
	color: #ffffff;
	background-color: #663399; 
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	}

#headerlinks a:hover{ 
	text-decoration: underline;
	}


		
/* ======  NAVIGATION ====== */
#navcontainer ul {
	padding: 0;
	margin: 0 auto;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	position: relative;
	}

#navcontainer ul li { 
	display: inline; 
	margin: 0;
	}

#navcontainer a {
	padding: 1px 4px 0px 4px;
	margin: 0 35px 0 0;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}

#navcontainer a:hover {
	color: #333333;
	text-decoration: underline;
	}

#navcontainer .current {
	padding: 0 4px 0 4px;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	}
	
#navcontainer a:hover.current {
	color: #333333;
	} 


		
/* ======  NAVIGATION - LEVEL 2 ====== */
#navcontainer2 ul {
	padding: 0;
	margin: 2px 0px 3px 0px;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	position: relative;
	}


#navcontainer2 ul li { 
	display: inline; 
	margin: 0;
	}

#navcontainer2 ul li a {
	padding: 0 4px 0 4px;
	margin: 0 60px 0 0;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	}

#navcontainer2 ul li a:hover {
	color: #333333;
	}
	
#navcontainer2 .current {
	padding: 0 4px 0 4px;
	margin: 0 60px 0 0;
	background-color: #ffffff;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	}


/* ========== CONTENTS ======== */

#mainphoto {
	float: left;
	margin: 15px 0px;
	padding: 0px;
	}

img.mainphoto{
	width: 540px;
	height: 265px;
	border: solid 2px #9999cc;
	text-align: center;
	}

#newscontainer{
	float: left;
	width: 235px;
	height: 260px;
	margin: 15px 5px;
	padding: 0;
	}

img.news {
	margin: 0;
	padding: 0;
	width: 235px;
	height: 30px;
	}


#newsbox {
	width: 100%;
	height: 237px;
	margin: -5px 0;
	padding: 0;
	background-color: #ffffff;
	border-color: #9999cc;
	border-style: solid;
	border-width: 2px 0;
	/* overflow adds scroll bars if content overflows */
	overflow: auto;
	}

h3.news {
	padding: 2px 5px 0px 5px;
	margin: 0;
	}

h4.date {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	padding: 10px 20px 0px 20px;
	margin: 0;
	}

p.news {
	padding: 0px 5px 0px 5px;
	margin: 0;
	}

.storycontent p {
	font-family: arial, helvetica, sans-serif;
	font-size:10px;
	font-variant:normal;
	padding: 0px 5px 0px 5px;
	margin: 0;
	}

.newspagecontent p {
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	font-variant:normal;
	padding: 0px 5px 0px 5px;
	margin: 0;
	}

.newspagemeta p {
	font-family: arial, helvetica, sans-serif;
	font-size:9px;
	font-variant:normal;
	padding: 0px 5px 0px 5px;
	margin: 0;
	}

/* ========== BOXES ======== */
	
#boxcontainer {
	width: 800px;
	margin: 0 auto;
	padding: 0px;
	}

#box1 {
	float: left;
	margin: 5px 5px 5px 0px;
	width: 192px;
	height: 150px;
	background-color: transparent;
	/*border: solid 1px #9999cc;*/
	}

#box2 {
	float: left;
	margin: 5px 5px 5px 0px;
	width: 192px;
	height: 150px;
	background-color: transparent;
	/*border: solid 1px #9999cc;*/
	}

#box3 {
	float: left;
	margin: 5px 5px 5px 0px;
	width: 192px;
	height: 150px;
	background-color: transparent;
	/*border: solid 1px #9999cc;*/
	}

#box4 {
	float: left;
	margin: 5px 5px 5px 0px;
	width: 192px;
	height: 150px;
	background-color: transparent;
	/*border: solid 1px #9999cc;*/
	}

/*h2.box {
	background-color: #9999cc;
	background-repeat: no repeat;
	margin: 0;
	padding: 5px 3px;
	}*/

p.box {
	padding: 3px;
	margin: 0;
	}

#footerbox {
	width: 780px;
	height: 150px;
	float: left;
	margin: 15px 5px 5px 0px;
	padding: 5px;
	background-color: transparent;
	/*border-style: solid;
	border-width: 1px;
	border-color: #9999cc;*/
	}

#largeinfobox {
	width: 750px;
	height: 650px;
	float:left;
	margin: 15px 5px 5px 0px;
	padding: 5px;
	background-color: transparent;
	font-family:Arial, Helvetica, sans-serif;
	}


	
	/* ---------curved borders yay! ----------

    * b1 - 1px high line with a purple background and a left/right margin of 4px
    * b2 - 1px high line with a white background, a left/right border 1px purple and a left/right margin of 3px
    * b3 - 1px high line with a white background, a left/right border 1px purple and a left/right margin of 2px
    * b4 - 2px high line with a white background, a left/right border 3px purple and a left/right margin of 1px
    * boxcontent - a purple background and a left/right border 1px solid white
   
  */

.curved {
 	background: transparent; 
 	 /*width:40%;*/
  	width: 192px;
	height: 150px;
  	}

.curved h1, .curved p {
  	margin:0 10px;
  	font-family: arial, helvetica, sans-serif;
  	}

.curved h1 {
  	font-size: 1em; 
  	color: #000000;
  	font-family: arial, helvetica, sans-serif;
  	}

.curved p {
   padding-bottom: 0.5em;
   font-family: arial, helvetica, sans-serif;
   overflow: hidden;
   }

.curved .b1, .curved .b2, .curved .b3, .curved .b4 {
   display: block;
   overflow: hidden;
   height: 1px;
   font-size: 1px;
   }

.curved .b2, .curved .b3, .curved .b4 {
  background:#ffffff; 
  border-left:1px solid #663399; 
  border-right:1px solid #663399;
  }

.curved .b1 {
  margin:0 4px; 
  background:#663399;
  }

.curved .b2 {
  margin:0 3px; 
  height:1px;
  }

.curved .b3 {
  margin:0 2px;
  height:1px;
  }

.curved .b4 {
  margin:0 1px; 
  height:2px; 
  border-width:0 1px;
  }

.curved .boxcontent {
 	display: block;
 	background: #ffffff; 
  	border: 0 solid #663399; 
  	border-width: 0 1px;
  	font-family: arial, helvetica, sans-serif;
    width: 190px;
	height: 150px;
	overflow: auto;
	}

.curved .footerboxcontent {
 	display: block;
  	background: #ffffff; 
  	border: 0 solid #663399;
  	border-width: 0 1px;
  	font-family: arial, helvetica, sans-serif;
    width: 777px;
	height: 150px;
	overflow: auto;
	}

.curved .largeinfoboxcontent {
	display: block;
	background: #ffffff;
	border: 0 solid #663399;
	border-width: 0 1px;
	font-family: arial, helvetica, sans-serif;
	padding: 6px 40px;
	width: 667px;
	height: 620px;
	overflow: auto;
	}

/* ----------end of curved borders---------------------*/

/* Begin Typography & Colors for news posts*/
.curved .largenewsboxcontent {
	display: block;
	background: #ffffff;
	border: 0 solid #663399;
	border-width: 0 1px;
	padding: 6px 40px;
	width: 667px;
	height: 450px;
	overflow: auto;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top; 
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	display: none;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	display: none;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 16px;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.date {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
post stuff from other stylesheet

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
