/* First of all, the sanity saving shortcut */
* {
	margin: 0;
	padding: 0;
}

/* Element Selectors */
body {
	font: 75%/1.5 arial, helvetica, verdana, sans-serif;
	text-align: center; 	/* Center the content for IE */
	color: #000;
	background: #FFF;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
}

img { 
	border: 0;	/* Don't want image links to have borders */
}

a {
	text-decoration: none;
}

input {
	font: 110%/1.5 arial, helvetica, serif;
	margin-bottom: 5px;
}

#copyme {
	margin-bottom: 0px;
}

select {
	font: 110%/1.5 arial, helvetica, serif;
	margin-bottom: 5px;
	width: 235px;
}

textarea {
	font: 110%/1.5 arial, helvetica, serif;
	margin-bottom: 5px;
}

checkbox {
	margin-bottom: 30px;
}

div#wrapper {
	margin: 0px auto;
	width: 720px;	
	text-align: left;
	background-color: #FFF;
	border-top: #666 5px solid;
}

/* Set top border of wrapper according to site section */
body#about div#wrapper {
	border-top: #C00 5px solid;
}

body#context div#wrapper {
	border-top: #F30 5px solid;
}

body#programs div#wrapper {
	border-top: #060 5px solid;
}

body#publications div#wrapper {
	border-top: #009 5px solid;
}

body#enquiries div#wrapper {
	border-top: #000 5px solid;
}

body#news div#wrapper {
	border-top: #FF3300 5px solid;
}


div#header {
	text-align: right;
}

div#branding {
	height: 100px;
}

div#branding h1 a {
	position: relative;
	top: 0;
	right: 0;
	height: 100px;
	width: 360px;
}

div#branding h1 span {
	position: absolute;
	top: 0;
	right: 0;
	height: 100px;
	width: 360px;
	z-index: 1;
	background: url(../images/logo.jpg) transparent no-repeat right top;
}

div#navigation {
	margin: 10px 0 0 0;
	height: 28px;
	z-index: 10;
	border-bottom: #CCC 1px solid;
}

p#skip {
	display: none;
}

ul#nav {
	list-style-type: none;
	float: right;
	border-left: #CCC 1px solid;
}

ul#nav li {
	display: block;
	float: left;
}

/* IE double margin bug \*/
* html ul#nav li {
	display: inline;
}
/* */

ul#nav li a {
	padding: 5px 10px 3px;
	height: 15px;	
	display: block;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000;
	border-right: #CCC 1px solid;
	border-bottom: #FFF 5px solid;
}

/* Make menu tabs clickable, and set height in IE5 \*/
* html ul#nav li a {
	float: left; 	/* Else only the text is clickable in IE */
	height: 25px;
	he\ight: 15px;
}
/*  */

/* Set colours for menu items */
ul#nav li a#homelink:hover {
	border-bottom: #666 5px solid;
}

ul#nav li a#aboutlink:hover {
	border-bottom: #C00 5px solid;
}

ul#nav li a#contextlink:hover {
	border-bottom: #F30 5px solid;
}

ul#nav li a#programslink:hover {
	border-bottom: #060 5px solid;
}

ul#nav li a#publicationslink:hover {
	border-bottom: #009 5px solid;
}

ul#nav li a#enquirieslink:hover {
	border-bottom: #000 5px solid;
}

ul#nav li a#news_link:hover {
	border-bottom: #FF3300 5px solid;
}

/* Set current link style according to site section */
body#home ul#nav li a.current {
	border-bottom: #666 5px solid;
}

body#about ul#nav li a.current {
	border-bottom: #C00 5px solid;
}

body#context ul#nav li a.current {
	border-bottom: #F30 5px solid;
}

body#programs ul#nav li a.current {
	border-bottom: #060 5px solid;
}

body#publications ul#nav li a.current {
	border-bottom:#009 5px solid;
}

body#news ul#nav li a.current {
	border-bottom: #FF3300 5px solid;
}


body#enquiries ul#nav li a.current {
	border-bottom: #000 5px solid;
}

/*  Display the default cursor to give the impression 
	that the current link is not clickable */
ul#nav li a.current:hover {

}

div#content {
	/*overflow: auto;*/
	z-index: 0;
}

div#main {
	margin-bottom: 20px;
	width: 330px;
	padding: 0 15px;
	float: right;
	min-height: 400px;
	background: #FFF;
}

/* \*/
* html div#main {
	width: 360px;
	w\idth: 330px;
}
/* */

div#main p {
	margin: 0 0 1em 0;
}

div#main img { margin: 0 10px 10px 0; }
div#main ul {
	margin: 0 0 1em 15px;
	list-style-type: square;
}

div#main ul li a {
	font-family: georgia, times, "times new roman", serif;
	color: #C00;
}

div#main ul li a:hover {
	text-decoration: underline;
}

div#main ul li ul {
	margin-bottom: 0;
}

div#main h2  {
	padding: 10px 0;
	color: #555;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

div#archive h2 {
	padding: 10px 0 0;
	color: #555;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	
}
/* Set h2 colour for site sections */
body#about h2 {
	color: #C00;
}

body#context h2, body#news h2 {
	color: #F30;
}

body#news h2 a { color: #444444; font-size: 90%; text-decoration:underline; }

body#programs h2 {
	color: #060;
}

body#publications h2 {
	color: #009;
}

body#enquiries h2 {
	color: #000;
}

div#main h2#caption {
	margin: 10px 0 20px 0;
}

div#main h3 {
	padding: 4px 0;
	color: #666;
	border-bottom: #CCC 1px dotted;
}

div#archive { margin-bottom: 20px; padding-top: 20px; float: left; width: 480px ; }
div#archive p { margin:  0 0  1em 0;  }
div#archive h1 { font-weight: normal; }
div#archive h1.title_news { color: #FF3300; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; }
div#archive h4.title_news { margin-bottom: 10px; color: #666; font-family: Georgia, "Times New Roman", Times, serif; text-transform: uppercase; font-weight: normal; }
div#archive h4.title_news span { color:#FF3300 ; }
div#archive h2 { padding: 0 ; font-size: 20px;  font-weight: normal; color: #333; }
div#archive h3 { margin: 5px 0 ; }
div#archive h1 a {  text-decoration: underline; color: #FF3300; font-family: Georgia, "Times New Roman", Times, serif; }
div#archive p.meta { margin: 10px 0 ; color: #666; }
div#archive p.meta_single { margin: 0 0 10px; color: #666; }
div#archive ul { margin: 10px 0 10px 20px; }

div#sidebar { margin-left: 20px; padding: 20px 0 0 0; float: left; width: 220px; }
div#sidebar h3 { font-size:100%; margin-bottom:5px; color:#FF3300; }
div#sidebar ul { margin-bottom: 20px; }
div#sidebar ul li {  list-style: none; border-bottom: 1px solid #EEE; }
div#sidebar ul li  a { display: block; padding: 4px 0 ; color: #333; }
div#sidebar ul li  a:hover { text-decoration: underline; }
div#sidebar ul#archive_link li  { border-top: 1px solid #EEE; }

div#main h4, div#archive h4 {
	padding: 4px 0 0 0;
}

div#breadcrumbs {
	margin: 10px 0 0 0;
	font-family: georgia,times,"times new roman",serif;
	font-size: 90%;
	color: #999;
}

div#breadcrumbs a {
	color: #999;
}

div#breadcrumbs a:hover {
	color: #666;
}

div.blurb {
	margin: 1em 0; 
	padding: 9px 0 0 5px; 
	border: #Fc6 1px solid; 
	background: #FFE;
}

div#highlights {
	margin: 0 360px 0 0;
	padding: 400px 10px 0 10px;
	background: url(../images/intro_home.jpg) transparent no-repeat left top;
}

body#about div#highlights {
	background: url(../images/intro_about.jpg) transparent no-repeat left top;
}

body#context div#highlights {
	background: url(../images/intro_context.jpg) transparent no-repeat left top;
}

body#programs div#highlights {
	background: url(../images/intro_programs.jpg) transparent no-repeat left top;
}

body#publications div#highlights {
	background: url(../images/intro_publications.jpg) transparent no-repeat left top;
}

body#enquiries div#highlights {
	background: url(../images/intro_enquiries.jpg) transparent no-repeat left top;
}

div#highlights h2 {
	margin: 0 0 10px 0;
	color: #C00;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
}

div#highlights h4 {
	margin-bottom: 10px;
	color: #C00;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
}

div#highlights h5 {
	text-align: right;
	font-weight: bold;
	font-size: 12px; 
}

div#highlights h3 {
	margin-top: 2em;
}

div#highlights ol { margin:10px 0 5px 15px; }
div#highlights ol li { margin-bottom: 5px; }
div#highlights p { margin: 10px 0 0 ;}

div#highlights dl dt, div#main dl dt {
	margin: 10px 0 0 0;
	font-weight: bold;
}

div#highlights dl dd {
	font-weight: normal;
}

div#footer {
	clear: both;
	margin: 20px 0;
	padding: 10px 0;
	border-top: #CCC 1px solid;
	color: #666;
	font-size: 90%;
}

div#footer a, div#footer a:link {
	color: #666;
}

div#footer a:hover {
	text-decoration: underline;
	color: #330;
}
/*Start contact form*/
div.warningmessage {
	margin: 10px 0px;
	padding: 5px 10px;
	border: #FF7171 1px solid;
	color: #C00;
}
/*End contact form*/

/*Start Dropdown menu */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 0;
}

#nav a {
	display: block;
	/*width: 10em;*/
}

#nav li ul {
	position: absolute;
	border: 1px solid #CCC;
	width: 10em;
	left: -999em;
	background: #FFF;
	width: 150px;
}

#nav li ul li {
	width: 150px;
	text-align: left;
	border-bottom: 1px solid #CCC;
}
#nav li ul li a {
	border: none;
}
#nav li ul li a:hover {
	background: #ECECEC;
}


li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index: 100;
}

* html #nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index: 100;
	margin-top: 25px;
	margin-left: -85px;
}

/*End Dropdown menu */


.blurb a:hover { text-decoration: underline; }
.post_entry { margin-bottom: 20px; border-bottom: 1px solid #CCC; }
._category { text-transform: uppercase; }
.categories { border-bottom: none; }
